simpleType GPSSolutionFrequencyEnum
namespace http://www.landxml.org/schema/LandXML-1.2
type restriction of xs:string
used by
attributes GPSQCInfoLevel1/@GPSSolnFreq GPSQCInfoLevel2/@GPSSolnFreq
facets
enumeration Unknown
enumeration L1
enumeration L2
enumeration L2 Squared
enumeration Wide Lane
enumeration Narrow Lane
enumeration Iono Free
annotation
documentation
The GPS solution frequency indicates the GPS frequencies used in the computed solution for a GPS vector or position
source <xs:simpleType name="GPSSolutionFrequencyEnum">
 
<xs:annotation>
   
<xs:documentation>The GPS solution frequency indicates the GPS frequencies used in the computed solution for a GPS vector or position </xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="Unknown"/>
   
<xs:enumeration value="L1"/>
   
<xs:enumeration value="L2"/>
   
<xs:enumeration value="L2 Squared"/>
   
<xs:enumeration value="Wide Lane"/>
   
<xs:enumeration value="Narrow Lane"/>
   
<xs:enumeration value="Iono Free"/>
 
</xs:restriction>
</xs:simpleType>


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