forked from VDVde/VDV301
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IBIS-IP_GNSSLocationService_V1.0.xsd
31 lines (31 loc) · 1.85 KB
/
IBIS-IP_GNSSLocationService_V1.0.xsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<!-- Mit XMLSpy v2012 rel. 2 sp1 (http://www.altova.com) von Dirk Weißer (INIT GmbH) bearbeitet -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:include schemaLocation="IBIS-IP_common_V1.0.xsd"/>
<xs:include schemaLocation="IBIS-IP_Enumerations_V1.0.xsd"/>
<!--==== Service Definitions ====-->
<xs:element name="GNSSLocationService.Data" type="GNSSLocationService.DataStructure"/>
<!--==== Structure Definitions ====-->
<xs:complexType name="GNSSLocationService.DataStructure">
<xs:sequence>
<xs:element name="latitude" type="GNSSCoordinateStructure"/>
<xs:element name="longitude" type="GNSSCoordinateStructure"/>
<xs:element name="altitude" type="IBIS-IP.double" minOccurs="0"/>
<xs:element name="time" type="IBIS-IP.time" minOccurs="0"/>
<xs:element name="date" type="IBIS-IP.date" minOccurs="0"/>
<xs:element name="SpeedOverGround" type="IBIS-IP.double" minOccurs="0"/>
<xs:element name="SignalQuality" type="GNSSQualityEnumeration" minOccurs="0"/>
<xs:element name="NumberOfSatellites" type="IBIS-IP.int" minOccurs="0"/>
<xs:element name="HoriziontalDilutionOfPrecision" type="IBIS-IP.double" minOccurs="0"/>
<xs:element name="VerticalDilutionOfPrecision" type="IBIS-IP.double" minOccurs="0"/>
<xs:element name="TrackDegreeTrue" type="IBIS-IP.double" minOccurs="0"/>
<xs:element name="TrackDegreeMagnetic" type="IBIS-IP.double" minOccurs="0"/>
<xs:element name="GNSSType" type="GNSSTypeEnumeration"/>
<xs:element name="GNSSCoordinateSystem" type="GNSSCoordinateSystemEnumeration" minOccurs="0">
<xs:annotation>
<xs:documentation>Information on the CoordinateSystem of the GNSS</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:schema>