simpleType containerFieldChoicesColor
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attributes Color/@containerField ColorRGBA/@containerField
facets
Kind Value Annotation
enumeration color
appinfo
parent node is a geometry node
enumeration colorRamp
appinfo
parent node is ParticleSystem
annotation
appinfo
containerFieldChoicesColor lists the allowed containerField enumeration values for Color and ColorRGBA nodes: default "color" if parent node is a geometry node, otherwise "colorRamp" if parent node is ParticleSystem.
source <xs:simpleType name="containerFieldChoicesColor">
 
<xs:annotation>
   
<xs:appinfo>containerFieldChoicesColor lists the allowed containerField enumeration values for Color and ColorRGBA nodes: default "color" if parent node is a geometry node, otherwise "colorRamp" 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="color">
     
<xs:annotation>
       
<xs:appinfo>parent node is a geometry node</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="colorRamp">
     
<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