You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jaxme-dev@ws.apache.org by ia...@apache.org on 2004/02/05 11:52:46 UTC

cvs commit: ws-jaxme/src/test/jaxb types.xsd

ias         2004/02/05 02:52:46

  Modified:    src/test/jaxb types.xsd
  Log:
  Added an element and an attribute with QName type.
  
  Revision  Changes    Path
  1.3       +2 -0      ws-jaxme/src/test/jaxb/types.xsd
  
  Index: types.xsd
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/src/test/jaxb/types.xsd,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- types.xsd	8 Jan 2004 09:37:49 -0000	1.2
  +++ types.xsd	5 Feb 2004 10:52:46 -0000	1.3
  @@ -34,6 +34,7 @@
         <xs:element name="PositiveIntegerElem" type="xs:positiveInteger"/>
         <xs:element name="NonPositiveIntegerElem" type="xs:nonPositiveInteger"/>
         <xs:element name="NegativeIntegerElem" type="xs:negativeInteger"/>
  +      <xs:element name="QNameElem" type="xs:QName"/>
       </xs:sequence>
     </xs:complexType>
   
  @@ -61,6 +62,7 @@
       <xs:attribute name="PositiveIntegerAttr" type="xs:positiveInteger"/>
       <xs:attribute name="NonPositiveIntegerAttr" type="xs:nonPositiveInteger"/>
       <xs:attribute name="NegativeIntegerAttr" type="xs:negativeInteger"/>
  +    <xs:attribute name="QNameAttr" type="xs:QName"/>
     </xs:complexType>
   
     <xs:simpleType name="ListType">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org