Complex Type | list.type |
<xs:attributeGroup name="list.attlist"> <xs:attribute name="order"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="lexicographic"/> <xs:enumeration value="numeric"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attributeGroup ref="Common.attrib"/> </xs:attributeGroup> |