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