type | restriction of MFString | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:simpleType name="pickableObjectTypeValues"> <xs:annotation> <xs:appinfo>pickableObjectTypeValues are supported enumeration values for the objectType field in the abstract types X3DPickableObject and X3DPickSensorNode. 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#X3DPickableObject"/> </xs:annotation> <xs:restriction base="MFString"> <xs:enumeration value='"ALL"'> <xs:annotation> <xs:appinfo>each node is available for picking</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value='"NONE"'> <xs:annotation> <xs:appinfo>no node is available for picking</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value='"TERRAIN"'> <xs:annotation> <xs:appinfo>TERRAIN is an example value</xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |