Attribute Group | m:mstack.attributes |
<xs:attribute name="charspacing"> <xs:simpleType> <xs:union memberTypes="m:length"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="loose"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="medium"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="tight"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> </xs:attribute> |