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