element <tabcolgr>
Namespace:
Type:
anonymous complexType
Content:
complex, 4 attributes, 1 element
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<tabcolgr
    char
 = 
xs:normalizedString
    halign
 = 
("left" | "center" | "right" | "justify" | "char")
    nbcol
 = 
xs:positiveInteger
    valign
 = 
("top" | "middle" | "bottom" | "baseline")
    >
   
Content: 
tabcol*
</tabcolgr>
May contain elements (1):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Columns group in a table
Description
Set of columns in a table.
Examples
example 1
<tabtext id="tt1" type="5" lang="fr">
    <tabcolgr halign="left">
        <tabcol id="tt1tc1"/>
        <tabcol id="tt1tc2"/>
        <tabcol id="tt1tc3"/>
        <tabcol id="tt1tc4" halign="center"/>
        <tabcol id="tt1tc5"/>
    </tabcolgr>
    <tabrowgr>…</tabrowgr>
</tabtext>
example 2
<tabtext id="tt1" type="3" lang="en">
    <tabcolgr nbcol="40" halign="center">….</tabcolgr>
    <tabrowgr>…</tabrowgr>
</tabtext>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="tabcolgr">
<xs:complexType>
<xs:sequence maxOccurs="unbounded" minOccurs="0">
<xs:element ref="tabcol"/>
</xs:sequence>
<xs:attributeGroup ref="nbcol"/>
<xs:attributeGroup ref="align"/>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 1/1)
tabcol
Type:
anonymous, empty content
XML Source (see within schema source)
<xs:element ref="tabcol"/>

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