duftler     02/05/02 14:54:50

  Modified:    java/docs/schema dd.xsd
  Log:
  Updated the deployment descriptor schema to reflect the mapping QName
    being made optional. For more info, please see:
    http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5426
  Submitted by: [EMAIL PROTECTED] (Gavin Bong)
  Reviewed by:  [EMAIL PROTECTED] (Matthew J. Duftler)
  
  Revision  Changes    Path
  1.2       +1 -1      xml-soap/java/docs/schema/dd.xsd
  
  Index: dd.xsd
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/docs/schema/dd.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- dd.xsd    3 Jul 2001 17:32:35 -0000       1.1
  +++ dd.xsd    2 May 2002 21:54:49 -0000       1.2
  @@ -55,7 +55,7 @@
   
     <complexType name="mapType">
       <attribute name="encodingStyle" type="xsd:anyURI"/>
  -    <attribute name="qname" type="xsd:string"/>
  +    <attribute name="qname" type="xsd:string" use="optional"/>
       <attribute name="javaType" type="xsd:string" use="optional"/>
       <attribute name="java2XMLClassName" type="xsd:string" use="optional"/>
       <attribute name="xml2JavaClassName" type="xsd:string" use="optional"/>
  
  
  


Reply via email to