type | restriction of MFString | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="navigationTypeValues"> <xs:annotation> <xs:appinfo>navigationTypeValues are supported enumeration values for the type field in the NavigationInfo node. 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/navigation.html#NavigationInfo"/> </xs:annotation> <xs:restriction base="MFString"> <xs:enumeration value='"ANY"'> <xs:annotation> <xs:appinfo>browser can offer any type for user to choose</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value='"WALK"'> <xs:annotation> <xs:appinfo>free navigation, avatar remains on ground, collision detection</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value='"EXAMINE"'> <xs:annotation> <xs:appinfo>view an individual object by rotating view about center</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value='"FLY"'> <xs:annotation> <xs:appinfo>free navigation, collision detection </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value='"LOOKAT"'> <xs:annotation> <xs:appinfo>navigate to particular object</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value='"NONE"'> <xs:annotation> <xs:appinfo> disables all navigation interfaces</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value='"EXPLORE"'> <xs:annotation> <xs:appinfo>consistent keystroke navigation for both geospatial and Cartesian modes</xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |