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="attribute" />
            <xs:enumeration value="attvalue" />
            <xs:enumeration value="element" />
            <xs:enumeration value="emptytag" />
            <xs:enumeration value="endtag" />
            <xs:enumeration value="genentity" />
            <xs:enumeration value="localname" />
            <xs:enumeration value="namespace" />
            <xs:enumeration value="numcharref" />
            <xs:enumeration value="paramentity" />
            <xs:enumeration value="pi" />
            <xs:enumeration value="prefix" />
            <xs:enumeration value="comment" />
            <xs:enumeration value="starttag" />
            <xs:enumeration value="xmlpi" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration attribute
Enumeration attvalue
Enumeration element
Enumeration emptytag
Enumeration endtag
Enumeration genentity
Enumeration localname
Enumeration namespace
Enumeration numcharref
Enumeration paramentity
Enumeration pi
Enumeration prefix
Enumeration comment
Enumeration starttag
Enumeration xmlpi