From: Kurt R. <kr...@us...> - 2005-05-09 23:09:28
|
Update of /cvsroot/xframe/xsddoc/samples/stress In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25031/samples/stress Modified Files: stress.xsd Log Message: some schema errors fixed Index: stress.xsd =================================================================== RCS file: /cvsroot/xframe/xsddoc/samples/stress/stress.xsd,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** stress.xsd 9 Dec 2004 13:30:42 -0000 1.24 --- stress.xsd 9 May 2005 23:09:18 -0000 1.25 *************** *** 143,151 **** <xs:element ref="st:includedElement"/> </xs:choice> - <xs:group ref="st:allGroup" minOccurs="0" maxOccurs="2"> - <xs:annotation> - <xs:documentation>This is the documentation of the concrete usage of the all-group.</xs:documentation> - </xs:annotation> - </xs:group> <xs:group ref="st:sequenceGroup" minOccurs="0" maxOccurs="2"> <xs:annotation> --- 143,146 ---- *************** *** 283,287 **** </xs:restriction> </xs:simpleType> ! <xs:element name="imported2Element" type="imported2DerivedType"> <xs:annotation> <xs:documentation>An element declaration derived from an imported type.</xs:documentation> --- 278,282 ---- </xs:restriction> </xs:simpleType> ! <xs:element name="imported2Element" type="i2:imported2DerivedType"> <xs:annotation> <xs:documentation>An element declaration derived from an imported type.</xs:documentation> *************** *** 533,546 **** </xs:complexType> </xs:element> - <xs:element name="substitutionGroupTest" substitutionGroup="st:node"> - <xs:annotation> - <xs:documentation>This element is a test of a substitution group.</xs:documentation> - </xs:annotation> - <xs:complexType> - <xs:sequence> - <xs:element ref="st:node"/> - </xs:sequence> - </xs:complexType> - </xs:element> <xs:complexType name="complexTypeWithAllAttributesTest" abstract="true" block="#all" final="#all" id="b2345" mixed="true"> <xs:annotation> --- 528,531 ---- |