AffectedStopPointStructure Data Type

Subtypes
AffectedCallStructure
Implemented Interfaces
Serializable
Properties
name data type description
StopPointRef StopPointRef
PrivateRef string
StopPointName array of NaturalLanguageStringStructure
StopPointType StopPointTypeEnumeration
Location LocationStructure
AffectedModes AffectedModesStructure
PlaceRef ZoneRefStructure
PlaceName array of NaturalLanguageStringStructure
AccessibilityAssessment AccessibilityAssessmentStructure
StopCondition array of RoutePointTypeEnumeration
ConnectionLinks ConnectionLinks
Extensions Extensions

Example

{
  "StopPointRef" : {
    "value" : "..."
  },
  "PrivateRef" : "...",
  "StopPointName" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "StopPointType" : "platformNumber",
  "Location" : {
    "Coordinates" : {
      "value" : [ "...", "..." ]
    },
    "Longitude" : 12345.0,
    "Latitude" : 12345.0,
    "Precision" : 12345,
    "id" : "...",
    "srsName" : "..."
  },
  "AffectedModes" : {
    "Mode" : [ {
      "VehicleMode" : "tram",
      "WaterSubmode" : "highSpeedVehicleService",
      "TramSubmode" : "pti6_1",
      "RailSubmode" : "touristRailway",
      "MetroSubmode" : "undefined",
      "CoachSubmode" : "pti3_7",
      "BusSubmode" : "pti5_12",
      "AirSubmode" : "pti8_0",
      "AccessMode" : "car"
    }, {
      "VehicleMode" : "unknown",
      "WaterSubmode" : "pti7_21",
      "TramSubmode" : "allTramServices",
      "RailSubmode" : "pti2_12",
      "MetroSubmode" : "urbanRailway",
      "CoachSubmode" : "commuterCoachService",
      "BusSubmode" : "pti5_13",
      "AirSubmode" : "pti8_2",
      "AccessMode" : "car"
    } ],
    "AllModes" : "..."
  },
  "PlaceRef" : {
    "value" : "..."
  },
  "PlaceName" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "AccessibilityAssessment" : {
    "MobilityImpairedAccess" : true,
    "Limitations" : {
      "AccessibilityLimitation" : [ { }, { } ]
    },
    "Suitabilities" : {
      "Suitability" : [ { }, { } ]
    },
    "Extensions" : {
      "anies" : [ { }, { } ],
      "otherAttributes" : {
        "property1" : "...",
        "property2" : "..."
      }
    }
  },
  "StopCondition" : [ "temporaryStop", "rearTrainDestination" ],
  "ConnectionLinks" : {
    "AffectedConnectionLink" : [ {
      "ConnectionLinkRef" : [ { }, { } ],
      "ConnectionName" : { },
      "LineRef" : { },
      "PublishedLineName" : { },
      "ConnectingStopPointRef" : { },
      "ConnectingStopPointName" : [ { }, { } ],
      "ConnectingZoneRef" : { },
      "AllLines" : "...",
      "ConnectionDirection" : "from",
      "AffectedPathLink" : [ { }, { } ],
      "Extensions" : { }
    }, {
      "ConnectionLinkRef" : [ { }, { } ],
      "ConnectionName" : { },
      "LineRef" : { },
      "PublishedLineName" : { },
      "ConnectingStopPointRef" : { },
      "ConnectingStopPointName" : [ { }, { } ],
      "ConnectingZoneRef" : { },
      "AllLines" : "...",
      "ConnectionDirection" : "from",
      "AffectedPathLink" : [ { }, { } ],
      "Extensions" : { }
    } ]
  },
  "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" : { }
    } ]
  }
}