transitionTypeValues

Simple Type Information

Source

<xs:simpleType name="transitionTypeValues">
  <xs:annotation>
    <xs:appinfo>Permitted values for the transitionType 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=""TELEPORT""/>
    <xs:enumeration value=""LINEAR""/>
    <xs:enumeration value=""ANIMATE""/>
  </xs:restriction>
</xs:simpleType>