| name | data type | description |
|---|---|---|
| EquipmentRef | EquipmentRefStructure | |
| Description | NaturalLanguageStringStructure | |
| EquipmentStatus | EquipmentStatusEnumeration | |
| ValidityPeriod | HalfOpenTimestampRangeStructure | |
| EquipmentTypeRef | EquipmentTypeRefStructure | |
| EquipmentFeatures | EquipmentFeatures |
Example
{
"EquipmentRef" : {
"value" : "..."
},
"Description" : {
"value" : "...",
"lang" : "..."
},
"EquipmentStatus" : "notAvailable",
"ValidityPeriod" : {
"StartTime" : "...",
"EndTime" : "..."
},
"EquipmentTypeRef" : {
"value" : "..."
},
"EquipmentFeatures" : {
"FeatureRef" : [ {
"value" : "..."
}, {
"value" : "..."
} ]
}
}