2.2.4.39 t:RecurringMasterItemIdType Complex Type

The RecurringMasterItemIdType complex type specifies a recurring master item by indicating the identifiers of one of the master item's related occurrence items. The RecurringMasterItemIdType complex type extends the BaseItemIdType complex type ([MS-OXWSCDATA] section 2.2.4.15).

 <xs:complexType name="RecurringMasterItemIdType">
   <xs:complexContent>
     <xs:extension
       base="t:BaseItemIdType"
     >
       <xs:attribute name="OccurrenceId"
         type="t:DerivedItemIdType"
         use="required"
        />
       <xs:attribute name="ChangeKey"
         type="xs:string"
         use="optional"
        />
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

The following table lists and describes the attributes of the RecurringMasterItemIdType complex type.

Attribute name

Type

Description

OccurrenceId

t:DerivedItemIdType (section 2.2.5.1)

Specifies a single occurrence of a recurring master item.

ChangeKey

xs:string [XMLSCHEMA2]

Specifies a specific version of a single occurrence of a recurring master item.