<xs:element name="HAnimHumanoid">
<xs:annotation>
<xs:appinfo>
<xs:attribute name="otherInterfaces" type="xs:string" fixed="X3DBoundedObject" />
</xs:appinfo>
<xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/components/hanim.html#HAnimHumanoid" />
</xs:annotation>
<xs:complexType mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="X3DHumanoidNode">
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:group ref="ChildContentModel" minOccurs="0" maxOccurs="unbounded" />
<xs:choice minOccurs="0">
<xs:element ref="Coordinate" />
<xs:element ref="CoordinateDouble" />
</xs:choice>
<xs:element ref="Normal" minOccurs="0" />
</xs:sequence>
<xs:attribute name="name" type="SFString" />
<xs:attribute name="center" type="SFVec3f" default="0 0 0" />
<xs:attribute name="rotation" type="SFRotation" default="0 0 1 0" />
<xs:attribute name="scale" type="SFVec3f" default="1 1 1" />
<xs:attribute name="scaleOrientation" type="SFRotation" default="0 0 1 0" />
<xs:attribute name="translation" type="SFVec3f" default="0 0 0" />
<xs:attribute name="info" type="MFString" />
<xs:attribute name="version" type="SFString" />
<xs:attribute name="bboxCenter" type="SFVec3f" default="0 0 0" />
<xs:attribute name="bboxSize" type="BoundingBoxSize" default="-1 -1 -1" />
</xs:extension>
<!-- <xs:attribute name="authorName" type="SFString"/>
<xs:attribute name="authorEmail" type="SFString"/>
<xs:attribute name="copyright" type="SFString"/>
<xs:attribute name="creationDate" type="SFString"/>
<xs:attribute name="usageRestrictions" type="SFString"/>
<xs:attribute name="humanoidVersion" type="SFString"/>
<xs:attribute name="age" type="SFString"/>
<xs:attribute name="gender" type="SFString"/>
<xs:attribute name="height" type="SFString"/>
<xs:attribute name="weight" type="SFString"/> -->
</xs:complexContent>
</xs:complexType>
</xs:element>
|