<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 approved, while versions 1.0/1.1 are incompatible and version 2.2 is experimental.</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="2.0">
<xs:annotation>
<xs:appinfo>HAnim 19774 V1.0 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="2.2">
<xs:annotation>
<xs:appinfo>Experimental HAnim 19774 V1.0 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:restriction>
</xs:simpleType> |