simpleType containerFieldChoicesX3DNormalNode
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute Normal/@containerField
facets
Kind Value Annotation
enumeration normal
appinfo
parent node is a geometry node
enumeration skinNormal
appinfo
parent node is HAnimHumanoid
annotation
appinfo
containerFieldChoicesX3DNormalNode lists the allowed containerField enumeration values for Normal nodes: default "normal" if parent node is a geometry node, otherwise skinNormal or skinBindingNormals if parent node is HAnimHumanoid
source <xs:simpleType name="containerFieldChoicesX3DNormalNode">
 
<xs:annotation>
   
<xs:appinfo>containerFieldChoicesX3DNormalNode lists the allowed containerField enumeration values for Normal nodes: default "normal" if parent node is a geometry node, otherwise skinNormal or skinBindingNormals if parent node is HAnimHumanoid</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="normal">
     
<xs:annotation>
       
<xs:appinfo>parent node is a geometry node</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="skinNormal">
     
<xs:annotation>
       
<xs:appinfo>parent node is HAnimHumanoid</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<!-- skinBindingNormals added in X3D version 4 -->
 
</xs:restriction>
</xs:simpleType>


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