element <exercisegroup> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 7 attributes, 5 elements
Defined:
globally in pretext.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
XML Representation Summary
<exercisegroup
   
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
("2" | "3" | "4" | "5" | "6")
   
>
   
Content: 
</exercisegroup>
Content model elements (5):
title (defined in Title group)
Included in content model of elements (2):
Known Usage Locations
XML Source (see within schema source)
<xs:element name="exercisegroup">
<xs:complexType>
<xs:sequence>
<xs:group ref="MetaDataTitleOptional"/>
<xs:element maxOccurs="unbounded" ref="exercise"/>
<xs:group minOccurs="0" ref="ConclusionStatementNoCaption"/>
</xs:sequence>
<xs:attributeGroup ref="MetaDataTitleOptional"/>
<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:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 1/7)
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>
Content Element Detail (all declarations; defined within this component only; 1/5)
exercise
Type:
anonymous complexType, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="exercise"/>

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