Itinerary Data Type

Implemented Interfaces
Serializable
Properties
name data type description
locationContainedInItinerary array of LocationContainedInItinerary
routeDestination array of Destination
itineraryExtension ExtensionType
Properties inherited from GroupOfLocations
groupOfLocationsExtension ExtensionType

Example

{
  "locationContainedInItinerary" : [ {
    "index" : 12345,
    "externalReferencing" : [ {
      "externalLocationCode" : "...",
      "externalReferencingSystem" : "...",
      "externalReferencingExtension" : { }
    }, {
      "externalLocationCode" : "...",
      "externalReferencingSystem" : "...",
      "externalReferencingExtension" : { }
    } ],
    "locationForDisplay" : {
      "latitude" : 12345.0,
      "longitude" : 12345.0,
      "pointCoordinatesExtension" : { }
    },
    "locationExtension" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "index" : 12345,
    "externalReferencing" : [ {
      "externalLocationCode" : "...",
      "externalReferencingSystem" : "...",
      "externalReferencingExtension" : { }
    }, {
      "externalLocationCode" : "...",
      "externalReferencingSystem" : "...",
      "externalReferencingExtension" : { }
    } ],
    "locationForDisplay" : {
      "latitude" : 12345.0,
      "longitude" : 12345.0,
      "pointCoordinatesExtension" : { }
    },
    "locationExtension" : {
      "anies" : [ { }, { } ]
    }
  } ],
  "routeDestination" : [ {
    "destinationExtension" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "destinationExtension" : {
      "anies" : [ { }, { } ]
    }
  } ],
  "itineraryExtension" : {
    "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" : { }
    } ]
  },
  "groupOfLocationsExtension" : {
    "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" : { }
    } ]
  }
}