RouteDirectionStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
JourneyPatterns JourneyPatterns
Extensions Extensions
Properties inherited from DirectionStructure
DirectionRef DirectionRefStructure
DirectionName array of NaturalLanguageStringStructure

Example

{
  "JourneyPatterns" : {
    "JourneyPattern" : [ {
      "JourneyPatternRef" : { },
      "Name" : [ { }, { } ],
      "StopsInPattern" : { }
    }, {
      "JourneyPatternRef" : { },
      "Name" : [ { }, { } ],
      "StopsInPattern" : { }
    } ]
  },
  "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" : { }
    } ]
  },
  "DirectionRef" : {
    "value" : "..."
  },
  "DirectionName" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ]
}