Directions Data Type

Implemented Interfaces
Serializable
Properties
name data type description
Direction array of Direction

Example

{
  "Direction" : [ {
    "DirectionRef" : {
      "value" : "..."
    },
    "DirectionName" : {
      "value" : "...",
      "lang" : "..."
    }
  }, {
    "DirectionRef" : {
      "value" : "..."
    },
    "DirectionName" : {
      "value" : "...",
      "lang" : "..."
    }
  } ]
}