| 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" : [ "monday", "tuesday" ],
"applicableWeek" : [ "secondWeekOfMonth", "thirdWeekOfMonth" ],
"applicableMonth" : [ "october", "january" ],
"dayWeekMonthExtension" : {
"anies" : [ { }, { } ]
}
}, {
"applicableDay" : [ "wednesday", "tuesday" ],
"applicableWeek" : [ "secondWeekOfMonth", "thirdWeekOfMonth" ],
"applicableMonth" : [ "july", "october" ],
"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" : { }
} ]
}
}