simpleType hanimVersionChoices
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute HAnimHumanoid/@version
facets
Kind Value Annotation
enumeration 1.0
appinfo

                        International standard HAnim 19774 version 1 approved by ISO in 2006. Note that HAnim version 2.0 has more capabilties, while version 1.0 includes several small incompatibilities.
                        Since no other versions were formally approved, no other values are allowed for earlier HAnim versions.
                   
enumeration 2.0
appinfo
Revised standard HAnim 19774 version 2 (parts 1 and 2) were approved by ISO in November 2019, published by Web3D Consortium May 2020.
annotation
appinfo

hanimVersionChoices enumeration constants are used to identify the allowed versions for an HAnimHumanoid node.
                Note that default HAnimHumanoid version is 2.0 for X3D version 4, and default is 1.0 for X3D version 3. Bounded, no additional values are allowed.
source <xs:simpleType name="hanimVersionChoices">
 
<xs:annotation>
   
<xs:appinfo>
hanimVersionChoices enumeration constants are used to identify the allowed versions for an HAnimHumanoid node.
                Note that default HAnimHumanoid version is 2.0 for X3D version 4, and default is 1.0 for X3D version 3. Bounded, no additional values are allowed.
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/hanim.html#HAnimHumanoid"/>
   
<!-- hanimVersionChoices are based on string type since non-numeric version labeling is possible in future -->
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:enumeration value="1.0">
     
<xs:annotation>
       
<xs:appinfo>
                        International standard HAnim 19774 version 1 approved by ISO in 2006. Note that HAnim version 2.0 has more capabilties, while version 1.0 includes several small incompatibilities.
                        Since no other versions were formally approved, no other values are allowed for earlier HAnim versions.
                   
</xs:appinfo>
       
<xs:documentation source="https://www.web3d.org/documents/specifications/19774/V1.0"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="2.0">
     
<xs:annotation>
       
<xs:appinfo>Revised standard HAnim 19774 version 2 (parts 1 and 2) were approved by ISO in November 2019, published by Web3D Consortium May 2020.</xs:appinfo>
       
<xs:documentation source="https://www.web3d.org/documents/specifications/19774/V2.0"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<!-- HAnim version 1.1 was never formally approved by ISO, superceded by version 2.0
<xs:enumeration value="1.1">
<xs:annotation>
<xs:appinfo>International standard HAnim 19774 version 1 amendment.</xs:appinfo>
<xs:documentation source="https://www.web3d.org/documents/specifications/19774/V2.0/Architecture/ObjectInterfaces.html#Humanoid"/>
</xs:annotation>
</xs:enumeration> -->
 
</xs:restriction>
</xs:simpleType>


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