element MultiTexture
diagram x3d-3.2_diagrams/x3d-3.2_p124.png
type extension of X3DTextureNode
properties
content complex
children IS MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString ImageTexture MovieTexture PixelTexture ComposedCubeMapTexture GeneratedCubeMapTexture ImageCubeMapTexture ComposedTexture3D ImageTexture3D PixelTexture3D ProtoInstance
used by
groups AppearanceChildContentModelNoProtoInstance TextureBackgroundChildContentModel
attributes
Name  Type  Use  Default  Fixed  Annotation
DEF  xs:ID        
appinfo

DEF defines a unique ID name for each node, referenceable by other nodes.
USE  xs:IDREF        
appinfo

USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).
class  xs:NMTOKENS        
appinfo

The class attribute is a space-separated list of classes, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
alpha  derived by: SFFloat    1    
color  SFColor    1 1 1    
function  MFString        
mode  MFString        
source  MFString        
containerField  containerFieldChoicesX3DTexture2DNode    texture    
annotation
appinfo
<xs:attribute name="function" type="multiTextureFunctionValues">
<xs:annotation>
<xs:documentation>Multiple optional values, but cannot be extended.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="mode" type="multiTextureModeValues">
<xs:annotation>
<xs:documentation>Multiple optional values, but cannot be extended.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="source" type="multiTextureSourceValues">
<xs:annotation>
<xs:documentation>Multiple optional values, but cannot be extended.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:element name="texture" type="MFNode" fixed="inputOutputField" default="X3DTextureNode"/>
<xs:attribute name="componentName" type="componentNameChoices" fixed="Texturing"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/>
source <xs:element name="MultiTexture">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="function" type="multiTextureFunctionValues">
       
<xs:annotation>
         
<xs:documentation>Multiple optional values, but cannot be extended.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="mode" type="multiTextureModeValues">
       
<xs:annotation>
         
<xs:documentation>Multiple optional values, but cannot be extended.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="source" type="multiTextureSourceValues">
       
<xs:annotation>
         
<xs:documentation>Multiple optional values, but cannot be extended.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:element name="texture" type="MFNode" fixed="inputOutputField" default="X3DTextureNode"/>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="Texturing"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/>
   
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#MultiTexture"/>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<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="ComposedCubeMapTexture"/>
         
<xs:element ref="GeneratedCubeMapTexture"/>
         
<xs:element ref="ImageCubeMapTexture"/>
         
<xs:element ref="ComposedTexture3D"/>
         
<xs:element ref="ImageTexture3D"/>
         
<xs:element ref="PixelTexture3D"/>
         
<xs:element ref="ProtoInstance">
           
<xs:annotation>
             
<xs:documentation>Appropriately typed substitution node</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:choice>
       
<xs:attribute name="alpha" default="1">
         
<xs:simpleType>
           
<xs:restriction base="SFFloat">
             
<xs:minInclusive value="0"/>
             
<xs:maxInclusive value="1"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<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="containerField" type="containerFieldChoicesX3DTexture2DNode" default="texture"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute MultiTexture/@alpha
type restriction of SFFloat
properties
default 1
facets
Kind Value Annotation
minInclusive 0
maxInclusive 1
source <xs:attribute name="alpha" default="1">
 
<xs:simpleType>
   
<xs:restriction base="SFFloat">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute MultiTexture/@color
type SFColor
properties
default 1 1 1
facets
Kind Value Annotation
whiteSpace collapse
pattern (\s)*(([+]?((0(\.[0-9]*)?|\.[0-9]+)|1(\.0*)?)([Ee][+-]?[0-9]+)?)(\s)+){2}([+]?((0(\.[0-9]*)?|\.[0-9]+)|1(\.0*)?)([Ee][+-]?[0-9]+)?)(\s)*
source <xs:attribute name="color" type="SFColor" default="1 1 1"/>

attribute MultiTexture/@function
type MFString
source <xs:attribute name="function" type="MFString"/>

attribute MultiTexture/@mode
type MFString
source <xs:attribute name="mode" type="MFString"/>

attribute MultiTexture/@source
type MFString
source <xs:attribute name="source" type="MFString"/>

attribute MultiTexture/@containerField
type containerFieldChoicesX3DTexture2DNode
properties
default texture
facets
Kind Value Annotation
enumeration texture
appinfo
default, parent node is Appearance
enumeration source
appinfo
parent node is Sound (only valid for MovieTexture)
enumeration back
appinfo
parent node is ComposedCubeMapTexture
enumeration bottom
appinfo
parent node is ComposedCubeMapTexture
enumeration front
appinfo
parent node is ComposedCubeMapTexture
enumeration left
appinfo
parent node is ComposedCubeMapTexture
enumeration right
appinfo
parent node is ComposedCubeMapTexture
enumeration top
appinfo
parent node is ComposedCubeMapTexture
enumeration backTexture
appinfo
parent node is TextureBackground
enumeration bottomTexture
appinfo
parent node is TextureBackground
enumeration frontTexture
appinfo
parent node is TextureBackground
enumeration leftTexture
appinfo
parent node is TextureBackground
enumeration rightTexture
appinfo
parent node is TextureBackground
enumeration topTexture
appinfo
parent node is TextureBackground
source <xs:attribute name="containerField" type="containerFieldChoicesX3DTexture2DNode" default="texture"/>


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