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