simpleType containerFieldChoicesX3DCoordinateNode
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attributes Coordinate/@containerField CoordinateDouble/@containerField
facets
Kind Value Annotation
enumeration coord
appinfo
parent node is a geometry node
enumeration controlPoint
appinfo
parent node is a Nurbs node
enumeration skinCoord
appinfo
parent node is HAnimHumanoid
annotation
appinfo
containerFieldChoicesX3DCoordinateNode lists the allowed containerField enumeration values for Coordinate and CoordinateDouble nodes: default "coord" if parent node is a geometry node, otherwise skinCoord or skinBindingCoords if parent node is HAnimHumanoid
source <xs:simpleType name="containerFieldChoicesX3DCoordinateNode">
 
<xs:annotation>
   
<xs:appinfo>containerFieldChoicesX3DCoordinateNode lists the allowed containerField enumeration values for Coordinate and CoordinateDouble nodes: default "coord" if parent node is a geometry node, otherwise skinCoord or skinBindingCoords 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="coord">
     
<xs:annotation>
       
<xs:appinfo>parent node is a geometry node</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="controlPoint">
     
<xs:annotation>
       
<xs:appinfo>parent node is a Nurbs node</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="skinCoord">
     
<xs:annotation>
       
<xs:appinfo>parent node is HAnimHumanoid</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<!-- skinBindingCoords added in X3D version 4 -->
 
</xs:restriction>
</xs:simpleType>


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