xhtml.frame.attrib

Attribute Group Information

Attributes

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

Used By

Attribute Group xhtml.table.attlist

Source

<xs:attributeGroup name="xhtml.frame.attrib">
  <xs:attribute name="frame">
    <xs:simpleType>
      <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="void"/>
        <xs:enumeration value="above"/>
        <xs:enumeration value="below"/>
        <xs:enumeration value="hsides"/>
        <xs:enumeration value="lhs"/>
        <xs:enumeration value="rhs"/>
        <xs:enumeration value="vsides"/>
        <xs:enumeration value="box"/>
        <xs:enumeration value="border"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>