type | restriction of xs:NMTOKEN | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
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> |