simpleType hanimHumanoidInfoKeyValues
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
facets
Kind Value Annotation
enumeration authorName
appinfo
Name of Humanoid author.
enumeration authorEmail
appinfo
Email address of Humanoid author.
enumeration copyright
appinfo
Copyright information for this Humanoid model (if any).
enumeration creationDate
appinfo
Creation data for this for this Humanoid model.
enumeration usageRestrictions
appinfo
Usage restrictions for this Humanoid model (if any).
enumeration humanoidVersion
appinfo
The humanoidVersion term refers to the version of the humanoid being used, in order to track revisions to the data. It is not the same as the version field of the Humanoid object, which refers to the version of the HAnim specification that was used when building the humanoid.
enumeration age
appinfo
Description of Humanoid age (not necessarily numeric).
enumeration gender
appinfo
The gender term typically has a value of female, male or neuter.
enumeration height
appinfo
SFFloat Humanoid height in base units (typically meters).
enumeration weight
appinfo
SFFloat Humanoid weight in base units (typically kilograms).
annotation
appinfo

                Keyword names for keyword=value metadata pairs describing a given HAnimHumanoid. Additional keyword=value pairs may be included as needed for specific applications.
           
source <xs:simpleType name="hanimHumanoidInfoKeyValues">
 
<xs:annotation>
   
<xs:appinfo>
                Keyword names for keyword=value metadata pairs describing a given HAnimHumanoid. Additional keyword=value pairs may be included as needed for specific applications.
           
</xs:appinfo>
   
<!-- Note that strict validation does not occur via X3D XML schema since MetadataString/MetadataFloat nodes allow any value, additional quality assurance (QA) performed by X3D Schematron and X3dTidy.xslt. -->
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19774/V2.0/Architecture/ObjectInterfaces.html#Humanoid"/>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:enumeration value="authorName">
     
<xs:annotation>
       
<xs:appinfo>Name of Humanoid author.</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="authorEmail">
     
<xs:annotation>
       
<xs:appinfo>Email address of Humanoid author.</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="copyright">
     
<xs:annotation>
       
<xs:appinfo>Copyright information for this Humanoid model (if any).</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="creationDate">
     
<xs:annotation>
       
<xs:appinfo>Creation data for this for this Humanoid model.</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="usageRestrictions">
     
<xs:annotation>
       
<xs:appinfo>Usage restrictions for this Humanoid model (if any).</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="humanoidVersion">
     
<xs:annotation>
       
<xs:appinfo>The humanoidVersion term refers to the version of the humanoid being used, in order to track revisions to the data. It is not the same as the version field of the Humanoid object, which refers to the version of the HAnim specification that was used when building the humanoid.</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="age">
     
<xs:annotation>
       
<xs:appinfo>Description of Humanoid age (not necessarily numeric).</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="gender">
     
<xs:annotation>
       
<xs:appinfo>The gender term typically has a value of female, male or neuter.</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="height">
     
<xs:annotation>
       
<xs:appinfo>SFFloat Humanoid height in base units (typically meters).</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="weight">
     
<xs:annotation>
       
<xs:appinfo>SFFloat Humanoid weight in base units (typically kilograms).</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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