recurrenceSchedule Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
dayOfMonth string element 0/1  
dayOfWeek string element 0/1  
hour string element 0/1  
minute string element 0/1  
month string element 0/1  
year string element 0/1  

Example

<recurrenceSchedule>
  <dayOfWeek>...</dayOfWeek>
  <hour>...</hour>
  <dayOfMonth>...</dayOfMonth>
  <year>...</year>
  <month>...</month>
  <minute>...</minute>
</recurrenceSchedule>