This topic has not yet been rated - Rate this topic

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.