simpleType containerFieldChoicesShaderPart
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute ShaderPart/@containerField
facets
Kind Value Annotation
enumeration parts
appinfo
parent node is ComposedShader node
enumeration children
appinfo
parent node is LoadSensor (formerly watchList in X3D3)
annotation
appinfo
containerFieldChoicesShaderPart lists the allowed containerField enumeration values for ShaderPart node: default "shaders" if parent node is ShaderPart node, otherwise "children" if parent node is LoadSensor.
source <xs:simpleType name="containerFieldChoicesShaderPart">
 
<xs:annotation>
   
<xs:appinfo>containerFieldChoicesShaderPart lists the allowed containerField enumeration values for ShaderPart node: default "shaders" if parent node is ShaderPart node, otherwise "children" if parent node is LoadSensor.</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="parts">
     
<xs:annotation>
       
<xs:appinfo>parent node is ComposedShader node</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="children">
     
<xs:annotation>
       
<xs:appinfo>parent node is LoadSensor (formerly watchList in X3D3)</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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