name | data type | description |
---|---|---|
AffectedStopPlace | array of AffectedStopPlaceStructure |
Example
{ "AffectedStopPlace" : [ { "StopPlaceRef" : { "value" : "..." }, "PlaceName" : { "value" : "...", "lang" : "..." }, "StopPlaceType" : "ferryStop", "AffectedComponents" : { "AffectedComponent" : [ { }, { } ] }, "AffectedNavigationPaths" : { "NavigationPathRef" : [ { }, { } ] }, "Extensions" : { "any" : { } }, "AccessibilityAssessment" : { "MobilityImpairedAccess" : true, "Limitations" : { }, "Suitabilities" : { }, "Extensions" : { } } }, { "StopPlaceRef" : { "value" : "..." }, "PlaceName" : { "value" : "...", "lang" : "..." }, "StopPlaceType" : "busStation", "AffectedComponents" : { "AffectedComponent" : [ { }, { } ] }, "AffectedNavigationPaths" : { "NavigationPathRef" : [ { }, { } ] }, "Extensions" : { "any" : { } }, "AccessibilityAssessment" : { "MobilityImpairedAccess" : true, "Limitations" : { }, "Suitabilities" : { }, "Extensions" : { } } } ] }