<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>
|