| name | data type | description |
|---|---|---|
| StopPlaceRef | StopPlaceRef | |
| PlaceName | array of NaturalLanguageStringStructure | |
| StopPlaceType | StopPlaceTypeEnumeration | |
| AffectedFacilities | AffectedFacilities | |
| AffectedComponents | AffectedComponents | |
| AffectedNavigationPaths | ||
| Extensions | Extensions | |
Properties inherited from AffectedStopPlaceElementStructure |
||
| AccessibilityAssessment | AccessibilityAssessmentStructure | |
Example
{
"StopPlaceRef" : {
"value" : "..."
},
"PlaceName" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ],
"StopPlaceType" : "airport",
"AffectedFacilities" : {
"AffectedFacility" : [ {
"FacilityRef" : { },
"StartStopPointRef" : { },
"EndStopPointRef" : { },
"FacilityName" : [ { }, { } ],
"FacilityStatus" : [ "unknown", "partiallyAvailable" ],
"Extensions" : [ { }, { } ]
}, {
"FacilityRef" : { },
"StartStopPointRef" : { },
"EndStopPointRef" : { },
"FacilityName" : [ { }, { } ],
"FacilityStatus" : [ "removed", "available" ],
"Extensions" : [ { }, { } ]
} ]
},
"AffectedComponents" : {
"AffectedComponent" : [ {
"ComponentRef" : { },
"ComponentName" : [ { }, { } ],
"ComponentType" : "boardingPosition",
"PointProjection" : { },
"LinkProjection" : { },
"ZoneProjection" : { },
"Offset" : { },
"AccessFeatureType" : "other",
"AffectedFacilities" : { },
"Extensions" : { },
"AccessibilityAssessment" : { }
}, {
"ComponentRef" : { },
"ComponentName" : [ { }, { } ],
"ComponentType" : "accessSpace",
"PointProjection" : { },
"LinkProjection" : { },
"ZoneProjection" : { },
"Offset" : { },
"AccessFeatureType" : "stairs",
"AffectedFacilities" : { },
"Extensions" : { },
"AccessibilityAssessment" : { }
} ]
},
"AffectedNavigationPaths" : {
"NavigationPathRef" : [ {
"value" : "..."
}, {
"value" : "..."
} ]
},
"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" : { }
} ]
},
"AccessibilityAssessment" : {
"MobilityImpairedAccess" : true,
"Limitations" : {
"AccessibilityLimitation" : [ { }, { } ]
},
"Suitabilities" : {
"Suitability" : [ { }, { } ]
},
"Extensions" : {
"anies" : [ { }, { } ],
"otherAttributes" : {
"property1" : "...",
"property2" : "..."
}
}
}
}