name | data type | description |
---|---|---|
Period | HalfOpenTimestampOutputRangeStructure | |
Condition | array of ServiceConditionEnumeration | |
Severity | SeverityEnumeration | |
Affects | AffectsScopeStructure | |
Suitabilities | Suitabilities | |
Advice | PtAdviceStructure | |
Blocking | BlockingStructure | |
Boarding | BoardingStructure | |
Delays | DelaysStructure | |
Casualties | CasualtiesStructure | |
Easements | array of EasementsStructure | |
Extensions | Extensions |
Example
{ "Period" : { "StartTime" : "...", "EndTime" : "...", "EndTimeStatus" : "longTerm" }, "Condition" : [ "pti13_17", "onTime" ], "Severity" : "pti26_6", "Affects" : { "AreaOfInterest" : "continentWide", "Operators" : { "AffectedOperator" : [ { }, { } ], "AllOperators" : "..." }, "Networks" : { "AffectedNetwork" : [ { }, { } ] }, "StopPoints" : { "AffectedStopPoint" : [ { }, { } ] }, "StopPlaces" : { "AffectedStopPlace" : [ { }, { } ] }, "Places" : { "AffectedPlace" : [ { }, { } ] }, "VehicleJourneys" : { "AffectedVehicleJourney" : [ { }, { } ] }, "Vehicles" : { "AffectedVehicle" : [ { }, { } ] }, "Roads" : { "Datex2Locations" : { }, "AffectedRoad" : [ { }, { } ] }, "Extensions" : { "anies" : [ { }, { } ] } }, "Suitabilities" : { "Suitability" : [ { "Suitable" : "notSuitable", "UserNeed" : { } }, { "Suitable" : "notSuitable", "UserNeed" : { } } ] }, "Advice" : { "AdviceRef" : { "value" : "..." }, "Details" : [ { "value" : "...", "lang" : "..." }, { "value" : "...", "lang" : "..." } ] }, "Blocking" : { "JourneyPlanner" : true, "RealTime" : true }, "Boarding" : { "ArrivalBoardingActivity" : "noAlighting", "DepartureBoardingActivity" : "noBoarding" }, "Delays" : { "DelayBand" : "negligible", "DelayType" : "delays", "Delay" : { "sign" : 12345, "seconds" : 12345, "months" : 12345, "years" : 12345, "days" : 12345, "XMLSchemaType" : "...", "hours" : 12345, "minutes" : 12345 } }, "Casualties" : { "NumberOfDeaths" : 12345, "NumberOfInjured" : 12345 }, "Easements" : [ { "TicketRestrictions" : "certainTicketsOnly", "Easement" : [ { "value" : "...", "lang" : "..." }, { "value" : "...", "lang" : "..." } ], "EasementRef" : "..." }, { "TicketRestrictions" : "noOffPeakTickets", "Easement" : [ { "value" : "...", "lang" : "..." }, { "value" : "...", "lang" : "..." } ], "EasementRef" : "..." } ], "Extensions" : { "anies" : [ { "tagName" : "...", "schemaTypeInfo" : { }, "ownerDocument" : { }, "firstChild" : { }, "prefix" : "...", "nextSibling" : { }, "parentNode" : { }, "nodeType" : 12345, "nodeValue" : "...", "nodeName" : "...", "namespaceURI" : "...", "childNodes" : { }, "baseURI" : "...", "localName" : "...", "attributes" : { }, "lastChild" : { }, "textContent" : "...", "previousSibling" : { } }, { "tagName" : "...", "schemaTypeInfo" : { }, "ownerDocument" : { }, "firstChild" : { }, "prefix" : "...", "nextSibling" : { }, "parentNode" : { }, "nodeType" : 12345, "nodeValue" : "...", "nodeName" : "...", "namespaceURI" : "...", "childNodes" : { }, "baseURI" : "...", "localName" : "...", "attributes" : { }, "lastChild" : { }, "textContent" : "...", "previousSibling" : { } } ] } }