complexType "colspecType"
Namespace:
Content:
empty, 16 attributes
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 8 attributes
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:NMTOKEN
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
("left" | "right" | "center" | "justify" | "char")
 = 
xs:string
 = 
xs:NMTOKEN
/>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  colspecType
XML Source (see within schema source)
<xs:complexType name="colspecType">
<xs:complexContent>
<xs:extension base="baseElementType">
<xs:attribute name="colnum" type="xs:string" use="optional"/>
<xs:attribute name="colname" type="xs:NMTOKEN"/>
<xs:attribute name="colwidth" type="xs:string"/>
<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:attribute name="char" type="xs:string"/>
<xs:attribute name="charoff" type="xs:NMTOKEN"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 8/16)
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>

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

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

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

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

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

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

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

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