element <row> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 5 attributes, 1 element
Defined:
globally in pretext.xsd; see XML source
Includes:
definitions of 5 attributes, 1 element
Used:
XML Representation Summary
<row
   
 = 
("yes" | "no" | "vertical")
 = 
("left" | "center" | "right" | "justify")
 = 
("top" | "middle" | "bottom")
 = 
("none" | "minor" | "medium" | "major")
 = 
("none" | "minor" | "medium" | "major")
   
>
   
Content: 
</row>
Content model elements (1):
Included in content model of elements (1):
Known Usage Locations
XML Source (see within schema source)
<xs:element name="row">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="cell"/>
</xs:sequence>
<xs:attribute name="header">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="yes"/>
<xs:enumeration value="no"/>
<xs:enumeration value="vertical"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<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="valign">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="top"/>
<xs:enumeration value="middle"/>
<xs:enumeration value="bottom"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="bottom" type="BorderThickness"/>
<xs:attribute name="left" type="BorderThickness"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 5/5)
bottom
Type:
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"none", "minor", "medium", "major"
XML Source (see within schema source)
<xs:attribute name="bottom" type="BorderThickness"/>

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>

header
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"yes", "no", "vertical"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
Facets:
enumeration:
"yes", "no", "vertical"
XML Source (see within schema source)
<xs:attribute name="header">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="yes"/>
<xs:enumeration value="no"/>
<xs:enumeration value="vertical"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

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

valign
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"top", "middle", "bottom"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
Facets:
enumeration:
"top", "middle", "bottom"
XML Source (see within schema source)
<xs:attribute name="valign">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="top"/>
<xs:enumeration value="middle"/>
<xs:enumeration value="bottom"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Content Element Detail (all declarations; defined within this component only; 1/1)
cell
Type:
anonymous complexType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="cell"/>

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