Element | STYLE |
<xs:attributeGroup name="attlist.STYLE"> <xs:attribute name="lang"/> <xs:attribute name="dir"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="ltr"/> <xs:enumeration value="rtl"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="type" use="required"/> <xs:attribute name="media"/> <xs:attribute name="title"/> </xs:attributeGroup> |