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 jo...@apache.org on 2005/04/08 12:13:37 UTC

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

jochen      2005/04/08 03:13:37

  Modified:    src/test/jaxb types.xsd
  Log:
  Invalid code was generated, because DirectAccessible.toString() was used.
  
  Revision  Changes    Path
  1.9       +14 -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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- types.xsd	11 Oct 2004 23:03:48 -0000	1.8
  +++ types.xsd	8 Apr 2005 10:13:37 -0000	1.9
  @@ -201,4 +201,18 @@
   			</xs:sequence>
   		</xs:complexType>
   	</xs:element>
  +
  +    <xs:element name="date">
  +      <xs:complexType>
  +        <xs:sequence>
  +          <xs:element name="year">
  +            <xs:simpleType>
  +              <xs:restriction base="xs:positiveInteger">
  +                <xs:totalDigits value="4"/>
  +              </xs:restriction>
  +            </xs:simpleType>
  +         </xs:element>
  +       </xs:sequence>
  +     </xs:complexType>
  +   </xs:element>
   </xs:schema>
  
  
  

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