| name | data type | description |
|---|---|---|
| FacilityCode | string | |
| Description | array of 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" : "..."
}, {
"value" : "...",
"lang" : "..."
} ],
"FacilityClass" : [ "reservedArea", "reservedArea" ],
"Features" : {
"Feature" : [ {
"TicketingFacility" : "internationalTickets",
"SanitaryFacility" : "pti23_23",
"RetailFacility" : "recreationTravel",
"ReservedSpaceFacility" : "hall",
"RefreshmentFacility" : "beverageVendingMachine",
"PassengerInformationFacility" : "lostFound",
"PassengerCommsFacility" : "pti23_25",
"ParkingFacility" : "motorcyclePark",
"NuisanceFacility" : "unknown",
"MobilityFacility" : "audioForHearingImpaired",
"LuggageFacility" : "leftLuggage",
"HireFacility" : "carHire",
"FareClassFacility" : "businessClass",
"AssistanceFacility" : "unaccompaniedMinorAssistance",
"AccommodationFacility" : "pti23_12",
"AccessFacility" : "travelator"
}, {
"TicketingFacility" : "unknown",
"SanitaryFacility" : "babyChange",
"RetailFacility" : "photoBooth",
"ReservedSpaceFacility" : "groupPoint",
"RefreshmentFacility" : "bistro",
"PassengerInformationFacility" : "visualInformation",
"PassengerCommsFacility" : "telephone",
"ParkingFacility" : "cyclePark",
"NuisanceFacility" : "mobilePhoneUseZone",
"MobilityFacility" : "audioInformation",
"LuggageFacility" : "baggageStorage",
"HireFacility" : "unknown",
"FareClassFacility" : "pti23_10",
"AssistanceFacility" : "unknown",
"AccommodationFacility" : "sleeper",
"AccessFacility" : "unknown"
} ]
},
"OwnerRef" : {
"value" : "..."
},
"OwnerName" : {
"value" : "...",
"lang" : "..."
},
"ValidityCondition" : {
"Period" : [ {
"StartTime" : "...",
"EndTime" : "...",
"EndTimeStatus" : "undefined"
}, {
"StartTime" : "...",
"EndTime" : "...",
"EndTimeStatus" : "longTerm"
} ],
"Timeband" : [ {
"StartTime" : "...",
"EndTime" : "..."
}, {
"StartTime" : "...",
"EndTime" : "..."
} ],
"DayType" : [ "unknown", "weekends" ],
"HolidayType" : [ "undefinedDayType", "federalHoliday" ]
},
"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" : "true"
},
"StepFreeAccess" : {
"value" : "false"
},
"EscalatorFreeAccess" : {
"value" : "false"
},
"LiftFreeAccess" : {
"value" : "true"
},
"AudibleSignalsAvailable" : {
"value" : "true"
},
"VisualSignsAvailable" : {
"value" : "false"
}
},
"Suitabilities" : {
"Suitability" : [ {
"Suitable" : "notSuitable",
"UserNeed" : { }
}, {
"Suitable" : "suitable",
"UserNeed" : { }
} ]
},
"AccessibilityAssessment" : {
"MobilityImpairedAccess" : true,
"Limitations" : {
"AccessibilityLimitation" : [ { }, { } ]
},
"Suitabilities" : {
"Suitability" : [ { }, { } ]
},
"Extensions" : {
"anies" : [ { }, { } ],
"otherAttributes" : {
"property1" : "...",
"property2" : "..."
}
}
},
"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" : { }
} ]
}
}