<xs:attribute name="order" default="ascending"> <xs:simpleType> <xs:union> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="ascending" /> <xs:enumeration value="descending" /> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string" /> </xs:simpleType> </xs:union> </xs:simpleType> </xs:attribute>