<xs:element name="MovieTexture">
<xs:annotation>
<xs:appinfo>
<xs:attribute name="otherInterfaces" type="xs:string" fixed="X3DTexture2DNode" />
<xs:attribute name="otherInterfaces" type="xs:string" fixed="X3DUrlObject" />
</xs:appinfo>
<xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/components/texturing.html#MovieTexture" />
</xs:annotation>
<xs:complexType mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="X3DSoundSourceNode">
<xs:attribute name="description" type="SFString" />
<xs:attribute name="url" type="MFString" />
<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:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|