-
Notifications
You must be signed in to change notification settings - Fork 14
/
IBIS-IP_NetworkLocationService_V1.0.xsd
40 lines (40 loc) · 1.96 KB
/
IBIS-IP_NetworkLocationService_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
32
33
34
35
36
37
38
39
40
<?xml version="1.0"?>
<!-- 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="NetworkLocationService.Data" type="NetworkLocationService.DataStructure"/>
<!--==== Structure Definitions ====-->
<xs:complexType name="NetworkLocationService.DataStructure">
<xs:sequence>
<xs:element name="CurrentTripRef" type="IBIS-IP.NMTOKEN">
<xs:annotation>
<xs:documentation>Ref to the CurrentTrip from JourneyInformationService</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NextPointRef" type="IBIS-IP.NMTOKEN">
<xs:annotation>
<xs:documentation>Ref to the CurrentPoint on the CurrentTrip from JourneyInformationService</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DistanceToNextPoint" type="IBIS-IP.double">
<xs:annotation>
<xs:documentation>Value, which gives the distance to the next Point on the current trip in [m]</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NextStopPointRef" type="IBIS-IP.NMTOKEN">
<xs:annotation>
<xs:documentation>Ref to the next StopPoint on the CurrentTrip from JourneyInformationService</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DistanceToNextStopPoint" type="IBIS-IP.double">
<xs:annotation>
<xs:documentation>Value, which gives the distance to the next Stoppoint on the current trip in [m]</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RouteDeviation" type="RouteDeviationEnumeration" minOccurs="0"/>
<xs:element name="LocationState" type="LocationStateEnumeration" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:schema>