Validity Data Type

Implemented Interfaces
Serializable
Properties
name data type description
validityStatus ValidityStatusEnum
overrunning boolean
validityTimeSpecification OverallPeriod
validityExtension ExtensionType

Example

{
  "validityStatus" : "suspended",
  "overrunning" : true,
  "validityTimeSpecification" : {
    "overallStartTime" : "...",
    "overallEndTime" : "...",
    "validPeriod" : [ {
      "startOfPeriod" : "...",
      "endOfPeriod" : "...",
      "periodName" : { },
      "recurringTimePeriodOfDay" : [ { }, { } ],
      "recurringDayWeekMonthPeriod" : [ { }, { } ],
      "periodExtension" : { }
    }, {
      "startOfPeriod" : "...",
      "endOfPeriod" : "...",
      "periodName" : { },
      "recurringTimePeriodOfDay" : [ { }, { } ],
      "recurringDayWeekMonthPeriod" : [ { }, { } ],
      "periodExtension" : { }
    } ],
    "exceptionPeriod" : [ {
      "startOfPeriod" : "...",
      "endOfPeriod" : "...",
      "periodName" : { },
      "recurringTimePeriodOfDay" : [ { }, { } ],
      "recurringDayWeekMonthPeriod" : [ { }, { } ],
      "periodExtension" : { }
    }, {
      "startOfPeriod" : "...",
      "endOfPeriod" : "...",
      "periodName" : { },
      "recurringTimePeriodOfDay" : [ { }, { } ],
      "recurringDayWeekMonthPeriod" : [ { }, { } ],
      "periodExtension" : { }
    } ],
    "overallPeriodExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "validityExtension" : {
    "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" : { }
    } ]
  }
}