| name | data type | description | 
|---|---|---|
| overallStartTime | string | |
| overallEndTime | string | |
| validPeriod | array of Period | |
| exceptionPeriod | array of Period | |
| overallPeriodExtension | ExtensionType | 
Example
{
  "overallStartTime" : "...",
  "overallEndTime" : "...",
  "validPeriod" : [ {
    "startOfPeriod" : "...",
    "endOfPeriod" : "...",
    "periodName" : {
      "values" : { }
    },
    "recurringTimePeriodOfDay" : [ {
      "timePeriodOfDayExtension" : { }
    }, {
      "timePeriodOfDayExtension" : { }
    } ],
    "recurringDayWeekMonthPeriod" : [ {
      "applicableDay" : [ "tuesday", "tuesday" ],
      "applicableWeek" : [ "firstWeekOfMonth", "thirdWeekOfMonth" ],
      "applicableMonth" : [ "september", "january" ],
      "dayWeekMonthExtension" : { }
    }, {
      "applicableDay" : [ "tuesday", "thursday" ],
      "applicableWeek" : [ "fourthWeekOfMonth", "fifthWeekOfMonth" ],
      "applicableMonth" : [ "october", "february" ],
      "dayWeekMonthExtension" : { }
    } ],
    "periodExtension" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "startOfPeriod" : "...",
    "endOfPeriod" : "...",
    "periodName" : {
      "values" : { }
    },
    "recurringTimePeriodOfDay" : [ {
      "timePeriodOfDayExtension" : { }
    }, {
      "timePeriodOfDayExtension" : { }
    } ],
    "recurringDayWeekMonthPeriod" : [ {
      "applicableDay" : [ "thursday", "saturday" ],
      "applicableWeek" : [ "fifthWeekOfMonth", "fourthWeekOfMonth" ],
      "applicableMonth" : [ "september", "july" ],
      "dayWeekMonthExtension" : { }
    }, {
      "applicableDay" : [ "wednesday", "saturday" ],
      "applicableWeek" : [ "firstWeekOfMonth", "fifthWeekOfMonth" ],
      "applicableMonth" : [ "september", "september" ],
      "dayWeekMonthExtension" : { }
    } ],
    "periodExtension" : {
      "anies" : [ { }, { } ]
    }
  } ],
  "exceptionPeriod" : [ {
    "startOfPeriod" : "...",
    "endOfPeriod" : "...",
    "periodName" : {
      "values" : { }
    },
    "recurringTimePeriodOfDay" : [ {
      "timePeriodOfDayExtension" : { }
    }, {
      "timePeriodOfDayExtension" : { }
    } ],
    "recurringDayWeekMonthPeriod" : [ {
      "applicableDay" : [ "sunday", "friday" ],
      "applicableWeek" : [ "firstWeekOfMonth", "secondWeekOfMonth" ],
      "applicableMonth" : [ "december", "november" ],
      "dayWeekMonthExtension" : { }
    }, {
      "applicableDay" : [ "saturday", "thursday" ],
      "applicableWeek" : [ "fifthWeekOfMonth", "firstWeekOfMonth" ],
      "applicableMonth" : [ "february", "march" ],
      "dayWeekMonthExtension" : { }
    } ],
    "periodExtension" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "startOfPeriod" : "...",
    "endOfPeriod" : "...",
    "periodName" : {
      "values" : { }
    },
    "recurringTimePeriodOfDay" : [ {
      "timePeriodOfDayExtension" : { }
    }, {
      "timePeriodOfDayExtension" : { }
    } ],
    "recurringDayWeekMonthPeriod" : [ {
      "applicableDay" : [ "saturday", "wednesday" ],
      "applicableWeek" : [ "secondWeekOfMonth", "thirdWeekOfMonth" ],
      "applicableMonth" : [ "february", "january" ],
      "dayWeekMonthExtension" : { }
    }, {
      "applicableDay" : [ "tuesday", "monday" ],
      "applicableWeek" : [ "fifthWeekOfMonth", "fourthWeekOfMonth" ],
      "applicableMonth" : [ "december", "february" ],
      "dayWeekMonthExtension" : { }
    } ],
    "periodExtension" : {
      "anies" : [ { }, { } ]
    }
  } ],
  "overallPeriodExtension" : {
    "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" : { }
    } ]
  }
}