Definition Type: Element
Name: title
Namespace: http://www.w3.org/1999/xhtml
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: pam-xhtml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into lang in schema xml_xsd Drilldown into dir in schema pam-xhtml_xsdXSD Diagram of title in schema pam-xhtml_xsd (Prism - IDEAlliance Specification publishing)
Collapse XSD Schema Code:
<xs:element name="title">
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="xs:string">
                <xs:attribute name="dir">
                    <xs:simpleType>
                        <xs:restriction base="xs:NMTOKEN">
                            <xs:enumeration value="ltr" />
                            <xs:enumeration value="rtl" />
                        </xs:restriction>
                    </xs:simpleType>
                </xs:attribute>
                <xs:attribute ref="xml:lang" />
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
dir xhtml:dir (Optional)
lang nsA:lang (Optional)