SoapHolidayFrequency data structure

Element

Description

Type

Occurrences

dayOfMonth

Specifies a holiday that occurs on a specific day and month each year.

SoapDayOfMonth

1

dayOfWeek Specifies a holiday that occurs during a specific week of a month each year. SoapDayOfWeek 1
oneTimeOnly Specifies a holiday that occurs only once on a specific date. SoapOneTimeOnly 1

Specification

<xs:complexType name="SoapHolidayFrequency">
  <xs:sequence>
    <xs:element name="dayOfMonth" nillable="true" type="ns0:SoapDayOfMonth"/>
    <xs:element name="dayOfWeek" nillable="true" type="ns0:SoapDayOfWeek"/>
    <xs:element name="oneTimeOnly" nillable="true" type="ns0:SoapOneTimeOnly"/>
  </xs:sequence>
</xs:complexType>

 

Example