-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'changes_for_v1.1' into Update_TripRefinement
# Conflicts: # docs/generated/index.html
- Loading branch information
Showing
9 changed files
with
153 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xs:schema xmlns="http://www.vdv.de/ojp" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:siri="http://www.siri.org.uk/siri" xmlns:gml="http://www.opengis.net/gml/3.2" targetNamespace="http://www.vdv.de/ojp" elementFormDefault="qualified" attributeFormDefault="unqualified" id="OJP_siri_service"> | ||
<xs:annotation> | ||
<xs:documentation>OJP/OJP_Lines.xsd - Request and response definitions for information on lines</xs:documentation> | ||
</xs:annotation> | ||
<xs:import namespace="http://www.siri.org.uk/siri" schemaLocation="../siri/siri_model/siri_all-v2.0.xsd"/> | ||
<xs:include schemaLocation="OJP_All.xsd"/> | ||
<xs:annotation> | ||
<xs:documentation>=============================== Line Information Service ==========================================</xs:documentation> | ||
</xs:annotation> | ||
<xs:annotation> | ||
<xs:documentation>=============================== Line Information Response Group ==========================================</xs:documentation> | ||
</xs:annotation> | ||
<xs:group name="LineInformationResponseGroup"> | ||
<xs:annotation> | ||
<xs:documentation>Line Information response group.</xs:documentation> | ||
</xs:annotation> | ||
<xs:sequence> | ||
<xs:element name="LineResult" type="LineResultStructure" minOccurs="0" maxOccurs="unbounded"/> | ||
</xs:sequence> | ||
</xs:group> | ||
<xs:annotation> | ||
<xs:documentation>=============================== LineInformation support functions ==========================================</xs:documentation> | ||
</xs:annotation> | ||
<xs:complexType name="LineResultStructure"> | ||
<xs:sequence> | ||
<xs:element name="LineRef" type="siri:LineRefStructure"> | ||
<xs:annotation> | ||
<xs:documentation>Reference to the LINE.</xs:documentation> | ||
</xs:annotation> | ||
</xs:element> | ||
<xs:element ref="siri:PublishedLineName" minOccurs="0"/> | ||
<xs:element name="DirectionRef" type="siri:DirectionRefStructure" minOccurs="0"> | ||
<xs:annotation> | ||
<xs:documentation>DIRECTION of LINE.</xs:documentation> | ||
</xs:annotation> | ||
</xs:element> | ||
<xs:element name="RouteGeometry" type="LinearShapeStructure" minOccurs="0" maxOccurs="unbounded"> | ||
<xs:annotation> | ||
<xs:documentation>The LINE's route geometry. A line can have multiple ROUTEs and each has its own geometry. The first should be the "main" geometry.</xs:documentation> | ||
</xs:annotation> | ||
</xs:element> | ||
<xs:element name="Mode" type="ModeStructure" minOccurs="0" maxOccurs="unbounded"> | ||
<xs:annotation> | ||
<xs:documentation>List of transport modes that are supported by this line.</xs:documentation> | ||
</xs:annotation> | ||
</xs:element> | ||
</xs:sequence> | ||
</xs:complexType> | ||
</xs:schema> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<OJP xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.siri.org.uk/siri" xmlns:ojp="http://www.vdv.de/ojp" version="1.1-dev" xsi:schemaLocation="http://www.siri.org.uk/siri ../../OJP.xsd"> | ||
<OJPRequest> | ||
<ServiceRequest> | ||
<RequestTimestamp>2022-12-19T12:00:00Z</RequestTimestamp> | ||
<RequestorRef>IRMA</RequestorRef> | ||
<ojp:OJPLineInformationRequest> | ||
<RequestTimestamp>2022-12-19T12:00:00Z</RequestTimestamp> | ||
<MessageIdentifier>4711</MessageIdentifier> | ||
<ojp:LineDirectionFilter> | ||
<ojp:Line> | ||
<LineRef>ch:1:slnid:129312</LineRef> | ||
<DirectionRef>ch:1:Direction:H</DirectionRef> | ||
</ojp:Line> | ||
<ojp:Exclude>false</ojp:Exclude> | ||
</ojp:LineDirectionFilter> | ||
</ojp:OJPLineInformationRequest> | ||
</ServiceRequest> | ||
</OJPRequest> | ||
</OJP> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<siri:OJP xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:siri="http://www.siri.org.uk/siri" xmlns:ojp="http://www.vdv.de/ojp" version="1.1-dev" xsi:schemaLocation="http://www.siri.org.uk/siri ../../OJP.xsd"> | ||
<siri:OJPResponse> | ||
<siri:ServiceDelivery> | ||
<siri:ResponseTimestamp>2022-12-01T17:54:38Z</siri:ResponseTimestamp> | ||
<siri:ProducerRef>OJPCH_Prod</siri:ProducerRef> | ||
<siri:Status>true</siri:Status> | ||
<ojp:OJPLineInformationDelivery> | ||
<siri:ResponseTimestamp>2022-12-01T17:54:38Z</siri:ResponseTimestamp> | ||
<siri:RequestMessageRef>4711</siri:RequestMessageRef> | ||
<siri:Status>true</siri:Status> | ||
<!-- no CalcTime for this service <ojp:CalcTime>20</ojp:CalcTime> --> | ||
<ojp:LineResult> | ||
<ojp:LineRef>ch:slnid:123123</ojp:LineRef> | ||
<siri:PublishedLineName>IC8</siri:PublishedLineName> | ||
<ojp:RouteGeometry> | ||
<ojp:Position> | ||
<siri:Longitude>7.48464</siri:Longitude> | ||
<siri:Latitude>46.93150</siri:Latitude> | ||
</ojp:Position> | ||
<ojp:Position> | ||
<siri:Longitude>7.48447</siri:Longitude> | ||
<siri:Latitude>46.93141</siri:Latitude> | ||
</ojp:Position> | ||
<ojp:Position> | ||
<siri:Longitude>7.48441</siri:Longitude> | ||
<siri:Latitude>46.93138</siri:Latitude> | ||
</ojp:Position> | ||
<ojp:Position> | ||
<siri:Longitude>7.48437</siri:Longitude> | ||
<siri:Latitude>46.93134</siri:Latitude> | ||
</ojp:Position> | ||
</ojp:RouteGeometry> | ||
<ojp:Mode> | ||
<ojp:PtMode>rail</ojp:PtMode> | ||
<siri:RailSubmode>longDistanceTrain</siri:RailSubmode> | ||
<ojp:Name> | ||
<ojp:Text>Intercity</ojp:Text> | ||
</ojp:Name> | ||
</ojp:Mode> | ||
</ojp:LineResult> | ||
</ojp:OJPLineInformationDelivery> | ||
</siri:ServiceDelivery> | ||
</siri:OJPResponse> | ||
</siri:OJP> |