diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of X3DChildNode | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="HAnimMotion"> <xs:annotation> <xs:appinfo> <xs:attribute name="cycleTime" fixed="outputOnlyField"> <xs:simpleType> <xs:restriction base="SFTime"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="elapsedTime" fixed="outputOnlyField"> <xs:simpleType> <xs:restriction base="SFTime"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="frameCount" fixed="outputOnlyField"> <xs:simpleType> <xs:restriction base="SFInt32"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="next" type="SFBool" fixed="inputOnlyField"/> <xs:attribute name="previous" type="SFBool" 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/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/hanim.html#HAnimMotion"/> <!-- HAnim specification https://www.web3d.org/documents/specifications/19774/V2.0/MotionDataAnimation/MotionNodes.html#MotionObject --> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="X3DChildNode"> <xs:attribute name="channels" type="SFString"/> <xs:attribute name="channelsEnabled" type="MFBool"/> <xs:attribute name="description" type="SFString"/> <xs:attribute name="enabled" type="SFBool" default="true"/> <xs:attribute name="endFrame" default="0"> <xs:simpleType> <xs:restriction base="SFInt32"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="frameDuration" default="0.1"> <xs:simpleType> <xs:restriction base="SFTime"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="frameIncrement" type="SFInt32" default="1"/> <xs:attribute name="frameIndex" default="0"> <xs:simpleType> <xs:restriction base="SFInt32"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="joints" type="SFString"/> <xs:attribute name="loa" type="loaType" default="-1"/> <xs:attribute name="loop" type="SFBool" default="false"/> <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="startFrame" default="0"> <xs:simpleType> <xs:restriction base="SFInt32"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="values" type="MFFloat"/> <xs:attribute name="containerField" type="containerFieldChoicesHAnimMotion" default="motions"/> </xs:extension> <!-- <xs:attribute name="skeletalConfiguration" type="SFString" default="BASIC"> <xs:annotation> <xs:appinfo>Mantis 1415 for compatibility testing with HAnimHumanoid</xs:appinfo> </xs:annotation> </xs:attribute> --> </xs:complexContent> </xs:complexType> </xs:element> |
type | SFString |
source | <xs:attribute name="channels" type="SFString"/> |
type | MFBool | |||||||||
facets |
|
|||||||||
source | <xs:attribute name="channelsEnabled" type="MFBool"/> |
type | SFString |
source | <xs:attribute name="description" type="SFString"/> |
type | SFBool | ||
properties |
|
||
source | <xs:attribute name="enabled" type="SFBool" default="true"/> |
type | restriction of SFInt32 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="endFrame" default="0"> <xs:simpleType> <xs:restriction base="SFInt32"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | restriction of SFTime | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="frameDuration" default="0.1"> <xs:simpleType> <xs:restriction base="SFTime"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | SFInt32 | ||
properties |
|
||
source | <xs:attribute name="frameIncrement" type="SFInt32" default="1"/> |
type | restriction of SFInt32 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="frameIndex" default="0"> <xs:simpleType> <xs:restriction base="SFInt32"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | SFString |
source | <xs:attribute name="joints" type="SFString"/> |
type | loaType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="loa" type="loaType" default="-1"/> |
type | SFBool | ||
properties |
|
||
source | <xs:attribute name="loop" type="SFBool" default="false"/> |
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 SFInt32 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="startFrame" default="0"> <xs:simpleType> <xs:restriction base="SFInt32"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | MFFloat | |||||||||
facets |
|
|||||||||
source | <xs:attribute name="values" type="MFFloat"/> |
type | containerFieldChoicesHAnimMotion | |||||||||||||
properties |
|
|||||||||||||
facets |
|
|||||||||||||
source | <xs:attribute name="containerField" type="containerFieldChoicesHAnimMotion" default="motions"/> |