simpleType navigationTypeValues
type restriction of MFString
properties
base MFString
facets
Kind Value Annotation
enumeration "ANY"
appinfo
browser can offer any type for user to choose
enumeration "WALK"
appinfo
free navigation, avatar remains on ground, collision detection
enumeration "EXAMINE"
appinfo
view an individual object by rotating view about center
enumeration "FLY"
appinfo
free navigation, collision detection
enumeration "LOOKAT"
appinfo
navigate to particular object
enumeration "NONE"
appinfo
disables all navigation interfaces
enumeration "EXPLORE"
appinfo
consistent keystroke navigation for both geospatial and Cartesian modes
annotation
appinfo
navigationTypeValues are supported enumeration values for the type field in the NavigationInfo node. Unbounded, additional values are allowed.
source <xs:simpleType name="navigationTypeValues">
 
<xs:annotation>
   
<xs:appinfo>navigationTypeValues are supported enumeration values for the type field in the NavigationInfo node. Unbounded, additional values are allowed.</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy