simpleType channelInterpretationChoices
type restriction of SFString
properties
base SFString
used by
attributes BufferAudioSource/@channelInterpretation StreamAudioSource/@channelInterpretation X3DSoundChannelNode/@channelInterpretation X3DSoundDestinationNode/@channelInterpretation X3DSoundProcessingNode/@channelInterpretation
facets
Kind Value Annotation
enumeration SPEAKERS
appinfo

                        X3D version of "speakers" in Web Audio API.
                   
enumeration DISCRETE
appinfo

                        X3D version of "discrete" in Web Audio API.
                   
annotation
appinfo

                Permitted values for channelInterpretation in X3DSoundChannelNode and X3DSoundDestinationNode.
                X3D enumeration naming conventions are capitalized versions of Web Audio API enumerations, also changing hyphens to underscores.
                This list is bounded, no additional values are allowed.
           
source <xs:simpleType name="channelInterpretationChoices">
 
<xs:annotation>
   
<xs:appinfo>
                Permitted values for channelInterpretation in X3DSoundChannelNode and X3DSoundDestinationNode.
                X3D enumeration naming conventions are capitalized versions of Web Audio API enumerations, also changing hyphens to underscores.
                This list is bounded, no additional values are allowed.
           
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/sound.html#SoundEffectsProcessing"/>
 
</xs:annotation>
 
<xs:restriction base="SFString">
   
<xs:enumeration value="SPEAKERS">
     
<xs:annotation>
       
<xs:appinfo>
                        X3D version of "speakers" in Web Audio API.
                   
</xs:appinfo>
       
<xs:documentation source="https://www.w3.org/TR/webaudio/#enumdef-channelinterpretation"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="DISCRETE">
     
<xs:annotation>
       
<xs:appinfo>
                        X3D version of "discrete" in Web Audio API.
                   
</xs:appinfo>
       
<xs:documentation source="https://www.w3.org/TR/webaudio/#enumdef-channelinterpretation"/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy