Definition Type: Attribute
Name: renderas
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 renderas in schema docbook_xsd (Doc Books)
Collapse XSD Schema Code:
<xs:attribute name="renderas">
    <xs:simpleType>
        <xs:restriction base="xs:token">
            <xs:enumeration value="sect1" />
            <xs:enumeration value="sect2" />
            <xs:enumeration value="sect3" />
            <xs:enumeration value="sect4" />
            <xs:enumeration value="sect5" />
            <xs:enumeration value="other" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration sect1
Enumeration sect2
Enumeration sect3
Enumeration sect4
Enumeration sect5
Enumeration other