LocalService Data Type

Implemented Interfaces
Serializable
Properties
name data type description
ValidityConditions ValidityConditionsStructure
FeatureRefs FeatureRefs
Extensions Extensions
Properties inherited from AbstractEquipmentStructure
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

{
  "ValidityConditions" : {
    "ValidityCondition" : [ {
      "FromDateTime" : "...",
      "ToDateTime" : "...",
      "DayType" : "...",
      "Timebands" : [ { }, { } ]
    }, {
      "FromDateTime" : "...",
      "ToDateTime" : "...",
      "DayType" : "...",
      "Timebands" : [ { }, { } ]
    } ]
  },
  "FeatureRefs" : {
    "FeatureRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ]
  },
  "Extensions" : {
    "anies" : [ {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }, {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    } ],
    "otherAttributes" : {
      "property1" : "...",
      "property2" : "..."
    }
  },
  "EquipmentId" : "...",
  "EquipmentName" : {
    "value" : "...",
    "lang" : "..."
  },
  "TypeOfEquipment" : {
    "value" : "..."
  },
  "ManagedByAreaRef" : {
    "value" : "..."
  },
  "InfoLinks" : {
    "InfoLink" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ]
  },
  "lastUpdated" : "...",
  "modification" : "new",
  "version" : 12345,
  "created" : "...",
  "status" : "inactive"
}