element <tabular> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 11 attributes, 2 elements
Defined:
globally in pretext.xsd; see XML source
Includes:
definitions of 11 attributes, 2 elements
Used:
XML Representation Summary
<tabular
   
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
("yes" | "no")
 = 
("left" | "center" | "right" | "justify")
 = 
("top" | "middle" | "bottom")
 = 
("none" | "minor" | "medium" | "major")
 = 
("none" | "minor" | "medium" | "major")
 = 
("none" | "minor" | "medium" | "major")
 = 
("none" | "minor" | "medium" | "major")
   
>
   
Content: 
col*, row+
</tabular>
Content model elements (2):
Included in content model of elements (78):
colophon (defined in ColophonBack group),
conclusion (defined in ConclusionDivision group),
conclusion (defined in ConclusionStatement group),
conclusion (defined in ConclusionText group),
description (in image defined in ImageCode group),
description (in image defined in ImageRaster group),
description (in image defined in ImageWW group),
hint (defined in Hint group),
hint (defined in HintWW group),
introduction (defined in IntroductionText group),
li (in dl),
li (in ol defined in ExerciseBody group),
li (in ol defined in List group),
li (in ul),
paragraphs (defined in Paragraphs group),
paragraphs (defined in ParagraphsNoNumber group),
sidebyside (defined in SideBySide group),
sidebyside (defined in SideBySideNoCaption group),
solution (defined in Solution group),
solution (defined in SolutionWW group),
statement (defined in Statement group),
statement (defined in StatementExerciseWW group),
task (defined in Task group),
Known Usage Locations
XML Source (see within schema source)
<xs:element name="tabular">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="col"/>
<xs:element maxOccurs="unbounded" ref="row"/>
</xs:sequence>
<xs:attribute name="permid"/>
<xs:attribute name="component"/>
<xs:attribute name="width"/>
<xs:attribute name="margins"/>
<xs:attribute name="row-headers">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="yes"/>
<xs:enumeration value="no"/>
</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="top" type="BorderThickness"/>
<xs:attribute name="bottom" type="BorderThickness"/>
<xs:attribute name="left" type="BorderThickness"/>
<xs:attribute name="right" type="BorderThickness"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 11/11)
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"/>

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

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>

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

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

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

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

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

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

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>

width
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="width"/>
Content Element Detail (all declarations; defined within this component only; 2/2)
col
Type:
anonymous complexType, empty content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="col"/>

row
Type:
anonymous complexType, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="row"/>

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