complexType "tr.type"
Namespace:
Content:
complex, 10 attributes, 2 elements
Defined:
globally in xhtml-table-1.xsd; see XML source
Used:
XML Representation Summary
<...
   
 = 
xs:ID
 = 
xs:NMTOKENS
 = 
xs:string
 = 
xs:language
 = 
("ltr" | "rtl")
 = 
xs:string
 = 
("left" | "center" | "right" | "justify" | "char")
 = 
xs:string
 = 
(xs:nonNegativeInteger | xs:token)
 = 
("top" | "middle" | "bottom" | "baseline")
    >
   
Content: 
(th | td)+
</...>
Content Model Elements (2):
td, th
All Direct / Indirect Based Elements (1):
tr
Known Usage Locations
XML Source (see within schema source)
<xs:complexType name="tr.type">
<xs:group ref="tr.content"/>
<xs:attributeGroup ref="tr.attlist"/>
</xs:complexType>
Attribute Detail (all declarations; 10/10)
align
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Defined:
locally within CellHAlign.attrib attributeGroup
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"left", "center", "right", "justify", "char"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"left", "center", "right", "justify", "char"
XML Source (see within schema source)
<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>

char
Type:
Use:
optional
Defined:
locally within CellHAlign.attrib attributeGroup
Attribute Value
xs:string
Length:
1
XML Source (see within schema source)
<xs:attribute name="char" type="Character"/>

charoff
Type:
Use:
optional
Defined:
locally within CellHAlign.attrib attributeGroup
Attribute Value
xs:nonNegativeInteger | xs:token
XML Source (see within schema source)
<xs:attribute name="charoff" type="Length"/>

class
Type:
xs:NMTOKENS, predefined
Use:
optional
Defined:
locally within class attributeGroup
XML Source (see within schema source)
<xs:attribute name="class" type="xs:NMTOKENS"/>

dir
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Defined:
locally within dir.attrib attributeGroup
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"ltr", "rtl"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"ltr", "rtl"
XML Source (see within schema source)
<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>

id
Type:
xs:ID, predefined
Use:
optional
Defined:
locally within id attributeGroup
XML Source (see within schema source)
<xs:attribute name="id" type="xs:ID"/>

style
Type:
Use:
optional
Defined:
locally within style.attrib attributeGroup
Attribute Value
xs:string
XML Source (see within schema source)
<xs:attribute name="style" type="CDATA"/>

title
Type:
xs:string, predefined
Use:
optional
Defined:
locally within title attributeGroup
XML Source (see within schema source)
<xs:attribute name="title" type="xs:string"/>

valign
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Defined:
locally within CellVAlign.attrib attributeGroup
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"top", "middle", "bottom", "baseline"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"top", "middle", "bottom", "baseline"
XML Source (see within schema source)
<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>

xml:lang
Type:
xs:language, predefined
Use:
optional
Defined:
by reference within I18n.attrib attributeGroup
XML Source (see within schema source)
<xs:attribute ref="xml:lang"/>
Content Element Detail (all declarations; 2/2)
td
Type:
td.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="td"/>

th
Type:
th.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="th"/>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set