| name | data type | description | 
|---|---|---|
| Order | number | |
| CallCondition | RoutePointTypeEnumeration | |
| VehicleAtStop | boolean | |
| VehicleLocationAtStop | LocationStructure | |
| AimedArrivalTime | string | |
| ExpectedArrivalTime | string | |
| ActualArrivalTime | string | |
| ArrivalStatus | CallStatusEnumeration | |
| ArrivalPlatformName | NaturalLanguageStringStructure | |
| ArrivalBoardingActivity | ArrivalBoardingActivityEnumeration | |
| AimedDepartureTime | string | |
| ExpectedDepartureTime | string | |
| ActualDepartureTime | string | |
| DepartureStatus | CallStatusEnumeration | |
| DeparturePlatformName | NaturalLanguageStringStructure | |
| DepartureBoardingActivity | DepartureBoardingActivityEnumeration | |
| AimedHeadwayInterval | Duration | |
| ExpectedHeadwayInterval | Duration | |
| AffectedInterchange | array of AffectedInterchangeStructure | |
Properties inherited from AffectedStopPointStructure | 
        ||
| StopPointRef | StopPointRef | |
| PrivateRef | string | |
| StopPointName | NaturalLanguageStringStructure | |
| StopPointType | StopPointTypeEnumeration | |
| Location | LocationStructure | |
| AffectedModes | AffectedModesStructure | |
| PlaceRef | ZoneRefStructure | |
| PlaceName | NaturalLanguageStringStructure | |
| AccessibilityAssessment | AccessibilityAssessmentStructure | |
| ConnectionLinks | ConnectionLinks | |
| Extensions | Extensions | |
Example
{
  "Order" : 12345,
  "CallCondition" : "alteredDestination",
  "VehicleAtStop" : true,
  "VehicleLocationAtStop" : {
    "Coordinates" : {
      "value" : [ "...", "..." ]
    },
    "Longitude" : 12345.0,
    "Latitude" : 12345.0,
    "Precision" : 12345,
    "id" : "...",
    "srsName" : "..."
  },
  "AimedArrivalTime" : "...",
  "ExpectedArrivalTime" : "...",
  "ActualArrivalTime" : "...",
  "ArrivalStatus" : "early",
  "ArrivalPlatformName" : {
    "value" : "...",
    "lang" : "..."
  },
  "ArrivalBoardingActivity" : "noAlighting",
  "AimedDepartureTime" : "...",
  "ExpectedDepartureTime" : "...",
  "ActualDepartureTime" : "...",
  "DepartureStatus" : "cancelled",
  "DeparturePlatformName" : {
    "value" : "...",
    "lang" : "..."
  },
  "DepartureBoardingActivity" : "noBoarding",
  "AimedHeadwayInterval" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "ExpectedHeadwayInterval" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "AffectedInterchange" : [ {
    "InterchangeRef" : {
      "value" : "..."
    },
    "InterchangeStopPointRef" : {
      "value" : "..."
    },
    "InterchangeStopPointName" : {
      "value" : "...",
      "lang" : "..."
    },
    "ConnectingVehicleJourneyRef" : {
      "value" : "..."
    },
    "InterchangeStatusType" : "connection",
    "ConnectionLink" : [ {
      "ConnectionLinkRef" : [ { }, { } ],
      "ConnectionName" : { },
      "LineRef" : [ { }, { } ],
      "ConnectingStopPointRef" : { },
      "ConnectingStopPointName" : { },
      "ConnectingZoneRef" : { },
      "AllLines" : { },
      "ConnectionDirection" : "both",
      "AffectedPathLink" : [ { }, { } ],
      "Extensions" : { }
    }, {
      "ConnectionLinkRef" : [ { }, { } ],
      "ConnectionName" : { },
      "LineRef" : [ { }, { } ],
      "ConnectingStopPointRef" : { },
      "ConnectingStopPointName" : { },
      "ConnectingZoneRef" : { },
      "AllLines" : { },
      "ConnectionDirection" : "to",
      "AffectedPathLink" : [ { }, { } ],
      "Extensions" : { }
    } ],
    "Extensions" : {
      "any" : { }
    }
  }, {
    "InterchangeRef" : {
      "value" : "..."
    },
    "InterchangeStopPointRef" : {
      "value" : "..."
    },
    "InterchangeStopPointName" : {
      "value" : "...",
      "lang" : "..."
    },
    "ConnectingVehicleJourneyRef" : {
      "value" : "..."
    },
    "InterchangeStatusType" : "pti31_6",
    "ConnectionLink" : [ {
      "ConnectionLinkRef" : [ { }, { } ],
      "ConnectionName" : { },
      "LineRef" : [ { }, { } ],
      "ConnectingStopPointRef" : { },
      "ConnectingStopPointName" : { },
      "ConnectingZoneRef" : { },
      "AllLines" : { },
      "ConnectionDirection" : "from",
      "AffectedPathLink" : [ { }, { } ],
      "Extensions" : { }
    }, {
      "ConnectionLinkRef" : [ { }, { } ],
      "ConnectionName" : { },
      "LineRef" : [ { }, { } ],
      "ConnectingStopPointRef" : { },
      "ConnectingStopPointName" : { },
      "ConnectingZoneRef" : { },
      "AllLines" : { },
      "ConnectionDirection" : "to",
      "AffectedPathLink" : [ { }, { } ],
      "Extensions" : { }
    } ],
    "Extensions" : {
      "any" : { }
    }
  } ],
  "StopPointRef" : {
    "value" : "..."
  },
  "PrivateRef" : "...",
  "StopPointName" : {
    "value" : "...",
    "lang" : "..."
  },
  "StopPointType" : "busStop",
  "Location" : {
    "Coordinates" : {
      "value" : [ "...", "..." ]
    },
    "Longitude" : 12345.0,
    "Latitude" : 12345.0,
    "Precision" : 12345,
    "id" : "...",
    "srsName" : "..."
  },
  "AffectedModes" : {
    "Mode" : [ {
      "VehicleMode" : "pti1_5",
      "WaterSubmode" : "pti7_9",
      "TramSubmode" : "pti6_5",
      "RailSubmode" : "loc13_3",
      "MetroSubmode" : "pti4_255",
      "CoachSubmode" : "pti3_7",
      "BusSubmode" : "pti5_13",
      "AirSubmode" : "loc15_2",
      "AccessMode" : "foot"
    }, {
      "VehicleMode" : "pti1_14",
      "WaterSubmode" : "pti7_15",
      "TramSubmode" : "loc12_2",
      "RailSubmode" : "suburbanRailway",
      "MetroSubmode" : "tube",
      "CoachSubmode" : "commuterCoachService",
      "BusSubmode" : "pti5_1",
      "AirSubmode" : "internationalCharterFlight",
      "AccessMode" : "shuttle"
    } ],
    "AllModes" : "..."
  },
  "PlaceRef" : {
    "value" : "..."
  },
  "PlaceName" : {
    "value" : "...",
    "lang" : "..."
  },
  "AccessibilityAssessment" : {
    "MobilityImpairedAccess" : true,
    "Limitations" : {
      "AccessibilityLimitation" : [ { }, { } ]
    },
    "Suitabilities" : {
      "Suitability" : [ { }, { } ]
    },
    "Extensions" : {
      "anies" : [ { }, { } ],
      "otherAttributes" : {
        "property1" : "...",
        "property2" : "..."
      }
    }
  },
  "ConnectionLinks" : {
    "AffectedConnectionLink" : [ {
      "ConnectionLinkRef" : [ { }, { } ],
      "ConnectionName" : { },
      "LineRef" : [ { }, { } ],
      "ConnectingStopPointRef" : { },
      "ConnectingStopPointName" : { },
      "ConnectingZoneRef" : { },
      "AllLines" : { },
      "ConnectionDirection" : "from",
      "AffectedPathLink" : [ { }, { } ],
      "Extensions" : { }
    }, {
      "ConnectionLinkRef" : [ { }, { } ],
      "ConnectionName" : { },
      "LineRef" : [ { }, { } ],
      "ConnectingStopPointRef" : { },
      "ConnectingStopPointName" : { },
      "ConnectingZoneRef" : { },
      "AllLines" : { },
      "ConnectionDirection" : "to",
      "AffectedPathLink" : [ { }, { } ],
      "Extensions" : { }
    } ]
  },
  "Extensions" : {
    "any" : {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }
  }
}