Definition Type: Element
Name: SingleAxisHingeJoint
Type: X3DRigidJointNode
Containing Schema: x3d-3.2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ProtoInstance in schema x3d-3_2_xsd Drilldown into RigidBody in schema x3d-3_2_xsd Drilldown into ProtoInstance in schema x3d-3_2_xsd Drilldown into ProtoInstance in schema x3d-3_2_xsd Drilldown into RigidBody in schema x3d-3_2_xsd Drilldown into RigidBody in schema x3d-3_2_xsd Drilldown into MetadataString in schema x3d-3_2_xsd Drilldown into MetadataSet in schema x3d-3_2_xsd Drilldown into MetadataInteger in schema x3d-3_2_xsd Drilldown into MetadataFloat in schema x3d-3_2_xsd Drilldown into MetadataDouble in schema x3d-3_2_xsd Drilldown into ChildContentModelCore in schema x3d-3_2_xsd Drilldown into IS in schema x3d-3_2_xsd Drilldown into class in schema x3d-3_2_xsd Drilldown into globalAttributes in schema x3d-3_2_xsd Drilldown into USE in schema x3d-3_2_xsd Drilldown into DEF in schema x3d-3_2_xsd Drilldown into DEF_USE in schema x3d-3_2_xsd Drilldown into X3DNode in schema x3d-3_2_xsd Drilldown into mustOutput in schema x3d-3_2_xsd Drilldown into containerField in schema x3d-3_2_xsd Drilldown into X3DRigidJointNode in schema x3d-3_2_xsd Drilldown into stopErrorCorrection in schema x3d-3_2_xsd Drilldown into stopBounce in schema x3d-3_2_xsd Drilldown into minAngle in schema x3d-3_2_xsd Drilldown into maxAngle in schema x3d-3_2_xsd Drilldown into axis in schema x3d-3_2_xsd Drilldown into anchorPoint in schema x3d-3_2_xsdXSD Diagram of SingleAxisHingeJoint in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<xs:element name="SingleAxisHingeJoint">
    <xs:annotation>
        <xs:appinfo />
        <xs:documentation />
    </xs:annotation>
    <xs:complexType mixed="false">
        <xs:complexContent mixed="false">
            <xs:extension base="X3DRigidJointNode">
                <xs:attribute name="anchorPoint" type="SFVec3f" default="0 0 0" />
                <xs:attribute name="axis" type="SFVec3f" default="0 0 0" />
                <xs:attribute name="maxAngle" type="SFFloat" default="3.1416" />
                <xs:attribute name="minAngle" type="SFFloat" default="-3.1416" />
                <xs:attribute name="stopBounce" type="SFFloat" default="0" />
                <xs:attribute name="stopErrorCorrection" type="SFFloat" default="0.8" />
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IS IS 0 (1)
MetadataDouble MetadataDouble (1) (1)
MetadataFloat MetadataFloat (1) (1)
MetadataInteger MetadataInteger (1) (1)
MetadataSet MetadataSet (1) (1)
MetadataString MetadataString (1) (1)
RigidBody RigidBody (1) (1)
RigidBody RigidBody (1) (1)
ProtoInstance ProtoInstance (1) (1)
ProtoInstance ProtoInstance (1) (1)
RigidBody RigidBody (1) (1)
ProtoInstance ProtoInstance (1) (1)
<xs:group> ChildContentModelCore 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
DEF DEF (Optional)
USE USE (Optional)
class class (Optional)
containerField containerField joints (Optional)
mustOutput mustOutput NONE (Optional)
anchorPoint anchorPoint 0 0 0 (Optional)
axis axis 0 0 0 (Optional)
maxAngle maxAngle 3.1416 (Optional)
minAngle minAngle -3.1416 (Optional)
stopBounce stopBounce 0 (Optional)
stopErrorCorrection stopErrorCorrection 0.8 (Optional)
Collapse Derivation Tree: