Definition Type: Element
Name: MultiTexture
Type: X3DTextureNode
Containing Schema: x3d-3.2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ProtoInstance in schema x3d-3_2_xsd Drilldown into PixelTexture in schema x3d-3_2_xsd Drilldown into MovieTexture in schema x3d-3_2_xsd Drilldown into ImageTexture in schema x3d-3_2_xsd Drilldown into MetadataString in schema x3d-3_2_xsd Drilldown into MetadataSet in schema x3d-3_2_xsd Drilldown into MetadataInteger in schema x3d-3_2_xsd Drilldown into MetadataFloat in schema x3d-3_2_xsd Drilldown into MetadataDouble in schema x3d-3_2_xsd Drilldown into ChildContentModelCore in schema x3d-3_2_xsd Drilldown into IS in schema x3d-3_2_xsd Drilldown into class in schema x3d-3_2_xsd Drilldown into globalAttributes in schema x3d-3_2_xsd Drilldown into USE in schema x3d-3_2_xsd Drilldown into DEF in schema x3d-3_2_xsd Drilldown into DEF_USE in schema x3d-3_2_xsd Drilldown into X3DNode in schema x3d-3_2_xsd Drilldown into X3DAppearanceChildNode in schema x3d-3_2_xsd Drilldown into containerField in schema x3d-3_2_xsd Drilldown into X3DTextureNode in schema x3d-3_2_xsd Drilldown into transparent in schema x3d-3_2_xsd Drilldown into source in schema x3d-3_2_xsd Drilldown into mode in schema x3d-3_2_xsd Drilldown into function in schema x3d-3_2_xsd Drilldown into color in schema x3d-3_2_xsd Drilldown into alpha in schema x3d-3_2_xsdXSD Diagram of MultiTexture in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IS IS 0 (1)
MetadataDouble MetadataDouble (1) (1)
MetadataFloat MetadataFloat (1) (1)
MetadataInteger MetadataInteger (1) (1)
MetadataSet MetadataSet (1) (1)
MetadataString MetadataString (1) (1)
ImageTexture ImageTexture (1) (1)
MovieTexture MovieTexture (1) (1)
PixelTexture PixelTexture (1) (1)
ProtoInstance ProtoInstance (1) (1)
<xs:group> ChildContentModelCore 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
DEF DEF (Optional)
USE USE (Optional)
class class (Optional)
containerField containerField texture (Optional)
alpha alpha 1 (Optional)
color color 1 1 1 (Optional)
function function (Optional)
mode mode (Optional)
source source (Optional)
transparent transparent false (Optional)
Collapse Derivation Tree: