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. This list is unbounded, additional enumeration 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="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> |