Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ArrayOfAttachmentsType complex type represents an array of types based on attachments on the item. The ArrayOfAttachmentsType complex type is used only in the response message.
-
<xs:complexType name="ArrayOfAttachmentsType"> <xs:choice minOccurs="0" maxOccurs="unbounded" > <xs:element name="ItemAttachment" type="t:ItemAttachmentType" /> <xs:element name="FileAttachment" type="t:FileAttachmentType" /> <xs:element name="ReferenceAttachment" type="t:ReferenceAttachmentType"/> </xs:choice> </xs:complexType>
The following table lists the child elements of the ArrayOfAttachmentsType complex type.
Element |
Type |
Description |
---|---|---|
ItemAttachment |
t:ItemAttachmentType (section 2.2.4.6) |
Specifies an item that is attached to another item. |
FileAttachment |
t:FileAttachmentType (section 2.2.4.5) |
Specifies a file that is attached to another item. |
ReferenceAttachment |
t:ReferenceAttachmentType (section 2.2.4.8) |
Specifies an reference that is attached to another item. |