simpleType containerFieldChoicesTextureCoordinate
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attributes TextureCoordinate/@containerField TextureCoordinateGenerator/@containerField
facets
Kind Value Annotation
enumeration texCoord
appinfo
parent node is a geometry node
enumeration texCoordRamp
appinfo
parent node is ParticleSystem
annotation
appinfo
containerFieldChoicesTextureCoordinate lists the allowed containerField enumeration values for TextureCoordinate node: default "texCoord" if parent node is a geometry node, otherwise "texCoordRamp" if parent node is ParticleSystem.
source <xs:simpleType name="containerFieldChoicesTextureCoordinate">
 
<xs:annotation>
   
<xs:appinfo>containerFieldChoicesTextureCoordinate lists the allowed containerField enumeration values for TextureCoordinate node: default "texCoord" if parent node is a geometry node, otherwise "texCoordRamp" if parent node is ParticleSystem.</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField"/>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:enumeration value="texCoord">
     
<xs:annotation>
       
<xs:appinfo>parent node is a geometry node</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="texCoordRamp">
     
<xs:annotation>
       
<xs:appinfo>parent node is ParticleSystem</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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