Definition Type: ComplexType
Name: render_sliderType
Namespace: http://www.webex.com/schemas/2002/06/service/trainingsessionqtiasi
Containing Schema: training_ims_qtiasiv1p2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into response_na Drilldown into flow_label Drilldown into response_label Drilldown into material_ref Drilldown into material Drilldown into minnumber Drilldown into maxnumber Drilldown into steplabel Drilldown into startval Drilldown into step Drilldown into upperbound Drilldown into lowerbound Drilldown into orientationXSD Diagram of render_sliderType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="render_sliderType">
    <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="orientation" default="Horizontal">
        <xsd:simpleType>
            <xsd:restriction base="xsd:NMTOKEN">
                <xsd:enumeration value="Horizontal" />
                <xsd:enumeration value="Vertical" />
            </xsd:restriction>
        </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="lowerbound" type="xsd:string" use="required" />
    <xsd:attribute name="upperbound" type="xsd:string" use="required" />
    <xsd:attribute name="step" type="xsd:string" />
    <xsd:attribute name="startval" type="xsd:string" />
    <xsd:attribute name="steplabel" default="No">
        <xsd:simpleType>
            <xsd:restriction base="xsd:NMTOKEN">
                <xsd:enumeration value="Yes" />
                <xsd:enumeration value="No" />
            </xsd:restriction>
        </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="maxnumber" type="xsd:string" />
    <xsd:attribute name="minnumber" type="xsd:string" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
material qtiasi:material (1) (1)
material_ref qtiasi:material_ref (1) (1)
response_label qtiasi:response_label (1) (1)
flow_label qtiasi:flow_label (1) (1)
response_na qtiasi:response_na 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
orientation qtiasi:orientation Horizontal (Optional)
lowerbound qtiasi:lowerbound Required
upperbound qtiasi:upperbound Required
step qtiasi:step (Optional)
startval qtiasi:startval (Optional)
steplabel qtiasi:steplabel No (Optional)
maxnumber qtiasi:maxnumber (Optional)
minnumber qtiasi:minnumber (Optional)
Collapse Derivation Tree:
Collapse References:
qtiasi:render_slider, qtiasi:render_slider, qtiasi:render_slider, qtiasi:render_slider