| type | restriction of xs:NMTOKEN | |||||||||||||||||||||||||||||||||
| properties |
|
|||||||||||||||||||||||||||||||||
| facets |
|
|||||||||||||||||||||||||||||||||
| annotation |
|
|||||||||||||||||||||||||||||||||
| source | <xs:simpleType name="hanimHumanoidInfoKeyValues"> <xs:annotation> <xs:documentation source="https://www.web3d.org/documents/specifications/19774/V1.0/HAnim/ObjectInterfaces.html#Humanoid"> Keyword names for keyword=value metadata pairs describing a given HAnimHumanoid. </xs:documentation> </xs:annotation> <xs:restriction base="xs:NMTOKEN"> <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> |