complexType "tableType"
Namespace:
Content:
complex, 12 attributes, 2 elements
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 4 attributes, 2 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
 = 
("top" | "bottom" | "topbot" | "all" | "sides" | "none")
 = 
xs:string
 = 
xs:string
 = 
xs:string
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  tableType
XML Source (see within schema source)
<xs:complexType name="tableType">
<xs:complexContent>
<xs:extension base="baseElementType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="titl"/>
<xs:element maxOccurs="unbounded" ref="tgroup"/>
</xs:sequence>
<xs:attribute name="frame">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="top"/>
<xs:enumeration value="bottom"/>
<xs:enumeration value="topbot"/>
<xs:enumeration value="all"/>
<xs:enumeration value="sides"/>
<xs:enumeration value="none"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="colsep" type="xs:string"/>
<xs:attribute name="rowsep" type="xs:string"/>
<xs:attribute name="pgwide" type="xs:string"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 4/12)
colsep
Type:
xs:string, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="colsep" type="xs:string"/>

frame
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"top", "bottom", "topbot", "all", "sides", "none"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"top", "bottom", "topbot", "all", "sides", "none"
XML Source (see within schema source)
<xs:attribute name="frame">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="top"/>
<xs:enumeration value="bottom"/>
<xs:enumeration value="topbot"/>
<xs:enumeration value="all"/>
<xs:enumeration value="sides"/>
<xs:enumeration value="none"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

pgwide
Type:
xs:string, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="pgwide" 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; 2/2)
tgroup
Type:
tgroupType, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="tgroup"/>

titl
Type:
simpleTextType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="titl"/>

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