<xs:element name="MultiTexture">
<xs:annotation>
<xs:appinfo />
<xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/components/texturing.html#MultiTexture" />
</xs:annotation>
<xs:complexType mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="X3DTextureNode">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="ImageTexture" />
<xs:element ref="MovieTexture" />
<xs:element ref="PixelTexture" />
<xs:element ref="ProtoInstance" />
</xs:choice>
<xs:attribute name="alpha" type="SFFloat" default="1" />
<xs:attribute name="color" type="SFColor" default="1 1 1" />
<xs:attribute name="function" type="MFString" />
<xs:attribute name="mode" type="MFString" />
<xs:attribute name="source" type="MFString" />
<xs:attribute name="transparent" type="SFBool" default="false" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|