namespace | http://www.landxml.org/schema/LandXML-1.2 | ||||||||||||||
type | restriction of xs:string | ||||||||||||||
used by |
|
||||||||||||||
facets |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |