<xs:simpleType name="GPSSolutionTypeEnum">
<xs:annotation>
<xs:documentation>The GPS solution type indicates the type of computed solution for a GPS vector or position</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Unknown" />
<xs:enumeration value="Code" />
<xs:enumeration value="Float" />
<xs:enumeration value="Fixed" />
<xs:enumeration value="Network Float" />
<xs:enumeration value="Network Fixed" />
<xs:enumeration value="WAAS Float" />
<xs:enumeration value="WAAS Fixed" />
</xs:restriction>
</xs:simpleType>
|