2.2.4.2 t:AttachmentIdType Complex Type
The AttachmentIdType complex type represents the item identifier and new change key of an item after an attachment has been attached. The AttachmentIdType complex type extends the RequestAttachmentIdType complex type, as specified in section 2.2.4.9.
-
<xs:complexType name="AttachmentIdType"> <xs:complexContent> <xs:extension base="t:RequestAttachmentIdType" > <xs:attribute name="RootItemId" type="xs:string" use="optional" /> <xs:attribute name="RootItemChangeKey" type="xs:string" use="optional" /> </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]) |
Represents the unique identifier of the root store item to which the attachment is attached. The store item is an item in the server store. The maximum length is 512 bytes after base64 decoding. |
RootItemChangeKey |
xs:string |
Represents the change key of the root store item to which the attachment is attached. The maximum length is 512 bytes after base64 decoding. |