Definition Type: Element
Name: UniversalJoint
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 stop2ErrorCorrection in schema x3d-3_2_xsd Drilldown into stop2Bounce in schema x3d-3_2_xsd Drilldown into stop1ErrorCorrection in schema x3d-3_2_xsd Drilldown into stop1Bounce in schema x3d-3_2_xsd Drilldown into axis2 in schema x3d-3_2_xsd Drilldown into axis1 in schema x3d-3_2_xsd Drilldown into anchorPoint in schema x3d-3_2_xsdXSD Diagram of UniversalJoint in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<xs:element name="UniversalJoint">
    <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="axis1" type="SFVec3f" default="0 0 0" />
                <xs:attribute name="axis2" type="SFVec3f" default="0 0 0" />
                <xs:attribute name="stop1Bounce" type="SFFloat" default="0" />
                <xs:attribute name="stop1ErrorCorrection" type="SFFloat" default="0.8" />
                <xs:attribute name="stop2Bounce" type="SFFloat" default="0" />
                <xs:attribute name="stop2ErrorCorrection" 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)
axis1 axis1 0 0 0 (Optional)
axis2 axis2 0 0 0 (Optional)
stop1Bounce stop1Bounce 0 (Optional)
stop1ErrorCorrection stop1ErrorCorrection 0.8 (Optional)
stop2Bounce stop2Bounce 0 (Optional)
stop2ErrorCorrection stop2ErrorCorrection 0.8 (Optional)
Collapse Derivation Tree: