Definition Type: ComplexType
Name: X3DDamperNode
Type: X3DFollowerNode
Containing Schema: x3d-3.2.xsd
Abstract True
Collapse XSD Schema Diagram:
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 containerField in schema x3d-3_2_xsd Drilldown into X3DChildNode in schema x3d-3_2_xsd Drilldown into X3DFollowerNode in schema x3d-3_2_xsd Drilldown into order in schema x3d-3_2_xsd Drilldown into tolerance in schema x3d-3_2_xsd Drilldown into tau in schema x3d-3_2_xsdXSD Diagram of X3DDamperNode in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<xs:complexType name="X3DDamperNode" abstract="true" mixed="false">
    <xs:complexContent mixed="false">
        <xs:extension base="X3DFollowerNode">
            <xs:attribute name="tau" type="SFTime" default="0" />
            <xs:attribute name="tolerance" type="SFFloat" default="-1" />
            <xs:attribute name="order" default="0">
                <xs:simpleType>
                    <xs:restriction base="SFInt32">
                        <xs:minInclusive value="0" />
                        <xs:maxInclusive value="5" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:attribute>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
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)
<xs:group> ChildContentModelCore 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
DEF DEF (Optional)
USE USE (Optional)
class class (Optional)
containerField containerField children (Optional)
tau tau 0 (Optional)
tolerance tolerance -1 (Optional)
order order 0 (Optional)
Collapse Derivation Tree:
Collapse References:
ColorDamper, CoordinateDamper, OrientationDamper, PositionDamper, PositionDamper2D, TexCoordDamper2D