matchCriterion

Attribute Information

Used By

Complex Type X3DPickSensorNode

Source

<xs:attribute name="matchCriterion" default="MATCH_ANY">
  <xs:simpleType>
    <xs:restriction base="SFString">
      <xs:enumeration value="MATCH_ANY"/>
      <xs:enumeration value="MATCH_EVERY"/>
      <xs:enumeration value="MATCH_ONLY_ONE"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample