simpleType hanimVersionValues
type restriction of xs:string
properties
base xs:string
used by
attribute HAnimHumanoid/@version
facets
Kind Value Annotation
enumeration 1.0
appinfo
International standard HAnim 19774 version 1 approved by ISO in 2006.
enumeration 1.1
appinfo
International standard HAnim 19774 version 1 amendment.
enumeration 2.0
appinfo
Draft revision standard HAnim 19774 version 2 under review by ISO in 2018.
annotation
appinfo

hanimVersionValues enumeration constants are used to identify the allowed versions for an HAnimHumanoid node.
Note that HAnim version 2.0 is under review, while versions 1.0/1.1 include small incompatibilities.
source <xs:simpleType name="hanimVersionValues">
 
<xs:annotation>
   
<xs:appinfo>
hanimVersionValues enumeration constants are used to identify the allowed versions for an HAnimHumanoid node.
Note that HAnim version 2.0 is under review, while versions 1.0/1.1 include small incompatibilities.
</xs:appinfo>
   
<xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/hanim.html#HAnimHumanoid"/>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="1.0">
     
<xs:annotation>
       
<xs:appinfo>International standard HAnim 19774 version 1 approved by ISO in 2006.</xs:appinfo>
       
<xs:documentation source="http://www.web3d.org/documents/specifications/19774/V1.0/HAnim/ObjectInterfaces.html#Humanoid"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="1.1">
     
<xs:annotation>
       
<xs:appinfo>International standard HAnim 19774 version 1 amendment.</xs:appinfo>
       
<xs:documentation source="http://www.web3d.org/documents/specifications/19774/V1.0/HAnim/ObjectInterfaces.html#Humanoid"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="2.0">
     
<xs:annotation>
       
<xs:appinfo>Draft revision standard HAnim 19774 version 2 under review by ISO in 2018.</xs:appinfo>
       
<xs:documentation source="http://www.web3d.org/documents/specifications/19774/V1.0/HAnim/ObjectInterfaces.html#Humanoid"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<!-- based on string since non-numeric version labeling is possible in future -->
 
</xs:restriction>
</xs:simpleType>


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