| 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" : "...",
"EndTimeStatus" : "longTerm"
}, {
"StartTime" : "...",
"EndTime" : "...",
"EndTimeStatus" : "undefined"
} ],
"Timeband" : [ {
"StartTime" : "...",
"EndTime" : "..."
}, {
"StartTime" : "...",
"EndTime" : "..."
} ],
"DayType" : [ "friday", "weekdays" ],
"HolidayType" : [ "undefinedDayType", "sundaysAndPublicHolidays" ]
},
"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" : { }
} ]
}
}