name | data type | description |
---|---|---|
startOfPeriod | DateTime | |
endOfPeriod | DateTime | |
periodName | PeriodName | |
recurringTimePeriodOfDay | array of TimePeriodOfDay | |
recurringDayWeekMonthPeriod | array of DayWeekMonth | |
periodExtension | ExtensionType |
Example
{ "startOfPeriod" : { "value" : "..." }, "endOfPeriod" : { "value" : "..." }, "periodName" : { "value" : [ { "value" : "...", "lang" : "..." }, { "value" : "...", "lang" : "..." } ] }, "recurringTimePeriodOfDay" : [ { "timePeriodOfDayExtension" : { "anies" : [ { }, { } ] } }, { "timePeriodOfDayExtension" : { "anies" : [ { }, { } ] } } ], "recurringDayWeekMonthPeriod" : [ { "applicableDay" : [ "wednesday", "friday" ], "applicableWeek" : [ "fifthWeekOfMonth", "fouthWeekOfMonth" ], "applicableMonth" : [ "may", "october" ], "dayWeekMonthExtension" : { "anies" : [ { }, { } ] } }, { "applicableDay" : [ "friday", "tuesday" ], "applicableWeek" : [ "firstWeekOfMonth", "thirdWeekOfMonth" ], "applicableMonth" : [ "december", "april" ], "dayWeekMonthExtension" : { "anies" : [ { }, { } ] } } ], "periodExtension" : { "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" : { } } ] } }