| type | restriction of xs:NMTOKEN | |||||||||||||||
| properties |
|
|||||||||||||||
| facets |
|
|||||||||||||||
| annotation |
|
|||||||||||||||
| source | <xs:simpleType name="pickSensorSortOrderValues"> <xs:annotation> <xs:appinfo> <xs:attribute name="componentName" type="componentNameChoices" fixed="Picking"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/> pickSensorSortOrderValues are allowed enumeration values for X3DPickSensorNode node sortOrder field. Unbounded, additional values are possible. </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="ANY"/> <xs:enumeration value="CLOSEST"/> <xs:enumeration value="ALL"/> <xs:enumeration value="ALL_SORTED"/> </xs:restriction> </xs:simpleType> |