Period Data Type

Implemented Interfaces
Serializable
Properties
name data type description
startOfPeriod string
endOfPeriod string
periodName MultilingualString
recurringTimePeriodOfDay array of TimePeriodOfDay
recurringDayWeekMonthPeriod array of DayWeekMonth
periodExtension ExtensionType

Example

{
  "startOfPeriod" : "...",
  "endOfPeriod" : "...",
  "periodName" : {
    "values" : {
      "value" : [ { }, { } ]
    }
  },
  "recurringTimePeriodOfDay" : [ {
    "timePeriodOfDayExtension" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "timePeriodOfDayExtension" : {
      "anies" : [ { }, { } ]
    }
  } ],
  "recurringDayWeekMonthPeriod" : [ {
    "applicableDay" : [ "tuesday", "thursday" ],
    "applicableWeek" : [ "fifthWeekOfMonth", "fifthWeekOfMonth" ],
    "applicableMonth" : [ "april", "april" ],
    "dayWeekMonthExtension" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "applicableDay" : [ "tuesday", "friday" ],
    "applicableWeek" : [ "fourthWeekOfMonth", "fourthWeekOfMonth" ],
    "applicableMonth" : [ "february", "august" ],
    "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" : { }
    } ]
  }
}