<xs:complexType name="X3DPickableObject" abstract="true" mixed="false">
<xs:attribute name="objectType" type="MFString" default="ALL" />
<xs:attribute name="pickable" type="SFBool" default="true" />
<!-- TODO: enumeration values needed for objectType -->
<!-- TODO: spec needs default value for pickable -->
</xs:complexType>
|