Complex Types | xs:attributeGroup, xs:complexRestrictionType, xs:extensionType, xs:namedAttributeGroup, xs:restrictionType, xs:simpleExtensionType, xs:simpleRestrictionType |
Element Group | xs:complexTypeModel |
<xs:group name="attrDecls"> <xs:sequence> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="attribute" type="xs:attribute"/> <xs:element name="attributeGroup" type="xs:attributeGroupRef"/> </xs:choice> <xs:element ref="xs:anyAttribute" minOccurs="0"/> </xs:sequence> </xs:group> |