simpleType pickableObjectTypeValues
type restriction of MFString
properties
base MFString
facets
Kind Value Annotation
enumeration "ALL"
appinfo
each node is available for picking
enumeration "NONE"
appinfo
no node is available for picking
enumeration "TERRAIN"
appinfo
TERRAIN is an example value
annotation
appinfo
pickableObjectTypeValues are supported enumeration values for the objectType field in the abstract types X3DPickableObject and X3DPickSensorNode. Unbounded, additional values are allowed.
source <xs:simpleType name="pickableObjectTypeValues">
 
<xs:annotation>
   
<xs:appinfo>pickableObjectTypeValues are supported enumeration values for the objectType field in the abstract types X3DPickableObject and X3DPickSensorNode. Unbounded, additional values are allowed.</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/picking.html#X3DPickableObject"/>
 
</xs:annotation>
 
<xs:restriction base="MFString">
   
<xs:enumeration value='"ALL"'>
     
<xs:annotation>
       
<xs:appinfo>each node is available for picking</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value='"NONE"'>
     
<xs:annotation>
       
<xs:appinfo>no node is available for picking</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value='"TERRAIN"'>
     
<xs:annotation>
       
<xs:appinfo>TERRAIN is an example value</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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