| name | data type | description | 
|---|---|---|
| RouteRef | RouteRefStructure | |
| Direction | array of Direction | |
| Sections | Sections | |
| RouteLinks | RouteLinks | |
| Extensions | Extensions | 
Example
{
  "RouteRef" : {
    "value" : "..."
  },
  "Direction" : [ {
    "DirectionRef" : {
      "value" : "..."
    },
    "DirectionName" : {
      "value" : "...",
      "lang" : "..."
    }
  }, {
    "DirectionRef" : {
      "value" : "..."
    },
    "DirectionName" : {
      "value" : "...",
      "lang" : "..."
    }
  } ],
  "Sections" : {
    "AffectedSection" : [ {
      "SectionRef" : { },
      "LinkProjection" : { },
      "Offset" : { },
      "Extensions" : { }
    }, {
      "SectionRef" : { },
      "LinkProjection" : { },
      "Offset" : { },
      "Extensions" : { }
    } ]
  },
  "RouteLinks" : {
    "RouteLinkRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ]
  },
  "Extensions" : {
    "any" : {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }
  }
}