Definition Type: ComplexType
Name: hintType
Namespace: http://www.webex.com/schemas/2002/06/service/trainingsessionqtiasi
Containing Schema: training_ims_qtiasiv1p2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into hintmaterial Drilldown into qticomment Drilldown into feedbackstyleXSD Diagram of hintType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="hintType">
    <xsd:sequence>
        <xsd:element name="qticomment" type="qtiasi:qticommentType" minOccurs="0" />
        <xsd:element name="hintmaterial" type="qtiasi:hintmaterialType" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="feedbackstyle" default="Complete">
        <xsd:simpleType>
            <xsd:restriction base="xsd:NMTOKEN">
                <xsd:enumeration value="Complete" />
                <xsd:enumeration value="Incremental" />
                <xsd:enumeration value="Multilevel" />
                <xsd:enumeration value="Proprietary" />
            </xsd:restriction>
        </xsd:simpleType>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
qticomment qtiasi:qticomment 0 (1)
hintmaterial qtiasi:hintmaterial (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
feedbackstyle qtiasi:feedbackstyle Complete (Optional)
Collapse Derivation Tree:
Collapse References:
qtiasi:hint