AffectedInterchangeStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
InterchangeRef InterchangeRef
InterchangeStopPointRef StopPointRef
InterchangeStopPointName NaturalLanguageStringStructure
ConnectingVehicleJourneyRef DatedVehicleJourneyRef
InterchangeStatusType InterchangeStatusEnumeration
ConnectionLink array of AffectedConnectionLinkStructure
Extensions Extensions

Example

{
  "InterchangeRef" : {
    "value" : "..."
  },
  "InterchangeStopPointRef" : {
    "value" : "..."
  },
  "InterchangeStopPointName" : {
    "value" : "...",
    "lang" : "..."
  },
  "ConnectingVehicleJourneyRef" : {
    "value" : "..."
  },
  "InterchangeStatusType" : "pti31_255",
  "ConnectionLink" : [ {
    "ConnectionLinkRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "ConnectionName" : {
      "value" : "...",
      "lang" : "..."
    },
    "LineRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "ConnectingStopPointRef" : {
      "value" : "..."
    },
    "ConnectingStopPointName" : {
      "value" : "...",
      "lang" : "..."
    },
    "ConnectingZoneRef" : {
      "value" : "..."
    },
    "AllLines" : { },
    "ConnectionDirection" : "from",
    "AffectedPathLink" : [ {
      "LinkRef" : [ "...", "..." ],
      "LinkName" : { },
      "AccessibilityFeature" : "unknown",
      "LinkDirection" : [ "...", "..." ],
      "LinkProjection" : { },
      "Offset" : { },
      "Extensions" : { }
    }, {
      "LinkRef" : [ "...", "..." ],
      "LinkName" : { },
      "AccessibilityFeature" : "narrowEntrance",
      "LinkDirection" : [ "...", "..." ],
      "LinkProjection" : { },
      "Offset" : { },
      "Extensions" : { }
    } ],
    "Extensions" : {
      "any" : { }
    }
  }, {
    "ConnectionLinkRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "ConnectionName" : {
      "value" : "...",
      "lang" : "..."
    },
    "LineRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "ConnectingStopPointRef" : {
      "value" : "..."
    },
    "ConnectingStopPointName" : {
      "value" : "...",
      "lang" : "..."
    },
    "ConnectingZoneRef" : {
      "value" : "..."
    },
    "AllLines" : { },
    "ConnectionDirection" : "both",
    "AffectedPathLink" : [ {
      "LinkRef" : [ "...", "..." ],
      "LinkName" : { },
      "AccessibilityFeature" : "none",
      "LinkDirection" : [ "...", "..." ],
      "LinkProjection" : { },
      "Offset" : { },
      "Extensions" : { }
    }, {
      "LinkRef" : [ "...", "..." ],
      "LinkName" : { },
      "AccessibilityFeature" : "escalator",
      "LinkDirection" : [ "...", "..." ],
      "LinkProjection" : { },
      "Offset" : { },
      "Extensions" : { }
    } ],
    "Extensions" : {
      "any" : { }
    }
  } ],
  "Extensions" : {
    "any" : {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }
  }
}