simpleType pickSensorMatchCriterionValues
type restriction of xs:token
properties
base xs:token
used by
attribute X3DPickSensorNode/@matchCriterion
facets
Kind Value Annotation
enumeration MATCH_ANY
enumeration MATCH_EVERY
enumeration MATCH_ONLY_ONE
annotation
appinfo
<xs:attribute name="componentName" type="xs:NMTOKEN" fixed="Picking"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
pickSensorMatchCriterionValues are allowed enumeration values for X3DPickSensorNode node matchCriterion attribute. Bounded, no additional values are possible.
source <xs:simpleType name="pickSensorMatchCriterionValues">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="componentName" type="xs:NMTOKEN" fixed="Picking"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
pickSensorMatchCriterionValues are allowed enumeration values for X3DPickSensorNode node matchCriterion attribute. Bounded, no additional values are possible.
</xs:appinfo>
   
<xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/picking.html#X3DPickSensorNode"/>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="MATCH_ANY"/>
   
<xs:enumeration value="MATCH_EVERY"/>
   
<xs:enumeration value="MATCH_ONLY_ONE"/>
 
</xs:restriction>
</xs:simpleType>


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