2.2.5.2 t:CalendarItemTypeType Simple Type

The CalendarItemTypeType simple type specifies the type of a calendar item.

 <xs:simpleType name="CalendarItemTypeType">
   <xs:restriction
     base="xs:string"
   >
     <xs:enumeration
       value="Single"
      />
     <xs:enumeration
       value="Occurrence"
      />
     <xs:enumeration
       value="Exception"
      />
     <xs:enumeration
       value="RecurringMaster"
      />
   </xs:restriction>
 </xs:simpleType>
  

The following table lists the xs:string ([XMLSCHEMA2]) enumeration values that are defined by the CalendarItemTypeType simple type.

Value

Meaning

Single

Specifies that the item is not associated with a recurring calendar item.

Occurrence

Specifies that the item is an occurrence of a recurring calendar item.

Exception

Specifies that the item is an exception to a recurring calendar item.

RecurringMaster

Specifies that the item is the master item that contains the recurrence pattern for a calendar item.