| type | restriction of MFString | ||||||||||||
| properties |
|
||||||||||||
| facets |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <xs:simpleType name="pickableObjectTypeValues"> <xs:annotation> <xs:appinfo>Suggested values for the objectType field in the abstract types X3DPickableObject and X3DPickSensorNode. Unbounded, additional values are possible.</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:enumeration value='"NONE"'/> <xs:enumeration value='"TERRAIN"'/> </xs:restriction> </xs:simpleType> |