<xs:element name="MovieTexture">
<xs:annotation>
<xs:appinfo>
<xs:element name="textureProperties" type="SFNode" default="TextureProperties" fixed="initializeOnlyField"/>
<xs:attribute name="additionalInterface" type="xs:string" default="X3DTexture2DNode"/>
<xs:attribute name="additionalInterface" type="xs:string" default="X3DUrlObject"/>
<xs:attribute name="componentName" type="xs:NMTOKEN" fixed="Texturing"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="3"/>
</xs:appinfo>
<xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#MovieTexture"/>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="X3DSoundSourceNode">
<xs:attribute name="url" type="MFString">
<xs:annotation>
<xs:appinfo>
<xs:attribute name="componentName" type="xs:NMTOKEN" fixed="Networking"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/>
</xs:appinfo>
</xs:annotation>
</xs:attribute>
<xs:attribute name="repeatS" type="SFBool" default="true"/>
<xs:attribute name="repeatT" type="SFBool" default="true"/>
<xs:attribute name="speed" type="SFFloat" default="1.0"/>
<xs:attribute name="containerField" type="xs:NMTOKEN" default="texture">
<xs:annotation>
<xs:appinfo>Default containerField='texture' when parent is an Appearance node, otherwise containerField='source' when parent is a Sound node.</xs:appinfo>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element> |