Definition Type: Attribute
Name: class
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 class in schema docbook_xsd (Doc Books)
Collapse XSD Schema Code:
<xs:attribute name="class">
    <xs:simpleType>
        <xs:restriction base="xs:token">
            <xs:enumeration value="altkey" />
            <xs:enumeration value="constraint" />
            <xs:enumeration value="datatype" />
            <xs:enumeration value="field" />
            <xs:enumeration value="foreignkey" />
            <xs:enumeration value="group" />
            <xs:enumeration value="index" />
            <xs:enumeration value="key1" />
            <xs:enumeration value="key2" />
            <xs:enumeration value="name" />
            <xs:enumeration value="primarykey" />
            <xs:enumeration value="procedure" />
            <xs:enumeration value="record" />
            <xs:enumeration value="rule" />
            <xs:enumeration value="secondarykey" />
            <xs:enumeration value="table" />
            <xs:enumeration value="user" />
            <xs:enumeration value="view" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration altkey
Enumeration constraint
Enumeration datatype
Enumeration field
Enumeration foreignkey
Enumeration group
Enumeration index
Enumeration key1
Enumeration key2
Enumeration name
Enumeration primarykey
Enumeration procedure
Enumeration record
Enumeration rule
Enumeration secondarykey
Enumeration table
Enumeration user
Enumeration view