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