simpleType containerFieldChoicesHAnimJoint
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute HAnimJoint/@containerField
facets
Kind Value Annotation
enumeration children
appinfo
parent node is another HAnimJoint
enumeration joints
appinfo
parent node is HAnimHumanoid, typically as a USE node
enumeration skeleton
appinfo
parent node is HAnimHumanoid
annotation
appinfo
containerFieldChoicesHAnimJoint lists the allowed containerField enumeration values for HAnimJoint node: default "children" if parent node is another HAnimJoint, otherwise "joints" or "skeleton" if parent node is HAnimHumanoid.
source <xs:simpleType name="containerFieldChoicesHAnimJoint">
 
<xs:annotation>
   
<xs:appinfo>containerFieldChoicesHAnimJoint lists the allowed containerField enumeration values for HAnimJoint node: default "children" if parent node is another HAnimJoint, otherwise "joints" or "skeleton" 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 another HAnimJoint</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="joints">
     
<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:restriction>
</xs:simpleType>


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