<xs:attribute name="case-order"> <xs:simpleType> <xs:union> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="lower-first" /> <xs:enumeration value="upper-first" /> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string" /> </xs:simpleType> </xs:union> </xs:simpleType> </xs:attribute>