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. Unbounded, additional values are allowed.</xs:appinfo> <xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/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> |