Definition Type: SimpleType
Name: TFrame
Namespace: http://www.w3.org/1999/xhtml
Containing Schema: xhtml1-strict.xsd
Documentation:
The border attribute sets the thickness of the frame around the table. The default units are screen pixels. The frame attribute specifies which parts of the frame around the table should be rendered. The values are not the same as CALS to avoid a name clash with the valign attribute.
Collapse XSD Schema Diagram:
XSD Diagram of TFrame in schema xhtml1-strict_xsd (XHTML™ 1.0 The Extensible HyperText Markup Language)
Collapse XSD Schema Code:
<xs:simpleType name="TFrame">
    <xs:annotation>
        <xs:documentation>
      The border attribute sets the thickness of the frame around the
      table. The default units are screen pixels.

      The frame attribute specifies which parts of the frame around
      the table should be rendered. The values are not the same as
      CALS to avoid a name clash with the valign attribute.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
        <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>
Collapse Facets:
Facet Value
Enumeration void
Enumeration above
Enumeration below
Enumeration hsides
Enumeration lhs
Enumeration rhs
Enumeration vsides
Enumeration box
Enumeration border
Collapse Derivation Tree:
Collapse References:
nsA:frame