element <attachment> (unified local)
Namespace:
Type:
Content:
complex, 5 elements
Defined:
locally at 2 locations in myCalendar.xsd
XML Representation Summary
<attachment>
   
Content: 
</attachment>
Content model elements (5):
attachmentBody (type xsd:base64Binary), contentTransferEncoding (type hs:string), contentType (type hs:string), name (type hs:localizableString), size (type xsd:unsignedLong)
Included in content model of elements (2):
event (in getCalendarDaysResponse), exception (in recurrence in event in myCalendar)
Definition Locations
Content Element Detail (all declarations; 5/5)
attachmentBody
Type:
xsd:base64Binary, predefined, simple content
Defined:
locally within attachmentMetadataType complexType
This element contains the MIME body of the attachment.
XML Source (see within schema source)
<xsd:element name="attachmentBody" type="xsd:base64Binary">
<xsd:annotation>
<xsd:documentation>
This element contains the MIME body of the attachment.
</xsd:documentation>
<xsd:appinfo>
<xdb:system type="calculatedFieldLateBound"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>

contentTransferEncoding
Type:
hs:string, simple content
Defined:
locally within attachmentMetadataType complexType
This element contains the encoding of the attachment. This information is necessary for decoding the attachment.
XML Source (see within schema source)
<xsd:element name="contentTransferEncoding" type="hs:string">
<xsd:annotation>
<xsd:documentation>
This element contains the encoding of the attachment. This information is necessary
for decoding the attachment.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

contentType
Type:
hs:string, simple content
Defined:
locally within attachmentMetadataType complexType
This element contains the content type of the attachment.
XML Source (see within schema source)
<xsd:element name="contentType" type="hs:string">
<xsd:annotation>
<xsd:documentation>
This element contains the content type of the attachment.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

name
Type:
hs:localizableString, simple content
Defined:
locally within attachmentMetadataType complexType
This element contains information about an individual attachment in a mail message.
XML Source (see within schema source)
<xsd:element name="name" type="hs:localizableString">
<xsd:annotation>
<xsd:documentation>
This element contains information about an individual attachment in a mail message.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

size
Type:
xsd:unsignedLong, predefined, simple content
Defined:
locally within attachmentMetadataType complexType
This element contains the size of the attachment in bytes.
XML Source (see within schema source)
<xsd:element name="size" type="xsd:unsignedLong">
<xsd:annotation>
<xsd:documentation>
This element contains the size of the attachment in bytes.
</xsd:documentation>
</xsd:annotation>
</xsd:element>