complexType "tgroupType"
Namespace:
Content:
complex, 12 attributes, 3 elements
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 4 attributes, 3 elements
Used:
XML Representation Summary
<...
   
 = 
xs:ID
 = 
xs:NMTOKEN
 = 
xs:language
 = 
("archive" | "producer") : "producer"
 = 
xs:string
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear)
 = 
xs:anyURI
 = 
xs:anyURI
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
("left" | "right" | "center" | "justify" | "char")
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  tgroupType
XML Source (see within schema source)
<xs:complexType name="tgroupType">
<xs:complexContent>
<xs:extension base="baseElementType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="colspec"/>
<xs:element minOccurs="0" ref="thead"/>
<xs:element ref="tbody"/>
</xs:sequence>
<xs:attribute name="cols" type="xs:string" use="required"/>
<xs:attribute name="colsep" type="xs:string"/>
<xs:attribute name="rowsep" type="xs:string"/>
<xs:attribute name="align">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="left"/>
<xs:enumeration value="right"/>
<xs:enumeration value="center"/>
<xs:enumeration value="justify"/>
<xs:enumeration value="char"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 4/12)
align
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"left", "right", "center", "justify", "char"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"left", "right", "center", "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="right"/>
<xs:enumeration value="center"/>
<xs:enumeration value="justify"/>
<xs:enumeration value="char"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

cols
Type:
xs:string, predefined
Use:
required
XML Source (see within schema source)
<xs:attribute name="cols" type="xs:string" use="required"/>

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

rowsep
Type:
xs:string, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="rowsep" type="xs:string"/>
Content Element Detail (all declarations; defined within this component only; 3/3)
colspec
Type:
colspecType, empty content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="colspec"/>

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

thead
Type:
theadType, complex content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="thead"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set