<xs:complexType name="X3DPickableObject" abstract="true">
<xs:annotation>
<xs:appinfo>
<!-- optional values, can be extended -->
<xs:attribute name="objectType" type="pickableObjectTypeValues"/>
<xs:attribute name="componentName" type="xs:NMTOKEN" fixed="Picking"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
</xs:appinfo>
<xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/picking.html#X3DPickableObject"/>
</xs:annotation>
<xs:attribute name="objectType" type="MFString" default=""ALL""/>
<xs:attribute name="pickable" type="SFBool" default="true"/>
</xs:complexType> |