<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>
|