Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The NonEmptyArrayOfAttachmentsType complex type specifies an array of items or files that are attached to an item.
-
<xs:complexType name="NonEmptyArrayOfAttachmentsType"> <xs:choice minOccurs="1" 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 NonEmptyArrayOfAttachmentsType complex type.
|
Element name |
Type |
Description |
|---|---|---|
|
ItemAttachment |
t:ItemAttachmentType ([MS-OXWSATT] section 2.2.4.6) |
Specifies an item attachment. |
|
FileAttachment |
t:FileAttachmentType ([MS-OXWSATT] section 2.2.4.5) |
Specifies a file attachment. |
|
ReferenceAttachment<68> |
t:ReferenceAttachmentType ([MS-OXWSATT] section 2.2.4.8) |
Specifies a reference attachment. |