| name | data type | description | 
|---|---|---|
| Order | number | |
| OnwardLinkShape | LineShapeStructure | |
| LinkProjectionToNextStopPoint | LinkProjection | |
| Extensions | Extensions | |
Properties inherited from AnnotatedStopPointStructure | 
        ||
| StopPointRef | StopPointRef | |
| TimingPoint | boolean | |
| Monitored | boolean | |
| StopName | array of NaturalLanguageStringStructure | |
| StopAreaRef | StopAreaRefStructure | |
| Features | Features | |
| Lines | Lines | |
| Location | LocationStructure | |
| Url | string | |
Example
{
  "Order" : 12345,
  "OnwardLinkShape" : {
    "Point" : [ {
      "Coordinates" : { },
      "Longitude" : 12345.0,
      "Latitude" : 12345.0,
      "Precision" : 12345,
      "id" : "...",
      "srsName" : "..."
    }, {
      "Coordinates" : { },
      "Longitude" : 12345.0,
      "Latitude" : 12345.0,
      "Precision" : 12345,
      "id" : "...",
      "srsName" : "..."
    } ]
  },
  "LinkProjectionToNextStopPoint" : {
    "Line" : {
      "PointProjection" : [ { }, { } ]
    },
    "Features" : {
      "GisFeatureRef" : [ { }, { } ]
    }
  },
  "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" : { }
    } ]
  },
  "StopPointRef" : {
    "value" : "..."
  },
  "TimingPoint" : true,
  "Monitored" : true,
  "StopName" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "StopAreaRef" : {
    "value" : "..."
  },
  "Features" : {
    "serviceFeaturesAndServiceFeatureReves" : [ {
      "ServiceFeature" : {
        "ServiceFeatureCode" : "...",
        "Name" : [ { }, { } ],
        "Icon" : "..."
      }
    }, {
      "ServiceFeatureRef" : {
        "value" : "..."
      }
    } ]
  },
  "Lines" : {
    "lineRevesAndLineDirections" : [ {
      "LineRef" : {
        "value" : "..."
      }
    }, {
      "LineDirection" : {
        "LineRef" : { },
        "DirectionRef" : { }
      }
    } ]
  },
  "Location" : {
    "Coordinates" : {
      "value" : [ "...", "..." ]
    },
    "Longitude" : 12345.0,
    "Latitude" : 12345.0,
    "Precision" : 12345,
    "id" : "...",
    "srsName" : "..."
  },
  "Url" : "..."
}