| name | data type | description |
|---|---|---|
| FacilityRef | FacilityRef | |
| Facility | FacilityStructure | |
| FacilityStatus | FacilityStatusStructure | |
| SituationRef | SituationRef | |
| Remedy | RemedyStructure | |
| MonitoringInfo | MonitoringInformationStructure | |
| ValidityPeriod | HalfOpenTimestampRangeStructure | |
| Extensions | Extensions |
Example
{
"FacilityRef" : {
"value" : "..."
},
"Facility" : {
"FacilityCode" : "...",
"Description" : {
"value" : "...",
"lang" : "..."
},
"FacilityClass" : [ "fixedEquipment", "fixedEquipment" ],
"Features" : {
"Feature" : [ { }, { } ]
},
"OwnerRef" : {
"value" : "..."
},
"OwnerName" : {
"value" : "...",
"lang" : "..."
},
"ValidityCondition" : {
"Period" : [ { }, { } ],
"Timeband" : [ { }, { } ],
"DayType" : [ "tuesday", "friday" ],
"HolidayType" : [ "schoolDays", "holiday" ]
},
"FacilityLocation" : {
"LineRef" : { },
"StopPointRef" : { },
"VehicleRef" : { },
"DatedVehicleJourneyRef" : { },
"ConnectionLinkRef" : { },
"InterchangeRef" : { },
"StopPlaceRef" : { },
"StopPlaceComponentId" : { },
"OperatorRef" : { },
"ProductCategoryRef" : { },
"ServiceFeatureRef" : [ { }, { } ],
"VehicleFeatureRef" : [ { }, { } ]
},
"Limitations" : {
"WheelchairAccess" : { },
"StepFreeAccess" : { },
"EscalatorFreeAccess" : { },
"LiftFreeAccess" : { },
"AudibleSignalsAvailable" : { },
"VisualSignsAvailable" : { }
},
"Suitabilities" : {
"Suitability" : [ { }, { } ]
},
"AccessibilityAssessment" : {
"MobilityImpairedAccess" : true,
"Limitations" : { },
"Suitabilities" : { },
"Extensions" : { }
},
"Extensions" : {
"any" : { }
}
},
"FacilityStatus" : {
"Status" : "added",
"Description" : {
"value" : "...",
"lang" : "..."
},
"AccessibilityAssessment" : {
"MobilityImpairedAccess" : true,
"Limitations" : { },
"Suitabilities" : { },
"Extensions" : { }
},
"Extensions" : {
"any" : { }
}
},
"SituationRef" : {
"SituationSimpleRef" : {
"value" : "..."
},
"SituationFullRef" : {
"VersionCountryRef" : { },
"ParticipantRef" : { },
"SituationNumber" : { },
"UpdateCountryRef" : { },
"UpdateParticipantRef" : { },
"Version" : { }
}
},
"Remedy" : {
"RemedyType" : "replace",
"Description" : {
"value" : "...",
"lang" : "..."
},
"Extensions" : {
"any" : { }
}
},
"MonitoringInfo" : {
"MonitoringInterval" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"MonitoringType" : "manual",
"MonitoringPeriod" : {
"Period" : [ { }, { } ],
"Timeband" : [ { }, { } ],
"DayType" : [ "tuesday", "mondayToFriday" ],
"HolidayType" : [ "sundaysAndPublicHolidays", "publicHoliday" ]
},
"Extensions" : {
"any" : { }
}
},
"ValidityPeriod" : {
"StartTime" : "...",
"EndTime" : "..."
},
"Extensions" : {
"any" : {
"tagName" : "...",
"schemaTypeInfo" : { },
"ownerDocument" : { },
"firstChild" : { },
"prefix" : "...",
"nextSibling" : { },
"parentNode" : { },
"nodeType" : 12345,
"nodeValue" : "...",
"nodeName" : "...",
"namespaceURI" : "...",
"childNodes" : { },
"baseURI" : "...",
"localName" : "...",
"attributes" : { },
"lastChild" : { },
"textContent" : "...",
"previousSibling" : { }
}
}
}