type | restriction of xs:NMTOKEN | ||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||
source | <xs:simpleType name="containerFieldChoicesGroupLODShapeTransform"> <xs:annotation> <xs:appinfo>containerFieldChoicesGroupLODShapeTransform lists the allowed containerField enumeration values for Shape, Transform and LOD nodes: "children" if parent node has abstract type X3DGroupingNode, otherwise "metadata" default.</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="children"> <xs:annotation> <xs:appinfo>parent node has abstract type X3DGroupingNode</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="proxy"> <xs:annotation> <xs:appinfo>parent node is Collision</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="rootNode"> <xs:annotation> <xs:appinfo>parent node is GeoLOD</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="shape"> <xs:annotation> <xs:appinfo>parent node is CADFace or CollidableShape</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="skin"> <xs:annotation> <xs:appinfo>parent node is HAnimHumanoid</xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |