diff --git a/OJP/OJP_All.xsd b/OJP/OJP_All.xsd index cf90d124d..6bbc10680 100644 --- a/OJP/OJP_All.xsd +++ b/OJP/OJP_All.xsd @@ -11,7 +11,7 @@ - + diff --git a/OJP/OJP_JourneySupport.xsd b/OJP/OJP_JourneySupport.xsd index ff7e197cd..ab1cf5302 100644 --- a/OJP/OJP_JourneySupport.xsd +++ b/OJP/OJP_JourneySupport.xsd @@ -243,9 +243,9 @@ - + - A trip place represents the current logical position of a journey service. It can be used similarly to a place e.g. for starting a new trip requests from within this service. A trip place does not(!) describe the relative position of a traveller within a vehicle, e.g. the seat. + A trip location represents the current logical position of a journey service. It can be used similarly to a place e.g. for starting a new trip requests from within this service. A trip location does not(!) describe the relative position of a traveller within a vehicle, e.g. the seat. @@ -502,21 +502,21 @@ Static place. - + - Place within a (moving) vehicle. + Location within a (moving) vehicle. - Time when departure/arrival from/to place is required. + Time when departure/arrival from/to location is required. - Extra time needed before reaching/after leaving this place. + Extra time needed before reaching/after leaving this location. diff --git a/OJP/OJP_Places.xsd b/OJP/OJP_Locations.xsd similarity index 82% rename from OJP/OJP_Places.xsd rename to OJP/OJP_Locations.xsd index a632148af..70de3840b 100644 --- a/OJP/OJP_Places.xsd +++ b/OJP/OJP_Locations.xsd @@ -1,7 +1,7 @@ - OJP/OJP_Places.xsd - Request and response definitions for place information + OJP/OJP_Location.xsd - Request and response definitions for location information @@ -12,17 +12,17 @@ FUNCTION 4: Coordinate to Address All functions integrated into one request / response - + - + - Initial input for the place information request. This input defines what is originally looked for. + Initial input for the location information request. This input defines what is originally looked for. Be aware that this also can contain PLACEs. - Place for further refinement. If a place in a previous response was marked as not "complete" it can be refined by putting it here. + LOCATION for further refinement. If a location in a previous response was marked as not "complete" it can be refined by putting it here. @@ -33,9 +33,9 @@ - + - + Context to hold response objects that occur frequently. @@ -51,26 +51,26 @@ ========================================== Additional declarations ========================================== - + - Name of the place object which is looked after. This is usually the user's input. If not given, the name of the resulting place objects is not relevant. + Name of the LOCATION object which is looked for. This is usually the user's input. If not given, the name of the resulting location objects is not relevant. - Coordinate where to look for places. If given, the result should prefer place objects near to this GeoPosition. + Coordinate where to look for locations/places. If given, the result should prefer locations/place objects near to this GeoPosition. - Restricts the resulting place objects to the given geographical area. + Restricts the resulting location/place objects to the given geographical area. - Used in distributed environments. e.g. EU-Spirit. If none is given, the place information request refers to all known systems (in EU-Spirit "passive servers"). If at least one is given, the place information request refers only to the given systems (in EU-Spirit "passive servers"). In EU-Spirit the system IDs were previously called "provider code". See https://eu-spirit.eu/ + Used in distributed environments. e.g. EU-Spirit. If none is given, the location/place information request refers to all known systems (in EU-Spirit "passive servers"). If at least one is given, the location/place information request refers only to the given systems (in EU-Spirit "passive servers"). In EU-Spirit the system IDs were previously called "provider code". See https://eu-spirit.eu/ @@ -128,7 +128,7 @@ - States whether the included place is complete or needs further refinement. Only complete places are fully resolved and can be used in e.g. trip requests. Incomplete places have to be refined entering them once again into a PlaceInformationRequest. + States whether the included location/place is complete or needs further refinement. Only complete locations/places are fully resolved and can be used in e.g. trip requests. Incomplete locations/places have to be refined entering them once again into a LocationInformationRequest. @@ -192,27 +192,27 @@ - Allowed place object types. If none is given, all types are allowed. + Allowed location/place object types. If none is given, all types are allowed. - Defines, whether place objects for origin, via, or destination are searched. + Defines, whether location/place objects for origin, via, or destination are searched. - Allowed public transport modes. Defines, which public transport modes must be available at the returned place objects. Applies only to stops. + Allowed public transport modes. Defines, which public transport modes must be available at the returned location/place objects. Applies only to stops. - Filter for places that are operated by certain organisations. + Filter for locations/places that are operated by certain organisations. - If at least one is set, only place objects within the given localities are allowed. + If at least one is set, only location/place objects within the given localities are allowed. @@ -278,12 +278,12 @@ - Place for which exchange points to other "neighbour" systems are to be searched. This place is usually the origin/destination of a passenger journey. May be omitted if all exchange points shall be returned. + Location/Place for which exchange points to other "neighbour" systems are to be searched. This location/place is usually the origin/destination of a passenger journey. May be omitted if all exchange points shall be returned. - E.g. place types (stops, addresses, POIs) or specific place attributes + E.g. location/place types (stops, addresses, POIs) or specific location/place attributes @@ -298,27 +298,27 @@ - Allowed place object types. If none is given, all types are allowed. + Allowed location/place object types. If none is given, all types are allowed. - Defines, whether the place object of this request acts as origin, via or destination point of the passenger journey. + Defines, whether the location/place object of this request acts as origin, via or destination point of the passenger journey. - Allowed public transport modes. Defines, which public transport modes must be available at the returned place objects. Applies only to stops. + Allowed public transport modes. Defines, which public transport modes must be available at the returned location/place objects. Applies only to stops. - Filter for places that are operated by certain organisations. + Filter for locations/places that are operated by certain organisations. - If at least one is set, only place objects within the given localities are allowed. + If at least one is set, only location/place objects within the given localities are allowed. @@ -377,7 +377,7 @@ - Rough estimate of the travel duration from the specified reference place to this exchange point. + Rough estimate of the travel duration from the specified reference location/place to this exchange point. diff --git a/OJP/OJP_PlaceSupport.xsd b/OJP/OJP_PlaceSupport.xsd index 98633541b..9ed2fbec5 100644 --- a/OJP/OJP_PlaceSupport.xsd +++ b/OJP/OJP_PlaceSupport.xsd @@ -1,7 +1,7 @@ - OJP/OJP_PlaceSupport.xsd - Supporting definitions for place information + OJP/OJP_LocationSupport.xsd - Supporting definitions for location information diff --git a/OJP/OJP_Requests.xsd b/OJP/OJP_Requests.xsd index 5534e40fe..66cae015e 100644 --- a/OJP/OJP_Requests.xsd +++ b/OJP/OJP_Requests.xsd @@ -33,27 +33,27 @@ - ========================================== PlaceInformation Service ========================================== + ========================================== Location Information Service ========================================== - - + + - + - - + + - + - + diff --git a/OJP/OJP_StopEvents.xsd b/OJP/OJP_StopEvents.xsd index 63c34f865..d36437515 100644 --- a/OJP/OJP_StopEvents.xsd +++ b/OJP/OJP_StopEvents.xsd @@ -13,9 +13,9 @@ Request structure for departure and arrival events at stops - + - Place for which to obtain stop event information. + LOCATION / PLACE for which to obtain stop event information. @@ -247,12 +247,12 @@ - Distance from request place (f.e. address) to this stop in metres. + Distance from request LOCATION / PLACE (f.e. address) to this stop in metres. - Walking duration from request place (f.e. address) to this stop. All user options taken into account (f.e. walk speed). + Walking duration from request LOCATION / PLACE (f.e. address) to this stop. All user options taken into account (f.e. walk speed). diff --git a/docs/generated/index.html b/docs/generated/index.html index 627ee6b9d..1dee460c9 100644 --- a/docs/generated/index.html +++ b/docs/generated/index.html @@ -58,17 +58,17 @@

OJP - Open API for distributed Journey
  • 1. OJP.xsd - OJP messages as extension of SIRI
  • -
  • 2. OJP/OJP_Requests.xsd - OJP service requests and responses
  • +
  • 2. OJP/OJP_Requests.xsd - OJP service requests and responses
  • 3. OJP/OJP_RequestSupport.xsd - Supporting definitions for OJP service requests and their responses
  • 4. OJP/OJP_Fare.xsd - Request and response definitions for general, stop-specific and trip-specific fare information
  • 5. OJP/OJP_FareSupport.xsd - Supporting definitions for fare information on passenger trips
  • 6. OJP/OJP_Lines.xsd - Request and response definitions for information on lines
  • -
  • 7. OJP/OJP_Places.xsd - Request and response definitions for place information
  • -
  • 8. OJP/OJP_PlaceSupport.xsd - Supporting definitions for place information
  • +
  • 7. OJP/OJP_Location.xsd - Request and response definitions for location information
  • +
  • 8. OJP/OJP_LocationSupport.xsd - Supporting definitions for location information
  • 9. OJP/OJP_StopEvents.xsd - Request and response definitions for arrivals and departures of public transport services at stops
  • 10. OJP/OJP_TripInfo.xsd - Request and response definitions for information on a single trip
  • 11. OJP/OJP_Trips.xsd - Request and response definitions for trip requests and distributed journey planning
  • -
  • 12. OJP/OJP_JourneySupport.xsd - Supporting definitions for journeys on public transport vehicles
  • +
  • 12. OJP/OJP_JourneySupport.xsd - Supporting definitions for journeys on public transport vehicles
  • 13. OJP/OJP_Availability.xsd - Request and response definitions for availability of tickets and services on a journey leg.
  • 14. OJP/OJP_Common.xsd - Supporting definitions of common structures
  • 15. OJP/OJP_FacilitySupport.xsd - Supporting definitions for facilities containing wrappers for SIRI
  • @@ -99,30 +99,30 @@

    OJP - Open API for distributed Journey

    FareResult

    0:*

    +FareResult

    Fare result choice element.

    →‍siri:Extensions

    0:1

    →‍siri:Extensions

    -

    2.5. The toplevel element OJPPlaceInformationRequest

    OJPPlaceInformationRequest

    +OJPPlaceInformationRequest (↔ siri:AbstractFunctionalServiceRequest)

    2.6. The complex type OJPPlaceInformationRequestStructure

    +

    OJPPlaceInformationRequestStructure

    +AbstractOJPServiceRequest

    2.5. The toplevel element OJPLocationInformationRequest

    OJPLocationInformationRequest

    +OJPLocationInformationRequest (↔ siri:AbstractFunctionalServiceRequest)

    2.6. The complex type OJPLocationInformationRequestStructure

    - - + + - + -

    OJPLocationInformationRequestStructure

    +AbstractOJPServiceRequest

    The element contains a sequence of the following elements:

    Then, the element contains one of the following elements:

    PlaceInformationRequest

    a

    InitialInput

    -1:1

    +InitialPlaceInput

    Initial input for the place information request. This input defines what is originally looked for.

    b

    PlaceRef

    -1:1

    +PlaceRef

    Place for further refinement. If a place in a previous response was marked as not "complete" it can be refined by putting it here.

    The element contains a sequence of the following elements:

    Then, the element contains one of the following elements:

    LocationInformationRequest

    a

    InitialInput

    -1:1

    +InitialLocationInput

    Initial input for the location information request. This input defines what is originally looked for. Be aware that this also can contain PLACEs.

    b

    PlaceRef

    -1:1

    +PlaceRef

    LOCATION for further refinement. If a location in a previous response was marked as not "complete" it can be refined by putting it here.

    Restrictions

    0:1

    +PlaceParam

    E.g. place types (stops, addresses, POIs) or specific place attributes

    →‍siri:Extensions

    0:1

    →‍siri:Extensions

    →‍siri:Extensions

    0:1

    →‍siri:Extensions

    2.7. The toplevel element OJPPlaceInformationDelivery

    OJPPlaceInformationDelivery

    +OJPPlaceInformationDelivery (↔ siri:AbstractFunctionalServiceDelivery)

    2.8. The complex type OJPPlaceInformationDeliveryStructure

    +

    OJPPlaceInformationDeliveryStructure

    siri:AbstractServiceDeliveryStructure

    2.7. The toplevel element OJPLocationInformationDelivery

    OJPLocationInformationDelivery

    +OJPLocationInformationDelivery (↔ siri:AbstractFunctionalServiceDelivery)

    2.8. The complex type OJPLocationInformationDeliveryStructure

    - + - - + + - +

    OJPLocationInformationDeliveryStructure

    siri:AbstractServiceDeliveryStructure

    The element contains a sequence of the following elements:

    →‍OJPPlaceInformationRequest

    0:1

    →‍OJPPlaceInformationRequest

    The element contains a sequence of the following elements:

    →‍OJPLocationInformationRequest

    0:1

    →‍OJPLocationInformationRequest

    ServiceResponseContext

    DataFrameRef

    0:1

    siri:DataFrameRefStructure

    identifier of the set of data being used by an information system, which allows a comparison to be made with the versions of data being used by overlapping systems.

    CalcTime

    0:1

    Calc

    Calculation time.

    Problem

    0:*

    +OJPGenericProblem

    OJP generic problem for the whole delivery.

    PlaceInformationResponse

    PlaceInformationResponseContext

    0:1

    +ResponseContext

    Context to hold response objects that occur frequently.

    LocationInformationResponse

    LocationInformationResponseContext

    0:1

    +ResponseContext

    Context to hold response objects that occur frequently.

    ContinueAt

    0:1

    xs:nonNegativeInteger

    If the response returns less results than expected, the value of skip can be used in a follow-up request to get further results. It tells the server to skip the given number of results in its response.

    PlaceResult

    0:*

    +PlaceResult

    →‍siri:Extensions

    0:1

    →‍siri:Extensions

    →‍siri:Extensions

    0:1

    →‍siri:Extensions

    2.9. The toplevel element OJPExchangePointsRequest

    OJPExchangePointsRequest

    +OJPExchangePointsRequest (↔ siri:AbstractFunctionalServiceRequest)

    2.10. The complex type OJPExchangePointsRequestStructure

    - - + +

    OJPExchangePointsRequestStructure

    +AbstractOJPServiceRequest

    The element contains a sequence of the following elements:

    ExchangePointsRequest

    PlaceRef

    0:1

    +PlaceRef

    Place for which exchange points to other "neighbour" systems are to be searched. This place is usually the origin/destination of a passenger journey. May be omitted if all exchange points shall be returned.

    Params

    0:1

    +ExchangePointsParam

    E.g. place types (stops, addresses, POIs) or specific place attributes

    ExchangePointsRequest

    PlaceRef

    0:1

    +PlaceRef

    Location/Place for which exchange points to other "neighbour" systems are to be searched. This location/place is usually the origin/destination of a passenger journey. May be omitted if all exchange points shall be returned.

    Params

    0:1

    +ExchangePointsParam

    E.g. location/place types (stops, addresses, POIs) or specific location/place attributes

    →‍siri:Extensions

    0:1

    →‍siri:Extensions

    2.11. The toplevel element OJPExchangePointsDelivery

    OJPExchangePointsDelivery

    +OJPExchangePointsDelivery (↔ siri:AbstractFunctionalServiceDelivery)

    2.12. The complex type OJPExchangePointsDeliveryStructure

    @@ -140,7 +140,7 @@

    OJP - Open API for distributed Journey

    OJPExchangePointsDeliveryStructure

    siri:AbstractServiceDeliveryStructure

    2.13. The toplevel element OJPStopEventRequest

    OJPStopEventRequest

    +OJPStopEventRequest (↔ siri:AbstractFunctionalServiceRequest)

    2.14. The complex type OJPStopEventRequestStructure

    - + @@ -391,19 +391,19 @@

    OJP - Open API for distributed Journey

    OJPStopEventRequestStructure

    +AbstractOJPServiceRequest

    The element contains a sequence of the following elements:

    StopEventRequest

    Place

    1:1

    +PlaceContext

    Place for which to obtain stop event information.

    StopEventRequest

    Location

    1:1

    +PlaceContext

    LOCATION / PLACE for which to obtain stop event information.

    Params

    0:1

    +StopEventParam

    Request parameter

    →‍siri:Extensions

    0:1

    →‍siri:Extensions

    Details

    0:1

    +InternationalText

    Explanation of the problem.

    LogData

    0:1

    xs:string

    Additional log data.

    -

    7. OJP/OJP_Places.xsd - Request and response definitions for place information

    7.1. Simple type definitions

    PlaceTypeEnumeration

    stop | address | poi | coord | location | topographicPlace

    PlaceUsageEnumeration

    origin | via | destination

    7.2. The PlaceInformationRequestGroup group

    - +

    7. OJP/OJP_Location.xsd - Request and response definitions for location information

    7.1. Simple type definitions

    PlaceInformationRequestGroup

    The element contains one of the following elements:

    PlaceInformationRequest

    a

    InitialInput

    -1:1

    +InitialPlaceInput

    Initial input for the place information request. This input defines what is originally looked for.

    b

    PlaceRef

    -1:1

    +PlaceRef

    Place for further refinement. If a place in a previous response was marked as not "complete" it can be refined by putting it here.

    PlaceTypeEnumeration

    stop | address | poi | coord | location | topographicPlace

    PlaceUsageEnumeration

    origin | via | destination

    7.2. The LocationInformationRequestGroup group

    + -

    LocationInformationRequestGroup

    The element contains one of the following elements:

    LocationInformationRequest

    a

    InitialInput

    -1:1

    +InitialLocationInput

    Initial input for the location information request. This input defines what is originally looked for. Be aware that this also can contain PLACEs.

    b

    PlaceRef

    -1:1

    +PlaceRef

    LOCATION for further refinement. If a location in a previous response was marked as not "complete" it can be refined by putting it here.

    Restrictions

    0:1

    +PlaceParam

    E.g. place types (stops, addresses, POIs) or specific place attributes

    7.3. The PlaceInformationResponseGroup group

    - +

    PlaceInformationResponseGroup

    PlaceInformationResponse

    PlaceInformationResponseContext

    0:1

    +ResponseContext

    Context to hold response objects that occur frequently.

    7.3. The LocationInformationResponseGroup group

    + -

    LocationInformationResponseGroup

    LocationInformationResponse

    LocationInformationResponseContext

    0:1

    +ResponseContext

    Context to hold response objects that occur frequently.

    ContinueAt

    0:1

    xs:nonNegativeInteger

    If the response returns less results than expected, the value of skip can be used in a follow-up request to get further results. It tells the server to skip the given number of results in its response.

    PlaceResult

    0:*

    +PlaceResult

    7.4. The complex type InitialPlaceInputStructure

    InitialPlaceInputStructure

    The element contains a sequence of the following elements:

    Name

    0:1

    xs:string

    Name of the place object which is looked after. This is usually the user's input. If not given, the name of the resulting place objects is not relevant.

    GeoPosition

    0:1

    siri:LocationStructure

    Coordinate where to look for places. If given, the result should prefer place objects near to this GeoPosition.

    GeoRestriction

    0:1

    +GeoRestrictions

    Restricts the resulting place objects to the given geographical area.

    AllowedSystem

    0:*

    siri:ParticipantRefStructure

    Used in distributed environments. e.g. EU-Spirit. If none is given, the place information request refers to all known systems (in EU-Spirit "passive servers"). If at least one is given, the place information request refers only to the given systems (in EU-Spirit "passive servers"). In EU-Spirit the system IDs were previously called "provider code". See https://eu-spirit.eu/

    7.5. The complex type PlaceParamStructure

    - - - - - +

    PlaceParamStructure

    The element contains a sequence of the following elements:

    PlaceDataFilter

    Type

    0:*

    PlaceType

    Allowed place object types. If none is given, all types are allowed.

    Usage

    0:1

    PlaceUsage

    Defines, whether place objects for origin, via, or destination are searched.

    PtModes

    0:1

    +PtModeFilter

    Allowed public transport modes. Defines, which public transport modes must be available at the returned place objects. Applies only to stops.

    OperatorFilter

    0:1

    +OperatorFilter

    Filter for places that are operated by certain organisations.

    TopographicPlaceRef

    0:*

    +TopographicPlaceRef

    If at least one is set, only place objects within the given localities are allowed.

    7.4. The complex type InitialLocationInputStructure

    InitialLocationInputStructure

    The element contains a sequence of the following elements:

    Name

    0:1

    xs:string

    Name of the LOCATION object which is looked for. This is usually the user's input. If not given, the name of the resulting location objects is not relevant.

    GeoPosition

    0:1

    siri:LocationStructure

    Coordinate where to look for locations/places. If given, the result should prefer locations/place objects near to this GeoPosition.

    GeoRestriction

    0:1

    +GeoRestrictions

    Restricts the resulting location/place objects to the given geographical area.

    AllowedSystem

    0:*

    siri:ParticipantRefStructure

    Used in distributed environments. e.g. EU-Spirit. If none is given, the location/place information request refers to all known systems (in EU-Spirit "passive servers"). If at least one is given, the location/place information request refers only to the given systems (in EU-Spirit "passive servers"). In EU-Spirit the system IDs were previously called "provider code". See https://eu-spirit.eu/

    7.5. The complex type PlaceParamStructure

    + + + + + @@ -417,7 +417,7 @@

    OJP - Open API for distributed Journey

    PlaceParamStructure

    The element contains a sequence of the following elements:

    PlaceDataFilter

    Type

    0:*

    PlaceType

    Allowed location/place object types. If none is given, all types are allowed.

    Usage

    0:1

    PlaceUsage

    Defines, whether location/place objects for origin, via, or destination are searched.

    PtModes

    0:1

    +PtModeFilter

    Allowed public transport modes. Defines, which public transport modes must be available at the returned location/place objects. Applies only to stops.

    OperatorFilter

    0:1

    +OperatorFilter

    Filter for locations/places that are operated by certain organisations.

    TopographicPlaceRef

    0:*

    +TopographicPlaceRef

    If at least one is set, only location/place objects within the given localities are allowed.

    PointOfInterestFilter

    0:1

    +PointOfInterestFilter

    Filter to narrow down POI searches.

    Extension

    0:1

    xs:anyType

    GeoPosition

    0:1

    siri:LocationStructure

    WGS84 coordinates position. Locations closer to this GeoPosition are preferred.

    MinimalProbability

    0:1

    xs:float

    Ignore locations with a lower probability.

    7.6. The complex type GeoRestrictionsStructure

    GeoRestrictionsStructure

    The element contains one of the following elements:

    a

    Area

    -1:1

    +GeoArea

    Area is defined by a polyline

    b

    Circle

    -1:1

    +GeoCircle

    c

    Rectangle

    -1:1

    +GeoRectangle

    7.7. The complex type GeoCircleStructure

    GeoCircleStructure

    The element contains a sequence of the following elements:

    Center

    1:1

    siri:LocationStructure

    Radius

    1:1

    siri:DistanceType

    Radius in metres.

    7.8. The complex type GeoRectangleStructure

    GeoRectangleStructure

    The element contains a sequence of the following elements:

    UpperLeft

    1:1

    siri:LocationStructure

    LowerRight

    1:1

    siri:LocationStructure

    7.9. The complex type GeoAreaStructure

    GeoAreaStructure

    [specialisation of ZONE in TMv6] a LINK SEQUENCE (one-dimensional) forming the boundary of a ZONE -

    The element contains only one element:

    PolylinePoint

    3:*

    siri:LocationStructure

    7.10. The complex type PlaceResultStructure

    +

    PlaceResultStructure

    The element contains a sequence of the following elements:

    Problem

    0:*

    +LocationProblem

    Problems related to this LOCATION result.

    Place

    1:1

    +Place

    Complete

    1:1

    xs:boolean

    States whether the included place is complete or needs further refinement. Only complete places are fully resolved and can be used in e.g. trip requests. Incomplete places have to be refined entering them once again into a PlaceInformationRequest.

    Probability

    0:1

    Probability, that this result is the one meant by the user's input. Value should be between 0 and 1.

    The element contains only one element:

    PolylinePoint

    3:*

    siri:LocationStructure

    7.10. The complex type PlaceResultStructure

    @@ -429,11 +429,11 @@

    OJP - Open API for distributed Journey

    PlaceResultStructure

    The element contains a sequence of the following elements:

    Problem

    0:*

    +LocationProblem

    Problems related to this LOCATION result.

    Place

    1:1

    +Place

    Complete

    1:1

    xs:boolean

    States whether the included location/place is complete or needs further refinement. Only complete locations/places are fully resolved and can be used in e.g. trip requests. Incomplete locations/places have to be refined entering them once again into a LocationInformationRequest.

    Probability

    0:1

    Probability, that this result is the one meant by the user's input. Value should be between 0 and 1.

    IncludePtModes

    0:1

    xs:boolean

    Tells the service to include the available public transport modes at returned stops.

    IncludeOperators

    0:1

    xs:boolean

    Tells the service to include the available operators at returned stops.

    7.12. The PlaceDataFilterGroup group

    - - - - - + + + + +

    PlaceDataFilterGroup

    PlaceDataFilter

    Type

    0:*

    PlaceType

    Allowed place object types. If none is given, all types are allowed.

    Usage

    0:1

    PlaceUsage

    Defines, whether place objects for origin, via, or destination are searched.

    PtModes

    0:1

    +PtModeFilter

    Allowed public transport modes. Defines, which public transport modes must be available at the returned place objects. Applies only to stops.

    OperatorFilter

    0:1

    +OperatorFilter

    Filter for places that are operated by certain organisations.

    TopographicPlaceRef

    0:*

    +TopographicPlaceRef

    If at least one is set, only place objects within the given localities are allowed.

    PlaceDataFilter

    Type

    0:*

    PlaceType

    Allowed location/place object types. If none is given, all types are allowed.

    Usage

    0:1

    PlaceUsage

    Defines, whether location/place objects for origin, via, or destination are searched.

    PtModes

    0:1

    +PtModeFilter

    Allowed public transport modes. Defines, which public transport modes must be available at the returned location/place objects. Applies only to stops.

    OperatorFilter

    0:1

    +OperatorFilter

    Filter for locations/places that are operated by certain organisations.

    TopographicPlaceRef

    0:*

    +TopographicPlaceRef

    If at least one is set, only location/place objects within the given localities are allowed.

    PointOfInterestFilter

    0:1

    +PointOfInterestFilter

    Filter to narrow down POI searches.

    Extension

    0:1

    xs:anyType

    7.13. The PlaceSortingGroup group

    @@ -441,14 +441,14 @@

    OJP - Open API for distributed Journey

    PlaceSortingGroup

    GeoPosition

    0:1

    siri:LocationStructure

    WGS84 coordinates position. Locations closer to this GeoPosition are preferred.

    MinimalProbability

    0:1

    xs:float

    Ignore locations with a lower probability.

    7.14. The ExchangePointsRequestGroup group

    - - + +

    ExchangePointsRequestGroup

    ExchangePointsRequest

    PlaceRef

    0:1

    +PlaceRef

    Place for which exchange points to other "neighbour" systems are to be searched. This place is usually the origin/destination of a passenger journey. May be omitted if all exchange points shall be returned.

    Params

    0:1

    +ExchangePointsParam

    E.g. place types (stops, addresses, POIs) or specific place attributes

    ExchangePointsRequest

    PlaceRef

    0:1

    +PlaceRef

    Location/Place for which exchange points to other "neighbour" systems are to be searched. This location/place is usually the origin/destination of a passenger journey. May be omitted if all exchange points shall be returned.

    Params

    0:1

    +ExchangePointsParam

    E.g. location/place types (stops, addresses, POIs) or specific location/place attributes

    7.15. The complex type ExchangePointsParamStructure

    - - - - - + + + + + @@ -456,11 +456,11 @@

    OJP - Open API for distributed Journey

    ExchangePointsParamStructure

    The element contains a sequence of the following elements:

    ExchangePointsDataFilter

    Type

    0:*

    PlaceType

    Allowed place object types. If none is given, all types are allowed.

    Usage

    0:1

    PlaceUsage

    Defines, whether the place object of this request acts as origin, via or destination point of the passenger journey.

    PtModes

    0:1

    +PtModeFilter

    Allowed public transport modes. Defines, which public transport modes must be available at the returned place objects. Applies only to stops.

    OperatorFilter

    0:1

    +OperatorFilter

    Filter for places that are operated by certain organisations.

    TopographicPlaceRef

    0:*

    +TopographicPlaceRef

    If at least one is set, only place objects within the given localities are allowed.

    ExchangePointsDataFilter

    Type

    0:*

    PlaceType

    Allowed location/place object types. If none is given, all types are allowed.

    Usage

    0:1

    PlaceUsage

    Defines, whether the location/place object of this request acts as origin, via or destination point of the passenger journey.

    PtModes

    0:1

    +PtModeFilter

    Allowed public transport modes. Defines, which public transport modes must be available at the returned location/place objects. Applies only to stops.

    OperatorFilter

    0:1

    +OperatorFilter

    Filter for locations/places that are operated by certain organisations.

    TopographicPlaceRef

    0:*

    +TopographicPlaceRef

    If at least one is set, only location/place objects within the given localities are allowed.

    DestinationSystem

    0:1

    siri:ParticipantRefStructure

    Reference to system in which the destination (or origin) of the passenger is located.

    AdjacentSystem

    0:*

    siri:ParticipantRefStructure

    One or more adjacent systems to which the exchange points should be retrieved.

    NumberOfResults

    0:1

    xs:positiveInteger

    ContinueAt

    0:1

    xs:nonNegativeInteger

    Tells the server to skip the mentioned number of results in its response. Can be used in a follow-up request to get further results. The value is usually taken from the previous response.

    7.16. The ExchangePointsDataFilterGroup group

    - - - - - + + + + +

    ExchangePointsDataFilterGroup

    ExchangePointsDataFilter

    Type

    0:*

    PlaceType

    Allowed place object types. If none is given, all types are allowed.

    Usage

    0:1

    PlaceUsage

    Defines, whether the place object of this request acts as origin, via or destination point of the passenger journey.

    PtModes

    0:1

    +PtModeFilter

    Allowed public transport modes. Defines, which public transport modes must be available at the returned place objects. Applies only to stops.

    OperatorFilter

    0:1

    +OperatorFilter

    Filter for places that are operated by certain organisations.

    TopographicPlaceRef

    0:*

    +TopographicPlaceRef

    If at least one is set, only place objects within the given localities are allowed.

    ExchangePointsDataFilter

    Type

    0:*

    PlaceType

    Allowed location/place object types. If none is given, all types are allowed.

    Usage

    0:1

    PlaceUsage

    Defines, whether the location/place object of this request acts as origin, via or destination point of the passenger journey.

    PtModes

    0:1

    +PtModeFilter

    Allowed public transport modes. Defines, which public transport modes must be available at the returned location/place objects. Applies only to stops.

    OperatorFilter

    0:1

    +OperatorFilter

    Filter for locations/places that are operated by certain organisations.

    TopographicPlaceRef

    0:*

    +TopographicPlaceRef

    If at least one is set, only location/place objects within the given localities are allowed.

    DestinationSystem

    0:1

    siri:ParticipantRefStructure

    Reference to system in which the destination (or origin) of the passenger is located.

    AdjacentSystem

    0:*

    siri:ParticipantRefStructure

    One or more adjacent systems to which the exchange points should be retrieved.

    7.17. The ExchangePointsPolicyGroup group

    @@ -471,8 +471,8 @@

    OJP - Open API for distributed Journey

    -

    ExchangePointsPolicyGroup

    ExchangePointsResponse

    ExchangePointsResponseContext

    0:1

    +ResponseContext

    Context to hold trip response objects that occur frequently.

    ContinueAt

    0:1

    xs:nonNegativeInteger

    If the response returns less results than expected, the value of skip can be used in a follow-up request to get further results. It tells the server to skip the given number of results in its response.

    ExchangePointsResult

    0:*

    +ExchangePointsResult

    7.19. The complex type ExchangePointsResultStructure

    ExchangePointsResultStructure

    The element contains a sequence of the following elements:

    Problem

    0:*

    +ExchangePointsProblem

    Problems related to this EXCHANGE POINTS result.

    Place

    1:1

    +Place

    Place object that describes this exchange point.

    TravelDurationEstimate

    0:1

    xs:duration

    Rough estimate of the travel duration from the specified reference place to this exchange point.

    WaitDuration

    0:1

    xs:duration

    Duration needed at this exchange point to change from one service to another. If a journey planning orchestrator puts together a trip at this exchange point, it has to take care, that feeding arrival and fetching departure are at least this duration apart.

    BorderPoint

    0:1

    xs:boolean

    Flag if this exchange point is an administrative border point where timetables are cut off while services still may run through and connect the regions. At this kind of points passengers may continue their journey within the same service. Default is FALSE.

    Mode

    0:*

    +Mode

    List of transport modes that call at this place object. This list should only be filled in case of stop points or stop places – and only when explicitly requested.

    Priority

    0:1

    Percent

    The priority of the exchange point. 100 is the maximum.

    -

    8. OJP/OJP_PlaceSupport.xsd - Supporting definitions for place information

    8.1. Simple type definitions

    AddressCodeType

    xs:normalizedString

    Identifier of an Address

    ExchangePointsProblemTypeEnumeration

    EXCHANGEPOINTS_NORESULTS | EXCHANGEPOINTS_UNKNOWNDESTINATIONSYSTEM | EXCHANGEPOINTS_UNKNOWNADJACENTSYSTEM | EXCHANGEPOINTS_OTHER

    Types of problems that may be returned in responses to EXCHANGE POINTS requests

    LocationProblemTypeEnumeration

    LOCATION_NORESULTS | LOCATION_UNSUPPORTEDTYPE | LOCATION_UNSUPPORTEDCOMBINATION | LOCATION_NOREFINEMENT | LOCATION_USAGEIGNORED | LOCATION_UNSUPPORTEDPTMODES | LOCATION_UNSUPPORTEDLOCALITY | LOCATION_UNSUPPORTEDSORTINGMETHOD | LOCATION_OTHER

    Types of problems that may be returned in responses to LOCATION requests.

    PointOfInterestCodeType

    xs:normalizedString

    Identifier of a Point of Interest

    StopPlaceCodeType

    xs:normalizedString

    Identifier of a Stop Place

    TopographicPlaceCodeType

    xs:normalizedString

    Identifier of a TopographicPlace

    8.2. The StopPointGroup group

    +

    StopPointGroup

    A stop point with id and name

    7.19. The complex type ExchangePointsResultStructure

    ExchangePointsResultStructure

    The element contains a sequence of the following elements:

    Problem

    0:*

    +ExchangePointsProblem

    Problems related to this EXCHANGE POINTS result.

    Place

    1:1

    +Place

    Place object that describes this exchange point.

    TravelDurationEstimate

    0:1

    xs:duration

    Rough estimate of the travel duration from the specified reference location/place to this exchange point.

    WaitDuration

    0:1

    xs:duration

    Duration needed at this exchange point to change from one service to another. If a journey planning orchestrator puts together a trip at this exchange point, it has to take care, that feeding arrival and fetching departure are at least this duration apart.

    BorderPoint

    0:1

    xs:boolean

    Flag if this exchange point is an administrative border point where timetables are cut off while services still may run through and connect the regions. At this kind of points passengers may continue their journey within the same service. Default is FALSE.

    Mode

    0:*

    +Mode

    List of transport modes that call at this place object. This list should only be filled in case of stop points or stop places – and only when explicitly requested.

    Priority

    0:1

    Percent

    The priority of the exchange point. 100 is the maximum.

    +

    8. OJP/OJP_LocationSupport.xsd - Supporting definitions for location information

    8.1. Simple type definitions

    AddressCodeType

    xs:normalizedString

    Identifier of an Address

    ExchangePointsProblemTypeEnumeration

    EXCHANGEPOINTS_NORESULTS | EXCHANGEPOINTS_UNKNOWNDESTINATIONSYSTEM | EXCHANGEPOINTS_UNKNOWNADJACENTSYSTEM | EXCHANGEPOINTS_OTHER

    Types of problems that may be returned in responses to EXCHANGE POINTS requests

    LocationProblemTypeEnumeration

    LOCATION_NORESULTS | LOCATION_UNSUPPORTEDTYPE | LOCATION_UNSUPPORTEDCOMBINATION | LOCATION_NOREFINEMENT | LOCATION_USAGEIGNORED | LOCATION_UNSUPPORTEDPTMODES | LOCATION_UNSUPPORTEDLOCALITY | LOCATION_UNSUPPORTEDSORTINGMETHOD | LOCATION_OTHER

    Types of problems that may be returned in responses to LOCATION requests.

    PointOfInterestCodeType

    xs:normalizedString

    Identifier of a Point of Interest

    StopPlaceCodeType

    xs:normalizedString

    Identifier of a Stop Place

    TopographicPlaceCodeType

    xs:normalizedString

    Identifier of a TopographicPlace

    8.2. The StopPointGroup group

    @@ -484,7 +484,7 @@

    OJP - Open API for distributed Journey

    - + @@ -496,7 +496,7 @@

    OJP - Open API for distributed Journey

    - + @@ -504,11 +504,11 @@

    OJP - Open API for distributed Journey

    -

    StopPointGroup

    A stop point with id and name

    StopPoint

    →‍siri:StopPointRef

    1:1

    →‍siri:StopPointRef

    StopPointName

    1:1

    +InternationalText

    Name or description of stop point for use in passenger information.

    NameSuffix

    0:1

    +InternationalText

    Additional description of the stop point that may be appended to the name if enough space is available. F.e. "opposite main entrance".

    NameSuffix

    0:1

    +InternationalText

    Additional description of the stop point that may be appended to the name if enough space is available. F.e. "opposite main entrance".

    PlannedQuay

    0:1

    +InternationalText

    Name of the bay where to board/alight from the vehicle. According to planned timetable.

    EstimatedQuay

    0:1

    +InternationalText

    Name of the bay where to board/alight from the vehicle. As to the latest realtime status.

    PrivateCode

    0:*

    +PrivateCode

    Code of this stop point in private/foreign/proprietary coding schemes.

    ParentRef

    0:1

    +StopPlaceRef

    Reference to the stop place to which this stop point belongs.

    →‍TopographicPlaceRef

    0:1

    →‍TopographicPlaceRef

    If at least one is set, only place objects within the given localities are allowed.If at least one is set, only place objects within the given localities are allowed.Reference to a TopographicPlace

    PrivateCode

    0:*

    +PrivateCode

    Code of this stop point in private/foreign/proprietary coding schemes.

    ParentRef

    0:1

    +StopPlaceRef

    Reference to the stop place to which this stop point belongs.

    →‍TopographicPlaceRef

    0:1

    →‍TopographicPlaceRef

    If at least one is set, only location/place objects within the given localities are allowed.If at least one is set, only location/place objects within the given localities are allowed.Reference to a TopographicPlace

    StopAttributes

    WheelchairAccessible

    0:1

    xs:boolean

    Whether this stop is accessible for wheelchair users.

    Lighting

    0:1

    xs:boolean

    Whether this stop is lit.

    Covered

    0:1

    xs:boolean

    Whether this stop offers protection from weather conditions like rain, snow, storm etc.

    StopPlace

    →‍StopPlaceRef

    1:1

    →‍StopPlaceRef

    Reference to a Stop Place

    StopPlaceName

    1:1

    +InternationalText

    Name of this stop place for use in passenger information.

    NameSuffix

    0:1

    +InternationalText

    Additional description of the stop place that may be appended to the name if enough space is available. F.e. "Exhibition Center".

    PrivateCode

    0:*

    +PrivateCode

    Code of this stop place in private/foreign/proprietary coding schemes.

    →‍TopographicPlaceRef

    0:1

    →‍TopographicPlaceRef

    If at least one is set, only place objects within the given localities are allowed.If at least one is set, only place objects within the given localities are allowed.Reference to a TopographicPlace

    PrivateCode

    0:*

    +PrivateCode

    Code of this stop place in private/foreign/proprietary coding schemes.

    →‍TopographicPlaceRef

    0:1

    →‍TopographicPlaceRef

    If at least one is set, only location/place objects within the given localities are allowed.If at least one is set, only location/place objects within the given localities are allowed.Reference to a TopographicPlace

    StopAttributes

    WheelchairAccessible

    0:1

    xs:boolean

    Whether this stop is accessible for wheelchair users.

    Lighting

    0:1

    xs:boolean

    Whether this stop is lit.

    Covered

    0:1

    xs:boolean

    Whether this stop offers protection from weather conditions like rain, snow, storm etc.

    StopAttributes

    WheelchairAccessible

    0:1

    xs:boolean

    Whether this stop is accessible for wheelchair users.

    Lighting

    0:1

    xs:boolean

    Whether this stop is lit.

    Covered

    0:1

    xs:boolean

    Whether this stop offers protection from weather conditions like rain, snow, storm etc.

    8.9. The complex type TopographicPlaceRefStructure

    TopographicPlaceRefStructure

    Reference to a TopographicPlace

    8.10. The toplevel element TopographicPlaceRef

    TopographicPlaceRef

    +TopographicPlaceRef

    Reference to a TopographicPlace

    8.11. The complex type TopographicPlaceStructure

    TopographicPlaceStructure

    [TMv6] A type of PLACE providing the topographical context when searching for or presenting travel information, for example as the origin or destination of a trip. It may be of any size (e.g. County,City, Town, Village) and of different specificity (e.g. Greater London, London, West End, Westminster, St James's).

    The element contains a sequence of the following elements:

    TopographicPlaceCode

    1:1

    TopographicPlace ID.

    TopographicPlaceName

    1:1

    +InternationalText

    Name or description of TopographicPlace for use in passenger information.

    PrivateCode

    0:*

    +PrivateCode

    Code of this TopographicPlace in private/foreign/proprietary coding schemes.

    ParentRef

    0:1

    +TopographicPlaceRef

    Reference to a parent TopographicPlace.

    ReferredSystem

    0:1

    siri:ParticipantRefStructure

    Used in distributed environments (e.g. EU-Spirit). If set, this topographic place resides within the given system (in EU-Spirit "passive server"). This system can be queried for actual places within this topographic place. This is used in an distributed environment for a two-steps place identification. In EU-Spirit the system IDs were previously called "provider code". See https://eu-spirit.eu/

    Area

    0:1

    +Area

    Area covered by the locality described as a polygon.

    8.12. The complex type PointOfInterestRefStructure

    PointOfInterestRefStructure

    PointOfInterestCode

    Reference to a Point of Interest

    8.13. The toplevel element PointOfInterestRef

    PointOfInterestRef

    +PointOfInterestRef

    Reference to a Point of Interest

    8.14. The complex type PointOfInterestStructure

    PointOfInterestStructure

    [corresponds to POINT OF INTEREST in TMv6 with related information] type of PLACE to or through which passengers may wish to navigate as part of their journey and which is modelled in detail by journey planners.

    The element contains a sequence of the following elements:

    PublicCode

    1:1

    PointOfInterestCode

    ID of this Point of Interest.

    Name

    1:1

    +InternationalText

    Name or description of point of interest for use in passenger information.

    NameSuffix

    0:1

    +InternationalText

    Additional description of the point of interest that may be appended to the name if enough space is available. F.e. "Exhibition Center".

    PointOfInterestCategory

    0:*

    +PointOfInterestCategory

    Categories this POI is associated with. Order indicates descending relevance.

    PrivateCode

    0:*

    +PrivateCode

    Code of this point of interest in private/foreign/proprietary coding schemes.

    →‍TopographicPlaceRef

    0:1

    →‍TopographicPlaceRef

    If at least one is set, only place objects within the given localities are allowed.If at least one is set, only place objects within the given localities are allowed.Reference to a TopographicPlace

    POIAdditionalInformation

    0:1

    +PointOfInterestAdditionalInformation

    Additional information for this POI (e.g. information on available parking slots, charging infrastructure, sharing vehicles).

    8.15. The complex type PointOfInterestCategoryStructure

    PointOfInterestCategoryStructure

    [a view of POINT OF INTEREST CLASSIFICATION in TMv6] categorisation of POINTs OF INTEREST in respect of the activities undertaken at them (defined by key-value-pairs).

    The element contains one of the following elements:

    a

    OsmTag

    -1:*

    +OsmTag

    Open Street Map tag structure (key-value)

    b

    PointOfInterestClassification

    -1:*

    xs:string

    Classification of the POI (when it is not from OSM). The codification of the classification Id may include de codification source (for example "IGN:[classificationCode]")

    8.16. The complex type PointOfInterestAdditionalInformationStructure

    PointOfInterestAdditionalInformationStructure

    Generic structure for additional information on POIs.

    The element contains only one element:

    POIAdditionalInformation

    1:*

    +CategoryKeyValue

    POI additional information is a set of key/value pairs that are associated with defined categories.

    8.17. The complex type CategoryKeyValueType

    CategoryKeyValueType

    Category Key Value triplets. Category can be empty. Several such elements form the information necessary for a given category.

    The element contains a sequence of the following elements:

    Category

    0:1

    xs:string

    Key

    1:1

    xs:string

    Value

    1:1

    xs:string

    8.18. The complex type OsmTagStructure

    OsmTagStructure

    Structure of an Open Street Map tag.

    The element contains a sequence of the following elements:

    Tag

    1:1

    xs:NMTOKEN

    Name of Open Street Map tag (amenity, leisure, tourism, bike, ...)

    Value

    1:1

    xs:NMTOKEN

    Value for Open Street Map tag (charging_station, hostel, yes, ...)

    8.19. The complex type PointOfInterestFilterStructure

    PointOfInterestFilterStructure

    Filter POIs by category.

    The element contains a sequence of the following elements:

    Exclude

    0:1

    xs:boolean

    Whether categories in list are to include or exclude from search. Default is FALSE.

    PointOfInterestCategory

    0:*

    +PointOfInterestCategory

    These POI categories can be used to filter POIs. If more than one is given the filtering is by logical "OR" (when Exclude=FALSE) and logical "AND" (when Exclude=TRUE).

    8.20. The complex type AddressRefStructure

    AddressRefStructure

    AddressCode

    Reference to an Address

    8.21. The toplevel element AddressRef

    AddressRef

    +AddressRef

    Reference to an Address

    8.22. The AddressDetailGroup group

    +

    AddressDetailGroup

    An address with its name entities

    8.9. The complex type TopographicPlaceRefStructure

    TopographicPlaceRefStructure

    Reference to a TopographicPlace

    8.10. The toplevel element TopographicPlaceRef

    TopographicPlaceRef

    +TopographicPlaceRef

    Reference to a TopographicPlace

    8.11. The complex type TopographicPlaceStructure

    TopographicPlaceStructure

    [TMv6] A type of PLACE providing the topographical context when searching for or presenting travel information, for example as the origin or destination of a trip. It may be of any size (e.g. County,City, Town, Village) and of different specificity (e.g. Greater London, London, West End, Westminster, St James's).

    The element contains a sequence of the following elements:

    TopographicPlaceCode

    1:1

    TopographicPlace ID.

    TopographicPlaceName

    1:1

    +InternationalText

    Name or description of TopographicPlace for use in passenger information.

    PrivateCode

    0:*

    +PrivateCode

    Code of this TopographicPlace in private/foreign/proprietary coding schemes.

    ParentRef

    0:1

    +TopographicPlaceRef

    Reference to a parent TopographicPlace.

    ReferredSystem

    0:1

    siri:ParticipantRefStructure

    Used in distributed environments (e.g. EU-Spirit). If set, this topographic place resides within the given system (in EU-Spirit "passive server"). This system can be queried for actual places within this topographic place. This is used in an distributed environment for a two-steps place identification. In EU-Spirit the system IDs were previously called "provider code". See https://eu-spirit.eu/

    Area

    0:1

    +Area

    Area covered by the locality described as a polygon.

    8.12. The complex type PointOfInterestRefStructure

    PointOfInterestRefStructure

    PointOfInterestCode

    Reference to a Point of Interest

    8.13. The toplevel element PointOfInterestRef

    PointOfInterestRef

    +PointOfInterestRef

    Reference to a Point of Interest

    8.14. The complex type PointOfInterestStructure

    PointOfInterestStructure

    [corresponds to POINT OF INTEREST in TMv6 with related information] type of PLACE to or through which passengers may wish to navigate as part of their journey and which is modelled in detail by journey planners.

    The element contains a sequence of the following elements:

    PublicCode

    1:1

    PointOfInterestCode

    ID of this Point of Interest.

    Name

    1:1

    +InternationalText

    Name or description of point of interest for use in passenger information.

    NameSuffix

    0:1

    +InternationalText

    Additional description of the point of interest that may be appended to the name if enough space is available. F.e. "Exhibition Center".

    PointOfInterestCategory

    0:*

    +PointOfInterestCategory

    Categories this POI is associated with. Order indicates descending relevance.

    PrivateCode

    0:*

    +PrivateCode

    Code of this point of interest in private/foreign/proprietary coding schemes.

    →‍TopographicPlaceRef

    0:1

    →‍TopographicPlaceRef

    If at least one is set, only location/place objects within the given localities are allowed.If at least one is set, only location/place objects within the given localities are allowed.Reference to a TopographicPlace

    POIAdditionalInformation

    0:1

    +PointOfInterestAdditionalInformation

    Additional information for this POI (e.g. information on available parking slots, charging infrastructure, sharing vehicles).

    8.15. The complex type PointOfInterestCategoryStructure

    PointOfInterestCategoryStructure

    [a view of POINT OF INTEREST CLASSIFICATION in TMv6] categorisation of POINTs OF INTEREST in respect of the activities undertaken at them (defined by key-value-pairs).

    The element contains one of the following elements:

    a

    OsmTag

    -1:*

    +OsmTag

    Open Street Map tag structure (key-value)

    b

    PointOfInterestClassification

    -1:*

    xs:string

    Classification of the POI (when it is not from OSM). The codification of the classification Id may include de codification source (for example "IGN:[classificationCode]")

    8.16. The complex type PointOfInterestAdditionalInformationStructure

    PointOfInterestAdditionalInformationStructure

    Generic structure for additional information on POIs.

    The element contains only one element:

    POIAdditionalInformation

    1:*

    +CategoryKeyValue

    POI additional information is a set of key/value pairs that are associated with defined categories.

    8.17. The complex type CategoryKeyValueType

    CategoryKeyValueType

    Category Key Value triplets. Category can be empty. Several such elements form the information necessary for a given category.

    The element contains a sequence of the following elements:

    Category

    0:1

    xs:string

    Key

    1:1

    xs:string

    Value

    1:1

    xs:string

    8.18. The complex type OsmTagStructure

    OsmTagStructure

    Structure of an Open Street Map tag.

    The element contains a sequence of the following elements:

    Tag

    1:1

    xs:NMTOKEN

    Name of Open Street Map tag (amenity, leisure, tourism, bike, ...)

    Value

    1:1

    xs:NMTOKEN

    Value for Open Street Map tag (charging_station, hostel, yes, ...)

    8.19. The complex type PointOfInterestFilterStructure

    PointOfInterestFilterStructure

    Filter POIs by category.

    The element contains a sequence of the following elements:

    Exclude

    0:1

    xs:boolean

    Whether categories in list are to include or exclude from search. Default is FALSE.

    PointOfInterestCategory

    0:*

    +PointOfInterestCategory

    These POI categories can be used to filter POIs. If more than one is given the filtering is by logical "OR" (when Exclude=FALSE) and logical "AND" (when Exclude=TRUE).

    8.20. The complex type AddressRefStructure

    AddressRefStructure

    AddressCode

    Reference to an Address

    8.21. The toplevel element AddressRef

    AddressRef

    +AddressRef

    Reference to an Address

    8.22. The AddressDetailGroup group

    - + @@ -516,11 +516,11 @@

    OJP - Open API for distributed Journey

    - + -

    AddressDetailGroup

    An address with its name entities

    AddressDetail

    CountryName

    0:1

    xs:string

    Country of the address.

    PostCode

    0:1

    xs:string

    Postal code of the address.

    TopographicPlaceName

    0:1

    xs:string

    TopographicPlace name of the address. If set it should at least contain the city name.

    →‍TopographicPlaceRef

    0:1

    →‍TopographicPlaceRef

    If at least one is set, only place objects within the given localities are allowed.If at least one is set, only place objects within the given localities are allowed.Reference to a TopographicPlace

    →‍TopographicPlaceRef

    0:1

    →‍TopographicPlaceRef

    If at least one is set, only location/place objects within the given localities are allowed.If at least one is set, only location/place objects within the given localities are allowed.Reference to a TopographicPlace

    Street

    0:1

    xs:string

    Street name of the address.

    HouseNumber

    0:1

    xs:string

    House number of the address. If none is given, either a crossing street can be given, or the whole street is meant.

    CrossRoad

    0:1

    xs:string

    Crossing. This can be used to be more specific without using house numbers.

    AddressDetail

    CountryName

    0:1

    xs:string

    Country of the address.

    PostCode

    0:1

    xs:string

    Postal code of the address.

    TopographicPlaceName

    0:1

    xs:string

    TopographicPlace name of the address. If set it should at least contain the city name.

    →‍TopographicPlaceRef

    0:1

    →‍TopographicPlaceRef

    If at least one is set, only place objects within the given localities are allowed.If at least one is set, only place objects within the given localities are allowed.Reference to a TopographicPlace

    →‍TopographicPlaceRef

    0:1

    →‍TopographicPlaceRef

    If at least one is set, only location/place objects within the given localities are allowed.If at least one is set, only location/place objects within the given localities are allowed.Reference to a TopographicPlace

    Street

    0:1

    xs:string

    Street name of the address.

    HouseNumber

    0:1

    xs:string

    House number of the address. If none is given, either a crossing street can be given, or the whole street is meant.

    CrossRoad

    0:1

    xs:string

    Crossing. This can be used to be more specific without using house numbers.

    8.24. The complex type PlaceStructure

    PlaceStructure

    geographic PLACE of any type which may be specified as the origin or destination of a trip

    The element contains a sequence of the following elements:

    Then, the element contains one of the following elements:

    a

    Address

    -1:1

    +Address

    Model of an address

    b

    PointOfInterest

    -1:1

    +PointOfInterest

    Model of a POI

    c

    StopPlace

    -1:1

    +StopPlace

    Model of a stop place

    d

    StopPoint

    -1:1

    +StopPoint

    Model of a stop point

    e

    TopographicPlace

    -1:1

    +TopographicPlace

    TopographicPlace. Region, village, or city.

    Name

    1:1

    +InternationalText

    Public name of the place.

    GeoPosition

    1:1

    siri:LocationStructure

    SituationFullRefs

    0:1

    +SituationRefList

    SITUATION reference. Mostly used for STOP PLACE, SCHEDULED STOP POINT (StopPoint). However, in future a situation reference may occur on many geographic elements (e.g. roads) as well.

    Attribute

    0:*

    +GeneralAttribute

    Attribute associated with this place.

    Extension

    0:1

    xs:anyType

    8.25. The complex type PlaceRefStructure

    PlaceRefStructure

    Reference to a geographic PLACE of any type which may be specified as the origin or destination of a trip

    The element contains a sequence of the following elements:

    Then, the element contains one of the following elements:

    a

    →‍siri:StopPointRef

    -1:1

    →‍siri:StopPointRef

    b

    →‍StopPlaceRef

    -1:1

    →‍StopPlaceRef

    Reference to a Stop Place

    c

    →‍TopographicPlaceRef

    -1:1

    →‍TopographicPlaceRef

    If at least one is set, only place objects within the given localities are allowed.If at least one is set, only place objects within the given localities are allowed.Reference to a TopographicPlace

    d

    →‍PointOfInterestRef

    -1:1

    →‍PointOfInterestRef

    Reference to a Point of Interest

    e

    →‍AddressRef

    -1:1

    →‍AddressRef

    Reference to an Address

    f

    GeoPosition

    -1:1

    siri:LocationStructure

    WGS84 coordinates position.

    Name

    1:1

    +InternationalText

    Public name of the place.

    AllowedSystemId

    0:*

    xs:normalizedString

    Used in distributed environments. e.g. EU-Spirit. If none is given, the place information request refers to all known systems (in EU-Spirit "passive servers"). If at least one is given, the place information request refers only to the given systems (in EU-Spirit "passive servers"). In EU-Spirit the system IDs were previously called "provider code". See https://eu-spirit.eu/

    8.26. The complex type LocationProblemStructure

    +

    LocationProblemStructure

    Problem that may be returned in responses to LOCATION requests.

    The element contains a sequence of the following elements:

    Type

    1:1

    LocationProblemType

    Type of the LOCATION problem.

    8.24. The complex type PlaceStructure

    PlaceStructure

    geographic PLACE of any type which may be specified as the origin or destination of a trip

    The element contains a sequence of the following elements:

    Then, the element contains one of the following elements:

    a

    Address

    -1:1

    +Address

    Model of an address

    b

    PointOfInterest

    -1:1

    +PointOfInterest

    Model of a POI

    c

    StopPlace

    -1:1

    +StopPlace

    Model of a stop place

    d

    StopPoint

    -1:1

    +StopPoint

    Model of a stop point

    e

    TopographicPlace

    -1:1

    +TopographicPlace

    TopographicPlace. Region, village, or city.

    Name

    1:1

    +InternationalText

    Public name of the place.

    GeoPosition

    1:1

    siri:LocationStructure

    SituationFullRefs

    0:1

    +SituationRefList

    SITUATION reference. Mostly used for STOP PLACE, SCHEDULED STOP POINT (StopPoint). However, in future a situation reference may occur on many geographic elements (e.g. roads) as well.

    Attribute

    0:*

    +GeneralAttribute

    Attribute associated with this place.

    Extension

    0:1

    xs:anyType

    8.25. The complex type PlaceRefStructure

    PlaceRefStructure

    Reference to a geographic PLACE of any type which may be specified as the origin or destination of a trip

    The element contains a sequence of the following elements:

    Then, the element contains one of the following elements:

    a

    →‍siri:StopPointRef

    -1:1

    →‍siri:StopPointRef

    b

    →‍StopPlaceRef

    -1:1

    →‍StopPlaceRef

    Reference to a Stop Place

    c

    →‍TopographicPlaceRef

    -1:1

    →‍TopographicPlaceRef

    If at least one is set, only location/place objects within the given localities are allowed.If at least one is set, only location/place objects within the given localities are allowed.Reference to a TopographicPlace

    d

    →‍PointOfInterestRef

    -1:1

    →‍PointOfInterestRef

    Reference to a Point of Interest

    e

    →‍AddressRef

    -1:1

    →‍AddressRef

    Reference to an Address

    f

    GeoPosition

    -1:1

    siri:LocationStructure

    WGS84 coordinates position.

    Name

    1:1

    +InternationalText

    Public name of the place.

    AllowedSystemId

    0:*

    xs:normalizedString

    Used in distributed environments. e.g. EU-Spirit. If none is given, the place information request refers to all known systems (in EU-Spirit "passive servers"). If at least one is given, the place information request refers only to the given systems (in EU-Spirit "passive servers"). In EU-Spirit the system IDs were previously called "provider code". See https://eu-spirit.eu/

    8.26. The complex type LocationProblemStructure

    @@ -539,7 +539,7 @@

    OJP - Open API for distributed Journey

    LocationProblemStructure

    Problem that may be returned in responses to LOCATION requests.

    The element contains a sequence of the following elements:

    Type

    1:1

    LocationProblemType

    Type of the LOCATION problem.

    ProblemDetail

    Title

    0:1

    +InternationalText

    Title of the problem.

    Details

    0:1

    +InternationalText

    Explanation of the problem.

    LogData

    0:1

    xs:string

    Additional log data.

    StopEventProblemTypeEnumeration

    STOPEVENT_NOEVENTFOUND | STOPEVENT_LOCATIONUNSERVED | STOPEVENT_LOCATIONUNKNOWN | STOPEVENT_DATEOUTOFRANGE | STOPEVENT_LASTSERVICEOFTHISLINE | STOPEVENT_NOREALTIME | STOPEVENT_OTHER

    Types of problems that may be returned in responses to STOPEVENT requests.

    StopEventTypeEnumeration

    departure | arrival | both

    Departure or arrival events or both

    9.2. The StopEventRequestGroup group

    - +

    StopEventRequestGroup

    Request structure for departure and arrival events at stops

    StopEventRequest

    Place

    1:1

    +PlaceContext

    Place for which to obtain stop event information.

    StopEventRequest

    Location

    1:1

    +PlaceContext

    LOCATION / PLACE for which to obtain stop event information.

    Params

    0:1

    +StopEventParam

    Request parameter

    9.3. The complex type StopEventParamStructure

    @@ -595,7 +595,7 @@

    OJP - Open API for distributed Journey

    StopEventParamStructure

    Request specific parameters (parameters which define what is to be included in a Stop Event result)

    The element contains a sequence of the following elements:

    StopEventDataFilter

    PtModeFilter

    0:1

    +PtModeFilter

    Modes (VEHICLE MODE) to be excluded or included in stop events.

    9.8. The complex type StopEventResultStructure

    StopEventResultStructure

    Wrapper element for a single stop event result.

    The element contains a sequence of the following elements:

    Id

    1:1

    ObjectId

    ID of this result.

    Problem

    0:*

    +StopEventProblem

    Problems related to this STOPEVENT result.

    StopEvent

    1:1

    +StopEvent

    Stop event data element.

    9.9. The complex type StopEventStructure

    -

    StopEventStructure

    Stop event structure.

    The element contains a sequence of the following elements:

    PreviousCall

    0:*

    +CallAtNearStop

    Calls at stops that happen before this stop event (service pattern of this vehicle journey before this stop event).

    ThisCall

    1:1

    +CallAtNearStop

    The call of this vehicle journey at this stop.

    OnwardCall

    0:*

    +CallAtNearStop

    Calls at stops that happen after this stop event (rest of the service pattern of the vehicle journey).

    Service

    1:1

    +DatedJourney

    Service that calls at this stop.

    OperatingDays

    OperatingDays

    0:1

    +OperatingDays

    Bit string definition of operating days.

    OperatingDaysDescription

    0:1

    +InternationalText

    Textual description of the operation days, e.g. "monday to friday" or "not on holidays".

    SituationFullRefs

    0:1

    +SituationRefList

    For SITUATIONs that affect the whole StopEvent. Otherwise References for SITUATIONs can be added at the different CALL elements

    Extension

    0:1

    xs:anyType

    9.10. The complex type CallAtNearStopStructure

    CallAtNearStopStructure

    indication of the walk distance and time to a nearby stop where relevant.

    The element contains a sequence of the following elements:

    CallAtStop

    1:1

    +CallAtStop

    [same as CALL in SIRI] the meeting of a VEHICLE JOURNEY with a specific SCHEDULED STOP POINT .

    WalkDistance

    0:1

    siri:DistanceType

    Distance from request place (f.e. address) to this stop in metres.

    WalkDuration

    0:1

    xs:duration

    Walking duration from request place (f.e. address) to this stop. All user options taken into account (f.e. walk speed).

    9.11. The complex type StopEventProblemStructure

    +

    StopEventProblemStructure

    Problem that may be returned in responses to STOPEVENT requests.

    The element contains a sequence of the following elements:

    Type

    1:1

    StopEventProblemType

    Type of the STOPEVENT problem.

    SituationFullRefs

    0:1

    +SituationRefList

    For SITUATIONs that affect the whole StopEvent. Otherwise References for SITUATIONs can be added at the different CALL elements

    Extension

    0:1

    xs:anyType

    9.10. The complex type CallAtNearStopStructure

    CallAtNearStopStructure

    indication of the walk distance and time to a nearby stop where relevant.

    The element contains a sequence of the following elements:

    CallAtStop

    1:1

    +CallAtStop

    [same as CALL in SIRI] the meeting of a VEHICLE JOURNEY with a specific SCHEDULED STOP POINT .

    WalkDistance

    0:1

    siri:DistanceType

    Distance from request LOCATION / PLACE (f.e. address) to this stop in metres.

    WalkDuration

    0:1

    xs:duration

    Walking duration from request LOCATION / PLACE (f.e. address) to this stop. All user options taken into account (f.e. walk speed).

    9.11. The complex type StopEventProblemStructure

    @@ -1225,7 +1225,7 @@

    OJP - Open API for distributed Journey

    -

    StopEventProblemStructure

    Problem that may be returned in responses to STOPEVENT requests.

    The element contains a sequence of the following elements:

    Type

    1:1

    StopEventProblemType

    Type of the STOPEVENT problem.

    ProblemDetail

    Title

    0:1

    +InternationalText

    Title of the problem.

    Details

    0:1

    +InternationalText

    Explanation of the problem.

    LogData

    0:1

    xs:string

    Additional log data.

    Cancelled

    0:1

    xs:boolean

    Whether this trip is cancelled and will not be run. Default is false.

    Deviation

    0:1

    xs:boolean

    Whether this trip deviates from the planned service pattern. Default is false.

    Occupancy

    0:1

    siri:OccupancyEnumeration

    [equivalent to OCCUPANCY in SIRI] passenger load status of a VEHICLE. If omitted, not known.

    BookingArrangements

    0:1

    +BookingArrangementsContainer

    Container with information on booking possibilities for this service.

    ReservationNeeded

    0:1

    ReservationNeeded

    Indicates whether this service needs some kind of reservation or booking to run.

    SituationFullRefs

    0:1

    +SituationRefList

    A list of references to SITUATIONs.

    Extension

    0:1

    xs:anyType

    12.13. The complex type TripPlaceStructure

    TripPlaceStructure

    A trip place represents the current logical position of a journey service. It can be used similarly to a place e.g. for starting a new trip requests from within this service. A trip place does not(!) describe the relative position of a traveller within a vehicle, e.g. the seat.

    The element contains a sequence of the following elements:

    →‍OperatingDayRef

    1:1

    →‍OperatingDayRef

    Reference to an Operating Day

    →‍JourneyRef

    1:1

    →‍JourneyRef

    Reference to a Journey

    →‍siri:LineIdentityGroup

    12.14. The TimeWindowGroup group

    +

    TimeWindowGroup

    The window of opportunity that the traveller has to perform this leg of the journey.

    BookingArrangements

    0:1

    +BookingArrangementsContainer

    Container with information on booking possibilities for this service.

    ReservationNeeded

    0:1

    ReservationNeeded

    Indicates whether this service needs some kind of reservation or booking to run.

    SituationFullRefs

    0:1

    +SituationRefList

    A list of references to SITUATIONs.

    Extension

    0:1

    xs:anyType

    12.13. The complex type TripLocationStructure

    TripLocationStructure

    A trip location represents the current logical position of a journey service. It can be used similarly to a place e.g. for starting a new trip requests from within this service. A trip location does not(!) describe the relative position of a traveller within a vehicle, e.g. the seat.

    The element contains a sequence of the following elements:

    →‍OperatingDayRef

    1:1

    →‍OperatingDayRef

    Reference to an Operating Day

    →‍JourneyRef

    1:1

    →‍JourneyRef

    Reference to a Journey

    →‍siri:LineIdentityGroup

    12.14. The TimeWindowGroup group

    TimeWindowGroup

    The window of opportunity that the traveller has to perform this leg of the journey.

    TimeWindow

    TimeWindowStart

    0:1

    xs:dateTime

    Time at which window begins.

    TimeWindowEnd

    0:1

    xs:dateTime

    Time at which window ends.

    12.15. The ServiceTimeGroup group

    @@ -1305,7 +1305,7 @@

    OJP - Open API for distributed Journey

    -

    ServiceTimeGroup

    Contains at least scheduled time, but can contain real time and estimated times

    ServiceDestination

    DestinationStopPointRef

    0:1

    siri:StopPointRefStructure

    Last stop of vehicle journey; destination stop point.

    DestinationText

    1:1

    +InternationalText

    Label for last stop.

    BookingArrangements

    0:1

    +BookingArrangementsContainer

    Container with information on booking possibilities for this service.

    SituationFullRefs

    0:1

    +SituationRefList

    A list of references to SITUATIONs.

    Extension

    0:1

    xs:anyType

    12.23. The complex type VehiclePositionStructure

    VehiclePositionStructure

    Geographical and logical position of a vehicle.

    The element contains a sequence of the following elements:

    GeoPosition

    0:1

    siri:LocationStructure

    Geographic position of vehicle.

    Progress

    0:1

    VehicleProgress

    Logical progress of vehicle relative to service pattern.

    Bearing

    0:1

    siri:AbsoluteBearingType

    Bearing in compass degrees in which vehicle is heading.

    ProgressBetweenStops

    0:1

    siri:ProgressBetweenStopsStructure

    Provides information about the progress of the vehicle along its current link, that is link from previous visited top to current position.

    12.24. The complex type PlaceContextStructure

    PlaceContextStructure

    [a view of PLACE in TMv6] a PLACE and access to it by individual transport

    The element contains a sequence of the following elements:

    Then, the element contains one of the following elements:

    a

    PlaceRef

    -1:1

    +PlaceRef

    Static place.

    b

    TripPlace

    -1:1

    +TripPlace

    Place within a (moving) vehicle.

    Then, the element contains one of the following elements:

    a

    DepArrTime

    -0:1

    xs:dateTime

    Time when departure/arrival from/to place is required.

    b

    TimeAllowance

    -0:1

    xs:duration

    Extra time needed before reaching/after leaving this place.

    IndividualTransportOptions

    0:*

    +IndividualTransportOptions

    Options how to access/leave the place by individual transport.

    12.25. The NumberOfResultsGroup group

    +

    NumberOfResultsGroup

    parameter to control the number of TRIP results before/after a point in time. May NOT be used when departure time at origin AND arrival time at destination are set

    BookingArrangements

    0:1

    +BookingArrangementsContainer

    Container with information on booking possibilities for this service.

    SituationFullRefs

    0:1

    +SituationRefList

    A list of references to SITUATIONs.

    Extension

    0:1

    xs:anyType

    12.23. The complex type VehiclePositionStructure

    VehiclePositionStructure

    Geographical and logical position of a vehicle.

    The element contains a sequence of the following elements:

    GeoPosition

    0:1

    siri:LocationStructure

    Geographic position of vehicle.

    Progress

    0:1

    VehicleProgress

    Logical progress of vehicle relative to service pattern.

    Bearing

    0:1

    siri:AbsoluteBearingType

    Bearing in compass degrees in which vehicle is heading.

    ProgressBetweenStops

    0:1

    siri:ProgressBetweenStopsStructure

    Provides information about the progress of the vehicle along its current link, that is link from previous visited top to current position.

    12.24. The complex type PlaceContextStructure

    PlaceContextStructure

    [a view of PLACE in TMv6] a PLACE and access to it by individual transport

    The element contains a sequence of the following elements:

    Then, the element contains one of the following elements:

    a

    PlaceRef

    -1:1

    +PlaceRef

    Static place.

    b

    TripLocation

    -1:1

    +TripLocation

    Location within a (moving) vehicle.

    Then, the element contains one of the following elements:

    a

    DepArrTime

    -0:1

    xs:dateTime

    Time when departure/arrival from/to location is required.

    b

    TimeAllowance

    -0:1

    xs:duration

    Extra time needed before reaching/after leaving this location.

    IndividualTransportOptions

    0:*

    +IndividualTransportOptions

    Options how to access/leave the place by individual transport.

    12.25. The NumberOfResultsGroup group

    NumberOfResultsGroup

    parameter to control the number of TRIP results before/after a point in time. May NOT be used when departure time at origin AND arrival time at destination are set

    NumberOfResults

    NumberOfResultsBefore

    1:1

    xs:nonNegativeInteger

    The desired number of trip results before the given time (at origin or destination).

    NumberOfResultsAfter

    1:1

    xs:nonNegativeInteger

    The desired number of trip results after the given time (at origin or destination).

    12.26. The BaseTripPolicyGroup group

    diff --git a/docs/schema-collection.xml b/docs/schema-collection.xml index 8fead8ede..6c1987b77 100644 --- a/docs/schema-collection.xml +++ b/docs/schema-collection.xml @@ -9,7 +9,7 @@ - + diff --git a/examples/switzerland/PlaceInformation_001_Stop_PlaceRef_Request.xml b/examples/switzerland/LocationInformation_001_Stop_PlaceRef_Request.xml similarity index 91% rename from examples/switzerland/PlaceInformation_001_Stop_PlaceRef_Request.xml rename to examples/switzerland/LocationInformation_001_Stop_PlaceRef_Request.xml index 0ab276248..cd63cc92b 100644 --- a/examples/switzerland/PlaceInformation_001_Stop_PlaceRef_Request.xml +++ b/examples/switzerland/LocationInformation_001_Stop_PlaceRef_Request.xml @@ -4,7 +4,7 @@ 2020-01-19T12:00:00Z IRMA - + 2020-01-19T12:00:00Z 4711 @@ -17,7 +17,7 @@ stop true - + diff --git a/examples/switzerland/PlaceInformation_001_Stop_PlaceRef_Response.xml b/examples/switzerland/LocationInformation_001_Stop_PlaceRef_Response.xml similarity index 95% rename from examples/switzerland/PlaceInformation_001_Stop_PlaceRef_Response.xml rename to examples/switzerland/LocationInformation_001_Stop_PlaceRef_Response.xml index 0bb052fbb..e56fe144e 100644 --- a/examples/switzerland/PlaceInformation_001_Stop_PlaceRef_Response.xml +++ b/examples/switzerland/LocationInformation_001_Stop_PlaceRef_Response.xml @@ -5,7 +5,7 @@ 2020-10-01T17:54:38Z OJPCH_Prod true - + 2020-10-01T17:54:38Z 4711 true @@ -42,7 +42,7 @@ localBusService - + diff --git a/examples/switzerland/PlaceInformation_002_Stop_InitialInput_Request.xml b/examples/switzerland/LocationInformation_002_Stop_InitialInput_Request.xml similarity index 90% rename from examples/switzerland/PlaceInformation_002_Stop_InitialInput_Request.xml rename to examples/switzerland/LocationInformation_002_Stop_InitialInput_Request.xml index ea6317c81..be09f3786 100644 --- a/examples/switzerland/PlaceInformation_002_Stop_InitialInput_Request.xml +++ b/examples/switzerland/LocationInformation_002_Stop_InitialInput_Request.xml @@ -4,7 +4,7 @@ 2020-01-19T12:00:00Z IRMA - + 2020-01-19T12:00:00Z 4712 @@ -14,7 +14,7 @@ stop true - + diff --git a/examples/switzerland/LocationInformation_002_Stop_InitialInput_Response.xml b/examples/switzerland/LocationInformation_002_Stop_InitialInput_Response.xml new file mode 100644 index 000000000..0850df8e5 --- /dev/null +++ b/examples/switzerland/LocationInformation_002_Stop_InitialInput_Response.xml @@ -0,0 +1,92 @@ + + + + + 2020-10-10T15:57:12Z + OJPCH_Prod + true + + 2020-10-10T15:57:12Z + 4712 + true + 83 + + + + 8507000 + + Bern + + 23006351:1 + + + Bern (Bern) + + + 7.43913 + 46.94883 + + + true + 1 + + rail + unknown + + + bus + localBusService + + + + + + 8577001 + + Bern, Zent + + 23006351:1 + + + Bern, Zent (Bern) + + + 7.47534 + 46.95745 + + + true + 0.949999988 + + bus + localBusService + + + + + + 8587483 + + Bern, Salem + + 23006351:1 + + + Bern, Salem (Bern) + + + 7.45441 + 46.95390 + + + true + 0.947000027 + + bus + localBusService + + + + + + diff --git a/examples/switzerland/PlaceInformation_002_Stop_InitialInput_Response.xml b/examples/switzerland/PlaceInformation_002_Stop_InitialInput_Response.xml deleted file mode 100644 index ad0315f8a..000000000 --- a/examples/switzerland/PlaceInformation_002_Stop_InitialInput_Response.xml +++ /dev/null @@ -1,7358 +0,0 @@ - - - - - 2020-10-10T15:57:12Z - OJPCH_Prod - true - - 2020-10-10T15:57:12Z - 4712 - true - 83 - - - - 8507000 - - Bern - - 23006351:1 - - - Bern (Bern) - - - 7.43913 - 46.94883 - - - true - 1 - - rail - unknown - - - bus - localBusService - - - - - - 8577001 - - Bern, Zent - - 23006351:1 - - - Bern, Zent (Bern) - - - 7.47534 - 46.95745 - - - true - 0.949999988 - - bus - localBusService - - - - - - 8587483 - - Bern, Salem - - 23006351:1 - - - Bern, Salem (Bern) - - - 7.45441 - 46.95390 - - - true - 0.947000027 - - bus - localBusService - - - - - - 8589007 - - Bern, Wyler - - 23006351:1 - - - Bern, Wyler (Bern) - - - 7.46368 - 46.96532 - - - true - 0.947000027 - - bus - localBusService - - - - - - 8589002 - - Bern, Saali - - 23006351:1 - - - Bern, Saali (Bern) - - - 7.48558 - 46.93774 - - - true - 0.947000027 - - tram - cityTram - - - bus - localBusService - - - - - - 8500249 - - Bern Matte - - 23006351:1 - - - Bern Matte (Bern) - - - 7.45251 - 46.94657 - - - true - 0.947000027 - - unknown - - - - - - 8590033 - - Bern, Nydegg - - 23006351:1 - - - Bern, Nydegg (Bern) - - - 7.45635 - 46.94862 - - - true - 0.944000006 - - bus - localBusService - - - - - - 8590015 - - Bern, Hasler - - 23006351:1 - - - Bern, Hasler (Bern) - - - 7.43253 - 46.94427 - - - true - 0.944000006 - - tram - cityTram - - - bus - localBusService - - - - - - 8589993 - - Bern, Wander - - 23006351:1 - - - Bern, Wander (Bern) - - - 7.43633 - 46.93693 - - - true - 0.944000006 - - tram - cityTram - - - bus - localBusService - - - - - - 8574131 - - Berneck, Taa - - 23016233:1 - - - Berneck, Taa (Berneck (SG)) - - - 9.59579 - 47.42460 - - - true - 0.944000006 - - bus - localBusService - - - - - - 8587034 - - Bernex, place - - 23009607:1 - - - Bernex, place (Bernex (CH)) - - - 6.07605 - 46.17687 - - - true - 0.941999972 - - bus - localBusService - - - - - - 8502904 - - Bern, Moosweg - - 23006351:1 - - - Bern, Moosweg (Bern) - - - 7.37262 - 46.93400 - - - true - 0.941999972 - - bus - localBusService - - - - - - 8576646 - - Bern, Bahnhof - - 23006351:1 - - - Bern, Bahnhof (Bern) - - - 7.44021 - 46.94811 - - - true - 0.941999972 - - tram - cityTram - - - bus - localBusService - - - - - - 8592656 - - Bernex, Lully - - 23009607:1 - - - Bernex, Lully (Bernex (CH)) - - - 6.07161 - 46.16300 - - - true - 0.941999972 - - bus - localBusService - - - - - - 8592663 - - Bernex, Saule - - 23009607:1 - - - Bernex, Saule (Bernex (CH)) - - - 6.06480 - 46.17369 - - - true - 0.941999972 - - bus - localBusService - - - - - - 8530258 - - Bern Marzili - - 23006351:1 - - - Bern Marzili (Bern) - - - 7.44310 - 46.94520 - - - true - 0.941999972 - - bus - localBusService - - - telecabin - funicular - - - - - - 8593303 - - Bern, Egelsee - - 23006351:1 - - - Bern, Egelsee (Bern) - - - 7.46400 - 46.94322 - - - true - 0.941999972 - - bus - localBusService - - - - - - 8571708 - - Thun, Berntor - - 23006942:9 - - - Thun, Berntor (Thun) - - - 7.62956 - 46.76173 - - - true - 0.941999972 - - bus - localBusService - - - - - - 8590020 - - Bern, Kursaal - - 23006351:1 - - - Bern, Kursaal (Bern) - - - 7.44961 - 46.95289 - - - true - 0.941999972 - - tram - cityTram - - - bus - localBusService - - - - - - 8590024 - - Bern, Jaunweg - - 23006351:1 - - - Bern, Jaunweg (Bern) - - - 7.44826 - 46.96797 - - - true - 0.941999972 - - bus - localBusService - - - - - - 8590032 - - Bern, Rathaus - - 23006351:1 - - - Bern, Rathaus (Bern) - - - 7.45266 - 46.94805 - - - true - 0.941999972 - - bus - localBusService - - - - - - 8587480 - - Bern, Ostring - - 23006351:1 - - - Bern, Ostring (Bern) - - - 7.47147 - 46.94513 - - - true - 0.941999972 - - tram - cityTram - - - bus - localBusService - - - - - - 8590035 - - Bern, Liebegg - - 23006351:1 - - - Bern, Liebegg (Bern) - - - 7.45895 - 46.94468 - - - true - 0.941999972 - - bus - localBusService - - - - - - 8590063 - - Bern, Elfenau - - 23006351:1 - - - Bern, Elfenau (Bern) - - - 7.47277 - 46.93264 - - - true - 0.941999972 - - bus - localBusService - - - - - - 8590036 - - Bern, Seminar - - 23006351:1 - - - Bern, Seminar (Bern) - - - 7.46130 - 46.94478 - - - true - 0.941999972 - - bus - localBusService - - - - - - 8509354 - - Bernina Suot - - 23011784:3 - - - Bernina Suot (Pontresina) - - - 9.96939 - 46.44485 - - - true - 0.941999972 - - rail - unknown - - - - - - 8516161 - - Bern Wankdorf - - 23006351:1 - - - Bern Wankdorf (Bern) - - - 7.46548 - 46.96783 - - - true - 0.93900001 - - rail - unknown - - - bus - localBusService - - - - - - 8587776 - - Berne Airport - - 23006861:1 - - - Berne Airport (Belp) - - - 7.50099 - 46.91386 - - - true - 0.93900001 - - bus - localBusService - - - - - - 8582554 - - Bern, Chueweid - - 23006351:1 - - - Bern, Chueweid (Bern) - - - 7.39052 - 46.93357 - - - true - 0.93900001 - - bus - localBusService - - - - - - 8590061 - - Bern, Tierpark - - 23006351:1 - - - Bern, Tierpark (Bern) - - - 7.45046 - 46.93826 - - - true - 0.93900001 - - bus - localBusService - - - - - - 8588990 - - Bern, Bollwerk - - 23006351:1 - - - Bern, Bollwerk (Bern) - - - 7.44137 - 46.95164 - - - true - 0.93900001 - - bus - localBusService - - - - - - 8590044 - - Bern, Bümpliz - - 23006351:1 - - - Bern, Bümpliz (Bern) - - - 7.38085 - 46.93758 - - - true - 0.93900001 - - tram - cityTram - - - bus - localBusService - - - - - - 24 - - Bern Bümpliz - - 23006351:1 - - - Bern Bümpliz (Bern) - - - 7.39524 - 46.93749 - - - true - 0.93900001 - - - - - 8508051 - - Bern Felsenau - - 23006351:1 - - - Bern Felsenau (Bern) - - - 7.44425 - 46.96850 - - - true - 0.93900001 - - rail - unknown - - - bus - localBusService - - - - - - 8590037 - - Bern, Tavelweg - - 23006351:1 - - - Bern, Tavelweg (Bern) - - - 7.46433 - 46.94638 - - - true - 0.93900001 - - bus - localBusService - - - - - - 1400092 - - Bernex, Trossy - - 32000000:1 - - - Bernex, Trossy (Unbekannt) - - - 6.68385 - 46.35984 - - - true - 0.93900001 - - bus - localBusService - - - - - - 8589008 - - Bern, Wyleregg - - 23006351:1 - - - Bern, Wyleregg (Bern) - - - 7.44892 - 46.96097 - - - true - 0.93900001 - - bus - localBusService - - - - - - 8590065 - - Bern, Rossfeld - - 23006351:1 - - - Bern, Rossfeld (Bern) - - - 7.44356 - 46.96830 - - - true - 0.93900001 - - bus - localBusService - - - - - - 8504106 - - Bern Bümpliz - - 23006351:1 - - - Bern Bümpliz (Bern) - - - 7.39524 - 46.93749 - - - true - 0.93900001 - - rail - unknown - - - - - - 8590078 - - Bern, Wylerbad - - 23006351:1 - - - Bern, Wylerbad (Bern) - - - 7.45096 - 46.96485 - - - true - 0.93900001 - - bus - localBusService - - - - - - 8590081 - - Bern, Hohliebi - - 23006351:1 - - - Bern, Hohliebi (Bern) - - - 7.38500 - 46.93032 - - - true - 0.93900001 - - bus - localBusService - - - - - - 8590031 - - Bern, Wylergut - - 23006351:1 - - - Bern, Wylergut (Bern) - - - 7.45054 - 46.96907 - - - true - 0.93900001 - - bus - localBusService - - - - - - 8582553 - - Bern, Weidmatt - - 23006351:1 - - - Bern, Weidmatt (Bern) - - - 7.39358 - 46.93558 - - - true - 0.93900001 - - bus - localBusService - - - - - - 8590029 - - Bern, Engeried - - 23006351:1 - - - Bern, Engeried (Bern) - - - 7.43624 - 46.95852 - - - true - 0.93900001 - - bus - localBusService - - - - - - 8592650 - - Bernex, église - - 23009607:1 - - - Bernex, église (Bernex (CH)) - - - 6.07057 - 46.17439 - - - true - 0.93900001 - - bus - localBusService - - - - - - 8592664 - - Bernex, Vailly - - 23009607:1 - - - Bernex, Vailly (Bernex (CH)) - - - 6.06087 - 46.17233 - - - true - 0.93900001 - - bus - localBusService - - - - - - 8507062 - - Muri b. Bern - - 23006356:3 - - - Muri b. Bern (Muri b. Bern) - - - 7.48641 - 46.93141 - - - true - 0.93900001 - - tram - cityTram - - - bus - localBusService - - - - - - 8590023 - - Bern, Sandrain - - 23006351:1 - - - Bern, Sandrain (Bern) - - - 7.44515 - 46.93166 - - - true - 0.93900001 - - tram - cityTram - - - bus - localBusService - - - - - - 8508052 - - Bern Tiefenau - - 23006351:1 - - - Bern Tiefenau (Bern) - - - 7.45020 - 46.97274 - - - true - 0.93900001 - - rail - unknown - - - bus - localBusService - - - - - - 8588996 - - Bern, Lorraine - - 23006351:1 - - - Bern, Lorraine (Bern) - - - 7.44697 - 46.95759 - - - true - 0.93900001 - - bus - localBusService - - - - - - 8590113 - - Bern, Badgasse - - 23006351:1 - - - Bern, Badgasse (Bern) - - - 7.45273 - 46.94605 - - - true - 0.93900001 - - bus - localBusService - - - - - - 8589991 - - Bern, Monbijou - - 23006351:1 - - - Bern, Monbijou (Bern) - - - 7.43602 - 46.94376 - - - true - 0.93900001 - - tram - cityTram - - - bus - localBusService - - - - - - 8590016 - - Bern, Beaumont - - 23006351:1 - - - Bern, Beaumont (Bern) - - - 7.43221 - 46.93751 - - - true - 0.93900001 - - tram - cityTram - - - bus - localBusService - - - - - - 8592657 - - Bernex, mairie - - 23009607:1 - - - Bernex, mairie (Bernex (CH)) - - - 6.07336 - 46.17539 - - - true - 0.93900001 - - bus - localBusService - - - - - - 8589992 - - Bern, Sulgenau - - 23006351:1 - - - Bern, Sulgenau (Bern) - - - 7.43590 - 46.93998 - - - true - 0.93900001 - - tram - cityTram - - - bus - localBusService - - - - - - 8594201 - - Bern, Holligen - - 23006351:1 - - - Bern, Holligen (Bern) - - - 7.42098 - 46.94629 - - - true - 0.93900001 - - bus - localBusService - - - - - - 8590010 - - Bern, Brunnhof - - 23006351:1 - - - Bern, Brunnhof (Bern) - - - 7.42721 - 46.94450 - - - true - 0.93900001 - - tram - cityTram - - - bus - localBusService - - - - - - 8592654 - - Bernex, Chèvres - - 23009607:1 - - - Bernex, Chèvres (Bernex (CH)) - - - 6.07626 - 46.19972 - - - true - 0.936999977 - - bus - localBusService - - - - - - 8590008 - - Bern, Pillonweg - - 23006351:1 - - - Bern, Pillonweg (Bern) - - - 7.44776 - 46.96729 - - - true - 0.936999977 - - bus - localBusService - - - - - - 8582552 - - Bern, Bodenweid - - 23006351:1 - - - Bern, Bodenweid (Bern) - - - 7.39926 - 46.93987 - - - true - 0.936999977 - - bus - localBusService - - - - - - 8590013 - - Bern, Munzinger - - 23006351:1 - - - Bern, Munzinger (Bern) - - - 7.42192 - 46.94019 - - - true - 0.936999977 - - tram - cityTram - - - bus - localBusService - - - - - - 8590019 - - Bern, Sonnenhof - - 23006351:1 - - - Bern, Sonnenhof (Bern) - - - 7.46964 - 46.94335 - - - true - 0.936999977 - - tram - cityTram - - - bus - localBusService - - - - - - 8590022 - - Bern, Schönegg - - 23006351:1 - - - Bern, Schönegg (Bern) - - - 7.43995 - 46.93399 - - - true - 0.936999977 - - tram - cityTram - - - bus - localBusService - - - - - - 8590026 - - Bern, Sustenweg - - 23006351:1 - - - Bern, Sustenweg (Bern) - - - 7.44679 - 46.96517 - - - true - 0.936999977 - - bus - localBusService - - - - - - 8509373 - - Bernina Lagalb - - 23011784:3 - - - Bernina Lagalb (Pontresina) - - - 9.99192 - 46.43661 - - - true - 0.936999977 - - rail - unknown - - - - - - 8594651 - - Bern, Gaskessel - - 23006351:1 - - - Bern, Gaskessel (Bern) - - - 7.44118 - 46.93817 - - - true - 0.936999977 - - bus - localBusService - - - - - - 8590038 - - Bern, Unitobler - - 23006351:1 - - - Bern, Unitobler (Bern) - - - 7.42975 - 46.95490 - - - true - 0.936999977 - - bus - localBusService - - - - - - 8589003 - - Bern, Thunplatz - - 23006351:1 - - - Bern, Thunplatz (Bern) - - - 7.45851 - 46.94042 - - - true - 0.936999977 - - tram - cityTram - - - bus - localBusService - - - - - - 8590041 - - Bern, Loryplatz - - 23006351:1 - - - Bern, Loryplatz (Bern) - - - 7.42130 - 46.94444 - - - true - 0.936999977 - - tram - cityTram - - - bus - localBusService - - - - - - 8507110 - - Bern, Zytglogge - - 23006351:1 - - - Bern, Zytglogge (Bern) - - - 7.44750 - 46.94784 - - - true - 0.936999977 - - tram - cityTram - - - bus - localBusService - - - - - - 8588991 - - Bern, Breitfeld - - 23006351:1 - - - Bern, Breitfeld (Bern) - - - 7.45221 - 46.96256 - - - true - 0.936999977 - - bus - localBusService - - - - - - 8583046 - - Bern, Forsthaus - - 23006351:1 - - - Bern, Forsthaus (Bern) - - - 7.41753 - 46.95196 - - - true - 0.936999977 - - bus - localBusService - - - - - - 8590085 - - Bern, Wylerhuus - - 23006351:1 - - - Bern, Wylerhuus (Bern) - - - 7.45162 - 46.96340 - - - true - 0.936999977 - - bus - localBusService - - - - - - 8571359 - - Bern, Länggasse - - 23006351:1 - - - Bern, Länggasse (Bern) - - - 7.42617 - 46.95597 - - - true - 0.935000002 - - bus - localBusService - - - - - - 8576985 - - Bern, Löchligut - - 23006362:5 - - - Bern, Löchligut (Worblaufen) - - - 7.46965 - 46.97030 - - - true - 0.935000002 - - bus - localBusService - - - - - - 8506458 - - Berneck, Rathaus - - 23016233:1 - - - Berneck, Rathaus (Berneck (SG)) - - - 9.60854 - 47.42533 - - - true - 0.935000002 - - bus - localBusService - - - - - - 8506752 - - Berneck, Neugass - - 23016233:1 - - - Berneck, Neugass (Berneck (SG)) - - - 9.61311 - 47.42548 - - - true - 0.935000002 - - bus - localBusService - - - - - - 8579897 - - Bern, Kocherpark - - 23006351:1 - - - Bern, Kocherpark (Bern) - - - 7.43404 - 46.94588 - - - true - 0.935000002 - - tram - cityTram - - - bus - localBusService - - - - - - 8590012 - - Bern, Pestalozzi - - 23006351:1 - - - Bern, Pestalozzi (Bern) - - - 7.42378 - 46.94029 - - - true - 0.935000002 - - tram - cityTram - - - bus - localBusService - - - - - - 8571342 - - Bern, Inselplatz - - 23006351:1 - - - Bern, Inselplatz (Bern) - - - 7.42778 - 46.94830 - - - true - 0.935000002 - - bus - localBusService - - - - - - 8587484 - - Bern, Schönburg - - 23006351:1 - - - Bern, Schönburg (Bern) - - - 7.45731 - 46.95358 - - - true - 0.935000002 - - bus - localBusService - - - - - - 8590030 - - Bern, Brückfeld - - 23006351:1 - - - Bern, Brückfeld (Bern) - - - 7.43430 - 46.96061 - - - true - 0.935000002 - - bus - localBusService - - - - - - 8590034 - - Bern, Bärenpark - - 23006351:1 - - - Bern, Bärenpark (Bern) - - - 7.45944 - 46.94839 - - - true - 0.935000002 - - bus - localBusService - - - - - - 8590045 - - Bern, Gäbelbach - - 23006351:1 - - - Bern, Gäbelbach (Bern) - - - 7.37755 - 46.94781 - - - true - 0.935000002 - - tram - cityTram - - - bus - localBusService - - - - - - 8590047 - - Bern, Blumenfeld - - 23006351:1 - - - Bern, Blumenfeld (Bern) - - - 7.39101 - 46.94871 - - - true - 0.935000002 - - bus - localBusService - - - - - - 8571393 - - Bern, Eigerplatz - - 23006351:1 - - - Bern, Eigerplatz (Bern) - - - 7.43099 - 46.94114 - - - true - 0.935000002 - - tram - cityTram - - - bus - localBusService - - - - - - 8507050 - - Bern, Egghölzli - - 23006351:1 - - - Bern, Egghölzli (Bern) - - - 7.47679 - 46.93676 - - - true - 0.935000002 - - tram - cityTram - - - bus - localBusService - - - - - - 8590049 - - Bern, Galgenfeld - - 23006351:1 - - - Bern, Galgenfeld (Bern) - - - 7.46698 - 46.95253 - - - true - 0.935000002 - - bus - localBusService - - - - - - 8501486 - - Berneuse (Leysin) - - 23023407:1 - - - Berneuse (Leysin) (Leysin) - - - 7.00288 - 46.35953 - - - true - 0.935000002 - - telecabin - funicular - - - - - - 8509356 - - Ospizio Bernina - - 23011561:13 - - - Ospizio Bernina (Poschiavo) - - - 10.01970 - 46.40876 - - - true - 0.935000002 - - rail - unknown - - - - - - 8571260 - - Aarberg, Bernfeld - - 23006301:1 - - - Aarberg, Bernfeld (Aarberg) - - - 7.28473 - 47.04372 - - - true - 0.934000015 - - bus - localBusService - - - - - - 8504495 - - Bern Stöckacker - - 23006351:1 - - - Bern Stöckacker (Bern) - - - 7.40117 - 46.94636 - - - true - 0.934000015 - - rail - unknown - - - bus - localBusService - - - - - - 8587479 - - Bern, Schosshalde - - 23006351:1 - - - Bern, Schosshalde (Bern) - - - 7.46609 - 46.94758 - - - true - 0.934000015 - - bus - localBusService - - - - - - 8587481 - - Bern, Burgernziel - - 23006351:1 - - - Bern, Burgernziel (Bern) - - - 7.46718 - 46.94212 - - - true - 0.934000015 - - tram - cityTram - - - bus - localBusService - - - - - - 8582555 - - Bern, Hüsliacker - - 23006351:1 - - - Bern, Hüsliacker (Bern) - - - 7.38344 - 46.93176 - - - true - 0.934000015 - - bus - localBusService - - - - - - 8507082 - - Bern Europaplatz - - 23006351:1 - - - Bern Europaplatz (Bern) - - - 7.40747 - 46.94345 - - - true - 0.934000015 - - rail - unknown - - - - - - 8587482 - - Bern, Spitalacker - - 23006351:1 - - - Bern, Spitalacker (Bern) - - - 7.45231 - 46.95675 - - - true - 0.934000015 - - tram - cityTram - - - bus - localBusService - - - - - - 8504108 - - Bern Europaplatz - - 23006351:1 - - - Bern Europaplatz (Bern) - - - 7.40612 - 46.94421 - - - true - 0.934000015 - - rail - unknown - - - - - - 8592652 - - Bernex, Cottenets - - 23009607:1 - - - Bernex, Cottenets (Bernex (CH)) - - - 6.05883 - 46.16238 - - - true - 0.934000015 - - bus - localBusService - - - - - - 8587485 - - Bern, Rosengarten - - 23006351:1 - - - Bern, Rosengarten (Bern) - - - 7.46119 - 46.95212 - - - true - 0.934000015 - - bus - localBusService - - - - - - 8588989 - - Bern, Bärenplatz - - 23006351:1 - - - Bern, Bärenplatz (Bern) - - - 7.44287 - 46.94813 - - - true - 0.934000015 - - tram - cityTram - - - bus - localBusService - - - - - - 8579748 - - Bern, Obergericht - - 23006351:1 - - - Bern, Obergericht (Bern) - - - 7.43636 - 46.94997 - - - true - 0.934000015 - - bus - localBusService - - - - - - 8589000 - - Bern, Parkstrasse - - 23006351:1 - - - Bern, Parkstrasse (Bern) - - - 7.45847 - 46.95948 - - - true - 0.934000015 - - tram - cityTram - - - bus - localBusService - - - - - - 8577000 - - Bern, Schermenweg - - 23006351:1 - - - Bern, Schermenweg (Bern) - - - 7.47926 - 46.96060 - - - true - 0.934000015 - - bus - localBusService - - - - - - 8589006 - - Bern, Wittigkofen - - 23006351:1 - - - Bern, Wittigkofen (Bern) - - - 7.48142 - 46.93780 - - - true - 0.934000015 - - tram - cityTram - - - bus - localBusService - - - - - - 8589295 - - Basel, Bernerring - - 23005701:2 - - - Basel, Bernerring (Basel) - - - 7.56987 - 47.54905 - - - true - 0.934000015 - - tram - cityTram - - - - - - 8508075 - - Bern, Breitenrain - - 23006351:1 - - - Bern, Breitenrain (Bern) - - - 7.45491 - 46.95887 - - - true - 0.934000015 - - tram - cityTram - - - bus - localBusService - - - - - - 8572262 - - Zeiningen, Bernet - - 23001263:1 - - - Zeiningen, Bernet (Zeiningen) - - - 7.88555 - 47.53352 - - - true - 0.934000015 - - bus - localBusService - - - - - - 8506734 - - Bernhardzell, Lee - - 23016444:8 - - - Bernhardzell, Lee (Waldkirch (SG)) - - - 9.36627 - 47.45896 - - - true - 0.934000015 - - bus - localBusService - - - - - - 8530257 - - Bern (Marzilibahn) - - 23006351:1 - - - Bern (Marzilibahn) (Bern) - - - 7.44220 - 46.94596 - - - true - 0.934000015 - - telecabin - funicular - - - - - - 8594200 - - Bern, Inselspital - - 23006351:1 - - - Bern, Inselspital (Bern) - - - 7.42547 - 46.94714 - - - true - 0.934000015 - - bus - localBusService - - - - - - 8590028 - - Bern, Bierhübeli - - 23006351:1 - - - Bern, Bierhübeli (Bern) - - - 7.43776 - 46.95667 - - - true - 0.934000015 - - bus - localBusService - - - - - - 8590048 - - Bern, Bundesplatz - - 23006351:1 - - - Bern, Bundesplatz (Bern) - - - 7.44393 - 46.94705 - - - true - 0.934000015 - - bus - localBusService - - - - - - 8588997 - - Bern, Luternauweg - - 23006351:1 - - - Bern, Luternauweg (Bern) - - - 7.46696 - 46.93491 - - - true - 0.934000015 - - bus - localBusService - - - - - - 8571357 - - Bern, Universität - - 23006351:1 - - - Bern, Universität (Bern) - - - 7.43558 - 46.95089 - - - true - 0.931999981 - - bus - localBusService - - - - - - 8590112 - - Bern, Mühlenplatz - - 23006351:1 - - - Bern, Mühlenplatz (Bern) - - - 7.45681 - 46.94763 - - - true - 0.931999981 - - bus - localBusService - - - - - - 8590109 - - Bern, Stapfenacker - - 23006351:1 - - - Bern, Stapfenacker (Bern) - - - 7.38412 - 46.94455 - - - true - 0.931999981 - - bus - localBusService - - - - - - 8590091 - - Bern, Weltistrasse - - 23006351:1 - - - Bern, Weltistrasse (Bern) - - - 7.47814 - 46.94620 - - - true - 0.931999981 - - bus - localBusService - - - - - - 8592659 - - Bernex, Malpertuis - - 23009607:1 - - - Bernex, Malpertuis (Bernex (CH)) - - - 6.06445 - 46.18216 - - - true - 0.931999981 - - bus - localBusService - - - - - - 8590086 - - Bern, Scheibenrain - - 23006351:1 - - - Bern, Scheibenrain (Bern) - - - 7.45082 - 46.96621 - - - true - 0.931999981 - - bus - localBusService - - - - - - 8507078 - - Wabern bei Bern - - 23006355:21 - - - Wabern bei Bern (Wabern (CH)) - - - 7.44588 - 46.92866 - - - true - 0.931999981 - - rail - unknown - - - - - - 8590079 - - Bern, Schützenweg - - 23006351:1 - - - Bern, Schützenweg (Bern) - - - 7.45373 - 46.96088 - - - true - 0.931999981 - - bus - localBusService - - - - - - 8590077 - - Bern, Ramuzstrasse - - 23006351:1 - - - Bern, Ramuzstrasse (Bern) - - - 7.37511 - 46.94624 - - - true - 0.931999981 - - tram - cityTram - - - bus - localBusService - - - - - - 8590074 - - Bern, Fährstrasse - - 23006351:1 - - - Bern, Fährstrasse (Bern) - - - 7.44164 - 46.97541 - - - true - 0.931999981 - - bus - localBusService - - - - - - 8590060 - - Bern, Ka-We-De - - 23006351:1 - - - Bern, Ka-We-De (Bern) - - - 7.44737 - 46.93679 - - - true - 0.931999981 - - bus - localBusService - - - - - - 8590054 - - Bern, Dübystrasse - - 23006351:1 - - - Bern, Dübystrasse (Bern) - - - 7.42517 - 46.93624 - - - true - 0.931999981 - - bus - localBusService - - - - - - 1100470 - - Schliengen, Berner - - 32000000:1 - - - Schliengen, Berner (Unbekannt) - - - 7.59561 - 47.76352 - - - true - 0.931999981 - - bus - localBusService - - - - - - 8576997 - - Bern, Markuskirche - - 23006351:1 - - - Bern, Markuskirche (Bern) - - - 7.45663 - 46.96366 - - - true - 0.931999981 - - bus - localBusService - - - - - - 8576999 - - Bern, UPD Waldau - - 23006351:1 - - - Bern, UPD Waldau (Bern) - - - 7.48035 - 46.96376 - - - true - 0.931999981 - - bus - localBusService - - - - - - 8590046 - - Bern, Tscharnergut - - 23006351:1 - - - Bern, Tscharnergut (Bern) - - - 7.38831 - 46.94890 - - - true - 0.931999981 - - tram - cityTram - - - bus - localBusService - - - - - - 8506733 - - Bernhardzell, Engi - - 23016444:8 - - - Bernhardzell, Engi (Waldkirch (SG)) - - - 9.34436 - 47.46894 - - - true - 0.931999981 - - bus - localBusService - - - - - - 8590042 - - Bern, Schlossmatte - - 23006351:1 - - - Bern, Schlossmatte (Bern) - - - 7.41499 - 46.94417 - - - true - 0.931999981 - - tram - cityTram - - - bus - localBusService - - - - - - 8573963 - - Bernhardzell, Dorf - - 23016444:8 - - - Bernhardzell, Dorf (Waldkirch (SG)) - - - 9.33536 - 47.47289 - - - true - 0.931999981 - - bus - localBusService - - - - - - 1100262 - - Bernau (Schw), Hof - - 32000000:1 - - - Bernau (Schw), Hof (Unbekannt) - - - 8.01568 - 47.82075 - - - true - 0.931999981 - - bus - localBusService - - - - - - 8590120 - - Bern, Läuferplatz - - 23006351:1 - - - Bern, Läuferplatz (Bern) - - - 7.45773 - 46.94925 - - - true - 0.931999981 - - bus - localBusService - - - - - - 8590005 - - Bern, Steigerhubel - - 23006351:1 - - - Bern, Steigerhubel (Bern) - - - 7.41167 - 46.94394 - - - true - 0.931999981 - - tram - cityTram - - - bus - localBusService - - - - - - 8592651 - - Bernex, Blanchards - - 23009607:1 - - - Bernex, Blanchards (Bernex (CH)) - - - 6.07999 - 46.19793 - - - true - 0.931999981 - - bus - localBusService - - - - - - 8574134 - - Berneck, Rosenberg - - 23016233:1 - - - Berneck, Rosenberg (Berneck (SG)) - - - 9.62110 - 47.41994 - - - true - 0.931999981 - - bus - localBusService - - - - - - 8582210 - - Bern, Untermattweg - - 23006351:1 - - - Bern, Untermattweg (Bern) - - - 7.39931 - 46.94940 - - - true - 0.931999981 - - bus - localBusService - - - - - - 8592665 - - Bernex, Vuillonnex - - 23009607:1 - - - Bernex, Vuillonnex (Bernex (CH)) - - - 6.07932 - 46.17784 - - - true - 0.931999981 - - bus - localBusService - - - - - - 8589005 - - Bern, Willadingweg - - 23006351:1 - - - Bern, Willadingweg (Bern) - - - 7.46453 - 46.93670 - - - true - 0.931999981 - - bus - localBusService - - - - - - 8589001 - - Bern, Petruskirche - - 23006351:1 - - - Bern, Petruskirche (Bern) - - - 7.46284 - 46.93867 - - - true - 0.931999981 - - bus - localBusService - - - - - - 8502905 - - Bern, Huberstrasse - - 23006351:1 - - - Bern, Huberstrasse (Bern) - - - 7.41603 - 46.94208 - - - true - 0.931999981 - - bus - localBusService - - - - - - 8507079 - - Bern Weissenbühl - - 23006351:1 - - - Bern Weissenbühl (Bern) - - - 7.43002 - 46.93578 - - - true - 0.931999981 - - rail - unknown - - - - - - 8574122 - - Berneck, Maienhalde - - 23016233:1 - - - Berneck, Maienhalde (Berneck (SG)) - - - 9.60553 - 47.42806 - - - true - 0.930999994 - - bus - localBusService - - - - - - 1400100 - - Bernex, Chef Lieu - - 32000000:1 - - - Bernex, Chef Lieu (Unbekannt) - - - 6.67480 - 46.36156 - - - true - 0.930999994 - - bus - localBusService - - - - - - 8590064 - - Bern, Innere Enge - - 23006351:1 - - - Bern, Innere Enge (Bern) - - - 7.43924 - 46.96125 - - - true - 0.930999994 - - bus - localBusService - - - - - - 8507060 - - Bern, Helvetiaplatz - - 23006351:1 - - - Bern, Helvetiaplatz (Bern) - - - 7.44921 - 46.94390 - - - true - 0.930999994 - - tram - cityTram - - - bus - localBusService - - - - - - 1400094 - - Bernex, Le Vernay - - 32000000:1 - - - Bernex, Le Vernay (Unbekannt) - - - 6.67267 - 46.35666 - - - true - 0.930999994 - - bus - localBusService - - - - - - 8574981 - - Bernina, Lagalbbahn - - 23011784:3 - - - Bernina, Lagalbbahn (Pontresina) - - - 9.99472 - 46.43646 - - - true - 0.930999994 - - bus - localBusService - - - - - - 8501877 - - Bourg-St-Bernard - - 23024032:2 - - - Bourg-St-Bernard (Bourg-St-Pierre) - - - 7.19578 - 45.90060 - - - true - 0.930999994 - - bus - localBusService - - - - - - 8592662 - - Bernex, Pré-Polly - - 23009607:1 - - - Bernex, Pré-Polly (Bernex (CH)) - - - 6.06757 - 46.16187 - - - true - 0.930999994 - - bus - localBusService - - - - - - 8590021 - - Bern, Viktoriaplatz - - 23006351:1 - - - Bern, Viktoriaplatz (Bern) - - - 7.45100 - 46.95474 - - - true - 0.930999994 - - tram - cityTram - - - bus - localBusService - - - - - - 1102399 - - Berg (RV), Kasernen - - 32000000:1 - - - Berg (RV), Kasernen (Unbekannt) - - - 9.60697 - 47.82012 - - - true - 0.930999994 - - bus - localBusService - - - - - - 1100115 - - Bernau (Schw), Gass - - 32000000:1 - - - Bernau (Schw), Gass (Unbekannt) - - - 8.05836 - 47.79701 - - - true - 0.930999994 - - bus - localBusService - - - - - - 8576996 - - Bern, Wankdorfplatz - - 23006351:1 - - - Bern, Wankdorfplatz (Bern) - - - 7.46814 - 46.96491 - - - true - 0.930999994 - - tram - cityTram - - - bus - localBusService - - - - - - 8592658 - - Bernex, Maisonnette - - 23009607:1 - - - Bernex, Maisonnette (Bernex (CH)) - - - 6.04890 - 46.16323 - - - true - 0.930999994 - - bus - localBusService - - - - - - 1100284 - - Bernau (Schw), Dorf - - 32000000:1 - - - Bernau (Schw), Dorf (Unbekannt) - - - 8.03168 - 47.80922 - - - true - 0.930999994 - - bus - localBusService - - - - - - 8591757 - - Bern, Fellerstrasse - - 23006351:1 - - - Bern, Fellerstrasse (Bern) - - - 7.38944 - 46.94695 - - - true - 0.930999994 - - bus - localBusService - - - - - - 8571358 - - Bern, Mittelstrasse - - 23006351:1 - - - Bern, Mittelstrasse (Bern) - - - 7.43253 - 46.95322 - - - true - 0.930999994 - - bus - localBusService - - - - - - 8588994 - - Bern, Gewerbeschule - - 23006351:1 - - - Bern, Gewerbeschule (Bern) - - - 7.44640 - 46.95480 - - - true - 0.930999994 - - bus - localBusService - - - - - - 8590039 - - Bern, Dändlikerweg - - 23006351:1 - - - Bern, Dändlikerweg (Bern) - - - 7.44596 - 46.96390 - - - true - 0.930999994 - - bus - localBusService - - - - - - 8590115 - - Bern, Dampfzentrale - - 23006351:1 - - - Bern, Dampfzentrale (Bern) - - - 7.44097 - 46.94081 - - - true - 0.930999994 - - bus - localBusService - - - - - - 8588998 - - Bern, Manuelstrasse - - 23006351:1 - - - Bern, Manuelstrasse (Bern) - - - 7.47053 - 46.93431 - - - true - 0.930999994 - - bus - localBusService - - - - - - 8590025 - - Bern, Güterbahnhof - - 23006351:1 - - - Bern, Güterbahnhof (Bern) - - - 7.42254 - 46.95131 - - - true - 0.930999994 - - bus - localBusService - - - - - - 8590006 - - Bern, Luisenstrasse - - 23006351:1 - - - Bern, Luisenstrasse (Bern) - - - 7.45325 - 46.94237 - - - true - 0.930999994 - - tram - cityTram - - - bus - localBusService - - - - - - 8577893 - - Murten, Bernstrasse - - 23008275:5 - - - Murten, Bernstrasse (Murten) - - - 7.12228 - 46.93009 - - - true - 0.930999994 - - bus - localBusService - - - - - - 8570512 - - Beatenberg, Ramsern - - 23006571:1 - - - Beatenberg, Ramsern (Beatenberg) - - - 7.81116 - 46.70038 - - - true - 0.930999994 - - bus - localBusService - - - - - - 8590017 - - Bern, Haldenstrasse - - 23006351:1 - - - Bern, Haldenstrasse (Bern) - - - 7.44546 - 46.96300 - - - true - 0.930999994 - - bus - localBusService - - - - - - 8589873 - - Goldau, Bernerhöhe - - 23018362:1 - - - Goldau, Bernerhöhe (Arth (CH)) - - - 8.55077 - 47.04270 - - - true - 0.930999994 - - bus - localBusService - - - - - - 8589994 - - Bern, Zieglerspital - - 23006351:1 - - - Bern, Zieglerspital (Bern) - - - 7.43342 - 46.93249 - - - true - 0.930999994 - - bus - localBusService - - - - - - 8519370 - - Bernina Diavolezza - - 23011784:3 - - - Bernina Diavolezza (Pontresina) - - - 9.98229 - 46.44179 - - - true - 0.930999994 - - rail - unknown - - - - - - 8507069 - - Ittigen bei Bern - - 23006362:2 - - - Ittigen bei Bern (Ittigen) - - - 7.48413 - 46.97331 - - - true - 0.930999994 - - rail - unknown - - - - - - 8590092 - - Bern, Dunkerstrasse - - 23006351:1 - - - Bern, Dunkerstrasse (Bern) - - - 7.48000 - 46.94433 - - - true - 0.930999994 - - bus - localBusService - - - - - - 8571343 - - Bern, Weyermannshaus - - 23006351:1 - - - Bern, Weyermannshaus (Bern) - - - 7.40951 - 46.94951 - - - true - 0.930000007 - - bus - localBusService - - - - - - 8588486 - - Basel, Bernoullianum - - 23005701:2 - - - Basel, Bernoullianum (Basel) - - - 7.58042 - 47.56098 - - - true - 0.930000007 - - bus - localBusService - - - - - - 8595138 - - Bern, Wölflistrasse - - 23006351:1 - - - Bern, Wölflistrasse (Bern) - - - 7.47503 - 46.96619 - - - true - 0.930000007 - - bus - localBusService - - - - - - 1100125 - - Bernau (Schw), Poche - - 32000000:1 - - - Bernau (Schw), Poche (Unbekannt) - - - 8.02164 - 47.80726 - - - true - 0.930000007 - - bus - localBusService - - - - - - 8590003 - - Bern, Bitziusstrasse - - 23006351:1 - - - Bern, Bitziusstrasse (Bern) - - - 7.46924 - 46.94936 - - - true - 0.930000007 - - bus - localBusService - - - - - - 8590027 - - Bern, Henkerbrünnli - - 23006351:1 - - - Bern, Henkerbrünnli (Bern) - - - 7.43912 - 46.95378 - - - true - 0.930000007 - - bus - localBusService - - - - - - 8590114 - - Bern, Marzilistrasse - - 23006351:1 - - - Bern, Marzilistrasse (Bern) - - - 7.44367 - 46.94308 - - - true - 0.930000007 - - bus - localBusService - - - - - - 8587395 - - Biberen, Bernstrasse - - 23006662:1 - - - Biberen, Bernstrasse (Biberen) - - - 7.21413 - 46.94009 - - - true - 0.930000007 - - bus - localBusService - - - - - - 8579896 - - Bern, Hirschengraben - - 23006351:1 - - - Bern, Hirschengraben (Bern) - - - 7.43778 - 46.94607 - - - true - 0.930000007 - - tram - cityTram - - - bus - localBusService - - - - - - 8506799 - - Bernhardzell, Toregg - - 23016444:8 - - - Bernhardzell, Toregg (Waldkirch (SG)) - - - 9.33679 - 47.47099 - - - true - 0.930000007 - - bus - localBusService - - - - - - 8588174 - - Bern, Weltpostverein - - 23006351:1 - - - Bern, Weltpostverein (Bern) - - - 7.47205 - 46.93882 - - - true - 0.930000007 - - tram - cityTram - - - bus - localBusService - - - - - - 8571438 - - Bern, Niederbottigen - - 23006351:1 - - - Bern, Niederbottigen (Bern) - - - 7.37185 - 46.93773 - - - true - 0.930000007 - - bus - localBusService - - - - - - 8530427 - - Golzern (Bergstation) - - 23022216:7 - - - Golzern (Bergstation) (Silenen) - - - 8.72135 - 46.77495 - - - true - 0.930000007 - - telecabin - funicular - - - - - - 8594901 - - Kreuzlingen, Bernegg - - 23021671:3 - - - Kreuzlingen, Bernegg (Kreuzlingen) - - - 9.15993 - 47.64318 - - - true - 0.930000007 - - bus - localBusService - - - - - - 8590018 - - Bern, Grimselstrasse - - 23006351:1 - - - Bern, Grimselstrasse (Bern) - - - 7.44755 - 46.96392 - - - true - 0.930000007 - - bus - localBusService - - - - - - 8590111 - - Bern, Dalmazibrücke - - 23006351:1 - - - Bern, Dalmazibrücke (Bern) - - - 7.44511 - 46.94505 - - - true - 0.930000007 - - bus - localBusService - - - - - - 8590062 - - Bern, Tillierstrasse - - 23006351:1 - - - Bern, Tillierstrasse (Bern) - - - 7.44740 - 46.93922 - - - true - 0.930000007 - - bus - localBusService - - - - - - 8582070 - - Riggisberg, Beissern - - 23006879:1 - - - Riggisberg, Beissern (Riggisberg) - - - 7.45350 - 46.81540 - - - true - 0.930000007 - - bus - localBusService - - - - - - 8590014 - - Bern, Fischermätteli - - 23006351:1 - - - Bern, Fischermätteli (Bern) - - - 7.41860 - 46.94074 - - - true - 0.927999973 - - tram - cityTram - - - bus - localBusService - - - - - - 8583205 - - Bern, Melchiorstrasse - - 23006351:1 - - - Bern, Melchiorstrasse (Bern) - - - 7.39187 - 46.95199 - - - true - 0.927999973 - - bus - localBusService - - - - - - 8507785 - - Bern, Hauptbahnhof - - 23006351:1 - - - Bern, Hauptbahnhof (Bern) - - - 7.43853 - 46.94900 - - - true - 0.927999973 - - bus - localBusService - - - - - - 8590076 - - Bern, Monbijoubrücke - - 23006351:1 - - - Bern, Monbijoubrücke (Bern) - - - 7.44084 - 46.93979 - - - true - 0.927999973 - - bus - localBusService - - - - - - 8590075 - - Bern, Neufeld P+R - - 23006351:1 - - - Bern, Neufeld P+R (Bern) - - - 7.43206 - 46.96300 - - - true - 0.927999973 - - bus - localBusService - - - - - - 8590066 - - Bern, Felsenaustrasse - - 23006351:1 - - - Bern, Felsenaustrasse (Bern) - - - 7.44159 - 46.97267 - - - true - 0.927999973 - - bus - localBusService - - - - - - 1400096 - - Bernex, Chez Masson - - 32000000:1 - - - Bernex, Chez Masson (Unbekannt) - - - 6.66294 - 46.35657 - - - true - 0.927999973 - - bus - localBusService - - - - - - 8583222 - - Bern, Lindenhofspital - - 23006351:1 - - - Bern, Lindenhofspital (Bern) - - - 7.42710 - 46.95907 - - - true - 0.927999973 - - bus - localBusService - - - - - - 8590108 - - Bern, Brünnenstrasse - - 23006351:1 - - - Bern, Brünnenstrasse (Bern) - - - 7.38708 - 46.94297 - - - true - 0.927999973 - - bus - localBusService - - - - - - 8590004 - - Bern, Aeussere Enge - - 23006351:1 - - - Bern, Aeussere Enge (Bern) - - - 7.44199 - 46.96591 - - - true - 0.927999973 - - bus - localBusService - - - - - - 8504489 - - Bern Bümpliz Nord - - 23006351:1 - - - Bern Bümpliz Nord (Bern) - - - 7.38976 - 46.94583 - - - true - 0.927999973 - - rail - unknown - - - bus - localBusService - - - - - - 8590083 - - Bern, Hallmattstrasse - - 23006351:1 - - - Bern, Hallmattstrasse (Bern) - - - 7.38615 - 46.93206 - - - true - 0.927999973 - - bus - localBusService - - - - - - 8509867 - - S. Bernardino, Posta - - 23011822:5 - - - S. Bernardino, Posta (S. Bernardino) - - - 9.18993 - 46.46186 - - - true - 0.927999973 - - bus - localBusService - - - - - - 8576991 - - Bern, Kasernenstrasse - - 23006351:1 - - - Bern, Kasernenstrasse (Bern) - - - 7.46051 - 46.95499 - - - true - 0.927999973 - - bus - localBusService - - - - - - 8506197 - - Kreuzlingen Bernrain - - 23021671:3 - - - Kreuzlingen Bernrain (Kreuzlingen) - - - 9.16320 - 47.64212 - - - true - 0.927999973 - - rail - unknown - - - bus - localBusService - - - - - - 8578094 - - Biberist, Bernstrasse - - 23019513:1 - - - Biberist, Bernstrasse (Biberist) - - - 7.55428 - 47.18031 - - - true - 0.927999973 - - bus - localBusService - - - - - - 8581351 - - Bern, Schanzenstrasse - - 23006351:1 - - - Bern, Schanzenstrasse (Bern) - - - 7.43707 - 46.94788 - - - true - 0.927999973 - - bus - localBusService - - - - - - 8595136 - - Bern, Wankdorfbrücke - - 23006351:1 - - - Bern, Wankdorfbrücke (Bern) - - - 7.46899 - 46.96610 - - - true - 0.927999973 - - bus - localBusService - - - - - - 8590084 - - Bern, Technologiepark - - 23006351:1 - - - Bern, Technologiepark (Bern) - - - 7.39030 - 46.93561 - - - true - 0.927999973 - - bus - localBusService - - - - - - 8591756 - - Bern, Riedbachstrasse - - 23006351:1 - - - Bern, Riedbachstrasse (Bern) - - - 7.38398 - 46.94697 - - - true - 0.927999973 - - bus - localBusService - - - - - - 8589768 - - Luzern, Berglistrasse - - 23012061:4 - - - Luzern, Berglistrasse (Luzern) - - - 8.29700 - 47.04724 - - - true - 0.927999973 - - bus - localBusService - - - - - - 8576440 - - Burgdorf, Bernstrasse - - 23006404:2 - - - Burgdorf, Bernstrasse (Burgdorf (BE)) - - - 7.61119 - 47.05226 - - - true - 0.927999973 - - bus - localBusService - - - - - - 8590202 - - Bergdietikon, Bernold - - 23001023:2 - - - Bergdietikon, Bernold (Bergdietikon) - - - 8.38813 - 47.38804 - - - true - 0.927999973 - - bus - localBusService - - - - - - 8580729 - - Berikon, Kesslernmatt - - 23001062:1 - - - Berikon, Kesslernmatt (Berikon) - - - 8.36608 - 47.36458 - - - true - 0.927999973 - - bus - localBusService - - - - - - 8591073 - - Zürich, Berninaplatz - - 23026261:27 - - - Zürich, Berninaplatz (Zürich) - - - 8.54791 - 47.40364 - - - true - 0.927999973 - - tram - cityTram - - - bus - localBusService - - - - - - 8588988 - - Bern, Aegertenstrasse - - 23006351:1 - - - Bern, Aegertenstrasse (Bern) - - - 7.44757 - 46.94027 - - - true - 0.927999973 - - bus - localBusService - - - - - - 8576987 - - Bern, Wankdorf City - - 23006351:1 - - - Bern, Wankdorf City (Bern) - - - 7.45966 - 46.96699 - - - true - 0.927999973 - - bus - localBusService - - - - - - 1100113 - - Bernau (Schw), Weierle - - 32000000:1 - - - Bernau (Schw), Weierle (Unbekannt) - - - 8.03353 - 47.80846 - - - true - 0.926999986 - - bus - localBusService - - - - - - 8590073 - - Bern, Hardegg Vidmar - - 23006351:1 - - - Bern, Hardegg Vidmar (Bern) - - - 7.41666 - 46.93788 - - - true - 0.926999986 - - bus - localBusService - - - - - - 8592660 - - Bernex, P+R Bernex - - 23009607:1 - - - Bernex, P+R Bernex (Bernex (CH)) - - - 6.08606 - 46.17857 - - - true - 0.926999986 - - tram - cityTram - - - bus - localBusService - - - - - - 8592655 - - Bernex, Loëx-Lanance - - 23009607:1 - - - Bernex, Loëx-Lanance (Bernex (CH)) - - - 6.08330 - 46.19895 - - - true - 0.926999986 - - bus - localBusService - - - - - - 8588999 - - Bern, Morgartenstrasse - - 23006351:1 - - - Bern, Morgartenstrasse (Bern) - - - 7.45976 - 46.96441 - - - true - 0.926999986 - - bus - localBusService - - - - - - 8581745 - - Wichtrach, Bernstrasse - - 23006632:3 - - - Wichtrach, Bernstrasse (Wichtrach) - - - 7.57652 - 46.84496 - - - true - 0.926999986 - - bus - localBusService - - - - - - 8587903 - - Bernex, Loëx-Hôpital - - 23009607:1 - - - Bernex, Loëx-Hôpital (Bernex (CH)) - - - 6.08581 - 46.19880 - - - true - 0.926999986 - - bus - localBusService - - - - - - 8590011 - - Bern, Cäcilienstrasse - - 23006351:1 - - - Bern, Cäcilienstrasse (Bern) - - - 7.42562 - 46.94163 - - - true - 0.926999986 - - tram - cityTram - - - bus - localBusService - - - - - - 8574979 - - Bernina Suot, Bahnhof - - 23011784:3 - - - Bernina Suot, Bahnhof (Pontresina) - - - 9.97008 - 46.44521 - - - true - 0.925999999 - - bus - localBusService - - - - - - 8509866 - - S. Bernardino, Ospizio - - 23011822:5 - - - S. Bernardino, Ospizio (S. Bernardino) - - - 9.17055 - 46.49599 - - - true - 0.925999999 - - bus - localBusService - - - - - - 8507061 - - Bern, Brunnadernstrasse - - 23006351:1 - - - Bern, Brunnadernstrasse (Bern) - - - 7.46372 - 46.94118 - - - true - 0.925999999 - - tram - cityTram - - - bus - localBusService - - - - - - 1100126 - - Bernau (Schw), Goldbach - - 32000000:1 - - - Bernau (Schw), Goldbach (Unbekannt) - - - 8.06716 - 47.79579 - - - true - 0.925999999 - - bus - localBusService - - - - - - 8574133 - - Berneck, Schlossbrücke - - 23016233:1 - - - Berneck, Schlossbrücke (Berneck (SG)) - - - 9.61893 - 47.42223 - - - true - 0.925999999 - - bus - localBusService - - - - - - 8593304 - - Bern, Zähringerstrasse - - 23006351:1 - - - Bern, Zähringerstrasse (Bern) - - - 7.43402 - 46.95526 - - - true - 0.925999999 - - bus - localBusService - - - - - - 8588699 - - Bern, Wankdorf Center - - 23006351:1 - - - Bern, Wankdorf Center (Bern) - - - 7.46590 - 46.96165 - - - true - 0.925999999 - - tram - cityTram - - - bus - localBusService - - - - - - 8590090 - - Bern, Giacomettistrasse - - 23006351:1 - - - Bern, Giacomettistrasse (Bern) - - - 7.47326 - 46.94526 - - - true - 0.925999999 - - bus - localBusService - - - - - - 8576989 - - Bern, Winkelriedstrasse - - 23006351:1 - - - Bern, Winkelriedstrasse (Bern) - - - 7.45482 - 46.96321 - - - true - 0.925999999 - - bus - localBusService - - - - - - 8500258 - - Bern Münsterplattform - - 23006351:1 - - - Bern Münsterplattform (Bern) - - - 7.45251 - 46.94657 - - - true - 0.925999999 - - bus - localBusService - - - unknown - - - - - - 8587901 - - Bernex, Aigues-Vertes - - 23009607:1 - - - Bernex, Aigues-Vertes (Bernex (CH)) - - - 6.07490 - 46.19909 - - - true - 0.925999999 - - bus - localBusService - - - - - - 8573964 - - Bernhardzell, Schöntal - - 23016444:8 - - - Bernhardzell, Schöntal (Waldkirch (SG)) - - - 9.35216 - 47.46219 - - - true - 0.925999999 - - bus - localBusService - - - - - - 8587076 - - Bernex, Lully-Croisée - - 23009607:1 - - - Bernex, Lully-Croisée (Bernex (CH)) - - - 6.07081 - 46.16286 - - - true - 0.925999999 - - bus - localBusService - - - - - - 1400098 - - Bernex, Les Allobroges - - 32000000:1 - - - Bernex, Les Allobroges (Unbekannt) - - - 6.67741 - 46.36163 - - - true - 0.925000012 - - bus - localBusService - - - - - - 8516154 - - Bern Brünnen Westside - - 23006351:1 - - - Bern Brünnen Westside (Bern) - - - 7.37528 - 46.94404 - - - true - 0.925000012 - - rail - unknown - - - bus - localBusService - - - - - - 8576988 - - Bern, Stauffacherbrücke - - 23006351:1 - - - Bern, Stauffacherbrücke (Bern) - - - 7.45545 - 46.96613 - - - true - 0.925000012 - - bus - localBusService - - - - - - 8576990 - - Bern, Guisanplatz Expo - - 23006351:1 - - - Bern, Guisanplatz Expo (Bern) - - - 7.46406 - 46.95960 - - - true - 0.925000012 - - tram - cityTram - - - bus - localBusService - - - - - - 8590053 - - Bern, Weissensteinstrasse - - 23006351:1 - - - Bern, Weissensteinstrasse (Bern) - - - 7.42834 - 46.93898 - - - true - 0.925000012 - - bus - localBusService - - - - - - 8577018 - - Muri b. Bern, Villette - - 23006356:3 - - - Muri b. Bern, Villette (Muri b. Bern) - - - 7.48257 - 46.93399 - - - true - 0.925000012 - - bus - localBusService - - - - - - 1103073 - - Neukirch, Bernried Ort - - 32000000:1 - - - Neukirch, Bernried Ort (Unbekannt) - - - 9.68698 - 47.65742 - - - true - 0.925000012 - - bus - localBusService - - - - - - 8507992 - - Bern, Bremgartenfriedhof - - 23006351:1 - - - Bern, Bremgartenfriedhof (Bern) - - - 7.42500 - 46.94979 - - - true - 0.925000012 - - bus - localBusService - - - - - - 8590043 - - Bern, Stöckacker (Tram) - - 23006351:1 - - - Bern, Stöckacker (Tram) (Bern) - - - 7.39900 - 46.94467 - - - true - 0.925000012 - - tram - cityTram - - - bus - localBusService - - - - - - 1100120 - - Bernau (Schw), Riggenbach - - 32000000:1 - - - Bernau (Schw), Riggenbach (Unbekannt) - - - 8.04614 - 47.80157 - - - true - 0.925000012 - - bus - localBusService - - - - - - 1100119 - - Bernau (Schw), Altenrond - - 32000000:1 - - - Bernau (Schw), Altenrond (Unbekannt) - - - 8.05210 - 47.79775 - - - true - 0.925000012 - - bus - localBusService - - - - - - 8590093 - - Bern, Dennigkofengässli - - 23006351:1 - - - Bern, Dennigkofengässli (Bern) - - - 7.48315 - 46.94469 - - - true - 0.925000012 - - bus - localBusService - - - - - - 8595142 - - Bern, Weissenbühl (Tram) - - 23006351:1 - - - Bern, Weissenbühl (Tram) (Bern) - - - 7.43334 - 46.93561 - - - true - 0.925000012 - - tram - cityTram - - - - - - 1100114 - - Bernau (Schw), Unterlehen - - 32000000:1 - - - Bernau (Schw), Unterlehen (Unbekannt) - - - 8.06217 - 47.79159 - - - true - 0.925000012 - - bus - localBusService - - - - - - 8579981 - - Waldkirch, Bernhardsrüti - - 23016444:8 - - - Waldkirch, Bernhardsrüti (Waldkirch (SG)) - - - 9.31346 - 47.47616 - - - true - 0.925000012 - - bus - localBusService - - - - - - 8580183 - - S. Bernardino, Campeggio - - 23011822:5 - - - S. Bernardino, Campeggio (S. Bernardino) - - - 9.18731 - 46.46640 - - - true - 0.925000012 - - bus - localBusService - - - - - - 8507638 - - Bern Felsenau, Bahnhof - - 23006351:1 - - - Bern Felsenau, Bahnhof (Bern) - - - 7.44402 - 46.96831 - - - true - 0.925000012 - - - - - 8507636 - - Bern Tiefenau, Bahnhof - - 23006351:1 - - - Bern Tiefenau, Bahnhof (Bern) - - - 7.45020 - 46.97274 - - - true - 0.925000012 - - - - - 8577021 - - Muri b. Bern, Waldried - - 23006356:3 - - - Muri b. Bern, Waldried (Muri b. Bern) - - - 7.49574 - 46.92711 - - - true - 0.925000012 - - bus - localBusService - - - - - - 1100117 - - Bernau (Schw), Schwendele - - 32000000:1 - - - Bernau (Schw), Schwendele (Unbekannt) - - - 8.01014 - 47.80588 - - - true - 0.925000012 - - bus - localBusService - - - - - - 8590129 - - Bern Wankdorf, Bahnhof - - 23006351:1 - - - Bern Wankdorf, Bahnhof (Bern) - - - 7.46439 - 46.96660 - - - true - 0.925000012 - - tram - cityTram - - - bus - localBusService - - - - - - 8592661 - - Bernex, Pont-de-Lully - - 23009607:1 - - - Bernex, Pont-de-Lully (Bernex (CH)) - - - 6.07558 - 46.16349 - - - true - 0.925000012 - - bus - localBusService - - - - - - 8574808 - - Ospizio Bernina, Albergo - - 23011561:13 - - - Ospizio Bernina, Albergo (Poschiavo) - - - 10.02232 - 46.41071 - - - true - 0.924000025 - - bus - localBusService - - - - - - 8595224 - - Bernex, Sézenove-Ferrand - - 23009607:1 - - - Bernex, Sézenove-Ferrand (Bernex (CH)) - - - 6.05517 - 46.16560 - - - true - 0.924000025 - - bus - localBusService - - - - - - 8590080 - - Bern, Schulhaus Wylergut - - 23006351:1 - - - Bern, Schulhaus Wylergut (Bern) - - - 7.44964 - 46.96464 - - - true - 0.924000025 - - bus - localBusService - - - - - - 8590050 - - Bern, Schosshaldenfriedhof - - 23006351:1 - - - Bern, Schosshaldenfriedhof (Bern) - - - 7.47302 - 46.95375 - - - true - 0.924000025 - - bus - localBusService - - - - - - 8571345 - - Eymatt b. Bern, Camping - - 23006360:16 - - - Eymatt b. Bern, Camping (Wohlen b. Bern) - - - 7.38539 - 46.96158 - - - true - 0.924000025 - - bus - localBusService - - - - - - 8595043 - - Bernex, Sézenove-village - - 23009607:1 - - - Bernex, Sézenove-village (Bernex (CH)) - - - 6.05638 - 46.16438 - - - true - 0.924000025 - - bus - localBusService - - - - - - 8577022 - - Muri b. Bern, Kräyigen - - 23006356:3 - - - Muri b. Bern, Kräyigen (Muri b. Bern) - - - 7.49948 - 46.92595 - - - true - 0.924000025 - - bus - localBusService - - - - - - 8589898 - - St. Gallen, Bernhardswies - - 23016203:13 - - - St. Gallen, Bernhardswies (St. Gallen) - - - 9.34173 - 47.40907 - - - true - 0.924000025 - - bus - localBusService - - - - - - 8595137 - - Bern, Weyermannshaus Bad - - 23006351:1 - - - Bern, Weyermannshaus Bad (Bern) - - - 7.40349 - 46.94901 - - - true - 0.924000025 - - bus - localBusService - - - - - - 8582263 - - Aven, pl. St-Bernard - - 23024023:1 - - - Aven, pl. St-Bernard (Aven) - - - 7.25912 - 46.23119 - - - true - 0.924000025 - - bus - localBusService - - - - - - 8589196 - - Lyssach, Bernstrasse West - - 23006415:1 - - - Lyssach, Bernstrasse West (Lyssach) - - - 7.56950 - 47.07251 - - - true - 0.922999978 - - bus - localBusService - - - - - - 8507993 - - Bethlehem b. Bern, Säge - - 23006351:1 - - - Bethlehem b. Bern, Säge (Bern) - - - 7.39509 - 46.94740 - - - true - 0.922999978 - - tram - cityTram - - - bus - localBusService - - - - - - 8577020 - - Muri b. Bern, Hübeliweg - - 23006356:3 - - - Muri b. Bern, Hübeliweg (Muri b. Bern) - - - 7.49149 - 46.92807 - - - true - 0.922999978 - - bus - localBusService - - - - - - 8587813 - - Lyssach, Bernstrasse (Ikea) - - 23006415:1 - - - Lyssach, Bernstrasse (Ikea) (Lyssach) - - - 7.57170 - 47.07462 - - - true - 0.922999978 - - bus - localBusService - - - - - - 8580939 - - Bern Europaplatz, Bahnhof - - 23006351:1 - - - Bern Europaplatz, Bahnhof (Bern) - - - 7.40631 - 46.94325 - - - true - 0.922999978 - - tram - cityTram - - - bus - localBusService - - - - - - 8589559 - - St. Gallen, Berneggstrasse - - 23016203:13 - - - St. Gallen, Berneggstrasse (St. Gallen) - - - 9.37458 - 47.41990 - - - true - 0.922999978 - - bus - localBusService - - - - - - 8590127 - - Bern, Zentrum Paul Klee - - 23006351:1 - - - Bern, Zentrum Paul Klee (Bern) - - - 7.47288 - 46.95081 - - - true - 0.922999978 - - bus - localBusService - - - - - - 8571450 - - Trüllern bei Mühleberg - - 23006668:14 - - - Trüllern bei Mühleberg (Mühleberg) - - - 7.25092 - 46.94091 - - - true - 0.922999978 - - bus - localBusService - - - - - - 8574303 - - Rorschacherberg, Bernerhüsli - - 23016216:4 - - - Rorschacherberg, Bernerhüsli (Rorschacherberg) - - - 9.51907 - 47.47476 - - - true - 0.921999991 - - bus - localBusService - - - - - - 8576955 - - Herzogenbuchsee, Bernstrasse - - 23006979:1 - - - Herzogenbuchsee, Bernstrasse (Herzogenbuchsee) - - - 7.70354 - 47.18704 - - - true - 0.921999991 - - bus - localBusService - - - - - - 8574980 - - Bernina Diavolezza, Bahnhof - - 23011784:3 - - - Bernina Diavolezza, Bahnhof (Pontresina) - - - 9.98280 - 46.44154 - - - true - 0.921999991 - - bus - localBusService - - - - - - 8588360 - - Langnau i.E., Bernstrasse - - 23006902:4 - - - Langnau i.E., Bernstrasse (Langnau im Emmental) - - - 7.78155 - 46.94009 - - - true - 0.921999991 - - bus - localBusService - - - - - - 8570631 - - Leysin, télécabine Berneuse - - 23023407:1 - - - Leysin, télécabine Berneuse (Leysin) - - - 7.01730 - 46.34646 - - - true - 0.921999991 - - bus - localBusService - - - - - - 8595931 - - Bern Weissenbühl, Bahnhof - - 23006351:1 - - - Bern Weissenbühl, Bahnhof (Bern) - - - 7.43016 - 46.93584 - - - true - 0.921999991 - - bus - localBusService - - - - - - 8595014 - - Bernex, Maison du Terroir - - 23009607:1 - - - Bernex, Maison du Terroir (Bernex (CH)) - - - 6.07635 - 46.16604 - - - true - 0.921999991 - - bus - localBusService - - - - - - 1100112 - - Bernau (Schw), Weierle Str. - - 32000000:1 - - - Bernau (Schw), Weierle Str. (Unbekannt) - - - 8.06928 - 47.79452 - - - true - 0.921999991 - - bus - localBusService - - - - - - 1100116 - - Bernau, Oberlehen Thomahaus - - 32000000:1 - - - Bernau, Oberlehen Thomahaus (Unbekannt) - - - 8.04705 - 47.78825 - - - true - 0.921999991 - - bus - localBusService - - - - - - 8509371 - - Bernina Diavolezza (Talstat.) - - 23011784:3 - - - Bernina Diavolezza (Talstat.) (Pontresina) - - - 9.98353 - 46.44098 - - - true - 0.921999991 - - telecabin - funicular - - - - - - 1100264 - - Bernau (Schw), Rotes Kreuz - - 32000000:1 - - - Bernau (Schw), Rotes Kreuz (Unbekannt) - - - 8.02013 - 47.77205 - - - true - 0.921999991 - - bus - localBusService - - - - - - 8591074 - - Zürich, Bernoulli-Häuser - - 23026261:27 - - - Zürich, Bernoulli-Häuser (Zürich) - - - 8.50871 - 47.39376 - - - true - 0.921999991 - - tram - cityTram - - - bus - localBusService - - - - - - 1100265 - - Bernau (Schw), Loipenzentrum - - 32000000:1 - - - Bernau (Schw), Loipenzentrum (Unbekannt) - - - 8.04207 - 47.78296 - - - true - 0.921999991 - - bus - localBusService - - - - - - 8590089 - - Bern, Spital Sonnenhof - - 23006351:1 - - - Bern, Spital Sonnenhof (Bern) - - - 7.47360 - 46.94313 - - - true - 0.921999991 - - bus - localBusService - - - - - - 8571344 - - Bethlehem b. Bern, Kirche - - 23006351:1 - - - Bethlehem b. Bern, Kirche (Bern) - - - 7.39343 - 46.94919 - - - true - 0.921999991 - - tram - cityTram - - - bus - localBusService - - - - - - 8592388 - - Fribourg, Porte-de-Berne - - 23008196:4 - - - Fribourg, Porte-de-Berne (Fribourg) - - - 7.16765 - 46.80609 - - - true - 0.921999991 - - bus - localBusService - - - - - -

    BaseTripPolicyGroup

    Policies that control the trip search behaviour for both public and individual transport.