Definition Type: ComplexType
Name: response_numType
Namespace: http://www.webex.com/schemas/2002/06/service/trainingsessionqtiasi
Containing Schema: training_ims_qtiasiv1p2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into material_ref Drilldown into material Drilldown into render_extension Drilldown into render_fib Drilldown into render_slider Drilldown into render_hotspot Drilldown into render_choice Drilldown into material_ref Drilldown into material Drilldown into rtiming Drilldown into ident Drilldown into rcardinality Drilldown into numtypeXSD Diagram of response_numType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="response_numType">
    <xsd:sequence>
        <xsd:choice minOccurs="0">
            <xsd:element name="material" type="qtiasi:materialType" />
            <xsd:element name="material_ref" type="qtiasi:material_refType" />
        </xsd:choice>
        <xsd:choice>
            <xsd:element name="render_choice" type="qtiasi:render_choiceType" />
            <xsd:element name="render_hotspot" type="qtiasi:render_hotspotType" />
            <xsd:element name="render_slider" type="qtiasi:render_sliderType" />
            <xsd:element name="render_fib" type="qtiasi:render_fibType" />
            <xsd:element name="render_extension" type="qtiasi:render_extensionType" />
        </xsd:choice>
        <xsd:choice minOccurs="0">
            <xsd:element name="material" type="qtiasi:materialType" />
            <xsd:element name="material_ref" type="qtiasi:material_refType" />
        </xsd:choice>
    </xsd:sequence>
    <xsd:attribute name="numtype" default="Integer">
        <xsd:simpleType>
            <xsd:restriction base="xsd:NMTOKEN">
                <xsd:enumeration value="Integer" />
                <xsd:enumeration value="Decimal" />
                <xsd:enumeration value="Scientific" />
            </xsd:restriction>
        </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="rcardinality" default="Single">
        <xsd:simpleType>
            <xsd:restriction base="xsd:NMTOKEN">
                <xsd:enumeration value="Single" />
                <xsd:enumeration value="Multiple" />
                <xsd:enumeration value="Ordered" />
            </xsd:restriction>
        </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="ident" type="xsd:string" use="required" />
    <xsd:attribute name="rtiming" 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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
material qtiasi:material (1) (1)
material_ref qtiasi:material_ref (1) (1)
render_choice qtiasi:render_choice (1) (1)
render_hotspot qtiasi:render_hotspot (1) (1)
render_slider qtiasi:render_slider (1) (1)
render_fib qtiasi:render_fib (1) (1)
render_extension qtiasi:render_extension (1) (1)
material qtiasi:material (1) (1)
material_ref qtiasi:material_ref (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
numtype qtiasi:numtype Integer (Optional)
rcardinality qtiasi:rcardinality Single (Optional)
ident qtiasi:ident Required
rtiming qtiasi:rtiming No (Optional)
Collapse Derivation Tree:
Collapse References:
qtiasi:response_num