MonitoringInformationStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
MonitoringInterval Duration
MonitoringType MonitoringTypeEnumeration
MonitoringPeriod MonitoringValidityConditionStructure
Extensions Extensions

Example

{
  "MonitoringInterval" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "MonitoringType" : "automatic",
  "MonitoringPeriod" : {
    "Period" : [ {
      "StartTime" : "...",
      "EndTime" : "..."
    }, {
      "StartTime" : "...",
      "EndTime" : "..."
    } ],
    "Timeband" : [ {
      "StartTime" : "...",
      "EndTime" : "..."
    }, {
      "StartTime" : "...",
      "EndTime" : "..."
    } ],
    "DayType" : [ "thursday", "weekends" ],
    "HolidayType" : [ "holiday", "holiday" ]
  },
  "Extensions" : {
    "any" : {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }
  }
}