simpleType pickSensorSortOrderValues
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
facets
Kind Value Annotation
enumeration ANY
appinfo
any single object that can satisfy picking conditions
enumeration CLOSEST
appinfo
return closest object by distance that satisfies conditions of this pick sensor
enumeration ALL
appinfo
every object that satisfies picking conditions for this pick sensor is returned
enumeration ALL_SORTED
appinfo
every object that satisfies picking conditions for this pick sensor is returned, in sorted order
annotation
appinfo
<xs:attribute name="componentName" type="componentNameChoices" fixed="Picking"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
pickSensorSortOrderValues are supported enumeration values for X3DPickSensorNode node sortOrder field. Unbounded, additional values are allowed.
source <xs:simpleType name="pickSensorSortOrderValues">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="Picking"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
pickSensorSortOrderValues are supported enumeration values for X3DPickSensorNode node sortOrder field. Unbounded, additional values are allowed.
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/picking.html#X3DPickSensorNode"/>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:enumeration value="ANY">
     
<xs:annotation>
       
<xs:appinfo>any single object that can satisfy picking conditions</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="CLOSEST">
     
<xs:annotation>
       
<xs:appinfo>return closest object by distance that satisfies conditions of this pick sensor</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="ALL">
     
<xs:annotation>
       
<xs:appinfo>every object that satisfies picking conditions for this pick sensor is returned</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="ALL_SORTED">
     
<xs:annotation>
       
<xs:appinfo>every object that satisfies picking conditions for this pick sensor is returned, in sorted order</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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