| name | data type | description |
|---|---|---|
| AffectedOperator | array of AffectedOperatorStructure | |
| LineRef | array of LineRef | |
| Destinations | array of AffectedStopPointStructure | |
| Direction | array of Direction | |
| Routes | Routes | |
| Sections | Sections | |
| Extensions | Extensions |
Example
{
"AffectedOperator" : [ {
"OperatorRef" : {
"value" : "..."
},
"OperatorName" : {
"value" : "...",
"lang" : "..."
},
"OperatorShortName" : {
"value" : "...",
"lang" : "..."
},
"OperationalUnitRef" : [ {
"value" : "..."
}, {
"value" : "..."
} ],
"Extensions" : {
"any" : { }
}
}, {
"OperatorRef" : {
"value" : "..."
},
"OperatorName" : {
"value" : "...",
"lang" : "..."
},
"OperatorShortName" : {
"value" : "...",
"lang" : "..."
},
"OperationalUnitRef" : [ {
"value" : "..."
}, {
"value" : "..."
} ],
"Extensions" : {
"any" : { }
}
} ],
"LineRef" : [ {
"value" : "..."
}, {
"value" : "..."
} ],
"Destinations" : [ {
"StopPointRef" : {
"value" : "..."
},
"PrivateRef" : "...",
"StopPointName" : {
"value" : "...",
"lang" : "..."
},
"StopPointType" : "unknown",
"Location" : {
"Coordinates" : { },
"Longitude" : 12345.0,
"Latitude" : 12345.0,
"Precision" : 12345,
"id" : "...",
"srsName" : "..."
},
"AffectedModes" : {
"Mode" : [ { }, { } ],
"AllModes" : "..."
},
"PlaceRef" : {
"value" : "..."
},
"PlaceName" : {
"value" : "...",
"lang" : "..."
},
"AccessibilityAssessment" : {
"MobilityImpairedAccess" : true,
"Limitations" : { },
"Suitabilities" : { },
"Extensions" : { }
},
"ConnectionLinks" : {
"AffectedConnectionLink" : [ { }, { } ]
},
"Extensions" : {
"any" : { }
}
}, {
"StopPointRef" : {
"value" : "..."
},
"PrivateRef" : "...",
"StopPointName" : {
"value" : "...",
"lang" : "..."
},
"StopPointType" : "pti17_2",
"Location" : {
"Coordinates" : { },
"Longitude" : 12345.0,
"Latitude" : 12345.0,
"Precision" : 12345,
"id" : "...",
"srsName" : "..."
},
"AffectedModes" : {
"Mode" : [ { }, { } ],
"AllModes" : "..."
},
"PlaceRef" : {
"value" : "..."
},
"PlaceName" : {
"value" : "...",
"lang" : "..."
},
"AccessibilityAssessment" : {
"MobilityImpairedAccess" : true,
"Limitations" : { },
"Suitabilities" : { },
"Extensions" : { }
},
"ConnectionLinks" : {
"AffectedConnectionLink" : [ { }, { } ]
},
"Extensions" : {
"any" : { }
}
} ],
"Direction" : [ {
"DirectionRef" : {
"value" : "..."
},
"DirectionName" : {
"value" : "...",
"lang" : "..."
}
}, {
"DirectionRef" : {
"value" : "..."
},
"DirectionName" : {
"value" : "...",
"lang" : "..."
}
} ],
"Routes" : {
"AffectedRoute" : [ {
"RouteRef" : { },
"Direction" : [ { }, { } ],
"Sections" : { },
"RouteLinks" : { },
"Extensions" : { }
}, {
"RouteRef" : { },
"Direction" : [ { }, { } ],
"Sections" : { },
"RouteLinks" : { },
"Extensions" : { }
} ]
},
"Sections" : {
"AffectedSection" : [ {
"SectionRef" : { },
"LinkProjection" : { },
"Offset" : { },
"Extensions" : { }
}, {
"SectionRef" : { },
"LinkProjection" : { },
"Offset" : { },
"Extensions" : { }
} ]
},
"Extensions" : {
"any" : {
"tagName" : "...",
"schemaTypeInfo" : { },
"ownerDocument" : { },
"firstChild" : { },
"prefix" : "...",
"nextSibling" : { },
"parentNode" : { },
"nodeType" : 12345,
"nodeValue" : "...",
"nodeName" : "...",
"namespaceURI" : "...",
"childNodes" : { },
"baseURI" : "...",
"localName" : "...",
"attributes" : { },
"lastChild" : { },
"textContent" : "...",
"previousSibling" : { }
}
}
}