<xs:element name="Sound">
<xs:annotation>
<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:complexType mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="X3DSoundNode">
<xs:attribute name="direction" type="SFVec3f" default="0 0 1" />
<xs:attribute name="intensity" type="SFFloat" default="1" />
<xs:attribute name="location" type="SFVec3f" default="0 0 0" />
<xs:attribute name="maxBack" type="SFFloat" default="10" />
<xs:attribute name="maxFront" type="SFFloat" default="10" />
<xs:attribute name="minBack" type="SFFloat" default="1" />
<xs:attribute name="minFront" type="SFFloat" default="1" />
<xs:attribute name="priority" type="SFFloat" default="0" />
<xs:attribute name="spatialize" type="SFBool" default="true" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|