element HAnimPose
diagram x3d-4.1_diagrams/x3d-4.1_p105.svg
type extension of X3DChildNode
properties
content complex
children IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString HAnimJoint
used by
element HAnimHumanoid
group ChildContentModelHumanoidAnimation
attributes
Name  Type  Use  Default  Fixed  Annotation
DEF  xs:ID        
appinfo

          DEF defines a unique ID name for each node, referenceable by other nodes.
       
USE  xs:IDREF        
appinfo

          USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).
       
class  xs:NMTOKENS        
appinfo

          The class attribute is a space-separated list of classes, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
          This attribute is only functional if the X3D model is loaded within an HTML page.
       
id  xs:NMTOKEN        
appinfo

          The id attribute is a unique identifier, reserved for use by HTML5/DOM pages, independent of DEF labeling and internal X3D node referencing.
          This attribute is only functional if the X3D model is loaded within an HTML page.
       
style  SFString        
appinfo

          The style attribute provides an inline block of CSS for element styling, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
          This attribute is only functional if the X3D model is loaded within an HTML page.
       
description  SFString        
enabled  SFBool    true    
loa  loaType    -1    
name  xs:NMTOKEN        
appinfo
name attribute is ordinarily required, unless this is a USE node
transitionDuration  derived by: SFTime    0.0    
containerField  xs:NMTOKEN    children    
annotation
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"/>
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>

attribute HAnimPose/@description
type SFString
source <xs:attribute name="description" type="SFString"/>

attribute HAnimPose/@enabled
type SFBool
properties
default true
source <xs:attribute name="enabled" type="SFBool" default="true"/>

attribute HAnimPose/@loa
type loaType
properties
default -1
facets
Kind Value Annotation
minInclusive -1
maxInclusive 4
source <xs:attribute name="loa" type="loaType" default="-1"/>

attribute HAnimPose/@name
type xs:NMTOKEN
annotation
appinfo
name attribute is ordinarily required, unless this is a USE node
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>

attribute HAnimPose/@transitionDuration
type restriction of SFTime
properties
default 0.0
facets
Kind Value Annotation
minInclusive 0.0
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>

attribute HAnimPose/@containerField
type xs:NMTOKEN
properties
default children
source <xs:attribute name="containerField" type="xs:NMTOKEN" default="children"/>


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