typeValues

Simple Type Information

Source

<xs:simpleType name="typeValues">
  <xs:annotation>
    <xs:appinfo>Permitted values for the type field in the NavigationInfo node. Unbounded, additional values are possible.</xs:appinfo>
    <xs:documentation source="http://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:enumeration value=""WALK""/>
    <xs:enumeration value=""EXAMINE""/>
    <xs:enumeration value=""FLY""/>
    <xs:enumeration value=""LOOKAT""/>
    <xs:enumeration value=""NONE""/>
    <xs:enumeration value=""EXPLORE""/>
  </xs:restriction>
</xs:simpleType>