<xs:simpleType name="hanimHumanoidInfoKeyValues">
<xs:annotation>
<xs:documentation source="http://www.web3d.org/documents/specifications/19774/V1.0/HAnim/ObjectInterfaces.html#Humanoid">Contains metadata keyword=value pairs about a given HAnimHumanoid.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="authorName"/>
<xs:enumeration value="authorEmail"/>
<xs:enumeration value="copyright"/>
<xs:enumeration value="creationDate"/>
<xs:enumeration value="usageRestrictions"/>
<xs:enumeration value="humanoidVersion"/>
<xs:enumeration value="age"/>
<xs:enumeration value="gender"/>
<xs:enumeration value="height"/>
<xs:enumeration value="weight"/>
</xs:restriction>
</xs:simpleType> |