element <ol> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 2 attributes, 1 element
Defined:
Includes:
definitions of 2 attributes, 1 element
XML Representation Summary
<ol
   
 = 
xs:anySimpleType
 = 
xs:anySimpleType
   
>
   
Content: 
</ol>
Content model elements (1):
li (in ol defined in ExerciseBody group)
Included in content model of elements (2):
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:sequence>
<xs:group ref="MetaDataTarget"/>
<xs:choice>
<xs:group ref="TextParagraph"/>
<xs:group maxOccurs="unbounded" ref="BlockText"/>
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="MetaDataTarget"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="cols"/>
<xs:attribute name="marker"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 2/2)
cols
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="cols"/>

marker
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="marker"/>
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:sequence>
<xs:group ref="MetaDataTarget"/>
<xs:choice>
<xs:group ref="TextParagraph"/>
<xs:group maxOccurs="unbounded" ref="BlockText"/>
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="MetaDataTarget"/>
</xs:complexType>
</xs:element>

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