Definition Type: Group
Name: SoundChildContentModel
Containing Schema: x3d-3.2.xsd
Collapse XSD Schema Diagram:
Drilldown into ProtoInstance in schema x3d-3_2_xsd Drilldown into MovieTexture in schema x3d-3_2_xsd Drilldown into AudioClip in schema x3d-3_2_xsdXSD Diagram of SoundChildContentModel in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<xs:group name="SoundChildContentModel">
    <xs:annotation>
        <xs:appinfo>SoundChildContentModel is the child-node content model corresponding to X3DSoundNode.  SoundChildContentModel can contain a single AudioClip or MovieTexture as sound source.</xs:appinfo>
        <xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/components/sound.html#Sound" />
    </xs:annotation>
    <xs:choice>
        <xs:annotation>
            <xs:documentation>source</xs:documentation>
        </xs:annotation>
        <xs:element ref="AudioClip" />
        <xs:element ref="MovieTexture" />
        <xs:element ref="ProtoInstance" />
    </xs:choice>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AudioClip AudioClip (1) (1)
MovieTexture MovieTexture (1) (1)
ProtoInstance ProtoInstance (1) (1)