xhtml.rules.attrib

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
rules restriction of xs:NMTOKEN optional

Used By

Attribute Group xhtml.table.attlist

Source

<xs:attributeGroup name="xhtml.rules.attrib">
  <xs:attribute name="rules">
    <xs:simpleType>
      <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="none"/>
        <xs:enumeration value="groups"/>
        <xs:enumeration value="rows"/>
        <xs:enumeration value="cols"/>
        <xs:enumeration value="all"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>