AbstractEquipmentStructure Data Type

Abstract Type
Subtypes
OtherPlaceEquipment, InstalledEquipmentStructure, LocalService
Implemented Interfaces
Serializable
Properties
name data type description
EquipmentId string
EquipmentName NaturalLanguageStringStructure
TypeOfEquipment EquipmentTypeRefStructure
Properties inherited from DataManagedObjectStructure
ManagedByAreaRef AdministrativeAreaRefStructure
InfoLinks InfoLinksStructure
Properties inherited from VersionedObjectStructure
lastUpdated string
modification ModificationEnumeration
version number
created string
status StatusEnumeration

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "EquipmentId" : "...",
  "EquipmentName" : {
    "value" : "...",
    "lang" : "..."
  },
  "TypeOfEquipment" : {
    "value" : "..."
  },
  "ManagedByAreaRef" : {
    "value" : "..."
  },
  "InfoLinks" : {
    "InfoLink" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ]
  },
  "lastUpdated" : "...",
  "modification" : "revise",
  "version" : 12345,
  "created" : "...",
  "status" : "pending"
}