Definition Type: Element
Name: Sound
Type: X3DSoundNode
Containing Schema: x3d-3.2.xsd
Abstract
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_xsd Drilldown into SoundChildContentModel in schema x3d-3_2_xsd Drilldown into MetadataString in schema x3d-3_2_xsd Drilldown into MetadataSet in schema x3d-3_2_xsd Drilldown into MetadataInteger in schema x3d-3_2_xsd Drilldown into MetadataFloat in schema x3d-3_2_xsd Drilldown into MetadataDouble in schema x3d-3_2_xsd Drilldown into ChildContentModelCore in schema x3d-3_2_xsd Drilldown into IS in schema x3d-3_2_xsd Drilldown into class in schema x3d-3_2_xsd Drilldown into globalAttributes in schema x3d-3_2_xsd Drilldown into USE in schema x3d-3_2_xsd Drilldown into DEF in schema x3d-3_2_xsd Drilldown into DEF_USE in schema x3d-3_2_xsd Drilldown into X3DNode in schema x3d-3_2_xsd Drilldown into containerField in schema x3d-3_2_xsd Drilldown into X3DChildNode in schema x3d-3_2_xsd Drilldown into X3DSoundNode in schema x3d-3_2_xsd Drilldown into spatialize in schema x3d-3_2_xsd Drilldown into priority in schema x3d-3_2_xsd Drilldown into minFront in schema x3d-3_2_xsd Drilldown into minBack in schema x3d-3_2_xsd Drilldown into maxFront in schema x3d-3_2_xsd Drilldown into maxBack in schema x3d-3_2_xsd Drilldown into location in schema x3d-3_2_xsd Drilldown into intensity in schema x3d-3_2_xsd Drilldown into direction in schema x3d-3_2_xsdXSD Diagram of Sound in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IS IS 0 (1)
MetadataDouble MetadataDouble (1) (1)
MetadataFloat MetadataFloat (1) (1)
MetadataInteger MetadataInteger (1) (1)
MetadataSet MetadataSet (1) (1)
MetadataString MetadataString (1) (1)
AudioClip AudioClip (1) (1)
MovieTexture MovieTexture (1) (1)
ProtoInstance ProtoInstance (1) (1)
<xs:group> ChildContentModelCore 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
DEF DEF (Optional)
USE USE (Optional)
class class (Optional)
containerField containerField children (Optional)
direction direction 0 0 1 (Optional)
intensity intensity 1 (Optional)
location location 0 0 0 (Optional)
maxBack maxBack 10 (Optional)
maxFront maxFront 10 (Optional)
minBack minBack 1 (Optional)
minFront minFront 1 (Optional)
priority priority 0 (Optional)
spatialize spatialize true (Optional)
Collapse Derivation Tree: