Definition Type: ComplexType
Name: X3DNBodyCollidableNode
Type: X3DChildNode
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 translation in schema x3d-3_2_xsd Drilldown into rotation in schema x3d-3_2_xsd Drilldown into enabled in schema x3d-3_2_xsd Drilldown into bboxSize in schema x3d-3_2_xsd Drilldown into bboxCenter in schema x3d-3_2_xsdXSD Diagram of X3DNBodyCollidableNode in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<xs:complexType name="X3DNBodyCollidableNode" abstract="true" mixed="false">
    <xs:complexContent mixed="false">
        <xs:extension base="X3DChildNode">
            <xs:annotation>
                <xs:appinfo>
                    <xs:attribute name="otherInterfaces" type="xs:string" fixed="X3DBoundedObject" />
                </xs:appinfo>
            </xs:annotation>
            <xs:attribute name="bboxCenter" type="SFVec3f" default="0 0 0" />
            <xs:attribute name="bboxSize" type="BoundingBoxSize" default="-1 -1 -1" />
            <xs:attribute name="enabled" type="SFBool" default="true" />
            <xs:attribute name="rotation" type="SFRotation" default="0 0 1 0" />
            <xs:attribute name="translation" type="SFVec3f" default="0 0 0" />
        </xs:extension>
        <!--
				<xs:attribute name="containerField" default="children">
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:enumeration value="children"/>
							<xs:enumeration value="collidable"/>
							<xs:enumeration value="collider"/>
							<xs:enumeration value="geometry1"/>
							<xs:enumeration value="geometry2"/>
							<xs:enumeration value="intersections"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:attribute>
				-->
    </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)
bboxCenter bboxCenter 0 0 0 (Optional)
bboxSize bboxSize -1 -1 -1 (Optional)
enabled enabled true (Optional)
rotation rotation 0 0 1 0 (Optional)
translation translation 0 0 0 (Optional)
Collapse Derivation Tree:
Collapse References:
CollidableOffset, CollidableShape