2.2.4.7 t:NonEmptyArrayOfRequestAttachmentIdsType Complex Type
The NonEmptyArrayOfRequestAttachmentIdsType complex type represents an array that contains attachment identifiers.
<xs:complexType name="NonEmptyArrayOfRequestAttachmentIdsType">
<xs:choice
minOccurs="1"
maxOccurs="unbounded"
>
<xs:element name="AttachmentId"
type="t:RequestAttachmentIdType"
/>
</xs:choice>
</xs:complexType>
The following table lists the child element of the NonEmptyArrayOfRequestAttachmentIdsType complex type.
|
Element name |
Type |
Description |
|
AttachmentId |
t:RequestAttachmentIdType section 2.2.4.8) |
Represents an identifier for an attachment. |