element <solutions> (global)
Namespace:
Type:
anonymous complexType (extension of MetaDataAltTitleOptional)
Content:
complex, 10 attributes, 6 elements
Defined:
globally in pretext.xsd; see XML source
Includes:
definitions of 4 attributes
Used:
at 15 locations
XML Representation Summary
<solutions
   
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
("all" | "odd" | "even")
   
>
   
Content: 
</solutions>
Content model elements (6):
conclusion (defined in ConclusionDivision group),
title (defined in Title group)
Included in content model of elements (9):
Known Usage Locations
Anonymous Type Detail
Type Derivation Tree
  complexType
XML Source (see within schema source)
<xs:element name="solutions">
<xs:complexType>
<xs:complexContent>
<xs:extension base="MetaDataAltTitleOptional">
<xs:sequence>
<xs:group minOccurs="0" ref="IntroductionDivision"/>
<xs:group minOccurs="0" ref="ConclusionDivision"/>
</xs:sequence>
<xs:attribute name="inline"/>
<xs:attribute name="divisional"/>
<xs:attribute name="project"/>
<xs:attribute name="admit">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="all"/>
<xs:enumeration value="odd"/>
<xs:enumeration value="even"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 4/10)
admit
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"all", "odd", "even"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
Facets:
enumeration:
"all", "odd", "even"
XML Source (see within schema source)
<xs:attribute name="admit">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="all"/>
<xs:enumeration value="odd"/>
<xs:enumeration value="even"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

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

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

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

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