element <tabrowgr>
Namespace:
Type:
anonymous complexType
Content:
complex, 3 attributes, 1 element
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<tabrowgr
    char
 = 
xs:normalizedString
    halign
 = 
("left" | "center" | "right" | "justify" | "char")
    valign
 = 
("top" | "middle" | "bottom" | "baseline")
    >
   
Content: 
tabrow+
</tabrowgr>
May contain elements (1):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Rows group in a table
Description
Set of rows in a table.
Examples
example 1
<tabtext id="tt1" type="4" lang="en">
    <tabcolgr halign="center">…</tabcolgr>
    <tabrowgr>…</tabrowgr>
    <tabrowgr halign="char" char=".">
        <tabrow id="tt1tl4">…</tabrow>
        <tabrow id="tt1tl5">…</tabrow>
        <tabrow id="tt1tl6">…</tabrow>
    </tabrowgr>
    <tabrowgr>…</tabrowgr>
</tabtext>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="tabrowgr">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tabrow"/>
</xs:sequence>
<xs:attributeGroup ref="align"/>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 1/1)
tabrow
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="tabrow"/>

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