<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="render_hotspotType">
<xsd:sequence>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="material" type="qtiasi:materialType" />
<xsd:element name="material_ref" type="qtiasi:material_refType" />
<xsd:element name="response_label" type="qtiasi:response_labelType" />
<xsd:element name="flow_label" type="qtiasi:flow_labelType" />
</xsd:choice>
<xsd:element name="response_na" type="qtiasi:response_naType" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="maxnumber" type="xsd:string" />
<xsd:attribute name="minnumber" type="xsd:string" />
<xsd:attribute name="showdraw" default="No">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="Yes" />
<xsd:enumeration value="No" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
|