element <tabrow>
Namespace:
Type:
anonymous complexType
Content:
complex, 4 attributes, 2 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<tabrow
    char
 = 
xs:normalizedString
    halign
 = 
("left" | "center" | "right" | "justify" | "char")
    id
 = 
xs:ID
    valign
 = 
("top" | "middle" | "bottom" | "baseline")
    >
   
Content: 
(tabhcell | tabdcell)+
</tabrow>
May contain elements (2):
May be included in elements (3):
Known Usage Locations
Annotation
Label
Table row
Description
Row in a table.
Examples
example 1
<tabrowgr halign="right">
    <tabrow id="tt1tl4">
        <tabhcell id="tt1te4"idcol="tt1tc1" idrow="tt1tl4">…</tabhcell>
        <tabdcell id="tt1td13" idcol="tt1tc2" idrow="tt1tl4">…</tabdcell>
        <tabdcell id="tt1td14" idcol="tt1tc3" idrow="tt1tl4">…</tabdcell>
        <tabdcell id="tt1td15" idcol="tt1tc4" idrow="tt1tl4">…</tabdcell>
        <tabdcell id="tt1td16" idcol="tt1tc5" idrow="tt1tl4">…</tabdcell>
    </tabrow>
    <tabrow id="tt1tl5">…</tabrow>
    <tabrow id="tt1tl6" valign="bottom">…</tabrow>
</tabrowgr>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="tabrow">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element ref="tabhcell"/>
<xs:element ref="tabdcell"/>
</xs:choice>
<xs:attributeGroup ref="id"/>
<xs:attributeGroup ref="align"/>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 2/2)
tabdcell
Type:
celltype, complex content
XML Source (see within schema source)
<xs:element ref="tabdcell"/>

tabhcell
Type:
celltype, complex content
XML Source (see within schema source)
<xs:element ref="tabhcell"/>

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set