element <ol> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 3 attributes, 1 element
Defined:
locally within List group in pretext.xsd; see XML source
Includes:
definitions of 3 attributes
XML Representation Summary
<ol
   
 = 
xs:anySimpleType
 = 
("2" | "3" | "4" | "5" | "6")
 = 
xs:anySimpleType
   
>
   
Content: 
</ol>
Content model elements (1):
li (defined in ListItem group)
Included in content model of elements (9):
li (defined in ListItem group),
li (in ol defined in ExerciseOrderedList group),
p (defined in Paragraph group),
sidebyside (defined in SideBySide group),
sidebyside (defined in SideBySideNoCaption group),
XML Source (see within schema source)
<xs:element name="ol">
<xs:complexType>
<xs:group maxOccurs="unbounded" ref="ListItem"/>
<xs:attribute name="component"/>
<xs:attribute name="cols">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="2"/>
<xs:enumeration value="3"/>
<xs:enumeration value="4"/>
<xs:enumeration value="5"/>
<xs:enumeration value="6"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="marker"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 3/3)
cols
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"2", "3", "4", "5", "6"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
Facets:
enumeration:
"2", "3", "4", "5", "6"
XML Source (see within schema source)
<xs:attribute name="cols">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="2"/>
<xs:enumeration value="3"/>
<xs:enumeration value="4"/>
<xs:enumeration value="5"/>
<xs:enumeration value="6"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

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

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

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