type | restriction of xs:NMTOKEN | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
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. This list is bounded, no additional values are allowed. </xs:appinfo> <xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/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> |