| name | data type | description | 
|---|---|---|
| ServiceFeature | array of ServiceFeature | |
| ServiceFeatureRef | array of ServiceFeatureRef | 
Example
{
  "ServiceFeature" : [ {
    "ServiceFeatureCode" : "...",
    "Name" : {
      "value" : "...",
      "lang" : "..."
    },
    "Icon" : "..."
  }, {
    "ServiceFeatureCode" : "...",
    "Name" : {
      "value" : "...",
      "lang" : "..."
    },
    "Icon" : "..."
  } ],
  "ServiceFeatureRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ]
}