| name | data type | description | 
|---|---|---|
| EquipmentRef | EquipmentRefStructure | |
| Description | NaturalLanguageStringStructure | |
| EquipmentTypeRef | EquipmentTypeRefStructure | |
| ValidityPeriod | HalfOpenTimestampRangeStructure | |
| EquipmentStatus | EquipmentStatusEnumeration | |
| EquipmentFeatures | EquipmentFeatures | |
| Extensions | Extensions | 
Example
{
  "EquipmentRef" : {
    "value" : "..."
  },
  "Description" : {
    "value" : "...",
    "lang" : "..."
  },
  "EquipmentTypeRef" : {
    "value" : "..."
  },
  "ValidityPeriod" : {
    "StartTime" : "...",
    "EndTime" : "..."
  },
  "EquipmentStatus" : "available",
  "EquipmentFeatures" : {
    "FeatureRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ]
  },
  "Extensions" : {
    "any" : {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }
  }
}