element MultiTextureTransform
diagram x3d-3.2_diagrams/x3d-3.2_p126.png
type extension of X3DTextureTransformNode
properties
content complex
children IS MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString TextureTransform ProtoInstance
used by
group AppearanceChildContentModelNoProtoInstance
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.
containerField  xs:NMTOKEN    textureTransform    
annotation
appinfo
<xs:element name="textureTransform" type="MFNode" fixed="inputOutputField" default="X3DTextureTransformNode"/>
<xs:attribute name="componentName" type="componentNameChoices" fixed="Texturing"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/>
source <xs:element name="MultiTextureTransform">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:element name="textureTransform" type="MFNode" fixed="inputOutputField" default="X3DTextureTransformNode"/>
     
<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#MultiTextureTransform"/>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="X3DTextureTransformNode">
       
<xs:choice minOccurs="0" maxOccurs="unbounded">
         
<xs:element ref="TextureTransform"/>
         
<xs:element ref="ProtoInstance">
           
<xs:annotation>
             
<xs:documentation>Appropriately typed substitution node</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:choice>
       
<xs:attribute name="containerField" type="xs:NMTOKEN" default="textureTransform"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute MultiTextureTransform/@containerField
type xs:NMTOKEN
properties
default textureTransform
source <xs:attribute name="containerField" type="xs:NMTOKEN" default="textureTransform"/>


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