The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<!--
IMS Question & Test Interoperability
Version: 2.1
Public Draft 2
-->

<!-- imsqti_v2p1 -->

<!-- Draft: 2008-03-26 -->

<!--
	IPR, License and Distribution Notices
	This machine readable file is derived from IMS specification IMS Question & Test Interoperability Version: 2.1 Public Draft 2
	found at http://www.imsglobal.org/question/ and the original IMS schema binding or code base 
	http://www.imsglobal.org/question/qtiv2p1pd2/imsqti_bindv2p1pd2.html.
	
	Recipients of this document are requested to submit, with their comments, notification of any relevant patent 
	claims or other intellectual property rights of which they may be aware that might be infringed by the schema 
	binding contained in this document.
	
	IMS takes no position regarding the validity or scope of any intellectual property or other rights that might be 
	claimed to pertain to the implementation or use of the technology described in this document or the extent to 
	which any license under such rights might or might not be available; neither does it represent that it has made 
	any effort to identify any such rights. Information on IMS’s procedures with respect to rights in IMS specifications 
	can be found at the IMS Intellectual Property Rights web page: http://www.imsglobal.org/ipr/imsipr_policyFinal.pdf.
	
	Copyright © IMS Global Learning Consortium 1999-2008. All Rights Reserved.
	
	License Notice for Users
	Users of products or services that include this document are hereby granted a worldwide, royalty-free, 
	non-exclusive license to use this document.
	
	Distribution Notice for Developers
	Developers of products or services that provide distribution of this document as is or with modifications are 
	required to register with the IMS community on the IMS website as described in the following two paragraphs:
	
	- If you wish to distribute this document as is, with no modifications, you are hereby granted permission to copy, 
	display and distribute the contents of this document in any medium for any purpose without fee or royalty provided 
	that you include this IPR, License and Distribution notice in its entirety on ALL copies, or portions thereof, that you 
	make and you complete a valid license registration with IMS and receive an email from IMS granting the license. 
	To register, follow the instructions on the IMS website: http://www.imsglobal.org/specificationdownload.cfm. Once 
	registered you are granted permission to transfer unlimited distribution rights of this document for the purposes 
	of third-party or other distribution of your product or service that incorporates this document as long as this IPR, 
	License and Distribution notice remains in place in its entirety.
	
	- If you wish to create and distribute a derived work from this document, you are hereby granted permission to copy, 
	display and distribute the contents of the derived work in any medium for any purpose without fee or royalty provided 
	that you include this IPR, License and Distribution notice in its entirety on ALL copies, or portions thereof, that you 
	make and you complete a valid profile registration with IMS and receive an email from IMS granting the license. To 
	register, follow the instructions on the IMS website: http://www.imsglobal.org/profile/. Once registered you are 
	granted permission to transfer unlimited distribution rights of the derived work for the purposes of third-party or 
	other distribution of your product or service that incorporates the derived work as long as this IPR, License and 
	Distribution notice remains in place in its entirety.
	
	The limited permissions granted above are perpetual and will not be revoked by IMS or its successors or assigns.
	
	THIS SPECIFICATION IS BEING OFFERED WITHOUT ANY WARRANTY WHATSOEVER, AND IN PARTICULAR, 
	ANY WARRANTY OF NONINFRINGEMENT IS EXPRESSLY DISCLAIMED. ANY USE OF THIS SPECIFICATION 
	SHALL BE MADE ENTIRELY AT THE IMPLEMENTER’S OWN RISK, AND NEITHER THE CONSORTIUM, NOR 
	ANY OF ITS MEMBERS OR SUBMITTERS, SHALL HAVE ANY LIABILITY WHATSOEVER TO ANY IMPLEMENTER 
	OR THIRD PARTY FOR ANY DAMAGES OF ANY NATURE WHATSOEVER, DIRECTLY OR INDIRECTLY, ARISING 
	FROM THE USE OF THIS SPECIFICATION.-->

<!-- =================================================================== -->

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
	targetNamespace="http://www.imsglobal.org/xsd/imsqti_v2p1"
	xmlns="http://www.imsglobal.org/xsd/imsqti_v2p1"
	xmlns:xi="http://www.w3.org/2001/XInclude"
	xmlns:m="http://www.w3.org/1998/Math/MathML"
	xmlns:lip="http://www.imsglobal.org/xsd/imslip_v1p0"
>

<xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>
<xsd:import namespace="http://www.w3.org/2001/XInclude" schemaLocation="http://www.w3.org/2001/XInclude.xsd"/>
<xsd:import namespace="http://www.w3.org/1998/Math/MathML" schemaLocation="http://www.w3.org/Math/XMLSchema/mathml2/mathml2.xsd"/>
<xsd:import namespace="http://www.imsglobal.org/xsd/imslip_v1p0" schemaLocation="http://www.imsglobal.org/xsd/imslip_v1p0.xsd"/>

<!-- Class: a -->

<xsd:attributeGroup name="a.AttrGroup">
	<xsd:attributeGroup ref="simpleInline.AttrGroup"/>
	<xsd:attribute name="href" type="uri.Type" use="required"/>
	<xsd:attribute name="type" type="mimeType.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="a.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="simpleInline.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="a.Type" mixed="true">
	<xsd:group ref="a.ContentGroup"/>
	<xsd:attributeGroup ref="a.AttrGroup"/>
</xsd:complexType>

<xsd:element name="a" type="a.Type"/>


<!-- Class: abbr -->

<xsd:attributeGroup name="abbr.AttrGroup">
	<xsd:attributeGroup ref="simpleInline.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="abbr.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="simpleInline.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="abbr.Type" mixed="true">
	<xsd:group ref="abbr.ContentGroup"/>
	<xsd:attributeGroup ref="abbr.AttrGroup"/>
</xsd:complexType>

<xsd:element name="abbr" type="abbr.Type"/>


<!-- Class: acronym -->

<xsd:attributeGroup name="acronym.AttrGroup">
	<xsd:attributeGroup ref="simpleInline.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="acronym.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="simpleInline.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="acronym.Type" mixed="true">
	<xsd:group ref="acronym.ContentGroup"/>
	<xsd:attributeGroup ref="acronym.AttrGroup"/>
</xsd:complexType>

<xsd:element name="acronym" type="acronym.Type"/>


<!-- Pseudo-class: adaptive -->

<xsd:element name="adaptive" type="boolean.Type"/>


<!-- Class: address -->

<xsd:attributeGroup name="address.AttrGroup">
	<xsd:attributeGroup ref="atomicBlock.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="address.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="atomicBlock.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="address.Type" mixed="true">
	<xsd:group ref="address.ContentGroup"/>
	<xsd:attributeGroup ref="address.AttrGroup"/>
</xsd:complexType>

<xsd:element name="address" type="address.Type"/>


<!-- Class: and -->

<xsd:group name="and.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="and.Type" mixed="false">
	<xsd:group ref="and.ContentGroup"/>
</xsd:complexType>

<xsd:element name="and" type="and.Type"/>


<!-- Class: anyN -->

<xsd:attributeGroup name="anyN.AttrGroup">
	<xsd:attribute name="min" type="integerOrTemplateRef.Type" use="required"/>
	<xsd:attribute name="max" type="integerOrTemplateRef.Type" use="required"/>
</xsd:attributeGroup>

<xsd:group name="anyN.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="anyN.Type" mixed="false">
	<xsd:group ref="anyN.ContentGroup"/>
	<xsd:attributeGroup ref="anyN.AttrGroup"/>
</xsd:complexType>

<xsd:element name="anyN" type="anyN.Type"/>


<!-- Class: areaMapEntry -->

<xsd:attributeGroup name="areaMapEntry.AttrGroup">
	<xsd:attribute name="shape" type="shape.Type" use="required"/>
	<xsd:attribute name="coords" type="coords.Type" use="required"/>
	<xsd:attribute name="mappedValue" type="float.Type" use="required"/>
</xsd:attributeGroup>

<xsd:complexType name="areaMapEntry.Type" mixed="false">
	<xsd:attributeGroup ref="areaMapEntry.AttrGroup"/>
</xsd:complexType>

<xsd:element name="areaMapEntry" type="areaMapEntry.Type"/>


<!-- Class: areaMapping -->

<xsd:attributeGroup name="areaMapping.AttrGroup">
	<xsd:attribute name="lowerBound" type="float.Type" use="optional"/>
	<xsd:attribute name="upperBound" type="float.Type" use="optional"/>
	<xsd:attribute name="defaultValue" type="float.Type" use="required"/>
</xsd:attributeGroup>

<xsd:group name="areaMapping.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="areaMapEntry" minOccurs="1" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="areaMapping.Type" mixed="false">
	<xsd:group ref="areaMapping.ContentGroup"/>
	<xsd:attributeGroup ref="areaMapping.AttrGroup"/>
</xsd:complexType>

<xsd:element name="areaMapping" type="areaMapping.Type"/>


<!-- Class: assessmentItem -->

<xsd:attributeGroup name="assessmentItem.AttrGroup">
	<xsd:attribute name="identifier" type="string.Type" use="required"/>
	<xsd:attribute name="title" type="string.Type" use="required"/>
	<xsd:attribute name="label" type="string256.Type" use="optional"/>
	<xsd:attribute ref="xml:lang"/>
	<xsd:attribute name="adaptive" type="boolean.Type" use="required"/>
	<xsd:attribute name="timeDependent" type="boolean.Type" use="required"/>
	<xsd:attribute name="toolName" type="string256.Type" use="optional"/>
	<xsd:attribute name="toolVersion" type="string256.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="assessmentItem.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="responseDeclaration" minOccurs="0" maxOccurs="unbounded"/>
		<xsd:element ref="outcomeDeclaration" minOccurs="0" maxOccurs="unbounded"/>
		<xsd:element ref="templateDeclaration" minOccurs="0" maxOccurs="unbounded"/>
		<xsd:element ref="templateProcessing" minOccurs="0" maxOccurs="1"/>
		<xsd:element ref="stylesheet" minOccurs="0" maxOccurs="unbounded"/>
		<xsd:element ref="itemBody" minOccurs="0" maxOccurs="1"/>
		<xsd:element ref="responseProcessing" minOccurs="0" maxOccurs="1"/>
		<xsd:element ref="modalFeedback" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="assessmentItem.Type" mixed="false">
	<xsd:group ref="assessmentItem.ContentGroup"/>
	<xsd:attributeGroup ref="assessmentItem.AttrGroup"/>
</xsd:complexType>

<xsd:element name="assessmentItem" type="assessmentItem.Type"/>


<!-- Class: assessmentItemRef -->

<xsd:attributeGroup name="assessmentItemRef.AttrGroup">
	<xsd:attributeGroup ref="sectionPart.AttrGroup"/>
	<xsd:attribute name="href" type="uri.Type" use="required"/>
	<xsd:attribute name="category" use="optional">
		<xsd:simpleType>
			<xsd:list itemType="identifier.Type"/>
		</xsd:simpleType>
	</xsd:attribute>
</xsd:attributeGroup>

<xsd:group name="assessmentItemRef.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="sectionPart.ContentGroup"/>
		<xsd:element ref="variableMapping" minOccurs="0" maxOccurs="unbounded"/>
		<xsd:element ref="weight" minOccurs="0" maxOccurs="unbounded"/>
		<xsd:element ref="templateDefault" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="assessmentItemRef.Type" mixed="false">
	<xsd:group ref="assessmentItemRef.ContentGroup"/>
	<xsd:attributeGroup ref="assessmentItemRef.AttrGroup"/>
</xsd:complexType>

<xsd:element name="assessmentItemRef" type="assessmentItemRef.Type"/>


<!-- Class: assessmentResult -->

<xsd:group name="assessmentResult.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="context" minOccurs="1" maxOccurs="1"/>
		<xsd:element ref="testResult" minOccurs="0" maxOccurs="1"/>
		<xsd:element ref="itemResult" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="assessmentResult.Type" mixed="false">
	<xsd:group ref="assessmentResult.ContentGroup"/>
</xsd:complexType>

<xsd:element name="assessmentResult" type="assessmentResult.Type"/>


<!-- Class: assessmentSection -->

<xsd:attributeGroup name="assessmentSection.AttrGroup">
	<xsd:attributeGroup ref="sectionPart.AttrGroup"/>
	<xsd:attribute name="title" type="string.Type" use="required"/>
	<xsd:attribute name="visible" type="boolean.Type" use="required"/>
	<xsd:attribute name="keepTogether" type="boolean.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="assessmentSection.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="sectionPart.ContentGroup"/>
		<xsd:element ref="selection" minOccurs="0" maxOccurs="1"/>
		<xsd:element ref="ordering" minOccurs="0" maxOccurs="1"/>
		<xsd:element ref="rubricBlock" minOccurs="0" maxOccurs="unbounded"/>
		<xsd:group ref="sectionPart.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="assessmentSection.Type" mixed="false">
	<xsd:group ref="assessmentSection.ContentGroup"/>
	<xsd:attributeGroup ref="assessmentSection.AttrGroup"/>
</xsd:complexType>

<xsd:element name="assessmentSection" type="assessmentSection.Type"/>


<!-- Class: assessmentTest -->

<xsd:attributeGroup name="assessmentTest.AttrGroup">
	<xsd:attribute name="identifier" type="string.Type" use="required"/>
	<xsd:attribute name="title" type="string.Type" use="required"/>
	<xsd:attribute name="toolName" type="string256.Type" use="optional"/>
	<xsd:attribute name="toolVersion" type="string256.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="assessmentTest.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="outcomeDeclaration" minOccurs="0" maxOccurs="unbounded"/>
		<xsd:element ref="timeLimits" minOccurs="0" maxOccurs="1"/>
		<xsd:element ref="testPart" minOccurs="1" maxOccurs="unbounded"/>
		<xsd:element ref="outcomeProcessing" minOccurs="0" maxOccurs="1"/>
		<xsd:element ref="testFeedback" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="assessmentTest.Type" mixed="false">
	<xsd:group ref="assessmentTest.ContentGroup"/>
	<xsd:attributeGroup ref="assessmentTest.AttrGroup"/>
</xsd:complexType>

<xsd:element name="assessmentTest" type="assessmentTest.Type"/>


<!-- Class: associableChoice -->

<!-- Following definition is not used but improves readability of the binding document -->
<xsd:group name="associableChoice.ElementGroup">
	<xsd:choice>
		<xsd:element ref="gap"/>
		<xsd:element ref="gapText"/>
		<xsd:element ref="gapImg"/>
		<xsd:element ref="associableHotspot"/>
		<xsd:element ref="simpleAssociableChoice"/>
	</xsd:choice>
</xsd:group>

<xsd:attributeGroup name="associableChoice.AttrGroup">
	<xsd:attributeGroup ref="choice.AttrGroup"/>
	<xsd:attribute name="matchGroup" use="optional">
		<xsd:simpleType>
			<xsd:list itemType="identifier.Type"/>
		</xsd:simpleType>
	</xsd:attribute>
</xsd:attributeGroup>


<!-- Class: associableHotspot -->

<xsd:attributeGroup name="associableHotspot.AttrGroup">
	<xsd:attributeGroup ref="associableChoice.AttrGroup"/>
	<xsd:attributeGroup ref="hotspot.AttrGroup"/>
	<xsd:attribute name="matchMax" type="integer.Type" use="required"/>
	<xsd:attribute name="matchMin" type="integer.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:complexType name="associableHotspot.Type" mixed="false">
	<xsd:attributeGroup ref="associableHotspot.AttrGroup"/>
</xsd:complexType>

<xsd:element name="associableHotspot" type="associableHotspot.Type"/>


<!-- Class: associateInteraction -->

<xsd:attributeGroup name="associateInteraction.AttrGroup">
	<xsd:attributeGroup ref="blockInteraction.AttrGroup"/>
	<xsd:attribute name="shuffle" type="boolean.Type" use="required"/>
	<xsd:attribute name="maxAssociations" type="integer.Type" use="required"/>
	<xsd:attribute name="minAssociations" type="integer.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="associateInteraction.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="blockInteraction.ContentGroup"/>
		<xsd:element ref="simpleAssociableChoice" minOccurs="1" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="associateInteraction.Type" mixed="false">
	<xsd:group ref="associateInteraction.ContentGroup"/>
	<xsd:attributeGroup ref="associateInteraction.AttrGroup"/>
</xsd:complexType>

<xsd:element name="associateInteraction" type="associateInteraction.Type"/>


<!-- Class: atomicBlock -->

<!-- Following definition is not used but improves readability of the binding document -->
<xsd:group name="atomicBlock.ElementGroup">
	<xsd:choice>
		<xsd:element ref="pre"/>
		<xsd:element ref="h2"/>
		<xsd:element ref="h3"/>
		<xsd:element ref="h1"/>
		<xsd:element ref="h6"/>
		<xsd:element ref="h4"/>
		<xsd:element ref="h5"/>
		<xsd:element ref="p"/>
		<xsd:element ref="address"/>
	</xsd:choice>
</xsd:group>

<xsd:attributeGroup name="atomicBlock.AttrGroup">
	<xsd:attributeGroup ref="bodyElement.AttrGroup"/>
	<xsd:attributeGroup ref="flowStatic.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="atomicBlock.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="inline.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>


<!-- Class: atomicInline -->

<!-- Following definition is not used but improves readability of the binding document -->
<xsd:group name="atomicInline.ElementGroup">
	<xsd:choice>
		<xsd:element ref="img"/>
		<xsd:element ref="br"/>
	</xsd:choice>
</xsd:group>

<xsd:attributeGroup name="atomicInline.AttrGroup">
	<xsd:attributeGroup ref="bodyElement.AttrGroup"/>
	<xsd:attributeGroup ref="flowStatic.AttrGroup"/>
</xsd:attributeGroup>


<!-- Class: b -->

<xsd:attributeGroup name="b.AttrGroup">
	<xsd:attributeGroup ref="simpleInline.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="b.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="simpleInline.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="b.Type" mixed="true">
	<xsd:group ref="b.ContentGroup"/>
	<xsd:attributeGroup ref="b.AttrGroup"/>
</xsd:complexType>

<xsd:element name="b" type="b.Type"/>


<!-- Class: bankProfile -->

<xsd:group name="bankProfile.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="usageDataVocabulary" minOccurs="0" maxOccurs="unbounded"/>
		<xsd:element ref="metadataProfile" minOccurs="1" maxOccurs="1"/>
	<xsd:any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="bankProfile.Type" mixed="false">
	<xsd:group ref="bankProfile.ContentGroup"/>
</xsd:complexType>

<xsd:element name="bankProfile" type="bankProfile.Type"/>


<!-- Enumeration: baseType -->

<xsd:simpleType name="baseType.Type">
	<xsd:restriction base="xsd:NMTOKEN">
		<xsd:enumeration value="boolean"/>
		<xsd:enumeration value="directedPair"/>
		<xsd:enumeration value="duration"/>
		<xsd:enumeration value="file"/>
		<xsd:enumeration value="float"/>
		<xsd:enumeration value="identifier"/>
		<xsd:enumeration value="integer"/>
		<xsd:enumeration value="pair"/>
		<xsd:enumeration value="point"/>
		<xsd:enumeration value="string"/>
		<xsd:enumeration value="uri"/>
	</xsd:restriction>
</xsd:simpleType>


<!-- Class: baseValue -->

<xsd:attributeGroup name="baseValue.AttrGroup">
	<xsd:attribute name="baseType" type="baseType.Type" use="required"/>
</xsd:attributeGroup>

<xsd:complexType name="baseValue.Type">
	<xsd:simpleContent>
		<xsd:extension base="xsd:string">
			<xsd:attributeGroup ref="baseValue.AttrGroup"/>
		</xsd:extension>
	</xsd:simpleContent>
</xsd:complexType>

<xsd:element name="baseValue" type="baseValue.Type"/>


<!-- Class: big -->

<xsd:attributeGroup name="big.AttrGroup">
	<xsd:attributeGroup ref="simpleInline.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="big.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="simpleInline.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="big.Type" mixed="true">
	<xsd:group ref="big.ContentGroup"/>
	<xsd:attributeGroup ref="big.AttrGroup"/>
</xsd:complexType>

<xsd:element name="big" type="big.Type"/>


<!-- Class: block -->

<xsd:group name="block.ElementGroup">
	<xsd:choice>
		<xsd:element ref="positionObjectStage"/>
		<xsd:element ref="customInteraction"/>
		<xsd:element ref="drawingInteraction"/>
		<xsd:element ref="gapMatchInteraction"/>
		<xsd:element ref="matchInteraction"/>
		<xsd:element ref="graphicGapMatchInteraction"/>
		<xsd:element ref="hotspotInteraction"/>
		<xsd:element ref="graphicOrderInteraction"/>
		<xsd:element ref="selectPointInteraction"/>
		<xsd:element ref="graphicAssociateInteraction"/>
		<xsd:element ref="sliderInteraction"/>
		<xsd:element ref="choiceInteraction"/>
		<xsd:element ref="mediaInteraction"/>
		<xsd:element ref="hottextInteraction"/>
		<xsd:element ref="orderInteraction"/>
		<xsd:element ref="extendedTextInteraction"/>
		<xsd:element ref="uploadInteraction"/>
		<xsd:element ref="associateInteraction"/>
		<xsd:element ref="pre"/>
		<xsd:element ref="h2"/>
		<xsd:element ref="h3"/>
		<xsd:element ref="h1"/>
		<xsd:element ref="h6"/>
		<xsd:element ref="h4"/>
		<xsd:element ref="h5"/>
		<xsd:element ref="p"/>
		<xsd:element ref="address"/>
		<xsd:element ref="dl"/>
		<xsd:element ref="ol"/>
		<xsd:element ref="hr"/>
		<xsd:element ref="rubricBlock"/>
		<xsd:element ref="blockquote"/>
		<xsd:element ref="feedbackBlock"/>
		<xsd:element ref="ul"/>
		<xsd:element ref="templateBlock"/>
		<xsd:element ref="table"/>
		<xsd:element ref="div"/>
		<xsd:element ref="xi:include"/>
		<xsd:element ref="m:math"/>
	</xsd:choice>
</xsd:group>


<!-- Class: blockInteraction -->

<!-- Following definition is not used but improves readability of the binding document -->
<xsd:group name="blockInteraction.ElementGroup">
	<xsd:choice>
		<xsd:element ref="drawingInteraction"/>
		<xsd:element ref="gapMatchInteraction"/>
		<xsd:element ref="matchInteraction"/>
		<xsd:element ref="graphicGapMatchInteraction"/>
		<xsd:element ref="hotspotInteraction"/>
		<xsd:element ref="graphicOrderInteraction"/>
		<xsd:element ref="selectPointInteraction"/>
		<xsd:element ref="graphicAssociateInteraction"/>
		<xsd:element ref="sliderInteraction"/>
		<xsd:element ref="choiceInteraction"/>
		<xsd:element ref="mediaInteraction"/>
		<xsd:element ref="hottextInteraction"/>
		<xsd:element ref="orderInteraction"/>
		<xsd:element ref="extendedTextInteraction"/>
		<xsd:element ref="uploadInteraction"/>
		<xsd:element ref="associateInteraction"/>
	</xsd:choice>
</xsd:group>

<xsd:attributeGroup name="blockInteraction.AttrGroup">
	<xsd:attributeGroup ref="flow.AttrGroup"/>
	<xsd:attributeGroup ref="interaction.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="blockInteraction.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="prompt" minOccurs="0" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>


<!-- Class: blockStatic -->

<xsd:group name="blockStatic.ElementGroup">
	<xsd:choice>
		<xsd:element ref="pre"/>
		<xsd:element ref="h2"/>
		<xsd:element ref="h3"/>
		<xsd:element ref="h1"/>
		<xsd:element ref="h6"/>
		<xsd:element ref="h4"/>
		<xsd:element ref="h5"/>
		<xsd:element ref="p"/>
		<xsd:element ref="address"/>
		<xsd:element ref="dl"/>
		<xsd:element ref="ol"/>
		<xsd:element ref="hr"/>
		<xsd:element ref="rubricBlock"/>
		<xsd:element ref="blockquote"/>
		<xsd:element ref="feedbackBlock"/>
		<xsd:element ref="ul"/>
		<xsd:element ref="templateBlock"/>
		<xsd:element ref="table"/>
		<xsd:element ref="div"/>
		<xsd:element ref="xi:include"/>
		<xsd:element ref="m:math"/>
	</xsd:choice>
</xsd:group>


<!-- Class: blockquote -->

<xsd:attributeGroup name="blockquote.AttrGroup">
	<xsd:attributeGroup ref="simpleBlock.AttrGroup"/>
	<xsd:attribute name="cite" type="uri.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="blockquote.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="simpleBlock.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="blockquote.Type" mixed="false">
	<xsd:group ref="blockquote.ContentGroup"/>
	<xsd:attributeGroup ref="blockquote.AttrGroup"/>
</xsd:complexType>

<xsd:element name="blockquote" type="blockquote.Type"/>


<!-- Class: bodyElement -->

<!-- Following definition is not used but improves readability of the binding document -->
<xsd:group name="bodyElement.ElementGroup">
	<xsd:choice>
		<xsd:element ref="pre"/>
		<xsd:element ref="h2"/>
		<xsd:element ref="h3"/>
		<xsd:element ref="h1"/>
		<xsd:element ref="h6"/>
		<xsd:element ref="h4"/>
		<xsd:element ref="h5"/>
		<xsd:element ref="p"/>
		<xsd:element ref="address"/>
		<xsd:element ref="prompt"/>
		<xsd:element ref="dt"/>
		<xsd:element ref="dd"/>
		<xsd:element ref="td"/>
		<xsd:element ref="th"/>
		<xsd:element ref="itemBody"/>
		<xsd:element ref="table"/>
		<xsd:element ref="img"/>
		<xsd:element ref="br"/>
		<xsd:element ref="ul"/>
		<xsd:element ref="tr"/>
		<xsd:element ref="tbody"/>
		<xsd:element ref="rubricBlock"/>
		<xsd:element ref="blockquote"/>
		<xsd:element ref="feedbackBlock"/>
		<xsd:element ref="li"/>
		<xsd:element ref="tfoot"/>
		<xsd:element ref="thead"/>
		<xsd:element ref="dl"/>
		<xsd:element ref="hr"/>
		<xsd:element ref="object"/>
		<xsd:element ref="hottext"/>
		<xsd:element ref="gap"/>
		<xsd:element ref="gapText"/>
		<xsd:element ref="gapImg"/>
		<xsd:element ref="associableHotspot"/>
		<xsd:element ref="simpleAssociableChoice"/>
		<xsd:element ref="hotspotChoice"/>
		<xsd:element ref="inlineChoice"/>
		<xsd:element ref="simpleChoice"/>
		<xsd:element ref="em"/>
		<xsd:element ref="a"/>
		<xsd:element ref="code"/>
		<xsd:element ref="span"/>
		<xsd:element ref="sub"/>
		<xsd:element ref="acronym"/>
		<xsd:element ref="big"/>
		<xsd:element ref="tt"/>
		<xsd:element ref="kbd"/>
		<xsd:element ref="q"/>
		<xsd:element ref="i"/>
		<xsd:element ref="dfn"/>
		<xsd:element ref="feedbackInline"/>
		<xsd:element ref="abbr"/>
		<xsd:element ref="strong"/>
		<xsd:element ref="sup"/>
		<xsd:element ref="var"/>
		<xsd:element ref="small"/>
		<xsd:element ref="samp"/>
		<xsd:element ref="b"/>
		<xsd:element ref="cite"/>
		<xsd:element ref="textEntryInteraction"/>
		<xsd:element ref="inlineChoiceInteraction"/>
		<xsd:element ref="endAttemptInteraction"/>
		<xsd:element ref="positionObjectInteraction"/>
		<xsd:element ref="customInteraction"/>
		<xsd:element ref="drawingInteraction"/>
		<xsd:element ref="gapMatchInteraction"/>
		<xsd:element ref="matchInteraction"/>
		<xsd:element ref="graphicGapMatchInteraction"/>
		<xsd:element ref="hotspotInteraction"/>
		<xsd:element ref="graphicOrderInteraction"/>
		<xsd:element ref="selectPointInteraction"/>
		<xsd:element ref="graphicAssociateInteraction"/>
		<xsd:element ref="sliderInteraction"/>
		<xsd:element ref="choiceInteraction"/>
		<xsd:element ref="mediaInteraction"/>
		<xsd:element ref="hottextInteraction"/>
		<xsd:element ref="orderInteraction"/>
		<xsd:element ref="extendedTextInteraction"/>
		<xsd:element ref="uploadInteraction"/>
		<xsd:element ref="associateInteraction"/>
		<xsd:element ref="ol"/>
		<xsd:element ref="colgroup"/>
		<xsd:element ref="printedVariable"/>
		<xsd:element ref="caption"/>
		<xsd:element ref="templateBlock"/>
		<xsd:element ref="templateInline"/>
		<xsd:element ref="div"/>
		<xsd:element ref="col"/>
	</xsd:choice>
</xsd:group>

<xsd:attributeGroup name="bodyElement.AttrGroup">
	<xsd:attribute name="id" type="identifier.Type" use="optional"/>
	<xsd:attribute name="class" use="optional">
		<xsd:simpleType>
			<xsd:list itemType="styleclass.Type"/>
		</xsd:simpleType>
	</xsd:attribute>
	<xsd:attribute ref="xml:lang"/>
	<xsd:attribute name="label" type="string256.Type" use="optional"/>
</xsd:attributeGroup>


<!-- Datatype: boolean -->

<xsd:simpleType name="boolean.Type">
	<xsd:restriction base="xsd:boolean"/>
</xsd:simpleType>


<!-- Class: br -->

<xsd:attributeGroup name="br.AttrGroup">
	<xsd:attributeGroup ref="atomicInline.AttrGroup"/>
</xsd:attributeGroup>

<xsd:complexType name="br.Type" mixed="false">
	<xsd:attributeGroup ref="br.AttrGroup"/>
</xsd:complexType>

<xsd:element name="br" type="br.Type"/>


<!-- Class: branchRule -->

<xsd:attributeGroup name="branchRule.AttrGroup">
	<xsd:attribute name="target" type="identifier.Type" use="required"/>
</xsd:attributeGroup>

<xsd:group name="branchRule.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="branchRule.Type" mixed="false">
	<xsd:group ref="branchRule.ContentGroup"/>
	<xsd:attributeGroup ref="branchRule.AttrGroup"/>
</xsd:complexType>

<xsd:element name="branchRule" type="branchRule.Type"/>


<!-- Class: candidateComment bound to PCDATA -->


<!-- Class: candidateResponse -->

<xsd:group name="candidateResponse.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="value" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="candidateResponse.Type" mixed="false">
	<xsd:group ref="candidateResponse.ContentGroup"/>
</xsd:complexType>

<xsd:element name="candidateResponse" type="candidateResponse.Type"/>


<!-- Class: caption -->

<xsd:attributeGroup name="caption.AttrGroup">
	<xsd:attributeGroup ref="bodyElement.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="caption.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="inline.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="caption.Type" mixed="true">
	<xsd:group ref="caption.ContentGroup"/>
	<xsd:attributeGroup ref="caption.AttrGroup"/>
</xsd:complexType>

<xsd:element name="caption" type="caption.Type"/>


<!-- Enumeration: cardinality -->

<xsd:simpleType name="cardinality.Type">
	<xsd:restriction base="xsd:NMTOKEN">
		<xsd:enumeration value="multiple"/>
		<xsd:enumeration value="ordered"/>
		<xsd:enumeration value="record"/>
		<xsd:enumeration value="single"/>
	</xsd:restriction>
</xsd:simpleType>


<!-- Class: categorizedStatistic -->

<xsd:attributeGroup name="categorizedStatistic.AttrGroup">
	<xsd:attributeGroup ref="itemStatistic.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="categorizedStatistic.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="itemStatistic.ContentGroup"/>
		<xsd:element ref="mapping" minOccurs="1" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="categorizedStatistic.Type" mixed="false">
	<xsd:group ref="categorizedStatistic.ContentGroup"/>
	<xsd:attributeGroup ref="categorizedStatistic.AttrGroup"/>
</xsd:complexType>

<xsd:element name="categorizedStatistic" type="categorizedStatistic.Type"/>


<!-- Class: choice -->

<!-- Following definition is not used but improves readability of the binding document -->
<xsd:group name="choice.ElementGroup">
	<xsd:choice>
		<xsd:element ref="hottext"/>
		<xsd:element ref="gap"/>
		<xsd:element ref="gapText"/>
		<xsd:element ref="gapImg"/>
		<xsd:element ref="associableHotspot"/>
		<xsd:element ref="simpleAssociableChoice"/>
		<xsd:element ref="hotspotChoice"/>
		<xsd:element ref="inlineChoice"/>
		<xsd:element ref="simpleChoice"/>
	</xsd:choice>
</xsd:group>

<xsd:attributeGroup name="choice.AttrGroup">
	<xsd:attributeGroup ref="bodyElement.AttrGroup"/>
	<xsd:attribute name="identifier" type="identifier.Type" use="required"/>
	<xsd:attribute name="fixed" type="boolean.Type" use="optional"/>
	<xsd:attribute name="templateIdentifier" type="identifier.Type" use="optional"/>
	<xsd:attribute name="showHide" type="showHide.Type" use="optional"/>
</xsd:attributeGroup>


<!-- Class: choiceInteraction -->

<xsd:attributeGroup name="choiceInteraction.AttrGroup">
	<xsd:attributeGroup ref="blockInteraction.AttrGroup"/>
	<xsd:attribute name="shuffle" type="boolean.Type" use="required"/>
	<xsd:attribute name="maxChoices" type="integer.Type" use="required"/>
	<xsd:attribute name="minChoices" type="integer.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="choiceInteraction.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="blockInteraction.ContentGroup"/>
		<xsd:element ref="simpleChoice" minOccurs="1" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="choiceInteraction.Type" mixed="false">
	<xsd:group ref="choiceInteraction.ContentGroup"/>
	<xsd:attributeGroup ref="choiceInteraction.AttrGroup"/>
</xsd:complexType>

<xsd:element name="choiceInteraction" type="choiceInteraction.Type"/>


<!-- Class: cite -->

<xsd:attributeGroup name="cite.AttrGroup">
	<xsd:attributeGroup ref="simpleInline.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="cite.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="simpleInline.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="cite.Type" mixed="true">
	<xsd:group ref="cite.ContentGroup"/>
	<xsd:attributeGroup ref="cite.AttrGroup"/>
</xsd:complexType>

<xsd:element name="cite" type="cite.Type"/>


<!-- Class: code -->

<xsd:attributeGroup name="code.AttrGroup">
	<xsd:attributeGroup ref="simpleInline.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="code.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="simpleInline.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="code.Type" mixed="true">
	<xsd:group ref="code.ContentGroup"/>
	<xsd:attributeGroup ref="code.AttrGroup"/>
</xsd:complexType>

<xsd:element name="code" type="code.Type"/>


<!-- Class: col -->

<xsd:attributeGroup name="col.AttrGroup">
	<xsd:attributeGroup ref="bodyElement.AttrGroup"/>
	<xsd:attribute name="span" type="integer.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:complexType name="col.Type" mixed="false">
	<xsd:attributeGroup ref="col.AttrGroup"/>
</xsd:complexType>

<xsd:element name="col" type="col.Type"/>


<!-- Class: colgroup -->

<xsd:attributeGroup name="colgroup.AttrGroup">
	<xsd:attributeGroup ref="bodyElement.AttrGroup"/>
	<xsd:attribute name="span" type="integer.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="colgroup.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="col" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="colgroup.Type" mixed="false">
	<xsd:group ref="colgroup.ContentGroup"/>
	<xsd:attributeGroup ref="colgroup.AttrGroup"/>
</xsd:complexType>

<xsd:element name="colgroup" type="colgroup.Type"/>


<!-- Pseudo-class: composite -->

<xsd:element name="composite" type="boolean.Type"/>


<!-- Class: containerSize -->

<xsd:group name="containerSize.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="containerSize.Type" mixed="false">
	<xsd:group ref="containerSize.ContentGroup"/>
</xsd:complexType>

<xsd:element name="containerSize" type="containerSize.Type"/>


<!-- Class: contains -->

<xsd:group name="contains.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="2" maxOccurs="2"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="contains.Type" mixed="false">
	<xsd:group ref="contains.ContentGroup"/>
</xsd:complexType>

<xsd:element name="contains" type="contains.Type"/>


<!-- Class: contentProfile -->

<xsd:group name="contentProfile.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="composite" minOccurs="1" maxOccurs="1"/>
		<xsd:element ref="adaptive" minOccurs="1" maxOccurs="1"/>
		<xsd:element ref="timeDependent" minOccurs="1" maxOccurs="1"/>
		<xsd:element ref="templates" minOccurs="1" maxOccurs="1"/>
		<xsd:element ref="textElements" minOccurs="1" maxOccurs="1"/>
		<xsd:element ref="listElements" minOccurs="1" maxOccurs="1"/>
		<xsd:element ref="objectElements" minOccurs="1" maxOccurs="1"/>
		<xsd:element ref="objectType" minOccurs="0" maxOccurs="unbounded"/>
		<xsd:element ref="presentationElements" minOccurs="1" maxOccurs="1"/>
		<xsd:element ref="tableElements" minOccurs="1" maxOccurs="1"/>
		<xsd:element ref="imageElement" minOccurs="1" maxOccurs="1"/>
		<xsd:element ref="imageType" minOccurs="0" maxOccurs="unbounded"/>
		<xsd:element ref="hypertextElement" minOccurs="1" maxOccurs="1"/>
		<xsd:element ref="mathElement" minOccurs="1" maxOccurs="1"/>
		<xsd:element ref="mathVariable" minOccurs="1" maxOccurs="1"/>
		<xsd:element ref="feedbackIntegrated" minOccurs="1" maxOccurs="1"/>
		<xsd:element ref="feedbackModal" minOccurs="1" maxOccurs="1"/>
		<xsd:element ref="rubric" minOccurs="1" maxOccurs="1"/>
		<xsd:element ref="printedVariables" minOccurs="1" maxOccurs="1"/>
		<xsd:element ref="interactionType" minOccurs="0" maxOccurs="unbounded"/>
		<xsd:element ref="responseRules" minOccurs="1" maxOccurs="1"/>
		<xsd:element ref="rpTemplate" minOccurs="0" maxOccurs="unbounded"/>
		<xsd:element ref="rounding" minOccurs="1" maxOccurs="1"/>
		<xsd:element ref="regexp" minOccurs="1" maxOccurs="1"/>
		<xsd:element ref="metadataProfile" minOccurs="1" maxOccurs="1"/>
	<xsd:any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="contentProfile.Type" mixed="false">
	<xsd:group ref="contentProfile.ContentGroup"/>
</xsd:complexType>

<xsd:element name="contentProfile" type="contentProfile.Type"/>


<!-- Class: context -->

<xsd:group name="context.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="sessionIdentifier" minOccurs="0" maxOccurs="unbounded"/>
		<xsd:element ref="lip:identification" minOccurs="0" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="context.Type" mixed="false">
	<xsd:group ref="context.ContentGroup"/>
</xsd:complexType>

<xsd:element name="context" type="context.Type"/>


<!-- Datatype: coords -->

<xsd:simpleType name="coords.Type">
	<xsd:restriction base="xsd:string"/>
</xsd:simpleType>


<!-- Class: correct -->

<xsd:attributeGroup name="correct.AttrGroup">
	<xsd:attribute name="identifier" type="identifier.Type" use="required"/>
</xsd:attributeGroup>

<xsd:complexType name="correct.Type" mixed="false">
	<xsd:attributeGroup ref="correct.AttrGroup"/>
</xsd:complexType>

<xsd:element name="correct" type="correct.Type"/>


<!-- Class: correctResponse -->

<xsd:attributeGroup name="correctResponse.AttrGroup">
	<xsd:attribute name="interpretation" type="string.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="correctResponse.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="value" minOccurs="1" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="correctResponse.Type" mixed="false">
	<xsd:group ref="correctResponse.ContentGroup"/>
	<xsd:attributeGroup ref="correctResponse.AttrGroup"/>
</xsd:complexType>

<xsd:element name="correctResponse" type="correctResponse.Type"/>


<!-- Class: customInteraction -->

<xsd:attributeGroup name="customInteraction.AttrGroup">
	<xsd:attributeGroup ref="flow.AttrGroup"/>
	<xsd:attributeGroup ref="interaction.AttrGroup"/>
	<xsd:anyAttribute namespace="##other"/>
</xsd:attributeGroup>

<xsd:group name="customInteraction.ContentGroup">
	<xsd:sequence>
	<xsd:any namespace="##any" minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="customInteraction.Type" mixed="false">
	<xsd:group ref="customInteraction.ContentGroup"/>
	<xsd:attributeGroup ref="customInteraction.AttrGroup"/>
</xsd:complexType>

<xsd:element name="customInteraction" type="customInteraction.Type"/>


<!-- Class: customOperator -->

<xsd:attributeGroup name="customOperator.AttrGroup">
	<xsd:attribute name="class" type="identifier.Type" use="optional"/>
	<xsd:attribute name="definition" type="uri.Type" use="optional"/>
	<xsd:anyAttribute namespace="##other"/>
</xsd:attributeGroup>

<xsd:group name="customOperator.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="customOperator.Type" mixed="false">
	<xsd:group ref="customOperator.ContentGroup"/>
	<xsd:attributeGroup ref="customOperator.AttrGroup"/>
</xsd:complexType>

<xsd:element name="customOperator" type="customOperator.Type"/>


<!-- Datatype: date -->

<xsd:simpleType name="date.Type">
<xsd:restriction base="xsd:date">
        <xsd:pattern value="[0-9]{4}-[0-9]{2}-[0-9]{2}"/>
    </xsd:restriction></xsd:simpleType>


<!-- Datatype: datetime -->

<xsd:simpleType name="datetime.Type">
<xsd:restriction base="xsd:dateTime">
        <xsd:pattern value="[0-9]{4}.*"/>
                    </xsd:restriction></xsd:simpleType>


<!-- Class: dd -->

<xsd:attributeGroup name="dd.AttrGroup">
	<xsd:attributeGroup ref="dlElement.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="dd.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="flow.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="dd.Type" mixed="true">
	<xsd:group ref="dd.ContentGroup"/>
	<xsd:attributeGroup ref="dd.AttrGroup"/>
</xsd:complexType>

<xsd:element name="dd" type="dd.Type"/>


<!-- Class: default -->

<xsd:attributeGroup name="default.AttrGroup">
	<xsd:attribute name="identifier" type="identifier.Type" use="required"/>
</xsd:attributeGroup>

<xsd:complexType name="default.Type" mixed="false">
	<xsd:attributeGroup ref="default.AttrGroup"/>
</xsd:complexType>

<xsd:element name="default" type="default.Type"/>


<!-- Class: defaultValue -->

<xsd:attributeGroup name="defaultValue.AttrGroup">
	<xsd:attribute name="interpretation" type="string.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="defaultValue.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="value" minOccurs="1" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="defaultValue.Type" mixed="false">
	<xsd:group ref="defaultValue.ContentGroup"/>
	<xsd:attributeGroup ref="defaultValue.AttrGroup"/>
</xsd:complexType>

<xsd:element name="defaultValue" type="defaultValue.Type"/>


<!-- Class: delete -->

<xsd:group name="delete.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="2" maxOccurs="2"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="delete.Type" mixed="false">
	<xsd:group ref="delete.ContentGroup"/>
</xsd:complexType>

<xsd:element name="delete" type="delete.Type"/>


<!-- Class: dfn -->

<xsd:attributeGroup name="dfn.AttrGroup">
	<xsd:attributeGroup ref="simpleInline.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="dfn.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="simpleInline.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="dfn.Type" mixed="true">
	<xsd:group ref="dfn.ContentGroup"/>
	<xsd:attributeGroup ref="dfn.AttrGroup"/>
</xsd:complexType>

<xsd:element name="dfn" type="dfn.Type"/>


<!-- Class: div -->

<xsd:attributeGroup name="div.AttrGroup">
	<xsd:attributeGroup ref="bodyElement.AttrGroup"/>
	<xsd:attributeGroup ref="flowStatic.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="div.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="flow.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="div.Type" mixed="true">
	<xsd:group ref="div.ContentGroup"/>
	<xsd:attributeGroup ref="div.AttrGroup"/>
</xsd:complexType>

<xsd:element name="div" type="div.Type"/>


<!-- Class: divide -->

<xsd:group name="divide.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="2" maxOccurs="2"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="divide.Type" mixed="false">
	<xsd:group ref="divide.ContentGroup"/>
</xsd:complexType>

<xsd:element name="divide" type="divide.Type"/>


<!-- Class: dl -->

<xsd:attributeGroup name="dl.AttrGroup">
	<xsd:attributeGroup ref="bodyElement.AttrGroup"/>
	<xsd:attributeGroup ref="flowStatic.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="dl.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="dlElement.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="dl.Type" mixed="false">
	<xsd:group ref="dl.ContentGroup"/>
	<xsd:attributeGroup ref="dl.AttrGroup"/>
</xsd:complexType>

<xsd:element name="dl" type="dl.Type"/>


<!-- Class: dlElement -->

<xsd:group name="dlElement.ElementGroup">
	<xsd:choice>
		<xsd:element ref="dt"/>
		<xsd:element ref="dd"/>
	</xsd:choice>
</xsd:group>

<xsd:attributeGroup name="dlElement.AttrGroup">
	<xsd:attributeGroup ref="bodyElement.AttrGroup"/>
</xsd:attributeGroup>


<!-- Class: drawingInteraction -->

<xsd:attributeGroup name="drawingInteraction.AttrGroup">
	<xsd:attributeGroup ref="blockInteraction.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="drawingInteraction.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="blockInteraction.ContentGroup"/>
		<xsd:element ref="object" minOccurs="1" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="drawingInteraction.Type" mixed="false">
	<xsd:group ref="drawingInteraction.ContentGroup"/>
	<xsd:attributeGroup ref="drawingInteraction.AttrGroup"/>
</xsd:complexType>

<xsd:element name="drawingInteraction" type="drawingInteraction.Type"/>


<!-- Class: dt -->

<xsd:attributeGroup name="dt.AttrGroup">
	<xsd:attributeGroup ref="dlElement.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="dt.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="inline.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="dt.Type" mixed="true">
	<xsd:group ref="dt.ContentGroup"/>
	<xsd:attributeGroup ref="dt.AttrGroup"/>
</xsd:complexType>

<xsd:element name="dt" type="dt.Type"/>


<!-- Datatype: duration -->

<xsd:simpleType name="duration.Type">
	<xsd:restriction base="xsd:double"/>
</xsd:simpleType>


<!-- Class: durationGTE -->

<xsd:group name="durationGTE.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="2" maxOccurs="2"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="durationGTE.Type" mixed="false">
	<xsd:group ref="durationGTE.ContentGroup"/>
</xsd:complexType>

<xsd:element name="durationGTE" type="durationGTE.Type"/>


<!-- Class: durationLT -->

<xsd:group name="durationLT.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="2" maxOccurs="2"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="durationLT.Type" mixed="false">
	<xsd:group ref="durationLT.ContentGroup"/>
</xsd:complexType>

<xsd:element name="durationLT" type="durationLT.Type"/>


<!-- Class: em -->

<xsd:attributeGroup name="em.AttrGroup">
	<xsd:attributeGroup ref="simpleInline.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="em.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="simpleInline.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="em.Type" mixed="true">
	<xsd:group ref="em.ContentGroup"/>
	<xsd:attributeGroup ref="em.AttrGroup"/>
</xsd:complexType>

<xsd:element name="em" type="em.Type"/>


<!-- Class: endAttemptInteraction -->

<xsd:attributeGroup name="endAttemptInteraction.AttrGroup">
	<xsd:attributeGroup ref="inlineInteraction.AttrGroup"/>
	<xsd:attribute name="title" type="string.Type" use="required"/>
</xsd:attributeGroup>

<xsd:complexType name="endAttemptInteraction.Type" mixed="false">
	<xsd:attributeGroup ref="endAttemptInteraction.AttrGroup"/>
</xsd:complexType>

<xsd:element name="endAttemptInteraction" type="endAttemptInteraction.Type"/>


<!-- Class: equal -->

<xsd:attributeGroup name="equal.AttrGroup">
	<xsd:attribute name="toleranceMode" type="toleranceMode.Type" use="required"/>
	<xsd:attribute name="tolerance" use="optional">
		<xsd:simpleType>
			<xsd:list itemType="floatOrTemplateRef.Type"/>
		</xsd:simpleType>
	</xsd:attribute>
	<xsd:attribute name="includeLowerBound" type="boolean.Type" use="optional"/>
	<xsd:attribute name="includeUpperBound" type="boolean.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="equal.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="2" maxOccurs="2"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="equal.Type" mixed="false">
	<xsd:group ref="equal.ContentGroup"/>
	<xsd:attributeGroup ref="equal.AttrGroup"/>
</xsd:complexType>

<xsd:element name="equal" type="equal.Type"/>


<!-- Class: equalRounded -->

<xsd:attributeGroup name="equalRounded.AttrGroup">
	<xsd:attribute name="roundingMode" type="roundingMode.Type" use="required"/>
	<xsd:attribute name="figures" type="integerOrTemplateRef.Type" use="required"/>
</xsd:attributeGroup>

<xsd:group name="equalRounded.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="2" maxOccurs="2"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="equalRounded.Type" mixed="false">
	<xsd:group ref="equalRounded.ContentGroup"/>
	<xsd:attributeGroup ref="equalRounded.AttrGroup"/>
</xsd:complexType>

<xsd:element name="equalRounded" type="equalRounded.Type"/>


<!-- Class: exitResponse -->

<xsd:complexType name="exitResponse.Type"/>

<xsd:element name="exitResponse" type="exitResponse.Type"/>


<!-- Class: exitTemplate -->

<xsd:complexType name="exitTemplate.Type"/>

<xsd:element name="exitTemplate" type="exitTemplate.Type"/>


<!-- Class: exitTest -->

<xsd:complexType name="exitTest.Type"/>

<xsd:element name="exitTest" type="exitTest.Type"/>


<!-- Class: expression -->

<xsd:group name="expression.ElementGroup">
	<xsd:choice>
		<xsd:element ref="and"/>
		<xsd:element ref="gt"/>
		<xsd:element ref="ordered"/>
		<xsd:element ref="divide"/>
		<xsd:element ref="customOperator"/>
		<xsd:element ref="random"/>
		<xsd:element ref="numberIncorrect"/>
		<xsd:element ref="substring"/>
		<xsd:element ref="not"/>
		<xsd:element ref="equalRounded"/>
		<xsd:element ref="multiple"/>
		<xsd:element ref="integerToFloat"/>
		<xsd:element ref="null"/>
		<xsd:element ref="index"/>
		<xsd:element ref="testVariables"/>
		<xsd:element ref="integerDivide"/>
		<xsd:element ref="gte"/>
		<xsd:element ref="durationLT"/>
		<xsd:element ref="contains"/>
		<xsd:element ref="member"/>
		<xsd:element ref="lt"/>
		<xsd:element ref="correct"/>
		<xsd:element ref="numberSelected"/>
		<xsd:element ref="patternMatch"/>
		<xsd:element ref="product"/>
		<xsd:element ref="numberPresented"/>
		<xsd:element ref="power"/>
		<xsd:element ref="mapResponsePoint"/>
		<xsd:element ref="mapResponse"/>
		<xsd:element ref="randomFloat"/>
		<xsd:element ref="stringMatch"/>
		<xsd:element ref="variable"/>
		<xsd:element ref="integerModulus"/>
		<xsd:element ref="subtract"/>
		<xsd:element ref="durationGTE"/>
		<xsd:element ref="outcomeMaximum"/>
		<xsd:element ref="anyN"/>
		<xsd:element ref="round"/>
		<xsd:element ref="numberResponded"/>
		<xsd:element ref="baseValue"/>
		<xsd:element ref="default"/>
		<xsd:element ref="inside"/>
		<xsd:element ref="containerSize"/>
		<xsd:element ref="equal"/>
		<xsd:element ref="outcomeMinimum"/>
		<xsd:element ref="or"/>
		<xsd:element ref="randomInteger"/>
		<xsd:element ref="isNull"/>
		<xsd:element ref="numberCorrect"/>
		<xsd:element ref="match"/>
		<xsd:element ref="lte"/>
		<xsd:element ref="sum"/>
		<xsd:element ref="truncate"/>
		<xsd:element ref="fieldValue"/>
		<xsd:element ref="delete"/>
	</xsd:choice>
</xsd:group>


<!-- Class: extendedTextInteraction -->

<xsd:attributeGroup name="extendedTextInteraction.AttrGroup">
	<xsd:attributeGroup ref="blockInteraction.AttrGroup"/>
	<xsd:attributeGroup ref="stringInteraction.AttrGroup"/>
	<xsd:attribute name="maxStrings" type="integer.Type" use="optional"/>
	<xsd:attribute name="minStrings" type="integer.Type" use="optional"/>
	<xsd:attribute name="expectedLines" type="integer.Type" use="optional"/>
	<xsd:attribute name="format" type="textFormat.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="extendedTextInteraction.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="blockInteraction.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="extendedTextInteraction.Type" mixed="false">
	<xsd:group ref="extendedTextInteraction.ContentGroup"/>
	<xsd:attributeGroup ref="extendedTextInteraction.AttrGroup"/>
</xsd:complexType>

<xsd:element name="extendedTextInteraction" type="extendedTextInteraction.Type"/>


<!-- Class: feedbackBlock -->

<xsd:attributeGroup name="feedbackBlock.AttrGroup">
	<xsd:attributeGroup ref="feedbackElement.AttrGroup"/>
	<xsd:attributeGroup ref="simpleBlock.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="feedbackBlock.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="simpleBlock.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="feedbackBlock.Type" mixed="false">
	<xsd:group ref="feedbackBlock.ContentGroup"/>
	<xsd:attributeGroup ref="feedbackBlock.AttrGroup"/>
</xsd:complexType>

<xsd:element name="feedbackBlock" type="feedbackBlock.Type"/>


<!-- Class: feedbackElement -->

<!-- Following definition is not used but improves readability of the binding document -->
<xsd:group name="feedbackElement.ElementGroup">
	<xsd:choice>
		<xsd:element ref="feedbackInline"/>
		<xsd:element ref="feedbackBlock"/>
	</xsd:choice>
</xsd:group>

<xsd:attributeGroup name="feedbackElement.AttrGroup">
	<xsd:attribute name="outcomeIdentifier" type="identifier.Type" use="required"/>
	<xsd:attribute name="showHide" type="showHide.Type" use="required"/>
	<xsd:attribute name="identifier" type="identifier.Type" use="required"/>
</xsd:attributeGroup>


<!-- Class: feedbackInline -->

<xsd:attributeGroup name="feedbackInline.AttrGroup">
	<xsd:attributeGroup ref="feedbackElement.AttrGroup"/>
	<xsd:attributeGroup ref="simpleInline.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="feedbackInline.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="simpleInline.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="feedbackInline.Type" mixed="true">
	<xsd:group ref="feedbackInline.ContentGroup"/>
	<xsd:attributeGroup ref="feedbackInline.AttrGroup"/>
</xsd:complexType>

<xsd:element name="feedbackInline" type="feedbackInline.Type"/>


<!-- Pseudo-class: feedbackIntegrated -->

<xsd:element name="feedbackIntegrated" type="boolean.Type"/>


<!-- Pseudo-class: feedbackModal -->

<xsd:element name="feedbackModal" type="boolean.Type"/>


<!-- Enumeration: feedbackType -->

<xsd:simpleType name="feedbackType.Type">
	<xsd:restriction base="xsd:NMTOKEN">
		<xsd:enumeration value="adaptive"/>
		<xsd:enumeration value="nonadaptive"/>
		<xsd:enumeration value="none"/>
	</xsd:restriction>
</xsd:simpleType>

<xsd:element name="feedbackType" type="feedbackType.Type"/>


<!-- Class: fieldValue -->

<xsd:attributeGroup name="fieldValue.AttrGroup">
	<xsd:attribute name="fieldIdentifier" type="identifier.Type" use="required"/>
</xsd:attributeGroup>

<xsd:group name="fieldValue.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="fieldValue.Type" mixed="false">
	<xsd:group ref="fieldValue.ContentGroup"/>
	<xsd:attributeGroup ref="fieldValue.AttrGroup"/>
</xsd:complexType>

<xsd:element name="fieldValue" type="fieldValue.Type"/>


<!-- Datatype: float -->

<xsd:simpleType name="float.Type">
	<xsd:restriction base="xsd:double"/>
</xsd:simpleType>


<!-- Datatype: floatOrTemplateRef -->

<xsd:simpleType name="floatOrTemplateRef.Type">

    <xsd:union>
        <xsd:simpleType>
		    <xsd:restriction base="xsd:double"/>
		</xsd:simpleType>
		<xsd:simpleType>
		    <xsd:restriction base="xsd:string"><xsd:pattern value="\{[\i-[:]][\c-[:]]*\}"/></xsd:restriction>
		</xsd:simpleType>
	</xsd:union></xsd:simpleType>


<!-- Class: flow -->

<xsd:group name="flow.ElementGroup">
	<xsd:choice>
		<xsd:element ref="pre"/>
		<xsd:element ref="h2"/>
		<xsd:element ref="h3"/>
		<xsd:element ref="h1"/>
		<xsd:element ref="h6"/>
		<xsd:element ref="h4"/>
		<xsd:element ref="h5"/>
		<xsd:element ref="p"/>
		<xsd:element ref="address"/>
		<xsd:element ref="dl"/>
		<xsd:element ref="ol"/>
		<xsd:element ref="img"/>
		<xsd:element ref="br"/>
		<xsd:element ref="ul"/>
		<xsd:element ref="hr"/>
		<xsd:element ref="printedVariable"/>
		<xsd:element ref="object"/>
		<xsd:element ref="rubricBlock"/>
		<xsd:element ref="blockquote"/>
		<xsd:element ref="feedbackBlock"/>
		<xsd:element ref="hottext"/>
		<xsd:element ref="em"/>
		<xsd:element ref="a"/>
		<xsd:element ref="code"/>
		<xsd:element ref="span"/>
		<xsd:element ref="sub"/>
		<xsd:element ref="acronym"/>
		<xsd:element ref="big"/>
		<xsd:element ref="tt"/>
		<xsd:element ref="kbd"/>
		<xsd:element ref="q"/>
		<xsd:element ref="i"/>
		<xsd:element ref="dfn"/>
		<xsd:element ref="feedbackInline"/>
		<xsd:element ref="abbr"/>
		<xsd:element ref="strong"/>
		<xsd:element ref="sup"/>
		<xsd:element ref="var"/>
		<xsd:element ref="small"/>
		<xsd:element ref="samp"/>
		<xsd:element ref="b"/>
		<xsd:element ref="cite"/>
		<xsd:element ref="templateInline"/>
		<xsd:element ref="templateBlock"/>
		<xsd:element ref="table"/>
		<xsd:element ref="div"/>
		<xsd:element ref="xi:include"/>
		<xsd:element ref="m:math"/>
		<xsd:element ref="textEntryInteraction"/>
		<xsd:element ref="inlineChoiceInteraction"/>
		<xsd:element ref="endAttemptInteraction"/>
		<xsd:element ref="customInteraction"/>
		<xsd:element ref="drawingInteraction"/>
		<xsd:element ref="gapMatchInteraction"/>
		<xsd:element ref="matchInteraction"/>
		<xsd:element ref="graphicGapMatchInteraction"/>
		<xsd:element ref="hotspotInteraction"/>
		<xsd:element ref="graphicOrderInteraction"/>
		<xsd:element ref="selectPointInteraction"/>
		<xsd:element ref="graphicAssociateInteraction"/>
		<xsd:element ref="sliderInteraction"/>
		<xsd:element ref="choiceInteraction"/>
		<xsd:element ref="mediaInteraction"/>
		<xsd:element ref="hottextInteraction"/>
		<xsd:element ref="orderInteraction"/>
		<xsd:element ref="extendedTextInteraction"/>
		<xsd:element ref="uploadInteraction"/>
		<xsd:element ref="associateInteraction"/>
	</xsd:choice>
</xsd:group>

<xsd:attributeGroup name="flow.AttrGroup">
	<xsd:attribute ref="xml:base"/>
</xsd:attributeGroup>


<!-- Class: flowStatic -->

<xsd:group name="flowStatic.ElementGroup">
	<xsd:choice>
		<xsd:element ref="pre"/>
		<xsd:element ref="h2"/>
		<xsd:element ref="h3"/>
		<xsd:element ref="h1"/>
		<xsd:element ref="h6"/>
		<xsd:element ref="h4"/>
		<xsd:element ref="h5"/>
		<xsd:element ref="p"/>
		<xsd:element ref="address"/>
		<xsd:element ref="dl"/>
		<xsd:element ref="ol"/>
		<xsd:element ref="img"/>
		<xsd:element ref="br"/>
		<xsd:element ref="ul"/>
		<xsd:element ref="hr"/>
		<xsd:element ref="printedVariable"/>
		<xsd:element ref="object"/>
		<xsd:element ref="rubricBlock"/>
		<xsd:element ref="blockquote"/>
		<xsd:element ref="feedbackBlock"/>
		<xsd:element ref="hottext"/>
		<xsd:element ref="em"/>
		<xsd:element ref="a"/>
		<xsd:element ref="code"/>
		<xsd:element ref="span"/>
		<xsd:element ref="sub"/>
		<xsd:element ref="acronym"/>
		<xsd:element ref="big"/>
		<xsd:element ref="tt"/>
		<xsd:element ref="kbd"/>
		<xsd:element ref="q"/>
		<xsd:element ref="i"/>
		<xsd:element ref="dfn"/>
		<xsd:element ref="feedbackInline"/>
		<xsd:element ref="abbr"/>
		<xsd:element ref="strong"/>
		<xsd:element ref="sup"/>
		<xsd:element ref="var"/>
		<xsd:element ref="small"/>
		<xsd:element ref="samp"/>
		<xsd:element ref="b"/>
		<xsd:element ref="cite"/>
		<xsd:element ref="templateInline"/>
		<xsd:element ref="templateBlock"/>
		<xsd:element ref="table"/>
		<xsd:element ref="div"/>
		<xsd:element ref="xi:include"/>
		<xsd:element ref="m:math"/>
	</xsd:choice>
</xsd:group>

<xsd:attributeGroup name="flowStatic.AttrGroup">
	<xsd:attributeGroup ref="flow.AttrGroup"/>
</xsd:attributeGroup>


<!-- Class: gap -->

<xsd:attributeGroup name="gap.AttrGroup">
	<xsd:attributeGroup ref="associableChoice.AttrGroup"/>
	<xsd:attribute name="required" type="boolean.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:complexType name="gap.Type" mixed="false">
	<xsd:attributeGroup ref="gap.AttrGroup"/>
</xsd:complexType>

<xsd:element name="gap" type="gap.Type"/>


<!-- Class: gapChoice -->

<xsd:group name="gapChoice.ElementGroup">
	<xsd:choice>
		<xsd:element ref="gapText"/>
		<xsd:element ref="gapImg"/>
	</xsd:choice>
</xsd:group>

<xsd:attributeGroup name="gapChoice.AttrGroup">
	<xsd:attributeGroup ref="associableChoice.AttrGroup"/>
	<xsd:attribute name="matchMax" type="integer.Type" use="required"/>
	<xsd:attribute name="matchMin" type="integer.Type" use="optional"/>
</xsd:attributeGroup>


<!-- Class: gapImg -->

<xsd:attributeGroup name="gapImg.AttrGroup">
	<xsd:attributeGroup ref="gapChoice.AttrGroup"/>
	<xsd:attribute name="objectLabel" type="string.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="gapImg.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="object" minOccurs="1" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="gapImg.Type" mixed="false">
	<xsd:group ref="gapImg.ContentGroup"/>
	<xsd:attributeGroup ref="gapImg.AttrGroup"/>
</xsd:complexType>

<xsd:element name="gapImg" type="gapImg.Type"/>


<!-- Class: gapMatchInteraction -->

<xsd:attributeGroup name="gapMatchInteraction.AttrGroup">
	<xsd:attributeGroup ref="blockInteraction.AttrGroup"/>
	<xsd:attribute name="shuffle" type="boolean.Type" use="required"/>
</xsd:attributeGroup>

<xsd:group name="gapMatchInteraction.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="blockInteraction.ContentGroup"/>
		<xsd:group ref="gapChoice.ElementGroup" minOccurs="1" maxOccurs="unbounded"/>
		<xsd:group ref="blockStatic.ElementGroup" minOccurs="1" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="gapMatchInteraction.Type" mixed="false">
	<xsd:group ref="gapMatchInteraction.ContentGroup"/>
	<xsd:attributeGroup ref="gapMatchInteraction.AttrGroup"/>
</xsd:complexType>

<xsd:element name="gapMatchInteraction" type="gapMatchInteraction.Type"/>


<!-- Class: gapText -->

<xsd:attributeGroup name="gapText.AttrGroup">
	<xsd:attributeGroup ref="gapChoice.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="gapText.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="printedVariable" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="gapText.Type" mixed="true">
	<xsd:group ref="gapText.ContentGroup"/>
	<xsd:attributeGroup ref="gapText.AttrGroup"/>
</xsd:complexType>

<xsd:element name="gapText" type="gapText.Type"/>


<!-- Class: graphicAssociateInteraction -->

<xsd:attributeGroup name="graphicAssociateInteraction.AttrGroup">
	<xsd:attributeGroup ref="graphicInteraction.AttrGroup"/>
	<xsd:attribute name="maxAssociations" type="integer.Type" use="required"/>
</xsd:attributeGroup>

<xsd:group name="graphicAssociateInteraction.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="graphicInteraction.ContentGroup"/>
		<xsd:element ref="associableHotspot" minOccurs="1" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="graphicAssociateInteraction.Type" mixed="false">
	<xsd:group ref="graphicAssociateInteraction.ContentGroup"/>
	<xsd:attributeGroup ref="graphicAssociateInteraction.AttrGroup"/>
</xsd:complexType>

<xsd:element name="graphicAssociateInteraction" type="graphicAssociateInteraction.Type"/>


<!-- Class: graphicGapMatchInteraction -->

<xsd:attributeGroup name="graphicGapMatchInteraction.AttrGroup">
	<xsd:attributeGroup ref="graphicInteraction.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="graphicGapMatchInteraction.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="graphicInteraction.ContentGroup"/>
		<xsd:element ref="gapImg" minOccurs="1" maxOccurs="unbounded"/>
		<xsd:element ref="associableHotspot" minOccurs="1" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="graphicGapMatchInteraction.Type" mixed="false">
	<xsd:group ref="graphicGapMatchInteraction.ContentGroup"/>
	<xsd:attributeGroup ref="graphicGapMatchInteraction.AttrGroup"/>
</xsd:complexType>

<xsd:element name="graphicGapMatchInteraction" type="graphicGapMatchInteraction.Type"/>


<!-- Class: graphicInteraction -->

<!-- Following definition is not used but improves readability of the binding document -->
<xsd:group name="graphicInteraction.ElementGroup">
	<xsd:choice>
		<xsd:element ref="graphicGapMatchInteraction"/>
		<xsd:element ref="hotspotInteraction"/>
		<xsd:element ref="graphicOrderInteraction"/>
		<xsd:element ref="selectPointInteraction"/>
		<xsd:element ref="graphicAssociateInteraction"/>
	</xsd:choice>
</xsd:group>

<xsd:attributeGroup name="graphicInteraction.AttrGroup">
	<xsd:attributeGroup ref="blockInteraction.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="graphicInteraction.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="blockInteraction.ContentGroup"/>
		<xsd:element ref="object" minOccurs="1" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>


<!-- Class: graphicOrderInteraction -->

<xsd:attributeGroup name="graphicOrderInteraction.AttrGroup">
	<xsd:attributeGroup ref="graphicInteraction.AttrGroup"/>
	<xsd:attribute name="minChoices" type="integer.Type" use="optional"/>
	<xsd:attribute name="maxChoices" type="integer.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="graphicOrderInteraction.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="graphicInteraction.ContentGroup"/>
		<xsd:element ref="hotspotChoice" minOccurs="1" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="graphicOrderInteraction.Type" mixed="false">
	<xsd:group ref="graphicOrderInteraction.ContentGroup"/>
	<xsd:attributeGroup ref="graphicOrderInteraction.AttrGroup"/>
</xsd:complexType>

<xsd:element name="graphicOrderInteraction" type="graphicOrderInteraction.Type"/>


<!-- Class: gt -->

<xsd:group name="gt.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="2" maxOccurs="2"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="gt.Type" mixed="false">
	<xsd:group ref="gt.ContentGroup"/>
</xsd:complexType>

<xsd:element name="gt" type="gt.Type"/>


<!-- Class: gte -->

<xsd:group name="gte.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="2" maxOccurs="2"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="gte.Type" mixed="false">
	<xsd:group ref="gte.ContentGroup"/>
</xsd:complexType>

<xsd:element name="gte" type="gte.Type"/>


<!-- Class: h1 -->

<xsd:attributeGroup name="h1.AttrGroup">
	<xsd:attributeGroup ref="atomicBlock.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="h1.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="atomicBlock.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="h1.Type" mixed="true">
	<xsd:group ref="h1.ContentGroup"/>
	<xsd:attributeGroup ref="h1.AttrGroup"/>
</xsd:complexType>

<xsd:element name="h1" type="h1.Type"/>


<!-- Class: h2 -->

<xsd:attributeGroup name="h2.AttrGroup">
	<xsd:attributeGroup ref="atomicBlock.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="h2.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="atomicBlock.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="h2.Type" mixed="true">
	<xsd:group ref="h2.ContentGroup"/>
	<xsd:attributeGroup ref="h2.AttrGroup"/>
</xsd:complexType>

<xsd:element name="h2" type="h2.Type"/>


<!-- Class: h3 -->

<xsd:attributeGroup name="h3.AttrGroup">
	<xsd:attributeGroup ref="atomicBlock.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="h3.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="atomicBlock.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="h3.Type" mixed="true">
	<xsd:group ref="h3.ContentGroup"/>
	<xsd:attributeGroup ref="h3.AttrGroup"/>
</xsd:complexType>

<xsd:element name="h3" type="h3.Type"/>


<!-- Class: h4 -->

<xsd:attributeGroup name="h4.AttrGroup">
	<xsd:attributeGroup ref="atomicBlock.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="h4.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="atomicBlock.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="h4.Type" mixed="true">
	<xsd:group ref="h4.ContentGroup"/>
	<xsd:attributeGroup ref="h4.AttrGroup"/>
</xsd:complexType>

<xsd:element name="h4" type="h4.Type"/>


<!-- Class: h5 -->

<xsd:attributeGroup name="h5.AttrGroup">
	<xsd:attributeGroup ref="atomicBlock.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="h5.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="atomicBlock.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="h5.Type" mixed="true">
	<xsd:group ref="h5.ContentGroup"/>
	<xsd:attributeGroup ref="h5.AttrGroup"/>
</xsd:complexType>

<xsd:element name="h5" type="h5.Type"/>


<!-- Class: h6 -->

<xsd:attributeGroup name="h6.AttrGroup">
	<xsd:attributeGroup ref="atomicBlock.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="h6.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="atomicBlock.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="h6.Type" mixed="true">
	<xsd:group ref="h6.ContentGroup"/>
	<xsd:attributeGroup ref="h6.AttrGroup"/>
</xsd:complexType>

<xsd:element name="h6" type="h6.Type"/>


<!-- Class: hotspot -->

<!-- Following definition is not used but improves readability of the binding document -->
<xsd:group name="hotspot.ElementGroup">
	<xsd:choice>
		<xsd:element ref="hotspotChoice"/>
		<xsd:element ref="associableHotspot"/>
	</xsd:choice>
</xsd:group>

<xsd:attributeGroup name="hotspot.AttrGroup">
	<xsd:attribute name="shape" type="shape.Type" use="required"/>
	<xsd:attribute name="coords" type="coords.Type" use="required"/>
	<xsd:attribute name="hotspotLabel" type="string256.Type" use="optional"/>
</xsd:attributeGroup>


<!-- Class: hotspotChoice -->

<xsd:attributeGroup name="hotspotChoice.AttrGroup">
	<xsd:attributeGroup ref="choice.AttrGroup"/>
	<xsd:attributeGroup ref="hotspot.AttrGroup"/>
</xsd:attributeGroup>

<xsd:complexType name="hotspotChoice.Type" mixed="false">
	<xsd:attributeGroup ref="hotspotChoice.AttrGroup"/>
</xsd:complexType>

<xsd:element name="hotspotChoice" type="hotspotChoice.Type"/>


<!-- Class: hotspotInteraction -->

<xsd:attributeGroup name="hotspotInteraction.AttrGroup">
	<xsd:attributeGroup ref="graphicInteraction.AttrGroup"/>
	<xsd:attribute name="maxChoices" type="integer.Type" use="required"/>
	<xsd:attribute name="minChoices" type="integer.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="hotspotInteraction.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="graphicInteraction.ContentGroup"/>
		<xsd:element ref="hotspotChoice" minOccurs="1" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="hotspotInteraction.Type" mixed="false">
	<xsd:group ref="hotspotInteraction.ContentGroup"/>
	<xsd:attributeGroup ref="hotspotInteraction.AttrGroup"/>
</xsd:complexType>

<xsd:element name="hotspotInteraction" type="hotspotInteraction.Type"/>


<!-- Class: hottext -->

<xsd:attributeGroup name="hottext.AttrGroup">
	<xsd:attributeGroup ref="choice.AttrGroup"/>
	<xsd:attributeGroup ref="flowStatic.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="hottext.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="inlineStatic.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="hottext.Type" mixed="true">
	<xsd:group ref="hottext.ContentGroup"/>
	<xsd:attributeGroup ref="hottext.AttrGroup"/>
</xsd:complexType>

<xsd:element name="hottext" type="hottext.Type"/>


<!-- Class: hottextInteraction -->

<xsd:attributeGroup name="hottextInteraction.AttrGroup">
	<xsd:attributeGroup ref="blockInteraction.AttrGroup"/>
	<xsd:attribute name="maxChoices" type="integer.Type" use="required"/>
	<xsd:attribute name="minChoices" type="integer.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="hottextInteraction.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="blockInteraction.ContentGroup"/>
		<xsd:group ref="blockStatic.ElementGroup" minOccurs="1" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="hottextInteraction.Type" mixed="false">
	<xsd:group ref="hottextInteraction.ContentGroup"/>
	<xsd:attributeGroup ref="hottextInteraction.AttrGroup"/>
</xsd:complexType>

<xsd:element name="hottextInteraction" type="hottextInteraction.Type"/>


<!-- Class: hr -->

<xsd:attributeGroup name="hr.AttrGroup">
	<xsd:attributeGroup ref="bodyElement.AttrGroup"/>
	<xsd:attributeGroup ref="flowStatic.AttrGroup"/>
</xsd:attributeGroup>

<xsd:complexType name="hr.Type" mixed="false">
	<xsd:attributeGroup ref="hr.AttrGroup"/>
</xsd:complexType>

<xsd:element name="hr" type="hr.Type"/>


<!-- Pseudo-class: hypertextElement -->

<xsd:element name="hypertextElement" type="boolean.Type"/>


<!-- Class: i -->

<xsd:attributeGroup name="i.AttrGroup">
	<xsd:attributeGroup ref="simpleInline.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="i.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="simpleInline.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="i.Type" mixed="true">
	<xsd:group ref="i.ContentGroup"/>
	<xsd:attributeGroup ref="i.AttrGroup"/>
</xsd:complexType>

<xsd:element name="i" type="i.Type"/>


<!-- Datatype: identifier -->

<xsd:simpleType name="identifier.Type">
	<xsd:restriction base="xsd:NCName"/>
</xsd:simpleType>


<!-- Pseudo-class: imageElement -->

<xsd:element name="imageElement" type="boolean.Type"/>


<!-- Pseudo-class: imageType -->

<xsd:element name="imageType" type="mimeType.Type"/>


<!-- Class: img -->

<xsd:attributeGroup name="img.AttrGroup">
	<xsd:attributeGroup ref="atomicInline.AttrGroup"/>
	<xsd:attribute name="src" type="uri.Type" use="required"/>
	<xsd:attribute name="alt" type="string256.Type" use="required"/>
	<xsd:attribute name="longdesc" type="uri.Type" use="optional"/>
	<xsd:attribute name="height" type="length.Type" use="optional"/>
	<xsd:attribute name="width" type="length.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:complexType name="img.Type" mixed="false">
	<xsd:attributeGroup ref="img.AttrGroup"/>
</xsd:complexType>

<xsd:element name="img" type="img.Type"/>


<!-- Pseudo-class: imsmd -->

<xsd:element name="imsmd" type="boolean.Type"/>


<!-- Pseudo-class: imsqtimd -->

<xsd:element name="imsqtimd" type="boolean.Type"/>


<!-- Class: index -->

<xsd:attributeGroup name="index.AttrGroup">
	<xsd:attribute name="n" type="integer.Type" use="required"/>
</xsd:attributeGroup>

<xsd:group name="index.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="index.Type" mixed="false">
	<xsd:group ref="index.ContentGroup"/>
	<xsd:attributeGroup ref="index.AttrGroup"/>
</xsd:complexType>

<xsd:element name="index" type="index.Type"/>


<!-- Class: inline -->

<xsd:group name="inline.ElementGroup">
	<xsd:choice>
		<xsd:element ref="textEntryInteraction"/>
		<xsd:element ref="inlineChoiceInteraction"/>
		<xsd:element ref="endAttemptInteraction"/>
		<xsd:element ref="hottext"/>
		<xsd:element ref="img"/>
		<xsd:element ref="br"/>
		<xsd:element ref="printedVariable"/>
		<xsd:element ref="object"/>
		<xsd:element ref="gap"/>
		<xsd:element ref="em"/>
		<xsd:element ref="a"/>
		<xsd:element ref="code"/>
		<xsd:element ref="span"/>
		<xsd:element ref="sub"/>
		<xsd:element ref="acronym"/>
		<xsd:element ref="big"/>
		<xsd:element ref="tt"/>
		<xsd:element ref="kbd"/>
		<xsd:element ref="q"/>
		<xsd:element ref="i"/>
		<xsd:element ref="dfn"/>
		<xsd:element ref="feedbackInline"/>
		<xsd:element ref="abbr"/>
		<xsd:element ref="strong"/>
		<xsd:element ref="sup"/>
		<xsd:element ref="var"/>
		<xsd:element ref="small"/>
		<xsd:element ref="samp"/>
		<xsd:element ref="b"/>
		<xsd:element ref="cite"/>
		<xsd:element ref="templateInline"/>
		<xsd:element ref="xi:include"/>
		<xsd:element ref="m:math"/>
	</xsd:choice>
</xsd:group>


<!-- Class: inlineChoice -->

<xsd:attributeGroup name="inlineChoice.AttrGroup">
	<xsd:attributeGroup ref="choice.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="inlineChoice.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="printedVariable" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="inlineChoice.Type" mixed="true">
	<xsd:group ref="inlineChoice.ContentGroup"/>
	<xsd:attributeGroup ref="inlineChoice.AttrGroup"/>
</xsd:complexType>

<xsd:element name="inlineChoice" type="inlineChoice.Type"/>


<!-- Class: inlineChoiceInteraction -->

<xsd:attributeGroup name="inlineChoiceInteraction.AttrGroup">
	<xsd:attributeGroup ref="inlineInteraction.AttrGroup"/>
	<xsd:attribute name="shuffle" type="boolean.Type" use="required"/>
	<xsd:attribute name="required" type="boolean.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="inlineChoiceInteraction.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="inlineChoice" minOccurs="1" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="inlineChoiceInteraction.Type" mixed="false">
	<xsd:group ref="inlineChoiceInteraction.ContentGroup"/>
	<xsd:attributeGroup ref="inlineChoiceInteraction.AttrGroup"/>
</xsd:complexType>

<xsd:element name="inlineChoiceInteraction" type="inlineChoiceInteraction.Type"/>


<!-- Class: inlineInteraction -->

<!-- Following definition is not used but improves readability of the binding document -->
<xsd:group name="inlineInteraction.ElementGroup">
	<xsd:choice>
		<xsd:element ref="textEntryInteraction"/>
		<xsd:element ref="inlineChoiceInteraction"/>
		<xsd:element ref="endAttemptInteraction"/>
	</xsd:choice>
</xsd:group>

<xsd:attributeGroup name="inlineInteraction.AttrGroup">
	<xsd:attributeGroup ref="flow.AttrGroup"/>
	<xsd:attributeGroup ref="interaction.AttrGroup"/>
</xsd:attributeGroup>


<!-- Class: inlineStatic -->

<xsd:group name="inlineStatic.ElementGroup">
	<xsd:choice>
		<xsd:element ref="hottext"/>
		<xsd:element ref="img"/>
		<xsd:element ref="br"/>
		<xsd:element ref="printedVariable"/>
		<xsd:element ref="object"/>
		<xsd:element ref="gap"/>
		<xsd:element ref="em"/>
		<xsd:element ref="a"/>
		<xsd:element ref="code"/>
		<xsd:element ref="span"/>
		<xsd:element ref="sub"/>
		<xsd:element ref="acronym"/>
		<xsd:element ref="big"/>
		<xsd:element ref="tt"/>
		<xsd:element ref="kbd"/>
		<xsd:element ref="q"/>
		<xsd:element ref="i"/>
		<xsd:element ref="dfn"/>
		<xsd:element ref="feedbackInline"/>
		<xsd:element ref="abbr"/>
		<xsd:element ref="strong"/>
		<xsd:element ref="sup"/>
		<xsd:element ref="var"/>
		<xsd:element ref="small"/>
		<xsd:element ref="samp"/>
		<xsd:element ref="b"/>
		<xsd:element ref="cite"/>
		<xsd:element ref="templateInline"/>
		<xsd:element ref="xi:include"/>
		<xsd:element ref="m:math"/>
	</xsd:choice>
</xsd:group>


<!-- Class: inside -->

<xsd:attributeGroup name="inside.AttrGroup">
	<xsd:attribute name="shape" type="shape.Type" use="required"/>
	<xsd:attribute name="coords" type="coords.Type" use="required"/>
</xsd:attributeGroup>

<xsd:group name="inside.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="inside.Type" mixed="false">
	<xsd:group ref="inside.ContentGroup"/>
	<xsd:attributeGroup ref="inside.AttrGroup"/>
</xsd:complexType>

<xsd:element name="inside" type="inside.Type"/>


<!-- Datatype: integer -->

<xsd:simpleType name="integer.Type">
	<xsd:restriction base="xsd:int"/>
</xsd:simpleType>


<!-- Class: integerDivide -->

<xsd:group name="integerDivide.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="2" maxOccurs="2"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="integerDivide.Type" mixed="false">
	<xsd:group ref="integerDivide.ContentGroup"/>
</xsd:complexType>

<xsd:element name="integerDivide" type="integerDivide.Type"/>


<!-- Class: integerModulus -->

<xsd:group name="integerModulus.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="2" maxOccurs="2"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="integerModulus.Type" mixed="false">
	<xsd:group ref="integerModulus.ContentGroup"/>
</xsd:complexType>

<xsd:element name="integerModulus" type="integerModulus.Type"/>


<!-- Datatype: integerOrTemplateRef -->

<xsd:simpleType name="integerOrTemplateRef.Type">

    <xsd:union>
        <xsd:simpleType>
		    <xsd:restriction base="xsd:integer"/>
		</xsd:simpleType>
		<xsd:simpleType>
		    <xsd:restriction base="xsd:string"><xsd:pattern value="\{[\i-[:]][\c-[:]]*\}"/></xsd:restriction>
		</xsd:simpleType>
	</xsd:union></xsd:simpleType>


<!-- Class: integerToFloat -->

<xsd:group name="integerToFloat.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="integerToFloat.Type" mixed="false">
	<xsd:group ref="integerToFloat.ContentGroup"/>
</xsd:complexType>

<xsd:element name="integerToFloat" type="integerToFloat.Type"/>


<!-- Class: interaction -->

<!-- Following definition is not used but improves readability of the binding document -->
<xsd:group name="interaction.ElementGroup">
	<xsd:choice>
		<xsd:element ref="textEntryInteraction"/>
		<xsd:element ref="inlineChoiceInteraction"/>
		<xsd:element ref="endAttemptInteraction"/>
		<xsd:element ref="positionObjectInteraction"/>
		<xsd:element ref="customInteraction"/>
		<xsd:element ref="drawingInteraction"/>
		<xsd:element ref="gapMatchInteraction"/>
		<xsd:element ref="matchInteraction"/>
		<xsd:element ref="graphicGapMatchInteraction"/>
		<xsd:element ref="hotspotInteraction"/>
		<xsd:element ref="graphicOrderInteraction"/>
		<xsd:element ref="selectPointInteraction"/>
		<xsd:element ref="graphicAssociateInteraction"/>
		<xsd:element ref="sliderInteraction"/>
		<xsd:element ref="choiceInteraction"/>
		<xsd:element ref="mediaInteraction"/>
		<xsd:element ref="hottextInteraction"/>
		<xsd:element ref="orderInteraction"/>
		<xsd:element ref="extendedTextInteraction"/>
		<xsd:element ref="uploadInteraction"/>
		<xsd:element ref="associateInteraction"/>
	</xsd:choice>
</xsd:group>

<xsd:attributeGroup name="interaction.AttrGroup">
	<xsd:attributeGroup ref="bodyElement.AttrGroup"/>
	<xsd:attribute name="responseIdentifier" type="identifier.Type" use="required"/>
</xsd:attributeGroup>


<!-- Enumeration: interactionType -->

<xsd:simpleType name="interactionType.Type">
	<xsd:restriction base="xsd:NMTOKEN">
		<xsd:enumeration value="associateInteraction"/>
		<xsd:enumeration value="choiceInteraction"/>
		<xsd:enumeration value="customInteraction"/>
		<xsd:enumeration value="drawingInteraction"/>
		<xsd:enumeration value="endAttemptInteraction"/>
		<xsd:enumeration value="extendedTextInteraction"/>
		<xsd:enumeration value="gapMatchInteraction"/>
		<xsd:enumeration value="graphicAssociateInteraction"/>
		<xsd:enumeration value="graphicGapMatchInteraction"/>
		<xsd:enumeration value="graphicOrderInteraction"/>
		<xsd:enumeration value="hotspotInteraction"/>
		<xsd:enumeration value="hottextInteraction"/>
		<xsd:enumeration value="inlineChoiceInteraction"/>
		<xsd:enumeration value="matchInteraction"/>
		<xsd:enumeration value="mediaInteraction"/>
		<xsd:enumeration value="orderInteraction"/>
		<xsd:enumeration value="positionObjectInteraction"/>
		<xsd:enumeration value="selectPointInteraction"/>
		<xsd:enumeration value="sliderInteraction"/>
		<xsd:enumeration value="textEntryInteraction"/>
		<xsd:enumeration value="uploadInteraction"/>
	</xsd:restriction>
</xsd:simpleType>

<xsd:element name="interactionType" type="interactionType.Type"/>


<!-- Class: interpolationTable -->

<xsd:attributeGroup name="interpolationTable.AttrGroup">
	<xsd:attributeGroup ref="lookupTable.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="interpolationTable.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="interpolationTableEntry" minOccurs="1" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="interpolationTable.Type" mixed="false">
	<xsd:group ref="interpolationTable.ContentGroup"/>
	<xsd:attributeGroup ref="interpolationTable.AttrGroup"/>
</xsd:complexType>

<xsd:element name="interpolationTable" type="interpolationTable.Type"/>


<!-- Class: interpolationTableEntry -->

<xsd:attributeGroup name="interpolationTableEntry.AttrGroup">
	<xsd:attribute name="sourceValue" type="float.Type" use="required"/>
	<xsd:attribute name="includeBoundary" type="boolean.Type" use="optional"/>
	<xsd:attribute name="targetValue" type="valueType.Type" use="required"/>
</xsd:attributeGroup>

<xsd:complexType name="interpolationTableEntry.Type" mixed="false">
	<xsd:attributeGroup ref="interpolationTableEntry.AttrGroup"/>
</xsd:complexType>

<xsd:element name="interpolationTableEntry" type="interpolationTableEntry.Type"/>


<!-- Class: isNull -->

<xsd:group name="isNull.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="isNull.Type" mixed="false">
	<xsd:group ref="isNull.ContentGroup"/>
</xsd:complexType>

<xsd:element name="isNull" type="isNull.Type"/>


<!-- Class: itemBody -->

<xsd:attributeGroup name="itemBody.AttrGroup">
	<xsd:attributeGroup ref="bodyElement.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="itemBody.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="block.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="itemBody.Type" mixed="false">
	<xsd:group ref="itemBody.ContentGroup"/>
	<xsd:attributeGroup ref="itemBody.AttrGroup"/>
</xsd:complexType>

<xsd:element name="itemBody" type="itemBody.Type"/>


<!-- Class: itemResult -->

<xsd:attributeGroup name="itemResult.AttrGroup">
	<xsd:attribute name="identifier" type="string.Type" use="required"/>
	<xsd:attribute name="sequenceIndex" type="integer.Type" use="optional"/>
	<xsd:attribute name="datestamp" type="datetime.Type" use="required"/>
	<xsd:attribute name="sessionStatus" type="sessionStatus.Type" use="required"/>
</xsd:attributeGroup>

<xsd:group name="itemResult.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="itemVariable.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="itemResult.Type" mixed="true">
	<xsd:group ref="itemResult.ContentGroup"/>
	<xsd:attributeGroup ref="itemResult.AttrGroup"/>
</xsd:complexType>

<xsd:element name="itemResult" type="itemResult.Type"/>


<!-- Class: itemSessionControl -->

<xsd:attributeGroup name="itemSessionControl.AttrGroup">
	<xsd:attribute name="maxAttempts" type="integer.Type" use="optional"/>
	<xsd:attribute name="showFeedback" type="boolean.Type" use="optional"/>
	<xsd:attribute name="allowReview" type="boolean.Type" use="optional"/>
	<xsd:attribute name="showSolution" type="boolean.Type" use="optional"/>
	<xsd:attribute name="allowComment" type="boolean.Type" use="optional"/>
	<xsd:attribute name="allowSkipping" type="boolean.Type" use="optional"/>
	<xsd:attribute name="validateResponses" type="boolean.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:complexType name="itemSessionControl.Type" mixed="false">
	<xsd:attributeGroup ref="itemSessionControl.AttrGroup"/>
</xsd:complexType>

<xsd:element name="itemSessionControl" type="itemSessionControl.Type"/>


<!-- Class: itemStatistic -->

<xsd:group name="itemStatistic.ElementGroup">
	<xsd:choice>
		<xsd:element ref="ordinaryStatistic"/>
		<xsd:element ref="categorizedStatistic"/>
	</xsd:choice>
</xsd:group>

<xsd:attributeGroup name="itemStatistic.AttrGroup">
	<xsd:attribute name="name" type="identifier.Type" use="required"/>
	<xsd:attribute name="glossary" type="uri.Type" use="optional"/>
	<xsd:attribute name="context" type="uri.Type" use="required"/>
	<xsd:attribute name="caseCount" type="integer.Type" use="optional"/>
	<xsd:attribute name="stdError" type="float.Type" use="optional"/>
	<xsd:attribute name="stdDeviation" type="float.Type" use="optional"/>
	<xsd:attribute name="lastUpdated" type="date.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="itemStatistic.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="targetObject" minOccurs="1" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>


<!-- Class: itemSubset -->

<!-- Following definition is not used but improves readability of the binding document -->
<xsd:group name="itemSubset.ElementGroup">
	<xsd:choice>
		<xsd:element ref="outcomeMaximum"/>
		<xsd:element ref="testVariables"/>
		<xsd:element ref="numberPresented"/>
		<xsd:element ref="numberResponded"/>
		<xsd:element ref="outcomeMinimum"/>
		<xsd:element ref="numberIncorrect"/>
		<xsd:element ref="numberCorrect"/>
		<xsd:element ref="numberSelected"/>
	</xsd:choice>
</xsd:group>

<xsd:attributeGroup name="itemSubset.AttrGroup">
	<xsd:attribute name="sectionIdentifier" type="identifier.Type" use="optional"/>
	<xsd:attribute name="includeCategory" use="optional">
		<xsd:simpleType>
			<xsd:list itemType="identifier.Type"/>
		</xsd:simpleType>
	</xsd:attribute>
	<xsd:attribute name="excludeCategory" use="optional">
		<xsd:simpleType>
			<xsd:list itemType="identifier.Type"/>
		</xsd:simpleType>
	</xsd:attribute>
</xsd:attributeGroup>


<!-- Pseudo-class: itemTemplate -->

<xsd:element name="itemTemplate" type="boolean.Type"/>


<!-- Class: itemVariable -->

<xsd:group name="itemVariable.ElementGroup">
	<xsd:choice>
		<xsd:element ref="responseVariable"/>
		<xsd:element ref="templateVariable"/>
		<xsd:element ref="outcomeVariable"/>
	</xsd:choice>
</xsd:group>

<xsd:attributeGroup name="itemVariable.AttrGroup">
	<xsd:attribute name="identifier" type="identifier.Type" use="required"/>
	<xsd:attribute name="cardinality" type="cardinality.Type" use="required"/>
	<xsd:attribute name="baseType" type="baseType.Type" use="optional"/>
</xsd:attributeGroup>


<!-- Class: kbd -->

<xsd:attributeGroup name="kbd.AttrGroup">
	<xsd:attributeGroup ref="simpleInline.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="kbd.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="simpleInline.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="kbd.Type" mixed="true">
	<xsd:group ref="kbd.ContentGroup"/>
	<xsd:attributeGroup ref="kbd.AttrGroup"/>
</xsd:complexType>

<xsd:element name="kbd" type="kbd.Type"/>


<!-- Datatype: language -->

<xsd:simpleType name="language.Type">
	<xsd:restriction base="xsd:language"/>
</xsd:simpleType>


<!-- Datatype: length -->

<xsd:simpleType name="length.Type">

    <xsd:restriction base="xsd:string">
        <xsd:pattern value="[0-9]+%?"/>
    </xsd:restriction></xsd:simpleType>


<!-- Class: li -->

<xsd:attributeGroup name="li.AttrGroup">
	<xsd:attributeGroup ref="bodyElement.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="li.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="flow.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="li.Type" mixed="true">
	<xsd:group ref="li.ContentGroup"/>
	<xsd:attributeGroup ref="li.AttrGroup"/>
</xsd:complexType>

<xsd:element name="li" type="li.Type"/>


<!-- Pseudo-class: listElements -->

<xsd:element name="listElements" type="boolean.Type"/>


<!-- Pseudo-class: lomMetadata -->

<xsd:element name="lomMetadata" type="boolean.Type"/>


<!-- Class: lookupOutcomeValue -->

<xsd:attributeGroup name="lookupOutcomeValue.AttrGroup">
	<xsd:attribute name="identifier" type="identifier.Type" use="required"/>
</xsd:attributeGroup>

<xsd:group name="lookupOutcomeValue.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="lookupOutcomeValue.Type" mixed="false">
	<xsd:group ref="lookupOutcomeValue.ContentGroup"/>
	<xsd:attributeGroup ref="lookupOutcomeValue.AttrGroup"/>
</xsd:complexType>

<xsd:element name="lookupOutcomeValue" type="lookupOutcomeValue.Type"/>


<!-- Class: lookupTable -->

<xsd:group name="lookupTable.ElementGroup">
	<xsd:choice>
		<xsd:element ref="matchTable"/>
		<xsd:element ref="interpolationTable"/>
	</xsd:choice>
</xsd:group>

<xsd:attributeGroup name="lookupTable.AttrGroup">
	<xsd:attribute name="defaultValue" type="valueType.Type" use="optional"/>
</xsd:attributeGroup>


<!-- Class: lt -->

<xsd:group name="lt.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="2" maxOccurs="2"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="lt.Type" mixed="false">
	<xsd:group ref="lt.ContentGroup"/>
</xsd:complexType>

<xsd:element name="lt" type="lt.Type"/>


<!-- Class: lte -->

<xsd:group name="lte.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="2" maxOccurs="2"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="lte.Type" mixed="false">
	<xsd:group ref="lte.ContentGroup"/>
</xsd:complexType>

<xsd:element name="lte" type="lte.Type"/>


<!-- Class: mapEntry -->

<xsd:attributeGroup name="mapEntry.AttrGroup">
	<xsd:attribute name="mapKey" type="valueType.Type" use="required"/>
	<xsd:attribute name="mappedValue" type="float.Type" use="required"/>
</xsd:attributeGroup>

<xsd:complexType name="mapEntry.Type" mixed="false">
	<xsd:attributeGroup ref="mapEntry.AttrGroup"/>
</xsd:complexType>

<xsd:element name="mapEntry" type="mapEntry.Type"/>


<!-- Class: mapResponse -->

<xsd:attributeGroup name="mapResponse.AttrGroup">
	<xsd:attribute name="identifier" type="identifier.Type" use="required"/>
</xsd:attributeGroup>

<xsd:complexType name="mapResponse.Type" mixed="false">
	<xsd:attributeGroup ref="mapResponse.AttrGroup"/>
</xsd:complexType>

<xsd:element name="mapResponse" type="mapResponse.Type"/>


<!-- Class: mapResponsePoint -->

<xsd:attributeGroup name="mapResponsePoint.AttrGroup">
	<xsd:attribute name="identifier" type="identifier.Type" use="required"/>
</xsd:attributeGroup>

<xsd:complexType name="mapResponsePoint.Type" mixed="false">
	<xsd:attributeGroup ref="mapResponsePoint.AttrGroup"/>
</xsd:complexType>

<xsd:element name="mapResponsePoint" type="mapResponsePoint.Type"/>


<!-- Class: mapping -->

<xsd:attributeGroup name="mapping.AttrGroup">
	<xsd:attribute name="lowerBound" type="float.Type" use="optional"/>
	<xsd:attribute name="upperBound" type="float.Type" use="optional"/>
	<xsd:attribute name="defaultValue" type="float.Type" use="required"/>
</xsd:attributeGroup>

<xsd:group name="mapping.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="mapEntry" minOccurs="1" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="mapping.Type" mixed="false">
	<xsd:group ref="mapping.ContentGroup"/>
	<xsd:attributeGroup ref="mapping.AttrGroup"/>
</xsd:complexType>

<xsd:element name="mapping" type="mapping.Type"/>


<!-- Class: match -->

<xsd:group name="match.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="2" maxOccurs="2"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="match.Type" mixed="false">
	<xsd:group ref="match.ContentGroup"/>
</xsd:complexType>

<xsd:element name="match" type="match.Type"/>


<!-- Class: matchInteraction -->

<xsd:attributeGroup name="matchInteraction.AttrGroup">
	<xsd:attributeGroup ref="blockInteraction.AttrGroup"/>
	<xsd:attribute name="shuffle" type="boolean.Type" use="required"/>
	<xsd:attribute name="maxAssociations" type="integer.Type" use="required"/>
	<xsd:attribute name="minAssociations" type="integer.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="matchInteraction.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="blockInteraction.ContentGroup"/>
		<xsd:element ref="simpleMatchSet" minOccurs="2" maxOccurs="2"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="matchInteraction.Type" mixed="false">
	<xsd:group ref="matchInteraction.ContentGroup"/>
	<xsd:attributeGroup ref="matchInteraction.AttrGroup"/>
</xsd:complexType>

<xsd:element name="matchInteraction" type="matchInteraction.Type"/>


<!-- Class: matchTable -->

<xsd:attributeGroup name="matchTable.AttrGroup">
	<xsd:attributeGroup ref="lookupTable.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="matchTable.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="matchTableEntry" minOccurs="1" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="matchTable.Type" mixed="false">
	<xsd:group ref="matchTable.ContentGroup"/>
	<xsd:attributeGroup ref="matchTable.AttrGroup"/>
</xsd:complexType>

<xsd:element name="matchTable" type="matchTable.Type"/>


<!-- Class: matchTableEntry -->

<xsd:attributeGroup name="matchTableEntry.AttrGroup">
	<xsd:attribute name="sourceValue" type="integer.Type" use="required"/>
	<xsd:attribute name="targetValue" type="valueType.Type" use="required"/>
</xsd:attributeGroup>

<xsd:complexType name="matchTableEntry.Type" mixed="false">
	<xsd:attributeGroup ref="matchTableEntry.AttrGroup"/>
</xsd:complexType>

<xsd:element name="matchTableEntry" type="matchTableEntry.Type"/>


<!-- Pseudo-class: mathElement -->

<xsd:element name="mathElement" type="boolean.Type"/>


<!-- Pseudo-class: mathVariable -->

<xsd:element name="mathVariable" type="boolean.Type"/>


<!-- Class: mediaInteraction -->

<xsd:attributeGroup name="mediaInteraction.AttrGroup">
	<xsd:attributeGroup ref="blockInteraction.AttrGroup"/>
	<xsd:attribute name="autostart" type="boolean.Type" use="required"/>
	<xsd:attribute name="minPlays" type="integer.Type" use="optional"/>
	<xsd:attribute name="maxPlays" type="integer.Type" use="optional"/>
	<xsd:attribute name="loop" type="boolean.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="mediaInteraction.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="blockInteraction.ContentGroup"/>
		<xsd:element ref="object" minOccurs="1" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="mediaInteraction.Type" mixed="false">
	<xsd:group ref="mediaInteraction.ContentGroup"/>
	<xsd:attributeGroup ref="mediaInteraction.AttrGroup"/>
</xsd:complexType>

<xsd:element name="mediaInteraction" type="mediaInteraction.Type"/>


<!-- Class: member -->

<xsd:group name="member.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="2" maxOccurs="2"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="member.Type" mixed="false">
	<xsd:group ref="member.ContentGroup"/>
</xsd:complexType>

<xsd:element name="member" type="member.Type"/>


<!-- Class: metadataProfile -->

<xsd:group name="metadataProfile.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="imsmd" minOccurs="1" maxOccurs="1"/>
		<xsd:element ref="lomMetadata" minOccurs="1" maxOccurs="1"/>
		<xsd:element ref="imsqtimd" minOccurs="1" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="metadataProfile.Type" mixed="false">
	<xsd:group ref="metadataProfile.ContentGroup"/>
</xsd:complexType>

<xsd:element name="metadataProfile" type="metadataProfile.Type"/>


<!-- Datatype: mimeType -->

<xsd:simpleType name="mimeType.Type">
<xsd:restriction base="xsd:string">
        <xsd:pattern value='[\p{IsBasicLatin}-[()&lt;&gt;@,;:\\"/\[\]?=]]+/[\p{IsBasicLatin}-[()&lt;&gt;@,;:\\"/\[\]?=]]+'/>
    </xsd:restriction></xsd:simpleType>


<!-- Class: modalFeedback -->

<xsd:attributeGroup name="modalFeedback.AttrGroup">
	<xsd:attribute name="outcomeIdentifier" type="identifier.Type" use="required"/>
	<xsd:attribute name="showHide" type="showHide.Type" use="required"/>
	<xsd:attribute name="identifier" type="identifier.Type" use="required"/>
	<xsd:attribute name="title" type="string.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="modalFeedback.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="flowStatic.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="modalFeedback.Type" mixed="true">
	<xsd:group ref="modalFeedback.ContentGroup"/>
	<xsd:attributeGroup ref="modalFeedback.AttrGroup"/>
</xsd:complexType>

<xsd:element name="modalFeedback" type="modalFeedback.Type"/>


<!-- Class: multiple -->

<xsd:group name="multiple.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="multiple.Type" mixed="false">
	<xsd:group ref="multiple.ContentGroup"/>
</xsd:complexType>

<xsd:element name="multiple" type="multiple.Type"/>


<!-- Enumeration: navigationMode -->

<xsd:simpleType name="navigationMode.Type">
	<xsd:restriction base="xsd:NMTOKEN">
		<xsd:enumeration value="linear"/>
		<xsd:enumeration value="nonlinear"/>
	</xsd:restriction>
</xsd:simpleType>


<!-- Class: not -->

<xsd:group name="not.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="not.Type" mixed="false">
	<xsd:group ref="not.ContentGroup"/>
</xsd:complexType>

<xsd:element name="not" type="not.Type"/>


<!-- Class: null -->

<xsd:complexType name="null.Type"/>

<xsd:element name="null" type="null.Type"/>


<!-- Class: numberCorrect -->

<xsd:attributeGroup name="numberCorrect.AttrGroup">
	<xsd:attributeGroup ref="itemSubset.AttrGroup"/>
</xsd:attributeGroup>

<xsd:complexType name="numberCorrect.Type" mixed="false">
	<xsd:attributeGroup ref="numberCorrect.AttrGroup"/>
</xsd:complexType>

<xsd:element name="numberCorrect" type="numberCorrect.Type"/>


<!-- Class: numberIncorrect -->

<xsd:attributeGroup name="numberIncorrect.AttrGroup">
	<xsd:attributeGroup ref="itemSubset.AttrGroup"/>
</xsd:attributeGroup>

<xsd:complexType name="numberIncorrect.Type" mixed="false">
	<xsd:attributeGroup ref="numberIncorrect.AttrGroup"/>
</xsd:complexType>

<xsd:element name="numberIncorrect" type="numberIncorrect.Type"/>


<!-- Class: numberPresented -->

<xsd:attributeGroup name="numberPresented.AttrGroup">
	<xsd:attributeGroup ref="itemSubset.AttrGroup"/>
</xsd:attributeGroup>

<xsd:complexType name="numberPresented.Type" mixed="false">
	<xsd:attributeGroup ref="numberPresented.AttrGroup"/>
</xsd:complexType>

<xsd:element name="numberPresented" type="numberPresented.Type"/>


<!-- Class: numberResponded -->

<xsd:attributeGroup name="numberResponded.AttrGroup">
	<xsd:attributeGroup ref="itemSubset.AttrGroup"/>
</xsd:attributeGroup>

<xsd:complexType name="numberResponded.Type" mixed="false">
	<xsd:attributeGroup ref="numberResponded.AttrGroup"/>
</xsd:complexType>

<xsd:element name="numberResponded" type="numberResponded.Type"/>


<!-- Class: numberSelected -->

<xsd:attributeGroup name="numberSelected.AttrGroup">
	<xsd:attributeGroup ref="itemSubset.AttrGroup"/>
</xsd:attributeGroup>

<xsd:complexType name="numberSelected.Type" mixed="false">
	<xsd:attributeGroup ref="numberSelected.AttrGroup"/>
</xsd:complexType>

<xsd:element name="numberSelected" type="numberSelected.Type"/>


<!-- Class: object -->

<xsd:attributeGroup name="object.AttrGroup">
	<xsd:attributeGroup ref="bodyElement.AttrGroup"/>
	<xsd:attributeGroup ref="flowStatic.AttrGroup"/>
	<xsd:attribute name="data" type="string.Type" use="required"/>
	<xsd:attribute name="type" type="mimeType.Type" use="required"/>
	<xsd:attribute name="width" type="length.Type" use="optional"/>
	<xsd:attribute name="height" type="length.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="object.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="objectFlow.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="object.Type" mixed="true">
	<xsd:group ref="object.ContentGroup"/>
	<xsd:attributeGroup ref="object.AttrGroup"/>
</xsd:complexType>

<xsd:element name="object" type="object.Type"/>


<!-- Pseudo-class: objectElements -->

<xsd:element name="objectElements" type="boolean.Type"/>


<!-- Class: objectFlow -->

<xsd:group name="objectFlow.ElementGroup">
	<xsd:choice>
		<xsd:element ref="pre"/>
		<xsd:element ref="h2"/>
		<xsd:element ref="h3"/>
		<xsd:element ref="h1"/>
		<xsd:element ref="h6"/>
		<xsd:element ref="h4"/>
		<xsd:element ref="h5"/>
		<xsd:element ref="p"/>
		<xsd:element ref="address"/>
		<xsd:element ref="dl"/>
		<xsd:element ref="ol"/>
		<xsd:element ref="img"/>
		<xsd:element ref="br"/>
		<xsd:element ref="ul"/>
		<xsd:element ref="hr"/>
		<xsd:element ref="printedVariable"/>
		<xsd:element ref="object"/>
		<xsd:element ref="rubricBlock"/>
		<xsd:element ref="blockquote"/>
		<xsd:element ref="feedbackBlock"/>
		<xsd:element ref="hottext"/>
		<xsd:element ref="em"/>
		<xsd:element ref="a"/>
		<xsd:element ref="code"/>
		<xsd:element ref="span"/>
		<xsd:element ref="sub"/>
		<xsd:element ref="acronym"/>
		<xsd:element ref="big"/>
		<xsd:element ref="tt"/>
		<xsd:element ref="kbd"/>
		<xsd:element ref="q"/>
		<xsd:element ref="i"/>
		<xsd:element ref="dfn"/>
		<xsd:element ref="feedbackInline"/>
		<xsd:element ref="abbr"/>
		<xsd:element ref="strong"/>
		<xsd:element ref="sup"/>
		<xsd:element ref="var"/>
		<xsd:element ref="small"/>
		<xsd:element ref="samp"/>
		<xsd:element ref="b"/>
		<xsd:element ref="cite"/>
		<xsd:element ref="templateInline"/>
		<xsd:element ref="templateBlock"/>
		<xsd:element ref="table"/>
		<xsd:element ref="div"/>
		<xsd:element ref="xi:include"/>
		<xsd:element ref="m:math"/>
		<xsd:element ref="textEntryInteraction"/>
		<xsd:element ref="inlineChoiceInteraction"/>
		<xsd:element ref="endAttemptInteraction"/>
		<xsd:element ref="customInteraction"/>
		<xsd:element ref="drawingInteraction"/>
		<xsd:element ref="gapMatchInteraction"/>
		<xsd:element ref="matchInteraction"/>
		<xsd:element ref="graphicGapMatchInteraction"/>
		<xsd:element ref="hotspotInteraction"/>
		<xsd:element ref="graphicOrderInteraction"/>
		<xsd:element ref="selectPointInteraction"/>
		<xsd:element ref="graphicAssociateInteraction"/>
		<xsd:element ref="sliderInteraction"/>
		<xsd:element ref="choiceInteraction"/>
		<xsd:element ref="mediaInteraction"/>
		<xsd:element ref="hottextInteraction"/>
		<xsd:element ref="orderInteraction"/>
		<xsd:element ref="extendedTextInteraction"/>
		<xsd:element ref="uploadInteraction"/>
		<xsd:element ref="associateInteraction"/>
		<xsd:element ref="param"/>
	</xsd:choice>
</xsd:group>


<!-- Pseudo-class: objectType -->

<xsd:element name="objectType" type="mimeType.Type"/>


<!-- Class: ol -->

<xsd:attributeGroup name="ol.AttrGroup">
	<xsd:attributeGroup ref="bodyElement.AttrGroup"/>
	<xsd:attributeGroup ref="flowStatic.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="ol.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="li" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="ol.Type" mixed="false">
	<xsd:group ref="ol.ContentGroup"/>
	<xsd:attributeGroup ref="ol.AttrGroup"/>
</xsd:complexType>

<xsd:element name="ol" type="ol.Type"/>


<!-- Class: or -->

<xsd:group name="or.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="or.Type" mixed="false">
	<xsd:group ref="or.ContentGroup"/>
</xsd:complexType>

<xsd:element name="or" type="or.Type"/>


<!-- Class: orderInteraction -->

<xsd:attributeGroup name="orderInteraction.AttrGroup">
	<xsd:attributeGroup ref="blockInteraction.AttrGroup"/>
	<xsd:attribute name="shuffle" type="boolean.Type" use="required"/>
	<xsd:attribute name="minChoices" type="integer.Type" use="optional"/>
	<xsd:attribute name="maxChoices" type="integer.Type" use="optional"/>
	<xsd:attribute name="orientation" type="orientation.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="orderInteraction.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="blockInteraction.ContentGroup"/>
		<xsd:element ref="simpleChoice" minOccurs="1" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="orderInteraction.Type" mixed="false">
	<xsd:group ref="orderInteraction.ContentGroup"/>
	<xsd:attributeGroup ref="orderInteraction.AttrGroup"/>
</xsd:complexType>

<xsd:element name="orderInteraction" type="orderInteraction.Type"/>


<!-- Class: ordered -->

<xsd:group name="ordered.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="ordered.Type" mixed="false">
	<xsd:group ref="ordered.ContentGroup"/>
</xsd:complexType>

<xsd:element name="ordered" type="ordered.Type"/>


<!-- Class: ordering -->

<xsd:attributeGroup name="ordering.AttrGroup">
	<xsd:attribute name="shuffle" type="boolean.Type" use="required"/>
	<xsd:anyAttribute namespace="##other"/>
</xsd:attributeGroup>

<xsd:group name="ordering.ContentGroup">
	<xsd:sequence>
	<xsd:any namespace="##any" minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="ordering.Type" mixed="false">
	<xsd:group ref="ordering.ContentGroup"/>
	<xsd:attributeGroup ref="ordering.AttrGroup"/>
</xsd:complexType>

<xsd:element name="ordering" type="ordering.Type"/>


<!-- Class: ordinaryStatistic -->

<xsd:attributeGroup name="ordinaryStatistic.AttrGroup">
	<xsd:attributeGroup ref="itemStatistic.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="ordinaryStatistic.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="itemStatistic.ContentGroup"/>
		<xsd:element ref="value" minOccurs="1" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="ordinaryStatistic.Type" mixed="false">
	<xsd:group ref="ordinaryStatistic.ContentGroup"/>
	<xsd:attributeGroup ref="ordinaryStatistic.AttrGroup"/>
</xsd:complexType>

<xsd:element name="ordinaryStatistic" type="ordinaryStatistic.Type"/>


<!-- Enumeration: orientation -->

<xsd:simpleType name="orientation.Type">
	<xsd:restriction base="xsd:NMTOKEN">
		<xsd:enumeration value="horizontal"/>
		<xsd:enumeration value="vertical"/>
	</xsd:restriction>
</xsd:simpleType>


<!-- Class: outcomeCondition -->

<xsd:group name="outcomeCondition.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="outcomeIf" minOccurs="1" maxOccurs="1"/>
		<xsd:element ref="outcomeElseIf" minOccurs="0" maxOccurs="unbounded"/>
		<xsd:element ref="outcomeElse" minOccurs="0" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="outcomeCondition.Type" mixed="false">
	<xsd:group ref="outcomeCondition.ContentGroup"/>
</xsd:complexType>

<xsd:element name="outcomeCondition" type="outcomeCondition.Type"/>


<!-- Class: outcomeDeclaration -->

<xsd:attributeGroup name="outcomeDeclaration.AttrGroup">
	<xsd:attributeGroup ref="variableDeclaration.AttrGroup"/>
	<xsd:attribute name="view" use="optional">
		<xsd:simpleType>
			<xsd:list itemType="view.Type"/>
		</xsd:simpleType>
	</xsd:attribute>
	<xsd:attribute name="interpretation" type="string.Type" use="optional"/>
	<xsd:attribute name="longInterpretation" type="uri.Type" use="optional"/>
	<xsd:attribute name="normalMaximum" type="float.Type" use="optional"/>
	<xsd:attribute name="normalMinimum" type="float.Type" use="optional"/>
	<xsd:attribute name="masteryValue" type="float.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="outcomeDeclaration.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="variableDeclaration.ContentGroup"/>
		<xsd:group ref="lookupTable.ElementGroup" minOccurs="0" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="outcomeDeclaration.Type" mixed="false">
	<xsd:group ref="outcomeDeclaration.ContentGroup"/>
	<xsd:attributeGroup ref="outcomeDeclaration.AttrGroup"/>
</xsd:complexType>

<xsd:element name="outcomeDeclaration" type="outcomeDeclaration.Type"/>


<!-- Class: outcomeElse -->

<xsd:group name="outcomeElse.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="outcomeRule.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="outcomeElse.Type" mixed="false">
	<xsd:group ref="outcomeElse.ContentGroup"/>
</xsd:complexType>

<xsd:element name="outcomeElse" type="outcomeElse.Type"/>


<!-- Class: outcomeElseIf -->

<xsd:group name="outcomeElseIf.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="1"/>
		<xsd:group ref="outcomeRule.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="outcomeElseIf.Type" mixed="false">
	<xsd:group ref="outcomeElseIf.ContentGroup"/>
</xsd:complexType>

<xsd:element name="outcomeElseIf" type="outcomeElseIf.Type"/>


<!-- Class: outcomeIf -->

<xsd:group name="outcomeIf.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="1"/>
		<xsd:group ref="outcomeRule.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="outcomeIf.Type" mixed="false">
	<xsd:group ref="outcomeIf.ContentGroup"/>
</xsd:complexType>

<xsd:element name="outcomeIf" type="outcomeIf.Type"/>


<!-- Class: outcomeMaximum -->

<xsd:attributeGroup name="outcomeMaximum.AttrGroup">
	<xsd:attributeGroup ref="itemSubset.AttrGroup"/>
	<xsd:attribute name="outcomeIdentifier" type="identifier.Type" use="required"/>
	<xsd:attribute name="weightIdentifier" type="identifier.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:complexType name="outcomeMaximum.Type" mixed="false">
	<xsd:attributeGroup ref="outcomeMaximum.AttrGroup"/>
</xsd:complexType>

<xsd:element name="outcomeMaximum" type="outcomeMaximum.Type"/>


<!-- Class: outcomeMinimum -->

<xsd:attributeGroup name="outcomeMinimum.AttrGroup">
	<xsd:attributeGroup ref="itemSubset.AttrGroup"/>
	<xsd:attribute name="outcomeIdentifier" type="identifier.Type" use="required"/>
	<xsd:attribute name="weightIdentifier" type="identifier.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:complexType name="outcomeMinimum.Type" mixed="false">
	<xsd:attributeGroup ref="outcomeMinimum.AttrGroup"/>
</xsd:complexType>

<xsd:element name="outcomeMinimum" type="outcomeMinimum.Type"/>


<!-- Class: outcomeProcessing -->

<xsd:group name="outcomeProcessing.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="outcomeRule.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="outcomeProcessing.Type" mixed="false">
	<xsd:group ref="outcomeProcessing.ContentGroup"/>
</xsd:complexType>

<xsd:element name="outcomeProcessing" type="outcomeProcessing.Type"/>


<!-- Class: outcomeProcessingFragment -->

<xsd:group name="outcomeProcessingFragment.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="outcomeRule.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="outcomeProcessingFragment.Type" mixed="false">
	<xsd:group ref="outcomeProcessingFragment.ContentGroup"/>
</xsd:complexType>

<xsd:element name="outcomeProcessingFragment" type="outcomeProcessingFragment.Type"/>


<!-- Class: outcomeRule -->

<xsd:group name="outcomeRule.ElementGroup">
	<xsd:choice>
		<xsd:element ref="lookupOutcomeValue"/>
		<xsd:element ref="outcomeProcessingFragment"/>
		<xsd:element ref="setOutcomeValue"/>
		<xsd:element ref="xi:include"/>
		<xsd:element ref="exitTest"/>
		<xsd:element ref="outcomeCondition"/>
	</xsd:choice>
</xsd:group>


<!-- Class: outcomeVariable -->

<xsd:attributeGroup name="outcomeVariable.AttrGroup">
	<xsd:attributeGroup ref="itemVariable.AttrGroup"/>
	<xsd:attribute name="view" use="optional">
		<xsd:simpleType>
			<xsd:list itemType="view.Type"/>
		</xsd:simpleType>
	</xsd:attribute>
	<xsd:attribute name="interpretation" type="string.Type" use="optional"/>
	<xsd:attribute name="longInterpretation" type="uri.Type" use="optional"/>
	<xsd:attribute name="normalMaximum" type="float.Type" use="optional"/>
	<xsd:attribute name="normalMinimum" type="float.Type" use="optional"/>
	<xsd:attribute name="masteryValue" type="float.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="outcomeVariable.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="value" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="outcomeVariable.Type" mixed="false">
	<xsd:group ref="outcomeVariable.ContentGroup"/>
	<xsd:attributeGroup ref="outcomeVariable.AttrGroup"/>
</xsd:complexType>

<xsd:element name="outcomeVariable" type="outcomeVariable.Type"/>


<!-- Class: p -->

<xsd:attributeGroup name="p.AttrGroup">
	<xsd:attributeGroup ref="atomicBlock.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="p.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="atomicBlock.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="p.Type" mixed="true">
	<xsd:group ref="p.ContentGroup"/>
	<xsd:attributeGroup ref="p.AttrGroup"/>
</xsd:complexType>

<xsd:element name="p" type="p.Type"/>


<!-- Class: param -->

<xsd:attributeGroup name="param.AttrGroup">
	<xsd:attribute name="name" type="string.Type" use="required"/>
	<xsd:attribute name="value" type="string.Type" use="required"/>
	<xsd:attribute name="valuetype" type="paramType.Type" use="required"/>
	<xsd:attribute name="type" type="mimeType.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:complexType name="param.Type" mixed="false">
	<xsd:attributeGroup ref="param.AttrGroup"/>
</xsd:complexType>

<xsd:element name="param" type="param.Type"/>


<!-- Enumeration: paramType -->

<xsd:simpleType name="paramType.Type">
	<xsd:restriction base="xsd:NMTOKEN">
		<xsd:enumeration value="DATA"/>
		<xsd:enumeration value="REF"/>
	</xsd:restriction>
</xsd:simpleType>


<!-- Class: patternMatch -->

<xsd:attributeGroup name="patternMatch.AttrGroup">
	<xsd:attribute name="pattern" type="stringOrTemplateRef.Type" use="required"/>
</xsd:attributeGroup>

<xsd:group name="patternMatch.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="patternMatch.Type" mixed="false">
	<xsd:group ref="patternMatch.ContentGroup"/>
	<xsd:attributeGroup ref="patternMatch.AttrGroup"/>
</xsd:complexType>

<xsd:element name="patternMatch" type="patternMatch.Type"/>


<!-- Class: positionObjectInteraction -->

<xsd:attributeGroup name="positionObjectInteraction.AttrGroup">
	<xsd:attributeGroup ref="interaction.AttrGroup"/>
	<xsd:attribute name="centerPoint" use="optional">
		<xsd:simpleType>
			<xsd:list itemType="integer.Type"/>
		</xsd:simpleType>
	</xsd:attribute>
	<xsd:attribute name="maxChoices" type="integer.Type" use="required"/>
	<xsd:attribute name="minChoices" type="integer.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="positionObjectInteraction.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="object" minOccurs="1" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="positionObjectInteraction.Type" mixed="false">
	<xsd:group ref="positionObjectInteraction.ContentGroup"/>
	<xsd:attributeGroup ref="positionObjectInteraction.AttrGroup"/>
</xsd:complexType>

<xsd:element name="positionObjectInteraction" type="positionObjectInteraction.Type"/>


<!-- Class: positionObjectStage -->

<xsd:group name="positionObjectStage.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="object" minOccurs="1" maxOccurs="1"/>
		<xsd:element ref="positionObjectInteraction" minOccurs="1" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="positionObjectStage.Type" mixed="false">
	<xsd:group ref="positionObjectStage.ContentGroup"/>
</xsd:complexType>

<xsd:element name="positionObjectStage" type="positionObjectStage.Type"/>


<!-- Class: power -->

<xsd:group name="power.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="2" maxOccurs="2"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="power.Type" mixed="false">
	<xsd:group ref="power.ContentGroup"/>
</xsd:complexType>

<xsd:element name="power" type="power.Type"/>


<!-- Class: pre -->

<xsd:attributeGroup name="pre.AttrGroup">
	<xsd:attributeGroup ref="atomicBlock.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="pre.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="atomicBlock.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="pre.Type" mixed="true">
	<xsd:group ref="pre.ContentGroup"/>
	<xsd:attributeGroup ref="pre.AttrGroup"/>
</xsd:complexType>

<xsd:element name="pre" type="pre.Type"/>


<!-- Class: preCondition -->

<xsd:group name="preCondition.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="preCondition.Type" mixed="false">
	<xsd:group ref="preCondition.ContentGroup"/>
</xsd:complexType>

<xsd:element name="preCondition" type="preCondition.Type"/>


<!-- Pseudo-class: presentationElements -->

<xsd:element name="presentationElements" type="boolean.Type"/>


<!-- Class: printedVariable -->

<xsd:attributeGroup name="printedVariable.AttrGroup">
	<xsd:attributeGroup ref="bodyElement.AttrGroup"/>
	<xsd:attributeGroup ref="flowStatic.AttrGroup"/>
	<xsd:attribute name="identifier" type="identifier.Type" use="required"/>
	<xsd:attribute name="format" type="string256.Type" use="optional"/>
	<xsd:attribute name="base" type="integer.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:complexType name="printedVariable.Type" mixed="false">
	<xsd:attributeGroup ref="printedVariable.AttrGroup"/>
</xsd:complexType>

<xsd:element name="printedVariable" type="printedVariable.Type"/>


<!-- Pseudo-class: printedVariables -->

<xsd:element name="printedVariables" type="boolean.Type"/>


<!-- Class: product -->

<xsd:group name="product.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="product.Type" mixed="false">
	<xsd:group ref="product.ContentGroup"/>
</xsd:complexType>

<xsd:element name="product" type="product.Type"/>


<!-- Class: prompt -->

<xsd:attributeGroup name="prompt.AttrGroup">
	<xsd:attributeGroup ref="bodyElement.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="prompt.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="inlineStatic.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="prompt.Type" mixed="true">
	<xsd:group ref="prompt.ContentGroup"/>
	<xsd:attributeGroup ref="prompt.AttrGroup"/>
</xsd:complexType>

<xsd:element name="prompt" type="prompt.Type"/>


<!-- Class: q -->

<xsd:attributeGroup name="q.AttrGroup">
	<xsd:attributeGroup ref="simpleInline.AttrGroup"/>
	<xsd:attribute name="cite" type="uri.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="q.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="simpleInline.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="q.Type" mixed="true">
	<xsd:group ref="q.ContentGroup"/>
	<xsd:attributeGroup ref="q.AttrGroup"/>
</xsd:complexType>

<xsd:element name="q" type="q.Type"/>


<!-- Class: qtiMetadata -->

<xsd:group name="qtiMetadata.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="itemTemplate" minOccurs="0" maxOccurs="1"/>
		<xsd:element ref="timeDependent" minOccurs="0" maxOccurs="1"/>
		<xsd:element ref="composite" minOccurs="0" maxOccurs="1"/>
		<xsd:element ref="interactionType" minOccurs="0" maxOccurs="unbounded"/>
		<xsd:element ref="feedbackType" minOccurs="0" maxOccurs="1"/>
		<xsd:element ref="solutionAvailable" minOccurs="0" maxOccurs="1"/>
		<xsd:element ref="toolName" minOccurs="0" maxOccurs="1"/>
		<xsd:element ref="toolVersion" minOccurs="0" maxOccurs="1"/>
		<xsd:element ref="toolVendor" minOccurs="0" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="qtiMetadata.Type" mixed="false">
	<xsd:group ref="qtiMetadata.ContentGroup"/>
</xsd:complexType>

<xsd:element name="qtiMetadata" type="qtiMetadata.Type"/>


<!-- Class: random -->

<xsd:group name="random.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="random.Type" mixed="false">
	<xsd:group ref="random.ContentGroup"/>
</xsd:complexType>

<xsd:element name="random" type="random.Type"/>


<!-- Class: randomFloat -->

<xsd:attributeGroup name="randomFloat.AttrGroup">
	<xsd:attribute name="min" type="floatOrTemplateRef.Type" use="required"/>
	<xsd:attribute name="max" type="floatOrTemplateRef.Type" use="required"/>
</xsd:attributeGroup>

<xsd:complexType name="randomFloat.Type" mixed="false">
	<xsd:attributeGroup ref="randomFloat.AttrGroup"/>
</xsd:complexType>

<xsd:element name="randomFloat" type="randomFloat.Type"/>


<!-- Class: randomInteger -->

<xsd:attributeGroup name="randomInteger.AttrGroup">
	<xsd:attribute name="min" type="integerOrTemplateRef.Type" use="required"/>
	<xsd:attribute name="max" type="integerOrTemplateRef.Type" use="required"/>
	<xsd:attribute name="step" type="integerOrTemplateRef.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:complexType name="randomInteger.Type" mixed="false">
	<xsd:attributeGroup ref="randomInteger.AttrGroup"/>
</xsd:complexType>

<xsd:element name="randomInteger" type="randomInteger.Type"/>


<!-- Pseudo-class: regexp -->

<xsd:element name="regexp" type="boolean.Type"/>


<!-- Class: responseCondition -->

<xsd:group name="responseCondition.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="responseIf" minOccurs="1" maxOccurs="1"/>
		<xsd:element ref="responseElseIf" minOccurs="0" maxOccurs="unbounded"/>
		<xsd:element ref="responseElse" minOccurs="0" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="responseCondition.Type" mixed="false">
	<xsd:group ref="responseCondition.ContentGroup"/>
</xsd:complexType>

<xsd:element name="responseCondition" type="responseCondition.Type"/>


<!-- Class: responseDeclaration -->

<xsd:attributeGroup name="responseDeclaration.AttrGroup">
	<xsd:attributeGroup ref="variableDeclaration.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="responseDeclaration.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="variableDeclaration.ContentGroup"/>
		<xsd:element ref="correctResponse" minOccurs="0" maxOccurs="1"/>
		<xsd:element ref="mapping" minOccurs="0" maxOccurs="1"/>
		<xsd:element ref="areaMapping" minOccurs="0" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="responseDeclaration.Type" mixed="false">
	<xsd:group ref="responseDeclaration.ContentGroup"/>
	<xsd:attributeGroup ref="responseDeclaration.AttrGroup"/>
</xsd:complexType>

<xsd:element name="responseDeclaration" type="responseDeclaration.Type"/>


<!-- Class: responseElse -->

<xsd:group name="responseElse.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="responseRule.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="responseElse.Type" mixed="false">
	<xsd:group ref="responseElse.ContentGroup"/>
</xsd:complexType>

<xsd:element name="responseElse" type="responseElse.Type"/>


<!-- Class: responseElseIf -->

<xsd:group name="responseElseIf.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="1"/>
		<xsd:group ref="responseRule.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="responseElseIf.Type" mixed="false">
	<xsd:group ref="responseElseIf.ContentGroup"/>
</xsd:complexType>

<xsd:element name="responseElseIf" type="responseElseIf.Type"/>


<!-- Class: responseIf -->

<xsd:group name="responseIf.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="1"/>
		<xsd:group ref="responseRule.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="responseIf.Type" mixed="false">
	<xsd:group ref="responseIf.ContentGroup"/>
</xsd:complexType>

<xsd:element name="responseIf" type="responseIf.Type"/>


<!-- Class: responseProcessing -->

<xsd:attributeGroup name="responseProcessing.AttrGroup">
	<xsd:attribute name="template" type="uri.Type" use="optional"/>
	<xsd:attribute name="templateLocation" type="uri.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="responseProcessing.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="responseRule.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="responseProcessing.Type" mixed="false">
	<xsd:group ref="responseProcessing.ContentGroup"/>
	<xsd:attributeGroup ref="responseProcessing.AttrGroup"/>
</xsd:complexType>

<xsd:element name="responseProcessing" type="responseProcessing.Type"/>


<!-- Class: responseProcessingFragment -->

<xsd:group name="responseProcessingFragment.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="responseRule.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="responseProcessingFragment.Type" mixed="false">
	<xsd:group ref="responseProcessingFragment.ContentGroup"/>
</xsd:complexType>

<xsd:element name="responseProcessingFragment" type="responseProcessingFragment.Type"/>


<!-- Class: responseRule -->

<xsd:group name="responseRule.ElementGroup">
	<xsd:choice>
		<xsd:element ref="xi:include"/>
		<xsd:element ref="responseCondition"/>
		<xsd:element ref="responseProcessingFragment"/>
		<xsd:element ref="setOutcomeValue"/>
		<xsd:element ref="exitResponse"/>
		<xsd:element ref="lookupOutcomeValue"/>
	</xsd:choice>
</xsd:group>


<!-- Pseudo-class: responseRules -->

<xsd:element name="responseRules" type="boolean.Type"/>


<!-- Class: responseVariable -->

<xsd:attributeGroup name="responseVariable.AttrGroup">
	<xsd:attributeGroup ref="itemVariable.AttrGroup"/>
	<xsd:attribute name="choiceSequence" use="optional">
		<xsd:simpleType>
			<xsd:list itemType="identifier.Type"/>
		</xsd:simpleType>
	</xsd:attribute>
</xsd:attributeGroup>

<xsd:group name="responseVariable.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="correctResponse" minOccurs="0" maxOccurs="1"/>
		<xsd:element ref="candidateResponse" minOccurs="1" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="responseVariable.Type" mixed="false">
	<xsd:group ref="responseVariable.ContentGroup"/>
	<xsd:attributeGroup ref="responseVariable.AttrGroup"/>
</xsd:complexType>

<xsd:element name="responseVariable" type="responseVariable.Type"/>


<!-- Class: round -->

<xsd:group name="round.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="round.Type" mixed="false">
	<xsd:group ref="round.ContentGroup"/>
</xsd:complexType>

<xsd:element name="round" type="round.Type"/>


<!-- Pseudo-class: rounding -->

<xsd:element name="rounding" type="boolean.Type"/>


<!-- Enumeration: roundingMode -->

<xsd:simpleType name="roundingMode.Type">
	<xsd:restriction base="xsd:NMTOKEN">
		<xsd:enumeration value="decimalPlaces"/>
		<xsd:enumeration value="significantFigures"/>
	</xsd:restriction>
</xsd:simpleType>


<!-- Pseudo-class: rpTemplate -->

<xsd:element name="rpTemplate" type="uri.Type"/>


<!-- Pseudo-class: rubric -->

<xsd:element name="rubric" type="boolean.Type"/>


<!-- Class: rubricBlock -->

<xsd:attributeGroup name="rubricBlock.AttrGroup">
	<xsd:attributeGroup ref="simpleBlock.AttrGroup"/>
	<xsd:attribute name="view" use="required">
		<xsd:simpleType>
			<xsd:list itemType="view.Type"/>
		</xsd:simpleType>
	</xsd:attribute>
</xsd:attributeGroup>

<xsd:group name="rubricBlock.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="simpleBlock.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="rubricBlock.Type" mixed="false">
	<xsd:group ref="rubricBlock.ContentGroup"/>
	<xsd:attributeGroup ref="rubricBlock.AttrGroup"/>
</xsd:complexType>

<xsd:element name="rubricBlock" type="rubricBlock.Type"/>


<!-- Class: samp -->

<xsd:attributeGroup name="samp.AttrGroup">
	<xsd:attributeGroup ref="simpleInline.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="samp.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="simpleInline.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="samp.Type" mixed="true">
	<xsd:group ref="samp.ContentGroup"/>
	<xsd:attributeGroup ref="samp.AttrGroup"/>
</xsd:complexType>

<xsd:element name="samp" type="samp.Type"/>


<!-- Class: sectionPart -->

<xsd:group name="sectionPart.ElementGroup">
	<xsd:choice>
		<xsd:element ref="xi:include"/>
		<xsd:element ref="assessmentItemRef"/>
		<xsd:element ref="assessmentSection"/>
	</xsd:choice>
</xsd:group>

<xsd:attributeGroup name="sectionPart.AttrGroup">
	<xsd:attribute name="identifier" type="identifier.Type" use="required"/>
	<xsd:attribute name="required" type="boolean.Type" use="optional"/>
	<xsd:attribute name="fixed" type="boolean.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="sectionPart.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="preCondition" minOccurs="0" maxOccurs="unbounded"/>
		<xsd:element ref="branchRule" minOccurs="0" maxOccurs="unbounded"/>
		<xsd:element ref="itemSessionControl" minOccurs="0" maxOccurs="1"/>
		<xsd:element ref="timeLimits" minOccurs="0" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>


<!-- Class: selectPointInteraction -->

<xsd:attributeGroup name="selectPointInteraction.AttrGroup">
	<xsd:attributeGroup ref="graphicInteraction.AttrGroup"/>
	<xsd:attribute name="maxChoices" type="integer.Type" use="required"/>
	<xsd:attribute name="minChoices" type="integer.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="selectPointInteraction.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="graphicInteraction.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="selectPointInteraction.Type" mixed="false">
	<xsd:group ref="selectPointInteraction.ContentGroup"/>
	<xsd:attributeGroup ref="selectPointInteraction.AttrGroup"/>
</xsd:complexType>

<xsd:element name="selectPointInteraction" type="selectPointInteraction.Type"/>


<!-- Class: selection -->

<xsd:attributeGroup name="selection.AttrGroup">
	<xsd:attribute name="select" type="integer.Type" use="required"/>
	<xsd:attribute name="withReplacement" type="boolean.Type" use="optional"/>
	<xsd:anyAttribute namespace="##other"/>
</xsd:attributeGroup>

<xsd:group name="selection.ContentGroup">
	<xsd:sequence>
	<xsd:any namespace="##any" minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="selection.Type" mixed="false">
	<xsd:group ref="selection.ContentGroup"/>
	<xsd:attributeGroup ref="selection.AttrGroup"/>
</xsd:complexType>

<xsd:element name="selection" type="selection.Type"/>


<!-- Class: sessionIdentifier -->

<xsd:attributeGroup name="sessionIdentifier.AttrGroup">
	<xsd:attribute name="sourceID" type="uri.Type" use="required"/>
	<xsd:attribute name="identifier" type="string.Type" use="required"/>
</xsd:attributeGroup>

<xsd:complexType name="sessionIdentifier.Type" mixed="false">
	<xsd:attributeGroup ref="sessionIdentifier.AttrGroup"/>
</xsd:complexType>

<xsd:element name="sessionIdentifier" type="sessionIdentifier.Type"/>


<!-- Enumeration: sessionStatus -->

<xsd:simpleType name="sessionStatus.Type">
	<xsd:restriction base="xsd:NMTOKEN">
		<xsd:enumeration value="final"/>
		<xsd:enumeration value="initial"/>
		<xsd:enumeration value="pendingResponseProcessing"/>
		<xsd:enumeration value="pendingSubmission"/>
	</xsd:restriction>
</xsd:simpleType>


<!-- Class: setCorrectResponse -->

<xsd:attributeGroup name="setCorrectResponse.AttrGroup">
	<xsd:attribute name="identifier" type="identifier.Type" use="required"/>
</xsd:attributeGroup>

<xsd:group name="setCorrectResponse.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="setCorrectResponse.Type" mixed="false">
	<xsd:group ref="setCorrectResponse.ContentGroup"/>
	<xsd:attributeGroup ref="setCorrectResponse.AttrGroup"/>
</xsd:complexType>

<xsd:element name="setCorrectResponse" type="setCorrectResponse.Type"/>


<!-- Class: setDefaultValue -->

<xsd:attributeGroup name="setDefaultValue.AttrGroup">
	<xsd:attribute name="identifier" type="identifier.Type" use="required"/>
</xsd:attributeGroup>

<xsd:group name="setDefaultValue.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="setDefaultValue.Type" mixed="false">
	<xsd:group ref="setDefaultValue.ContentGroup"/>
	<xsd:attributeGroup ref="setDefaultValue.AttrGroup"/>
</xsd:complexType>

<xsd:element name="setDefaultValue" type="setDefaultValue.Type"/>


<!-- Class: setOutcomeValue -->

<xsd:attributeGroup name="setOutcomeValue.AttrGroup">
	<xsd:attribute name="identifier" type="identifier.Type" use="required"/>
</xsd:attributeGroup>

<xsd:group name="setOutcomeValue.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="setOutcomeValue.Type" mixed="false">
	<xsd:group ref="setOutcomeValue.ContentGroup"/>
	<xsd:attributeGroup ref="setOutcomeValue.AttrGroup"/>
</xsd:complexType>

<xsd:element name="setOutcomeValue" type="setOutcomeValue.Type"/>


<!-- Class: setTemplateValue -->

<xsd:attributeGroup name="setTemplateValue.AttrGroup">
	<xsd:attribute name="identifier" type="identifier.Type" use="required"/>
</xsd:attributeGroup>

<xsd:group name="setTemplateValue.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="setTemplateValue.Type" mixed="false">
	<xsd:group ref="setTemplateValue.ContentGroup"/>
	<xsd:attributeGroup ref="setTemplateValue.AttrGroup"/>
</xsd:complexType>

<xsd:element name="setTemplateValue" type="setTemplateValue.Type"/>


<!-- Enumeration: shape -->

<xsd:simpleType name="shape.Type">
	<xsd:restriction base="xsd:NMTOKEN">
		<xsd:enumeration value="circle"/>
		<xsd:enumeration value="default"/>
		<xsd:enumeration value="ellipse"/>
		<xsd:enumeration value="poly"/>
		<xsd:enumeration value="rect"/>
	</xsd:restriction>
</xsd:simpleType>


<!-- Enumeration: showHide -->

<xsd:simpleType name="showHide.Type">
	<xsd:restriction base="xsd:NMTOKEN">
		<xsd:enumeration value="hide"/>
		<xsd:enumeration value="show"/>
	</xsd:restriction>
</xsd:simpleType>


<!-- Class: simpleAssociableChoice -->

<xsd:attributeGroup name="simpleAssociableChoice.AttrGroup">
	<xsd:attributeGroup ref="associableChoice.AttrGroup"/>
	<xsd:attribute name="matchMax" type="integer.Type" use="required"/>
	<xsd:attribute name="matchMin" type="integer.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="simpleAssociableChoice.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="flowStatic.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="simpleAssociableChoice.Type" mixed="true">
	<xsd:group ref="simpleAssociableChoice.ContentGroup"/>
	<xsd:attributeGroup ref="simpleAssociableChoice.AttrGroup"/>
</xsd:complexType>

<xsd:element name="simpleAssociableChoice" type="simpleAssociableChoice.Type"/>


<!-- Class: simpleBlock -->

<!-- Following definition is not used but improves readability of the binding document -->
<xsd:group name="simpleBlock.ElementGroup">
	<xsd:choice>
		<xsd:element ref="rubricBlock"/>
		<xsd:element ref="blockquote"/>
		<xsd:element ref="feedbackBlock"/>
	</xsd:choice>
</xsd:group>

<xsd:attributeGroup name="simpleBlock.AttrGroup">
	<xsd:attributeGroup ref="bodyElement.AttrGroup"/>
	<xsd:attributeGroup ref="flowStatic.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="simpleBlock.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="block.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>


<!-- Class: simpleChoice -->

<xsd:attributeGroup name="simpleChoice.AttrGroup">
	<xsd:attributeGroup ref="choice.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="simpleChoice.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="flowStatic.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="simpleChoice.Type" mixed="true">
	<xsd:group ref="simpleChoice.ContentGroup"/>
	<xsd:attributeGroup ref="simpleChoice.AttrGroup"/>
</xsd:complexType>

<xsd:element name="simpleChoice" type="simpleChoice.Type"/>


<!-- Class: simpleInline -->

<!-- Following definition is not used but improves readability of the binding document -->
<xsd:group name="simpleInline.ElementGroup">
	<xsd:choice>
		<xsd:element ref="em"/>
		<xsd:element ref="a"/>
		<xsd:element ref="code"/>
		<xsd:element ref="span"/>
		<xsd:element ref="sub"/>
		<xsd:element ref="acronym"/>
		<xsd:element ref="big"/>
		<xsd:element ref="tt"/>
		<xsd:element ref="kbd"/>
		<xsd:element ref="q"/>
		<xsd:element ref="i"/>
		<xsd:element ref="dfn"/>
		<xsd:element ref="feedbackInline"/>
		<xsd:element ref="abbr"/>
		<xsd:element ref="strong"/>
		<xsd:element ref="sup"/>
		<xsd:element ref="var"/>
		<xsd:element ref="small"/>
		<xsd:element ref="samp"/>
		<xsd:element ref="b"/>
		<xsd:element ref="cite"/>
	</xsd:choice>
</xsd:group>

<xsd:attributeGroup name="simpleInline.AttrGroup">
	<xsd:attributeGroup ref="bodyElement.AttrGroup"/>
	<xsd:attributeGroup ref="flowStatic.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="simpleInline.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="inline.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>


<!-- Class: simpleMatchSet -->

<xsd:group name="simpleMatchSet.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="simpleAssociableChoice" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="simpleMatchSet.Type" mixed="false">
	<xsd:group ref="simpleMatchSet.ContentGroup"/>
</xsd:complexType>

<xsd:element name="simpleMatchSet" type="simpleMatchSet.Type"/>


<!-- Class: sliderInteraction -->

<xsd:attributeGroup name="sliderInteraction.AttrGroup">
	<xsd:attributeGroup ref="blockInteraction.AttrGroup"/>
	<xsd:attribute name="lowerBound" type="float.Type" use="required"/>
	<xsd:attribute name="upperBound" type="float.Type" use="required"/>
	<xsd:attribute name="step" type="integer.Type" use="optional"/>
	<xsd:attribute name="stepLabel" type="boolean.Type" use="optional"/>
	<xsd:attribute name="orientation" type="orientation.Type" use="optional"/>
	<xsd:attribute name="reverse" type="boolean.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="sliderInteraction.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="blockInteraction.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="sliderInteraction.Type" mixed="false">
	<xsd:group ref="sliderInteraction.ContentGroup"/>
	<xsd:attributeGroup ref="sliderInteraction.AttrGroup"/>
</xsd:complexType>

<xsd:element name="sliderInteraction" type="sliderInteraction.Type"/>


<!-- Class: small -->

<xsd:attributeGroup name="small.AttrGroup">
	<xsd:attributeGroup ref="simpleInline.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="small.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="simpleInline.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="small.Type" mixed="true">
	<xsd:group ref="small.ContentGroup"/>
	<xsd:attributeGroup ref="small.AttrGroup"/>
</xsd:complexType>

<xsd:element name="small" type="small.Type"/>


<!-- Pseudo-class: solutionAvailable -->

<xsd:element name="solutionAvailable" type="boolean.Type"/>


<!-- Class: span -->

<xsd:attributeGroup name="span.AttrGroup">
	<xsd:attributeGroup ref="simpleInline.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="span.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="simpleInline.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="span.Type" mixed="true">
	<xsd:group ref="span.ContentGroup"/>
	<xsd:attributeGroup ref="span.AttrGroup"/>
</xsd:complexType>

<xsd:element name="span" type="span.Type"/>


<!-- Datatype: string -->

<xsd:simpleType name="string.Type">
	<xsd:restriction base="xsd:string"/>
</xsd:simpleType>


<!-- Datatype: string256 -->

<xsd:simpleType name="string256.Type">

        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="256"/>
        </xsd:restriction></xsd:simpleType>


<!-- Class: stringInteraction -->

<!-- Following definition is not used but improves readability of the binding document -->
<xsd:group name="stringInteraction.ElementGroup">
	<xsd:choice>
		<xsd:element ref="textEntryInteraction"/>
		<xsd:element ref="extendedTextInteraction"/>
	</xsd:choice>
</xsd:group>

<xsd:attributeGroup name="stringInteraction.AttrGroup">
	<xsd:attribute name="base" type="integer.Type" use="optional"/>
	<xsd:attribute name="stringIdentifier" type="identifier.Type" use="optional"/>
	<xsd:attribute name="expectedLength" type="integer.Type" use="optional"/>
	<xsd:attribute name="patternMask" type="string.Type" use="optional"/>
	<xsd:attribute name="placeholderText" type="string.Type" use="optional"/>
</xsd:attributeGroup>


<!-- Class: stringMatch -->

<xsd:attributeGroup name="stringMatch.AttrGroup">
	<xsd:attribute name="caseSensitive" type="boolean.Type" use="required"/>
	<xsd:attribute name="substring" type="boolean.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="stringMatch.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="2" maxOccurs="2"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="stringMatch.Type" mixed="false">
	<xsd:group ref="stringMatch.ContentGroup"/>
	<xsd:attributeGroup ref="stringMatch.AttrGroup"/>
</xsd:complexType>

<xsd:element name="stringMatch" type="stringMatch.Type"/>


<!-- Datatype: stringOrTemplateRef -->

<xsd:simpleType name="stringOrTemplateRef.Type">
	<xsd:restriction base="xsd:string"/>
</xsd:simpleType>


<!-- Class: strong -->

<xsd:attributeGroup name="strong.AttrGroup">
	<xsd:attributeGroup ref="simpleInline.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="strong.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="simpleInline.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="strong.Type" mixed="true">
	<xsd:group ref="strong.ContentGroup"/>
	<xsd:attributeGroup ref="strong.AttrGroup"/>
</xsd:complexType>

<xsd:element name="strong" type="strong.Type"/>


<!-- Datatype: styleclass -->

<xsd:simpleType name="styleclass.Type">
	<xsd:restriction base="xsd:string"/>
</xsd:simpleType>


<!-- Class: stylesheet -->

<xsd:attributeGroup name="stylesheet.AttrGroup">
	<xsd:attribute name="href" type="uri.Type" use="required"/>
	<xsd:attribute name="type" type="mimeType.Type" use="required"/>
	<xsd:attribute name="media" type="string.Type" use="optional"/>
	<xsd:attribute name="title" type="string.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:complexType name="stylesheet.Type" mixed="false">
	<xsd:attributeGroup ref="stylesheet.AttrGroup"/>
</xsd:complexType>

<xsd:element name="stylesheet" type="stylesheet.Type"/>


<!-- Class: sub -->

<xsd:attributeGroup name="sub.AttrGroup">
	<xsd:attributeGroup ref="simpleInline.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="sub.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="simpleInline.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="sub.Type" mixed="true">
	<xsd:group ref="sub.ContentGroup"/>
	<xsd:attributeGroup ref="sub.AttrGroup"/>
</xsd:complexType>

<xsd:element name="sub" type="sub.Type"/>


<!-- Enumeration: submissionMode -->

<xsd:simpleType name="submissionMode.Type">
	<xsd:restriction base="xsd:NMTOKEN">
		<xsd:enumeration value="individual"/>
		<xsd:enumeration value="simultaneous"/>
	</xsd:restriction>
</xsd:simpleType>


<!-- Class: substring -->

<xsd:attributeGroup name="substring.AttrGroup">
	<xsd:attribute name="caseSensitive" type="boolean.Type" use="required"/>
</xsd:attributeGroup>

<xsd:group name="substring.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="2" maxOccurs="2"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="substring.Type" mixed="false">
	<xsd:group ref="substring.ContentGroup"/>
	<xsd:attributeGroup ref="substring.AttrGroup"/>
</xsd:complexType>

<xsd:element name="substring" type="substring.Type"/>


<!-- Class: subtract -->

<xsd:group name="subtract.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="2" maxOccurs="2"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="subtract.Type" mixed="false">
	<xsd:group ref="subtract.ContentGroup"/>
</xsd:complexType>

<xsd:element name="subtract" type="subtract.Type"/>


<!-- Class: sum -->

<xsd:group name="sum.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="sum.Type" mixed="false">
	<xsd:group ref="sum.ContentGroup"/>
</xsd:complexType>

<xsd:element name="sum" type="sum.Type"/>


<!-- Class: sup -->

<xsd:attributeGroup name="sup.AttrGroup">
	<xsd:attributeGroup ref="simpleInline.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="sup.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="simpleInline.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="sup.Type" mixed="true">
	<xsd:group ref="sup.ContentGroup"/>
	<xsd:attributeGroup ref="sup.AttrGroup"/>
</xsd:complexType>

<xsd:element name="sup" type="sup.Type"/>


<!-- Class: table -->

<xsd:attributeGroup name="table.AttrGroup">
	<xsd:attributeGroup ref="bodyElement.AttrGroup"/>
	<xsd:attributeGroup ref="flowStatic.AttrGroup"/>
	<xsd:attribute name="summary" type="string.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="table.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="caption" minOccurs="0" maxOccurs="1"/>
		<xsd:element ref="col" minOccurs="0" maxOccurs="unbounded"/>
		<xsd:element ref="colgroup" minOccurs="0" maxOccurs="unbounded"/>
		<xsd:element ref="thead" minOccurs="0" maxOccurs="1"/>
		<xsd:element ref="tfoot" minOccurs="0" maxOccurs="1"/>
		<xsd:element ref="tbody" minOccurs="1" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="table.Type" mixed="false">
	<xsd:group ref="table.ContentGroup"/>
	<xsd:attributeGroup ref="table.AttrGroup"/>
</xsd:complexType>

<xsd:element name="table" type="table.Type"/>


<!-- Class: tableCell -->

<xsd:group name="tableCell.ElementGroup">
	<xsd:choice>
		<xsd:element ref="td"/>
		<xsd:element ref="th"/>
	</xsd:choice>
</xsd:group>

<xsd:attributeGroup name="tableCell.AttrGroup">
	<xsd:attributeGroup ref="bodyElement.AttrGroup"/>
	<xsd:attribute name="headers" use="optional">
		<xsd:simpleType>
			<xsd:list itemType="identifier.Type"/>
		</xsd:simpleType>
	</xsd:attribute>
	<xsd:attribute name="scope" type="tableCellScope.Type" use="optional"/>
	<xsd:attribute name="abbr" type="string.Type" use="optional"/>
	<xsd:attribute name="axis" type="string.Type" use="optional"/>
	<xsd:attribute name="rowspan" type="integer.Type" use="optional"/>
	<xsd:attribute name="colspan" type="integer.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="tableCell.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="flow.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>


<!-- Enumeration: tableCellScope -->

<xsd:simpleType name="tableCellScope.Type">
	<xsd:restriction base="xsd:NMTOKEN">
		<xsd:enumeration value="col"/>
		<xsd:enumeration value="colgroup"/>
		<xsd:enumeration value="row"/>
		<xsd:enumeration value="rowgroup"/>
	</xsd:restriction>
</xsd:simpleType>


<!-- Pseudo-class: tableElements -->

<xsd:element name="tableElements" type="boolean.Type"/>


<!-- Class: targetObject -->

<xsd:attributeGroup name="targetObject.AttrGroup">
	<xsd:attribute name="identifier" type="string.Type" use="required"/>
	<xsd:attribute name="partIdentifier" type="identifier.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:complexType name="targetObject.Type" mixed="false">
	<xsd:attributeGroup ref="targetObject.AttrGroup"/>
</xsd:complexType>

<xsd:element name="targetObject" type="targetObject.Type"/>


<!-- Class: tbody -->

<xsd:attributeGroup name="tbody.AttrGroup">
	<xsd:attributeGroup ref="bodyElement.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="tbody.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="tr" minOccurs="1" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="tbody.Type" mixed="false">
	<xsd:group ref="tbody.ContentGroup"/>
	<xsd:attributeGroup ref="tbody.AttrGroup"/>
</xsd:complexType>

<xsd:element name="tbody" type="tbody.Type"/>


<!-- Class: td -->

<xsd:attributeGroup name="td.AttrGroup">
	<xsd:attributeGroup ref="tableCell.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="td.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="tableCell.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="td.Type" mixed="true">
	<xsd:group ref="td.ContentGroup"/>
	<xsd:attributeGroup ref="td.AttrGroup"/>
</xsd:complexType>

<xsd:element name="td" type="td.Type"/>


<!-- Class: templateBlock -->

<xsd:attributeGroup name="templateBlock.AttrGroup">
	<xsd:attributeGroup ref="flowStatic.AttrGroup"/>
	<xsd:attributeGroup ref="templateElement.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="templateBlock.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="blockStatic.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="templateBlock.Type" mixed="false">
	<xsd:group ref="templateBlock.ContentGroup"/>
	<xsd:attributeGroup ref="templateBlock.AttrGroup"/>
</xsd:complexType>

<xsd:element name="templateBlock" type="templateBlock.Type"/>


<!-- Class: templateCondition -->

<xsd:group name="templateCondition.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="templateIf" minOccurs="1" maxOccurs="1"/>
		<xsd:element ref="templateElseIf" minOccurs="0" maxOccurs="unbounded"/>
		<xsd:element ref="templateElse" minOccurs="0" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="templateCondition.Type" mixed="false">
	<xsd:group ref="templateCondition.ContentGroup"/>
</xsd:complexType>

<xsd:element name="templateCondition" type="templateCondition.Type"/>


<!-- Class: templateDeclaration -->

<xsd:attributeGroup name="templateDeclaration.AttrGroup">
	<xsd:attributeGroup ref="variableDeclaration.AttrGroup"/>
	<xsd:attribute name="paramVariable" type="boolean.Type" use="optional"/>
	<xsd:attribute name="mathVariable" type="boolean.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="templateDeclaration.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="variableDeclaration.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="templateDeclaration.Type" mixed="false">
	<xsd:group ref="templateDeclaration.ContentGroup"/>
	<xsd:attributeGroup ref="templateDeclaration.AttrGroup"/>
</xsd:complexType>

<xsd:element name="templateDeclaration" type="templateDeclaration.Type"/>


<!-- Class: templateDefault -->

<xsd:attributeGroup name="templateDefault.AttrGroup">
	<xsd:attribute name="templateIdentifier" type="identifier.Type" use="required"/>
</xsd:attributeGroup>

<xsd:group name="templateDefault.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="templateDefault.Type" mixed="false">
	<xsd:group ref="templateDefault.ContentGroup"/>
	<xsd:attributeGroup ref="templateDefault.AttrGroup"/>
</xsd:complexType>

<xsd:element name="templateDefault" type="templateDefault.Type"/>


<!-- Class: templateElement -->

<!-- Following definition is not used but improves readability of the binding document -->
<xsd:group name="templateElement.ElementGroup">
	<xsd:choice>
		<xsd:element ref="templateBlock"/>
		<xsd:element ref="templateInline"/>
	</xsd:choice>
</xsd:group>

<xsd:attributeGroup name="templateElement.AttrGroup">
	<xsd:attributeGroup ref="bodyElement.AttrGroup"/>
	<xsd:attribute name="templateIdentifier" type="identifier.Type" use="required"/>
	<xsd:attribute name="showHide" type="showHide.Type" use="required"/>
	<xsd:attribute name="identifier" type="identifier.Type" use="required"/>
</xsd:attributeGroup>


<!-- Class: templateElse -->

<xsd:group name="templateElse.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="templateRule.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="templateElse.Type" mixed="false">
	<xsd:group ref="templateElse.ContentGroup"/>
</xsd:complexType>

<xsd:element name="templateElse" type="templateElse.Type"/>


<!-- Class: templateElseIf -->

<xsd:group name="templateElseIf.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="1"/>
		<xsd:group ref="templateRule.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="templateElseIf.Type" mixed="false">
	<xsd:group ref="templateElseIf.ContentGroup"/>
</xsd:complexType>

<xsd:element name="templateElseIf" type="templateElseIf.Type"/>


<!-- Class: templateIf -->

<xsd:group name="templateIf.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="1"/>
		<xsd:group ref="templateRule.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="templateIf.Type" mixed="false">
	<xsd:group ref="templateIf.ContentGroup"/>
</xsd:complexType>

<xsd:element name="templateIf" type="templateIf.Type"/>


<!-- Class: templateInline -->

<xsd:attributeGroup name="templateInline.AttrGroup">
	<xsd:attributeGroup ref="flowStatic.AttrGroup"/>
	<xsd:attributeGroup ref="templateElement.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="templateInline.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="inlineStatic.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="templateInline.Type" mixed="true">
	<xsd:group ref="templateInline.ContentGroup"/>
	<xsd:attributeGroup ref="templateInline.AttrGroup"/>
</xsd:complexType>

<xsd:element name="templateInline" type="templateInline.Type"/>


<!-- Class: templateProcessing -->

<xsd:group name="templateProcessing.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="templateRule.ElementGroup" minOccurs="1" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="templateProcessing.Type" mixed="false">
	<xsd:group ref="templateProcessing.ContentGroup"/>
</xsd:complexType>

<xsd:element name="templateProcessing" type="templateProcessing.Type"/>


<!-- Class: templateRule -->

<xsd:group name="templateRule.ElementGroup">
	<xsd:choice>
		<xsd:element ref="setTemplateValue"/>
		<xsd:element ref="exitTemplate"/>
		<xsd:element ref="templateCondition"/>
		<xsd:element ref="setDefaultValue"/>
		<xsd:element ref="setCorrectResponse"/>
	</xsd:choice>
</xsd:group>


<!-- Class: templateVariable -->

<xsd:attributeGroup name="templateVariable.AttrGroup">
	<xsd:attributeGroup ref="itemVariable.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="templateVariable.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="value" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="templateVariable.Type" mixed="false">
	<xsd:group ref="templateVariable.ContentGroup"/>
	<xsd:attributeGroup ref="templateVariable.AttrGroup"/>
</xsd:complexType>

<xsd:element name="templateVariable" type="templateVariable.Type"/>


<!-- Pseudo-class: templates -->

<xsd:element name="templates" type="boolean.Type"/>


<!-- Class: testFeedback -->

<xsd:attributeGroup name="testFeedback.AttrGroup">
	<xsd:attribute name="access" type="testFeedbackAccess.Type" use="required"/>
	<xsd:attribute name="outcomeIdentifier" type="identifier.Type" use="required"/>
	<xsd:attribute name="showHide" type="showHide.Type" use="required"/>
	<xsd:attribute name="identifier" type="identifier.Type" use="required"/>
	<xsd:attribute name="title" type="string.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="testFeedback.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="flowStatic.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="testFeedback.Type" mixed="true">
	<xsd:group ref="testFeedback.ContentGroup"/>
	<xsd:attributeGroup ref="testFeedback.AttrGroup"/>
</xsd:complexType>

<xsd:element name="testFeedback" type="testFeedback.Type"/>


<!-- Enumeration: testFeedbackAccess -->

<xsd:simpleType name="testFeedbackAccess.Type">
	<xsd:restriction base="xsd:NMTOKEN">
		<xsd:enumeration value="atEnd"/>
		<xsd:enumeration value="during"/>
	</xsd:restriction>
</xsd:simpleType>


<!-- Class: testPart -->

<xsd:attributeGroup name="testPart.AttrGroup">
	<xsd:attribute name="identifier" type="identifier.Type" use="required"/>
	<xsd:attribute name="navigationMode" type="navigationMode.Type" use="required"/>
	<xsd:attribute name="submissionMode" type="submissionMode.Type" use="required"/>
</xsd:attributeGroup>

<xsd:group name="testPart.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="preCondition" minOccurs="0" maxOccurs="unbounded"/>
		<xsd:element ref="branchRule" minOccurs="0" maxOccurs="unbounded"/>
		<xsd:element ref="itemSessionControl" minOccurs="0" maxOccurs="1"/>
		<xsd:element ref="timeLimits" minOccurs="0" maxOccurs="1"/>
		<xsd:element ref="assessmentSection" minOccurs="1" maxOccurs="unbounded"/>
		<xsd:element ref="testFeedback" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="testPart.Type" mixed="false">
	<xsd:group ref="testPart.ContentGroup"/>
	<xsd:attributeGroup ref="testPart.AttrGroup"/>
</xsd:complexType>

<xsd:element name="testPart" type="testPart.Type"/>


<!-- Class: testResult -->

<xsd:attributeGroup name="testResult.AttrGroup">
	<xsd:attribute name="identifier" type="string.Type" use="required"/>
	<xsd:attribute name="datestamp" type="datetime.Type" use="required"/>
</xsd:attributeGroup>

<xsd:group name="testResult.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="itemVariable.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="testResult.Type" mixed="false">
	<xsd:group ref="testResult.ContentGroup"/>
	<xsd:attributeGroup ref="testResult.AttrGroup"/>
</xsd:complexType>

<xsd:element name="testResult" type="testResult.Type"/>


<!-- Class: testVariables -->

<xsd:attributeGroup name="testVariables.AttrGroup">
	<xsd:attributeGroup ref="itemSubset.AttrGroup"/>
	<xsd:attribute name="variableIdentifier" type="identifier.Type" use="required"/>
	<xsd:attribute name="baseType" type="baseType.Type" use="optional"/>
	<xsd:attribute name="weightIdentifier" type="identifier.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:complexType name="testVariables.Type" mixed="false">
	<xsd:attributeGroup ref="testVariables.AttrGroup"/>
</xsd:complexType>

<xsd:element name="testVariables" type="testVariables.Type"/>


<!-- Pseudo-class: textElements -->

<xsd:element name="textElements" type="boolean.Type"/>


<!-- Class: textEntryInteraction -->

<xsd:attributeGroup name="textEntryInteraction.AttrGroup">
	<xsd:attributeGroup ref="inlineInteraction.AttrGroup"/>
	<xsd:attributeGroup ref="stringInteraction.AttrGroup"/>
</xsd:attributeGroup>

<xsd:complexType name="textEntryInteraction.Type" mixed="false">
	<xsd:attributeGroup ref="textEntryInteraction.AttrGroup"/>
</xsd:complexType>

<xsd:element name="textEntryInteraction" type="textEntryInteraction.Type"/>


<!-- Enumeration: textFormat -->

<xsd:simpleType name="textFormat.Type">
	<xsd:restriction base="xsd:NMTOKEN">
		<xsd:enumeration value="plain"/>
		<xsd:enumeration value="preFormatted"/>
		<xsd:enumeration value="xhtml"/>
	</xsd:restriction>
</xsd:simpleType>


<!-- Class: textOrVariable -->


<!-- Class: textRun bound to PCDATA -->


<!-- Class: tfoot -->

<xsd:attributeGroup name="tfoot.AttrGroup">
	<xsd:attributeGroup ref="bodyElement.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="tfoot.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="tr" minOccurs="1" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="tfoot.Type" mixed="false">
	<xsd:group ref="tfoot.ContentGroup"/>
	<xsd:attributeGroup ref="tfoot.AttrGroup"/>
</xsd:complexType>

<xsd:element name="tfoot" type="tfoot.Type"/>


<!-- Class: th -->

<xsd:attributeGroup name="th.AttrGroup">
	<xsd:attributeGroup ref="tableCell.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="th.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="tableCell.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="th.Type" mixed="true">
	<xsd:group ref="th.ContentGroup"/>
	<xsd:attributeGroup ref="th.AttrGroup"/>
</xsd:complexType>

<xsd:element name="th" type="th.Type"/>


<!-- Class: thead -->

<xsd:attributeGroup name="thead.AttrGroup">
	<xsd:attributeGroup ref="bodyElement.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="thead.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="tr" minOccurs="1" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="thead.Type" mixed="false">
	<xsd:group ref="thead.ContentGroup"/>
	<xsd:attributeGroup ref="thead.AttrGroup"/>
</xsd:complexType>

<xsd:element name="thead" type="thead.Type"/>


<!-- Pseudo-class: timeDependent -->

<xsd:element name="timeDependent" type="boolean.Type"/>


<!-- Class: timeLimits -->

<xsd:attributeGroup name="timeLimits.AttrGroup">
	<xsd:attribute name="minTime" type="duration.Type" use="optional"/>
	<xsd:attribute name="maxTime" type="duration.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:complexType name="timeLimits.Type" mixed="false">
	<xsd:attributeGroup ref="timeLimits.AttrGroup"/>
</xsd:complexType>

<xsd:element name="timeLimits" type="timeLimits.Type"/>


<!-- Enumeration: toleranceMode -->

<xsd:simpleType name="toleranceMode.Type">
	<xsd:restriction base="xsd:NMTOKEN">
		<xsd:enumeration value="absolute"/>
		<xsd:enumeration value="exact"/>
		<xsd:enumeration value="relative"/>
	</xsd:restriction>
</xsd:simpleType>


<!-- Pseudo-class: toolName -->

<xsd:element name="toolName" type="string256.Type"/>


<!-- Pseudo-class: toolVendor -->

<xsd:element name="toolVendor" type="string256.Type"/>


<!-- Pseudo-class: toolVersion -->

<xsd:element name="toolVersion" type="string256.Type"/>


<!-- Class: tr -->

<xsd:attributeGroup name="tr.AttrGroup">
	<xsd:attributeGroup ref="bodyElement.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="tr.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="tableCell.ElementGroup" minOccurs="1" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="tr.Type" mixed="false">
	<xsd:group ref="tr.ContentGroup"/>
	<xsd:attributeGroup ref="tr.AttrGroup"/>
</xsd:complexType>

<xsd:element name="tr" type="tr.Type"/>


<!-- Class: truncate -->

<xsd:group name="truncate.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="expression.ElementGroup" minOccurs="1" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="truncate.Type" mixed="false">
	<xsd:group ref="truncate.ContentGroup"/>
</xsd:complexType>

<xsd:element name="truncate" type="truncate.Type"/>


<!-- Class: tt -->

<xsd:attributeGroup name="tt.AttrGroup">
	<xsd:attributeGroup ref="simpleInline.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="tt.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="simpleInline.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="tt.Type" mixed="true">
	<xsd:group ref="tt.ContentGroup"/>
	<xsd:attributeGroup ref="tt.AttrGroup"/>
</xsd:complexType>

<xsd:element name="tt" type="tt.Type"/>


<!-- Class: ul -->

<xsd:attributeGroup name="ul.AttrGroup">
	<xsd:attributeGroup ref="bodyElement.AttrGroup"/>
	<xsd:attributeGroup ref="flowStatic.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="ul.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="li" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="ul.Type" mixed="false">
	<xsd:group ref="ul.ContentGroup"/>
	<xsd:attributeGroup ref="ul.AttrGroup"/>
</xsd:complexType>

<xsd:element name="ul" type="ul.Type"/>


<!-- Class: uploadInteraction -->

<xsd:attributeGroup name="uploadInteraction.AttrGroup">
	<xsd:attributeGroup ref="blockInteraction.AttrGroup"/>
	<xsd:attribute name="type" type="mimeType.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="uploadInteraction.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="blockInteraction.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="uploadInteraction.Type" mixed="false">
	<xsd:group ref="uploadInteraction.ContentGroup"/>
	<xsd:attributeGroup ref="uploadInteraction.AttrGroup"/>
</xsd:complexType>

<xsd:element name="uploadInteraction" type="uploadInteraction.Type"/>


<!-- Datatype: uri -->

<xsd:simpleType name="uri.Type">
	<xsd:restriction base="xsd:anyURI"/>
</xsd:simpleType>


<!-- Class: usageData -->

<xsd:attributeGroup name="usageData.AttrGroup">
	<xsd:attribute name="glossary" type="uri.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="usageData.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="itemStatistic.ElementGroup" minOccurs="0" maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="usageData.Type" mixed="false">
	<xsd:group ref="usageData.ContentGroup"/>
	<xsd:attributeGroup ref="usageData.AttrGroup"/>
</xsd:complexType>

<xsd:element name="usageData" type="usageData.Type"/>


<!-- Pseudo-class: usageDataVocabulary -->

<xsd:element name="usageDataVocabulary" type="uri.Type"/>


<!-- Class: value -->

<xsd:attributeGroup name="value.AttrGroup">
	<xsd:attribute name="fieldIdentifier" type="identifier.Type" use="optional"/>
	<xsd:attribute name="baseType" type="baseType.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:complexType name="value.Type">
	<xsd:simpleContent>
		<xsd:extension base="xsd:string">
			<xsd:attributeGroup ref="value.AttrGroup"/>
		</xsd:extension>
	</xsd:simpleContent>
</xsd:complexType>

<xsd:element name="value" type="value.Type"/>


<!-- Datatype: valueType -->

<xsd:simpleType name="valueType.Type">
	<xsd:restriction base="xsd:string"/>
</xsd:simpleType>


<!-- Class: var -->

<xsd:attributeGroup name="var.AttrGroup">
	<xsd:attributeGroup ref="simpleInline.AttrGroup"/>
</xsd:attributeGroup>

<xsd:group name="var.ContentGroup">
	<xsd:sequence>
		<xsd:group ref="simpleInline.ContentGroup"/>
	</xsd:sequence>
</xsd:group>

<xsd:complexType name="var.Type" mixed="true">
	<xsd:group ref="var.ContentGroup"/>
	<xsd:attributeGroup ref="var.AttrGroup"/>
</xsd:complexType>

<xsd:element name="var" type="var.Type"/>


<!-- Class: variable -->

<xsd:attributeGroup name="variable.AttrGroup">
	<xsd:attribute name="identifier" type="identifier.Type" use="required"/>
	<xsd:attribute name="weightIdentifier" type="identifier.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:complexType name="variable.Type" mixed="false">
	<xsd:attributeGroup ref="variable.AttrGroup"/>
</xsd:complexType>

<xsd:element name="variable" type="variable.Type"/>


<!-- Class: variableDeclaration -->

<!-- Following definition is not used but improves readability of the binding document -->
<xsd:group name="variableDeclaration.ElementGroup">
	<xsd:choice>
		<xsd:element ref="responseDeclaration"/>
		<xsd:element ref="outcomeDeclaration"/>
		<xsd:element ref="templateDeclaration"/>
	</xsd:choice>
</xsd:group>

<xsd:attributeGroup name="variableDeclaration.AttrGroup">
	<xsd:attribute name="identifier" type="identifier.Type" use="required"/>
	<xsd:attribute name="cardinality" type="cardinality.Type" use="required"/>
	<xsd:attribute name="baseType" type="baseType.Type" use="optional"/>
</xsd:attributeGroup>

<xsd:group name="variableDeclaration.ContentGroup">
	<xsd:sequence>
		<xsd:element ref="defaultValue" minOccurs="0" maxOccurs="1"/>
	</xsd:sequence>
</xsd:group>


<!-- Class: variableMapping -->

<xsd:attributeGroup name="variableMapping.AttrGroup">
	<xsd:attribute name="sourceIdentifier" type="identifier.Type" use="required"/>
	<xsd:attribute name="targetIdentifier" type="identifier.Type" use="required"/>
</xsd:attributeGroup>

<xsd:complexType name="variableMapping.Type" mixed="false">
	<xsd:attributeGroup ref="variableMapping.AttrGroup"/>
</xsd:complexType>

<xsd:element name="variableMapping" type="variableMapping.Type"/>


<!-- Enumeration: view -->

<xsd:simpleType name="view.Type">
	<xsd:restriction base="xsd:NMTOKEN">
		<xsd:enumeration value="author"/>
		<xsd:enumeration value="candidate"/>
		<xsd:enumeration value="proctor"/>
		<xsd:enumeration value="scorer"/>
		<xsd:enumeration value="testConstructor"/>
		<xsd:enumeration value="tutor"/>
	</xsd:restriction>
</xsd:simpleType>


<!-- Class: weight -->

<xsd:attributeGroup name="weight.AttrGroup">
	<xsd:attribute name="identifier" type="identifier.Type" use="required"/>
	<xsd:attribute name="value" type="float.Type" use="required"/>
</xsd:attributeGroup>

<xsd:complexType name="weight.Type" mixed="false">
	<xsd:attributeGroup ref="weight.AttrGroup"/>
</xsd:complexType>

<xsd:element name="weight" type="weight.Type"/>

</xsd:schema>