simpleType GPSSolutionTypeEnum
namespace http://www.landxml.org/schema/LandXML-1.2
type restriction of xs:string
used by
attributes GPSQCInfoLevel1/@GPSSolnType GPSQCInfoLevel2/@GPSSolnType
facets
enumeration Unknown
enumeration Code
enumeration Float
enumeration Fixed
enumeration Network Float
enumeration Network Fixed
enumeration WAAS Float
enumeration WAAS Fixed
annotation
documentation
The GPS solution type indicates the type of computed solution for a GPS vector or position
source <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>


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