element <ol> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 4 attributes, 1 element
Defined:
locally within List group in pretext.xsd; see XML source
Includes:
definitions of 4 attributes, 1 element
XML Representation Summary
<ol
   
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
("2" | "3" | "4" | "5" | "6")
 = 
xs:anySimpleType
   
>
   
Content: 
</ol>
Content model elements (1):
li (in ol defined in List group)
Included in content model of elements (10):
li (in ol defined in ExerciseBody group),
li (in ol defined in List group),
li (in ul),
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:sequence>
<xs:element maxOccurs="unbounded" name="li">
<xs:complexType mixed="true">
<xs:choice>
<xs:sequence>
<xs:group ref="MetaDataTarget"/>
<xs:group ref="TextParagraph"/>
</xs:sequence>
<xs:sequence>
<xs:group ref="MetaDataTitleOptional"/>
<xs:group maxOccurs="unbounded" ref="BlockStatement"/>
</xs:sequence>
</xs:choice>
<xs:attributeGroup ref="MetaDataTarget"/>
<xs:attribute ref="xml:base"/>
<xs:attribute ref="xml:lang"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="permid"/>
<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; 4/4)
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"/>

permid
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="permid"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
li
Type:
anonymous complexType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" name="li">
<xs:complexType mixed="true">
<xs:choice>
<xs:sequence>
<xs:group ref="MetaDataTarget"/>
<xs:group ref="TextParagraph"/>
</xs:sequence>
<xs:sequence>
<xs:group ref="MetaDataTitleOptional"/>
<xs:group maxOccurs="unbounded" ref="BlockStatement"/>
</xs:sequence>
</xs:choice>
<xs:attributeGroup ref="MetaDataTarget"/>
<xs:attribute ref="xml:base"/>
<xs:attribute ref="xml:lang"/>
</xs:complexType>
</xs:element>

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