Definition Type: Element
Name: tr
Namespace: http://www.w3.org/1999/xhtml
Containing Schema: pam-xhtml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into td in schema pam-xhtml_xsd Drilldown into th in schema pam-xhtml_xsd Drilldown into valign in schema pam-xhtml_xsd Drilldown into charoff in schema pam-xhtml_xsd Drilldown into char in schema pam-xhtml_xsd Drilldown into align in schema pam-xhtml_xsd Drilldown into lang in schema xml_xsd Drilldown into dir in schema pam-xhtml_xsd Drilldown into title in schema pam-xhtml_xsd Drilldown into id in schema pam-xhtml_xsdXSD Diagram of tr in schema pam-xhtml_xsd (Prism - IDEAlliance Specification publishing)
Collapse XSD Schema Code:
<xs:element name="tr">
    <xs:complexType>
        <xs:choice maxOccurs="unbounded">
            <xs:element ref="xhtml:th" />
            <xs:element ref="xhtml:td" />
        </xs:choice>
        <xs:attribute name="id" type="xs:ID" />
        <xs:attribute name="title" type="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:attribute name="align">
            <xs:simpleType>
                <xs:restriction base="xs:NMTOKEN">
                    <xs:enumeration value="left" />
                    <xs:enumeration value="center" />
                    <xs:enumeration value="right" />
                    <xs:enumeration value="justify" />
                    <xs:enumeration value="char" />
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="char" type="xs:string" />
        <xs:attribute name="charoff" type="xs:string" />
        <xs:attribute name="valign">
            <xs:simpleType>
                <xs:restriction base="xs:NMTOKEN">
                    <xs:enumeration value="top" />
                    <xs:enumeration value="middle" />
                    <xs:enumeration value="bottom" />
                    <xs:enumeration value="baseline" />
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
th xhtml:th (1) (1)
td xhtml:td (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id xhtml:id (Optional)
title xhtml:title (Optional)
dir xhtml:dir (Optional)
lang nsA:lang (Optional)
align xhtml:align (Optional)
char xhtml:char (Optional)
charoff xhtml:charoff (Optional)
valign xhtml:valign (Optional)