element <cell> (global)
Namespace:
Type:
anonymous complexType
Content:
mixed (allows character data), 4 attributes, 91 elements
Defined:
globally in pretext.xsd; see XML source
Includes:
definitions of 4 attributes
Used:
XML Representation Summary
<cell
   
 = 
("left" | "center" | "right" | "justify")
 = 
("none" | "minor" | "medium" | "major")
 = 
("none" | "minor" | "medium" | "major")
 = 
xs:anySimpleType
   
>
   
Content: 
</cell>
Content model elements (91):
c,
fillin (defined in FillInText group),
line (defined in LongLine group),
m,
n,
p (defined in Paragraph group),
pretext (defined in Generator group),
q,
webwork (defined in Generator group),
Included in content model of elements (1):
Known Usage Locations
XML Source (see within schema source)
<xs:element name="cell">
<xs:complexType mixed="true">
<xs:choice>
<xs:group ref="TextLong"/>
<xs:group maxOccurs="unbounded" ref="LongLine"/>
<xs:group maxOccurs="unbounded" ref="Paragraph"/>
</xs:choice>
<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="bottom" type="BorderThickness"/>
<xs:attribute name="right" type="BorderThickness"/>
<xs:attribute name="colspan"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 4/4)
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"/>

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

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"/>

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