attlist.STYLE

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
dir restriction of xs:token optional
lang optional
media optional
title optional
type required

Used By

Element STYLE

Source

<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>