type | restriction of xs:NMTOKEN | |||||||||||||
properties |
|
|||||||||||||
facets |
|
|||||||||||||
annotation |
|
|||||||||||||
source | <xs:simpleType name="intersectionTypeValues"> <xs:annotation> <xs:appinfo>intersectionTypeValues are supported enumeration values for X3DPickSensorNode type intersectionType field. Unbounded, 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="BOUNDS"> <xs:annotation> <xs:appinfo>TODO undefined in X3D specification</xs:appinfo> <xs:documentation source="https://www.web3d.org/member-only/mantis/view.php?id=1294"/> </xs:annotation> </xs:enumeration> <xs:enumeration value="GEOMETRY"> <xs:annotation> <xs:appinfo>TODO undefined in X3D specification</xs:appinfo> <xs:documentation source="https://www.web3d.org/member-only/mantis/view.php?id=1294"/> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |