Definition Type: Attribute
Name: frame
Namespace: http://www.w3.org/1999/xhtml
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: pam-xhtml.xsd
ContentType Restriction
Use (Optional)
Collapse XSD Schema Diagram:
XSD Diagram of frame in schema pam-xhtml_xsd (Prism - IDEAlliance Specification publishing)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration void
Enumeration above
Enumeration below
Enumeration hsides
Enumeration lhs
Enumeration rhs
Enumeration vsides
Enumeration box
Enumeration border