| name | data type | description |
|---|---|---|
| FacilityCode | string | |
| Description | NaturalLanguageStringStructure | |
| FacilityClass | array of FacilityCategoryEnumeration | |
| Features | Features | |
| OwnerRef | OrganisationRefStructure | |
| OwnerName | NaturalLanguageStringStructure | |
| ValidityCondition | MonitoringValidityConditionStructure | |
| FacilityLocation | FacilityLocationStructure | |
| Limitations | Limitations | |
| Suitabilities | Suitabilities | |
| AccessibilityAssessment | AccessibilityAssessmentStructure | |
| Extensions | Extensions |
Example
{
"FacilityCode" : "...",
"Description" : {
"value" : "...",
"lang" : "..."
},
"FacilityClass" : [ "unknown", "serviceProvidedByIndividual" ],
"Features" : {
"Feature" : [ {
"TicketingFacility" : "mobileTicketing",
"SanitaryFacility" : "noToilet",
"RetailFacility" : "fashionAccessories",
"ReservedSpaceFacility" : "reception",
"RefreshmentFacility" : "trolley",
"PassengerInformationFacility" : "audioInformation",
"PassengerCommsFacility" : "audioServices",
"ParkingFacility" : "coachPark",
"NuisanceFacility" : "mobilePhoneFreeZone",
"MobilityFacility" : "audioInformation",
"LuggageFacility" : "porterage",
"HireFacility" : "recreationDeviceHire",
"FareClassFacility" : "economyClass",
"AssistanceFacility" : "sosPoint",
"AccommodationFacility" : "pti23_12",
"AccessFacility" : "narrowEntrance"
}, {
"TicketingFacility" : "ticketSales",
"SanitaryFacility" : "unknown",
"RetailFacility" : "recreationTravel",
"ReservedSpaceFacility" : "seats",
"RefreshmentFacility" : "bar",
"PassengerInformationFacility" : "stopAnnouncements",
"PassengerCommsFacility" : "videoServices",
"ParkingFacility" : "cyclePark",
"NuisanceFacility" : "smoking",
"MobilityFacility" : "tactilePatformEdges",
"LuggageFacility" : "porterage",
"HireFacility" : "recreationDeviceHire",
"FareClassFacility" : "pti23_8",
"AssistanceFacility" : "police",
"AccommodationFacility" : "specialSeating",
"AccessFacility" : "ramp"
} ]
},
"OwnerRef" : {
"value" : "..."
},
"OwnerName" : {
"value" : "...",
"lang" : "..."
},
"ValidityCondition" : {
"Period" : [ {
"StartTime" : "...",
"EndTime" : "..."
}, {
"StartTime" : "...",
"EndTime" : "..."
} ],
"Timeband" : [ {
"StartTime" : "...",
"EndTime" : "..."
}, {
"StartTime" : "...",
"EndTime" : "..."
} ],
"DayType" : [ "wednesday", "weekends" ],
"HolidayType" : [ "religiousHoliday", "publicHoliday" ]
},
"FacilityLocation" : {
"LineRef" : {
"value" : "..."
},
"StopPointRef" : {
"value" : "..."
},
"VehicleRef" : {
"value" : "..."
},
"DatedVehicleJourneyRef" : {
"value" : "..."
},
"ConnectionLinkRef" : {
"value" : "..."
},
"InterchangeRef" : {
"value" : "..."
},
"StopPlaceRef" : {
"value" : "..."
},
"StopPlaceComponentId" : {
"value" : "..."
},
"OperatorRef" : {
"value" : "..."
},
"ProductCategoryRef" : {
"value" : "..."
},
"ServiceFeatureRef" : [ {
"value" : "..."
}, {
"value" : "..."
} ],
"VehicleFeatureRef" : [ {
"value" : "..."
}, {
"value" : "..."
} ]
},
"Limitations" : {
"WheelchairAccess" : {
"value" : "false"
},
"StepFreeAccess" : {
"value" : "false"
},
"EscalatorFreeAccess" : {
"value" : "unknown"
},
"LiftFreeAccess" : {
"value" : "true"
},
"AudibleSignalsAvailable" : {
"value" : "true"
},
"VisualSignsAvailable" : {
"value" : "false"
}
},
"Suitabilities" : {
"Suitability" : [ {
"Suitable" : "suitable",
"UserNeed" : { }
}, {
"Suitable" : "notSuitable",
"UserNeed" : { }
} ]
},
"AccessibilityAssessment" : {
"MobilityImpairedAccess" : true,
"Limitations" : {
"AccessibilityLimitation" : [ { }, { } ]
},
"Suitabilities" : {
"Suitability" : [ { }, { } ]
},
"Extensions" : {
"anies" : [ { }, { } ],
"otherAttributes" : {
"property1" : "...",
"property2" : "..."
}
}
},
"Extensions" : {
"any" : {
"tagName" : "...",
"schemaTypeInfo" : { },
"ownerDocument" : { },
"firstChild" : { },
"prefix" : "...",
"nextSibling" : { },
"parentNode" : { },
"nodeType" : 12345,
"nodeValue" : "...",
"nodeName" : "...",
"namespaceURI" : "...",
"childNodes" : { },
"baseURI" : "...",
"localName" : "...",
"attributes" : { },
"lastChild" : { },
"textContent" : "...",
"previousSibling" : { }
}
}
}