2.2.4.9 t:RequestAttachmentIdType Complex Type
The RequestAttachmentIdType complex type represents an identifier for an attachment. The RequestAttachmentIdType complex type extends the BaseItemIdType complex type ([MS-OXWSCDATA] section 2.2.4.15).
-
<xs:complexType name="RequestAttachmentIdType"> <xs:complexContent> <xs:extension base="t:BaseItemIdType" > <xs:attribute name="Id" 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 |
---|---|---|
Id |
xs:string ([XMLSCHEMA2]) |
Provides an identifier for an attachment. The maximum length is 512 bytes after base64 decoding. |