intersectionTypeValues

Simple Type Information

Source

<xs:simpleType name="intersectionTypeValues">
  <xs:annotation>
    <xs:appinfo>intersectionTypeValues are allowed enumeration values for X3DPickSensorNode type intersectionType attribute. Unbounded, 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="BOUNDS"/>
    <xs:enumeration value="GEOMETRY"/>
  </xs:restriction>
</xs:simpleType>