VDVde / OJP

Open API for distributed journey planning. CEN/TS 17118:2017.
https://www.vdv.de/open-journey-planner.aspx
22 stars 12 forks source link

adaption of IdTypes #348

Closed ue71603 closed 1 year ago

ue71603 commented 1 year ago

Each Id has now its own type

ue71603 commented 1 year ago

I think that at least the following id's would also have to be updated: FromLegIdRef, ToLegIdRef (OJP_FareSupport.xsd and OJP_Fare.xsd), TripId (in TripSummarStructure), FromTripIdRef and ToTripIdRef (OJPFare.xsd). But I somehow don't understand the logic or intent of the ...IdRef..._ names.

Many ref point to a reference structure. But here, when it is just within the Trip I reference directly the ObjectIdType. I adapted it just as you suggested and fixed one that I missed before.