type | restriction of xs:NMTOKEN | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||
source | <xs:simpleType name="containerFieldChoicesHAnimSite"> <xs:annotation> <xs:appinfo>containerFieldChoicesHAnimSite lists the allowed containerField enumeration values for HAnimSite node: default "children" if parent node is another HAnimJoint, otherwise "sites", "skeleton" or "viewpoints" 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="children"> <xs:annotation> <xs:appinfo>parent node is HAnimSegment</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="sites"> <xs:annotation> <xs:appinfo>parent node is HAnimHumanoid, typically as a USE node</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="skeleton"> <xs:annotation> <xs:appinfo>parent node is HAnimHumanoid</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="viewpoints"> <xs:annotation> <xs:appinfo>parent node is HAnimHumanoid</xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |