Definition Type: Attribute
Name: frame
Namespace: http://docbook.org/ns/docbook
Type: token:http://www.w3.org/2001/XMLSchema
Containing Schema: docbook.xsd
ContentType Restriction
Use (Optional)
Collapse XSD Schema Diagram:
XSD Diagram of frame in schema docbook_xsd (Doc Books)
Collapse XSD Schema Code:
<xs:attribute name="frame">
    <xs:simpleType>
        <xs:restriction base="xs:token">
            <xs:enumeration value="all" />
            <xs:enumeration value="bottom" />
            <xs:enumeration value="none" />
            <xs:enumeration value="sides" />
            <xs:enumeration value="top" />
            <xs:enumeration value="topbot" />
            <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>
Collapse Facets:
Facet Value
Enumeration all
Enumeration bottom
Enumeration none
Enumeration sides
Enumeration top
Enumeration topbot
Enumeration void
Enumeration above
Enumeration below
Enumeration hsides
Enumeration lhs
Enumeration rhs
Enumeration vsides
Enumeration box
Enumeration border