Routes Data Type

Implemented Interfaces
Serializable
Properties
name data type description
AffectedRoute array of AffectedRouteStructure

Example

{
  "AffectedRoute" : [ {
    "RouteRef" : {
      "value" : "..."
    },
    "Direction" : [ {
      "DirectionRef" : { },
      "DirectionName" : { }
    }, {
      "DirectionRef" : { },
      "DirectionName" : { }
    } ],
    "Sections" : {
      "AffectedSection" : [ { }, { } ]
    },
    "RouteLinks" : {
      "RouteLinkRef" : [ { }, { } ]
    },
    "Extensions" : {
      "any" : { }
    }
  }, {
    "RouteRef" : {
      "value" : "..."
    },
    "Direction" : [ {
      "DirectionRef" : { },
      "DirectionName" : { }
    }, {
      "DirectionRef" : { },
      "DirectionName" : { }
    } ],
    "Sections" : {
      "AffectedSection" : [ { }, { } ]
    },
    "RouteLinks" : {
      "RouteLinkRef" : [ { }, { } ]
    },
    "Extensions" : {
      "any" : { }
    }
  } ]
}