element <webwork> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 5 attributes, 9 elements
Defined:
Includes:
definitions of 5 attributes, 3 elements
XML Representation Summary
<webwork
   
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:integer
 = 
xs:anySimpleType
   
>
   
Content: 
</webwork>
Content model elements (9):
conclusion (defined in ConclusionText group),
description (in webwork defined in WebWorkAuthored group),
hint (defined in HintWW group),
introduction (defined in IntroductionText group),
solution (defined in SolutionWW group),
statement (defined in StatementExerciseWW group),
task (defined in TaskWW group)
Included in content model of elements (5):
XML Source (see within schema source)
<xs:element name="webwork">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="description">
<xs:complexType mixed="true">
<xs:choice>
<xs:group ref="TextSimple"/>
<xs:group maxOccurs="unbounded" ref="SimpleLine"/>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" ref="pg-macros"/>
<xs:element minOccurs="0" ref="pg-code"/>
<xs:choice>
<xs:sequence>
<xs:group ref="StatementExerciseWW"/>
<xs:group minOccurs="0" ref="HintWW"/>
<xs:group minOccurs="0" ref="SolutionWW"/>
</xs:sequence>
<xs:sequence>
<xs:group minOccurs="0" ref="IntroductionText"/>
<xs:group maxOccurs="unbounded" ref="TaskWW"/>
<xs:group minOccurs="0" ref="ConclusionText"/>
</xs:sequence>
</xs:choice>
</xs:sequence>
<xs:attribute ref="xml:id"/>
<xs:attribute name="label"/>
<xs:attribute name="component"/>
<xs:attribute name="seed" type="xs:integer"/>
<xs:attribute name="copy"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 5/5)
component
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="component"/>

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

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

seed
Type:
xs:integer, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="seed" type="xs:integer"/>

xml:id
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute ref="xml:id"/>
Content Element Detail (all declarations; defined within this component only; 3/9)
description
Type:
anonymous complexType, mixed content
XML Source (see within schema source)
<xs:element minOccurs="0" name="description">
<xs:complexType mixed="true">
<xs:choice>
<xs:group ref="TextSimple"/>
<xs:group maxOccurs="unbounded" ref="SimpleLine"/>
</xs:choice>
</xs:complexType>
</xs:element>

pg-code
Type:
xs:string, predefined, simple content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="pg-code"/>

pg-macros
Type:
anonymous complexType, complex content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="pg-macros"/>

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