SoapOneTimeOnly data structure

Element

Description

Type

Occurrences

date

Date on which the holiday occurs, in the following format:

YYYY/MM/DD

string

1

setValue true if this holiday occurs only once on a specific date; otherwise, false Boolean 1

Specification

<xs:complexType name="SoapOneTimeOnly">
  <xs:sequence>
    <xs:element name="date" nillable="true" type="xs:string"/>
    <xs:element name="setValue" type="xs:boolean"/>
  </xs:sequence>
</xs:complexType>
 

Example