| name | data type | description |
|---|---|---|
| ConnectionLinkRef | array of ConnectionLinkRef | |
| ConnectionName | NaturalLanguageStringStructure | |
| LineRef | LineRef | |
| PublishedLineName | NaturalLanguageStringStructure | |
| ConnectingStopPointRef | StopPointRef | |
| ConnectingStopPointName | array of NaturalLanguageStringStructure | |
| ConnectingZoneRef | ZoneRefStructure | |
| AllLines | string | |
| ConnectionDirection | ConnectionDirectionEnumeration | |
| AffectedPathLink | array of AffectedPathLinkStructure | |
| Extensions | Extensions |
Example
{
"ConnectionLinkRef" : [ {
"value" : "..."
}, {
"value" : "..."
} ],
"ConnectionName" : {
"value" : "...",
"lang" : "..."
},
"LineRef" : {
"value" : "..."
},
"PublishedLineName" : {
"value" : "...",
"lang" : "..."
},
"ConnectingStopPointRef" : {
"value" : "..."
},
"ConnectingStopPointName" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ],
"ConnectingZoneRef" : {
"value" : "..."
},
"AllLines" : "...",
"ConnectionDirection" : "from",
"AffectedPathLink" : [ {
"LinkRef" : [ "...", "..." ],
"LinkName" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ],
"AccessibilityFeature" : "ramp",
"LinkDirection" : [ "...", "..." ],
"LinkProjection" : {
"Line" : { },
"Features" : { }
},
"Offset" : {
"DistanceFromStart" : 12345,
"DistanceFromEnd" : 12345
},
"Extensions" : {
"anies" : [ { }, { } ]
}
}, {
"LinkRef" : [ "...", "..." ],
"LinkName" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ],
"AccessibilityFeature" : "narrowEntrance",
"LinkDirection" : [ "...", "..." ],
"LinkProjection" : {
"Line" : { },
"Features" : { }
},
"Offset" : {
"DistanceFromStart" : 12345,
"DistanceFromEnd" : 12345
},
"Extensions" : {
"anies" : [ { }, { } ]
}
} ],
"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" : { }
} ]
}
}