2.2.4.35 t:OccurrenceItemIdType Complex Type
The OccurrenceItemIdType complex type specifies a single occurrence of a recurring item. The OccurrenceItemIdType complex type extends the BaseItemIdType complex type ([MS-OXWSCDATA] section 2.2.4.15).
-
<xs:complexType name="OccurrenceItemIdType"> <xs:complexContent> <xs:extension base="t:BaseItemIdType" > <xs:attribute name="RecurringMasterId" type="t:DerivedItemIdType" use="required" /> <xs:attribute name="ChangeKey" type="xs:string" use="optional" /> <xs:attribute name="InstanceIndex" type="xs:int" use="required" /> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists and describes the attributes of the OccurrenceItemIdType complex type.
Attribute name |
Type |
Description |
---|---|---|
RecurringMasterId |
t:DerivedItemIdType (section 2.2.5.1) |
Specifies the identifier of the recurring master of a recurring item. |
ChangeKey |
xs:string [XMLSCHEMA2] |
Specifies a specific version of a single occurrence of a recurring master item. |
InstanceIndex |
xs:int [XMLSCHEMA2] |
Specifies the index of an item occurrence. |