AffectedCallStructure Data Type

Implemented Interfaces
Serializable
Properties
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" : "pti15_3",
  "VehicleAtStop" : true,
  "VehicleLocationAtStop" : {
    "Coordinates" : {
      "value" : [ "...", "..." ]
    },
    "Longitude" : 12345.0,
    "Latitude" : 12345.0,
    "Precision" : 12345,
    "id" : "...",
    "srsName" : "..."
  },
  "AimedArrivalTime" : "...",
  "ExpectedArrivalTime" : "...",
  "ActualArrivalTime" : "...",
  "ArrivalStatus" : "early",
  "ArrivalPlatformName" : {
    "value" : "...",
    "lang" : "..."
  },
  "ArrivalBoardingActivity" : "alighting",
  "AimedDepartureTime" : "...",
  "ExpectedDepartureTime" : "...",
  "ActualDepartureTime" : "...",
  "DepartureStatus" : "noReport",
  "DeparturePlatformName" : {
    "value" : "...",
    "lang" : "..."
  },
  "DepartureBoardingActivity" : "boarding",
  "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" : "pti31_4",
    "ConnectionLink" : [ {
      "ConnectionLinkRef" : [ { }, { } ],
      "ConnectionName" : { },
      "LineRef" : [ { }, { } ],
      "ConnectingStopPointRef" : { },
      "ConnectingStopPointName" : { },
      "ConnectingZoneRef" : { },
      "AllLines" : { },
      "ConnectionDirection" : "both",
      "AffectedPathLink" : [ { }, { } ],
      "Extensions" : { }
    }, {
      "ConnectionLinkRef" : [ { }, { } ],
      "ConnectionName" : { },
      "LineRef" : [ { }, { } ],
      "ConnectingStopPointRef" : { },
      "ConnectingStopPointName" : { },
      "ConnectingZoneRef" : { },
      "AllLines" : { },
      "ConnectionDirection" : "both",
      "AffectedPathLink" : [ { }, { } ],
      "Extensions" : { }
    } ],
    "Extensions" : {
      "any" : { }
    }
  }, {
    "InterchangeRef" : {
      "value" : "..."
    },
    "InterchangeStopPointRef" : {
      "value" : "..."
    },
    "InterchangeStopPointName" : {
      "value" : "...",
      "lang" : "..."
    },
    "ConnectingVehicleJourneyRef" : {
      "value" : "..."
    },
    "InterchangeStatusType" : "pti31_5",
    "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" : "pti17_3",
  "Location" : {
    "Coordinates" : {
      "value" : [ "...", "..." ]
    },
    "Longitude" : 12345.0,
    "Latitude" : 12345.0,
    "Precision" : 12345,
    "id" : "...",
    "srsName" : "..."
  },
  "AffectedModes" : {
    "Mode" : [ {
      "VehicleMode" : "waterTransport",
      "WaterSubmode" : "pti7_20",
      "TramSubmode" : "pti6_6",
      "RailSubmode" : "loc13_5",
      "MetroSubmode" : "allRailServices",
      "CoachSubmode" : "pti3_3",
      "BusSubmode" : "loc10_4",
      "AirSubmode" : "internationalCharterFlight",
      "AccessMode" : "bicycle"
    }, {
      "VehicleMode" : "unknown",
      "WaterSubmode" : "sightseeingService",
      "TramSubmode" : "pti6_2",
      "RailSubmode" : "pti2_13",
      "MetroSubmode" : "unknown",
      "CoachSubmode" : "pti3_6",
      "BusSubmode" : "loc10_8",
      "AirSubmode" : "pti8_8",
      "AccessMode" : "car"
    } ],
    "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" : "to",
      "AffectedPathLink" : [ { }, { } ],
      "Extensions" : { }
    }, {
      "ConnectionLinkRef" : [ { }, { } ],
      "ConnectionName" : { },
      "LineRef" : [ { }, { } ],
      "ConnectingStopPointRef" : { },
      "ConnectingStopPointName" : { },
      "ConnectingZoneRef" : { },
      "AllLines" : { },
      "ConnectionDirection" : "from",
      "AffectedPathLink" : [ { }, { } ],
      "Extensions" : { }
    } ]
  },
  "Extensions" : {
    "any" : {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }
  }
}