namespace | http://www.landxml.org/schema/LandXML-1.2 | ||
type | xs:double | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="GPSTime"> <xs:annotation> <xs:documentation> GPS Time = Nbr of GPS weeks * 604800 (seconds in a week) + seconds in GPS week.</xs:documentation> </xs:annotation> <xs:restriction base="xs:double"/> <!-- GPS Time = Nbr of GPS weeks * 604800 (seconds in a week) + seconds in GPS week --> </xs:simpleType> |