complexType X3DPickableObject
diagram x3d-3.2_diagrams/x3d-3.2_p314.png
properties
abstract true
attributes
Name  Type  Use  Default  Fixed  Annotation
objectType  MFString    "ALL"    
pickable  SFBool    true    
annotation
appinfo
<!-- optional values, can be extended -->
<xs:attribute name="objectType" type="pickableObjectTypeValues"/>
<xs:attribute name="componentName" type="componentNameChoices" fixed="Picking"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
                                The X3DPickableObject abstract interface marks a node as being capable of having customized picking performed on its contents or children.
source <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="componentNameChoices" fixed="Picking"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
                                The X3DPickableObject abstract interface marks a node as being capable of having customized picking performed on its contents or children.
</xs:appinfo>
   
<xs:documentation source="https://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>

attribute X3DPickableObject/@objectType
type MFString
properties
default "ALL"
source <xs:attribute name="objectType" type="MFString" default='"ALL"'/>

attribute X3DPickableObject/@pickable
type SFBool
properties
default true
source <xs:attribute name="pickable" type="SFBool" default="true"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy