diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of X3DTimeDependentNode | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="X3DSoundSourceNode" abstract="true"> <xs:annotation> <xs:appinfo> <xs:attribute name="duration_changed" fixed="outputOnlyField"> <!-- type="SFTimeNonNegative" --> <xs:simpleType> <xs:restriction base="SFTime"> <xs:minInclusive value="-1"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="componentName" type="componentNameChoices" fixed="Sound"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/> Nodes implementing X3DSoundSourceNode are allowed as children of Sound node. </xs:appinfo> <xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/sound.html#X3DSoundSourceNode"/> </xs:annotation> <xs:complexContent> <xs:extension base="X3DTimeDependentNode"> <xs:attribute name="description" type="SFString"/> <xs:attribute name="pitch" default="1.0"> <!-- type="SFFloatNonNegative" --> <xs:simpleType> <xs:restriction base="SFFloat"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> <!-- enabled added in X3D version 4.0 --> </xs:complexContent> </xs:complexType> |
type | SFString |
source | <xs:attribute name="description" type="SFString"/> |
type | restriction of SFFloat | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="pitch" default="1.0"> <!-- type="SFFloatNonNegative" --> <xs:simpleType> <xs:restriction base="SFFloat"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> |