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