SoundChildContentModel

Element Group Information

Model

Used By

Element Sound

Source

<xs:group name="SoundChildContentModel">
  <xs:annotation>
    <xs:appinfo>SoundChildContentModel is the child-node content model utilized by Sound node. SoundChildContentModel can contain a single AudioClip or MovieTexture as sound source.</xs:appinfo>
    <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/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:annotation>
        <xs:documentation>Appropriately typed substitution node</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:group>