| name | data type | description | 
|---|---|---|
| ConnectionLinkRef | array of ConnectionLinkRef | |
| ConnectionName | NaturalLanguageStringStructure | |
| LineRef | array of LineRef | |
| ConnectingStopPointRef | StopPointRef | |
| ConnectingStopPointName | NaturalLanguageStringStructure | |
| ConnectingZoneRef | ZoneRefStructure | |
| AllLines | object | |
| ConnectionDirection | ConnectionDirectionEnumeration | |
| AffectedPathLink | array of AffectedPathLinkStructure | |
| Extensions | Extensions | 
Example
{
  "ConnectionLinkRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "ConnectionName" : {
    "value" : "...",
    "lang" : "..."
  },
  "LineRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "ConnectingStopPointRef" : {
    "value" : "..."
  },
  "ConnectingStopPointName" : {
    "value" : "...",
    "lang" : "..."
  },
  "ConnectingZoneRef" : {
    "value" : "..."
  },
  "AllLines" : { },
  "ConnectionDirection" : "to",
  "AffectedPathLink" : [ {
    "LinkRef" : [ "...", "..." ],
    "LinkName" : {
      "value" : "...",
      "lang" : "..."
    },
    "AccessibilityFeature" : "shuttle",
    "LinkDirection" : [ "...", "..." ],
    "LinkProjection" : {
      "Line" : { },
      "Features" : { }
    },
    "Offset" : {
      "DistanceFromStart" : 12345,
      "DistanceFromEnd" : 12345
    },
    "Extensions" : {
      "any" : { }
    }
  }, {
    "LinkRef" : [ "...", "..." ],
    "LinkName" : {
      "value" : "...",
      "lang" : "..."
    },
    "AccessibilityFeature" : "seriesOfStairs",
    "LinkDirection" : [ "...", "..." ],
    "LinkProjection" : {
      "Line" : { },
      "Features" : { }
    },
    "Offset" : {
      "DistanceFromStart" : 12345,
      "DistanceFromEnd" : 12345
    },
    "Extensions" : {
      "any" : { }
    }
  } ],
  "Extensions" : {
    "any" : {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }
  }
}