2.2.4.25 t:ItemIdType Complex Type

The ItemIdType complex type specifies an item identifier of an item. The ItemIdType complex type extends the BaseItemIdType complex type ([MS-OXWSCDATA] section 2.2.4.15).

 <xs:complexType name="ItemIdType">
   <xs:complexContent>
     <xs:extension
       base="t:BaseItemIdType"
     >
       <xs:attribute name="Id"
         type="xs:string"
         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 ItemIdType complex type.

Attribute name

Type

Description

Id

xs:string [XMLSCHEMA2]

Specifies an item identifier. The maximum size of this attribute is 512 bytes after base64 encoding.

ChangeKey

xs:string

Specifies a change keyspecific version of an item. The maximum size of this attribute is 512 bytes after base64 encoding.