| diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| type | extension of X3DChildNode | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| children | IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString HAnimJoint | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| source | <xs:element name="HAnimPose"> <xs:annotation> <xs:appinfo> <xs:attribute name="isActive" type="SFBool" fixed="outputOnlyField"/> <xs:attribute name="commencePose" type="SFBool" fixed="inputOnlyField"/> <xs:attribute name="resetAllJoints" type="SFBool" fixed="inputOnlyField"/> <xs:attribute name="set_fraction" type="SFTime" fixed="inputOnlyField"/> <xs:attribute name="set_startTime" type="SFTime" fixed="inputOnlyField"/> <xs:attribute name="componentName" type="componentNameChoices" fixed="HAnim"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/> </xs:appinfo> <xs:documentation source="https://www.web3d.org/specifications/X3Dv4Draft/ISO-IEC19775-1v4.1-CD/Part01/components/hanim.html#HAnimPose"/> <!-- HAnim specification Pose object https://www.web3d.org/specifications/X3Dv4Draft/ISO-IEC19774/ISO-IEC19774-1/ISO-IEC19774-1v2.1/ISO-IEC19774-1v2.1-WD/Architecture/concepts.html#PoseObject --> <!-- HAnim specification Pose https://www.web3d.org/specifications/X3Dv4Draft/ISO-IEC19774/ISO-IEC19774-1/ISO-IEC19774-1v2.1/ISO-IEC19774-1v2.1-WD/Architecture/ObjectInterfaces.html#Pose --> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="X3DChildNode"> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>children</xs:documentation> </xs:annotation> <xs:element ref="HAnimJoint"/> </xs:sequence> <xs:attribute name="description" type="SFString"/> <xs:attribute name="enabled" type="SFBool" default="true"/> <xs:attribute name="loa" type="loaType" default="-1"/> <xs:attribute name="name" type="xs:NMTOKEN"> <xs:annotation> <xs:appinfo>name attribute is ordinarily required, unless this is a USE node</xs:appinfo> <!-- Design note: cannot REQUIRE @name field or else USE nodes incorrectly fail to validate --> <xs:documentation source="https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NameTyping"/> </xs:annotation> </xs:attribute> <xs:attribute name="transitionDuration" default="0.0"> <xs:simpleType> <xs:restriction base="SFTime"> <xs:minInclusive value="0.0"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="containerField" type="xs:NMTOKEN" default="children"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
| type | SFString |
| source | <xs:attribute name="description" type="SFString"/> |
| type | SFBool | ||
| properties |
|
||
| source | <xs:attribute name="enabled" type="SFBool" default="true"/> |
| type | loaType | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| source | <xs:attribute name="loa" type="loaType" default="-1"/> |
| type | xs:NMTOKEN | ||
| annotation |
|
||
| source | <xs:attribute name="name" type="xs:NMTOKEN"> <xs:annotation> <xs:appinfo>name attribute is ordinarily required, unless this is a USE node</xs:appinfo> <!-- Design note: cannot REQUIRE @name field or else USE nodes incorrectly fail to validate --> <xs:documentation source="https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NameTyping"/> </xs:annotation> </xs:attribute> |
| type | restriction of SFTime | ||||||
| properties |
|
||||||
| facets |
|
||||||
| source | <xs:attribute name="transitionDuration" default="0.0"> <xs:simpleType> <xs:restriction base="SFTime"> <xs:minInclusive value="0.0"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
| type | xs:NMTOKEN | ||
| properties |
|
||
| source | <xs:attribute name="containerField" type="xs:NMTOKEN" default="children"/> |