element <col> (global)
Namespace:
Type:
anonymous complexType
Content:
empty, 4 attributes
Defined:
globally in pretext.xsd; see XML source
Includes:
definitions of 4 attributes
Used:
XML Representation Summary
<col
   
 = 
("left" | "center" | "right" | "justify")
 = 
("none" | "minor" | "medium" | "major")
 = 
("none" | "minor" | "medium" | "major")
 = 
xs:anySimpleType
/>
Included in content model of elements (1):
Known Usage Locations
XML Source (see within schema source)
<xs:element name="col">
<xs:complexType>
<xs:attribute name="halign">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="left"/>
<xs:enumeration value="center"/>
<xs:enumeration value="right"/>
<xs:enumeration value="justify"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="top" type="BorderThickness"/>
<xs:attribute name="right" type="BorderThickness"/>
<xs:attribute name="width"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 4/4)
halign
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"left", "center", "right", "justify"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
Facets:
enumeration:
"left", "center", "right", "justify"
XML Source (see within schema source)
<xs:attribute name="halign">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="left"/>
<xs:enumeration value="center"/>
<xs:enumeration value="right"/>
<xs:enumeration value="justify"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

right
Type:
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"none", "minor", "medium", "major"
XML Source (see within schema source)
<xs:attribute name="right" type="BorderThickness"/>

top
Type:
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"none", "minor", "medium", "major"
XML Source (see within schema source)
<xs:attribute name="top" type="BorderThickness"/>

width
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="width"/>

XML schema documentation generated with FlexDoc/XML 1.12.5 using FlexDoc/XML XSDDoc 2.9.2 template set