simpleType pickSensorMatchCriterionChoices
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
facets
Kind Value Annotation
enumeration MATCH_ANY
appinfo
any match of objectType values is acceptable
enumeration MATCH_EVERY
appinfo
every objectType value in X3DPickSensorNode and X3DPickableObject shall match
enumeration MATCH_ONLY_ONE
appinfo
one and only one objectType value can match
annotation
appinfo
<xs:attribute name="componentName" type="componentNameChoices" fixed="Picking"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
pickSensorMatchCriterionChoices are strictly allowed enumeration values for X3DPickSensorNode node matchCriterion field. Bounded, no additional values are allowed.
source <xs:simpleType name="pickSensorMatchCriterionChoices">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="Picking"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
pickSensorMatchCriterionChoices are strictly allowed enumeration values for X3DPickSensorNode node matchCriterion field. Bounded, no 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="MATCH_ANY">
     
<xs:annotation>
       
<xs:appinfo>any match of objectType values is acceptable</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="MATCH_EVERY">
     
<xs:annotation>
       
<xs:appinfo> every objectType value in X3DPickSensorNode and X3DPickableObject shall match</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="MATCH_ONLY_ONE">
     
<xs:annotation>
       
<xs:appinfo>one and only one objectType value can match</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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