| name | data type | description | 
|---|---|---|
| StopPointRef | StopPointRef | |
| PrivateRef | string | |
| StopPointName | NaturalLanguageStringStructure | |
| StopPointType | StopPointTypeEnumeration | |
| Location | LocationStructure | |
| AffectedModes | AffectedModesStructure | |
| PlaceRef | ZoneRefStructure | |
| PlaceName | NaturalLanguageStringStructure | |
| AccessibilityAssessment | AccessibilityAssessmentStructure | |
| ConnectionLinks | ConnectionLinks | |
| Extensions | Extensions | 
Example
{
  "StopPointRef" : {
    "value" : "..."
  },
  "PrivateRef" : "...",
  "StopPointName" : {
    "value" : "...",
    "lang" : "..."
  },
  "StopPointType" : "unknown",
  "Location" : {
    "Coordinates" : {
      "value" : [ "...", "..." ]
    },
    "Longitude" : 12345.0,
    "Latitude" : 12345.0,
    "Precision" : 12345,
    "id" : "...",
    "srsName" : "..."
  },
  "AffectedModes" : {
    "Mode" : [ {
      "VehicleMode" : "air",
      "WaterSubmode" : "pti7_13",
      "TramSubmode" : "unknown",
      "RailSubmode" : "pti2_255",
      "MetroSubmode" : "pti4_255",
      "CoachSubmode" : "specialCoachService",
      "BusSubmode" : "airportLinkBus",
      "AirSubmode" : "pti8_10",
      "AccessMode" : "foot"
    }, {
      "VehicleMode" : "coach",
      "WaterSubmode" : "pti7_9",
      "TramSubmode" : "regionalTram",
      "RailSubmode" : "specialTrainService",
      "MetroSubmode" : "tube",
      "CoachSubmode" : "pti3_9",
      "BusSubmode" : "sightseeingBus",
      "AirSubmode" : "internationalFlight",
      "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" : "both",
      "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" : { }
    }
  }
}