| name | data type | description | 
|---|---|---|
| Direction | array of DirectionStructure | 
Example
{
  "Direction" : [ {
    "DirectionRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "DirectionName" : {
      "value" : "...",
      "lang" : "..."
    }
  }, {
    "DirectionRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "DirectionName" : {
      "value" : "...",
      "lang" : "..."
    }
  } ]
}