element <attachment> (local)
Namespace:
Type:
Content:
complex, 3 attributes, 5 elements
Defined:
locally within eventType complexType in myCalendar.xsd; see XML source
XML Representation Summary
<attachment
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
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 (1):
event (in myCalendar)
Annotation
This element contains attachment metadata, name, content-type and id's, and may also contain the attachmentBody.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="attachment" type="attachmentMetadataBlueType">
<xsd:annotation>
<xsd:documentation>
This element contains attachment metadata, name, content-type and id's, and
may also contain the attachmentBody.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Attribute Detail (all declarations; 3/3)
changeNumber
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

creator
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="creator" type="creatorType" use="required"/>

id
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="id" type="idType" use="required"/>
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>