3.1.4.2.3.4 t:RootItemIdType Complex Type
The RootItemIdType complex type identifies the root item of a deleted attachment and the new change key to the parent item. The RootItemIdType complex type extends the BaseItemIdType complex type ([MS-OXWSCDATA] section 2.2.4.15).
-
<xs:complexType name="RootItemIdType"> <xs:complexContent> <xs:extension base="t:BaseItemIdType" > <xs:attribute name="RootItemId" type="xs:string" use="required" /> <xs:attribute name="RootItemChangeKey" type="xs:string" use="required" /> </xs:extension> </xs:complexContent> </xs:complexType>
The following table summarizes the set of common XML schema attribute definitions defined by this specification.
Attribute |
Type |
Description |
---|---|---|
RootItemId |
xs:string ([XMLSCHEMA2]) |
Identifies the root item of an attachment. The maximum length is 512 bytes after base64 decoding. |
RootItemChangeKey |
xs:string |
Identifies the new change key of the root item of an attachment. The maximum length is 512 bytes after base64 decoding. |