complexType "attachmentType"
Namespace:
Content:
complex, 4 elements
Defined:
globally in myInbox.xsd; see XML source
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (4):
content (type xsd:base64Binary), contentType (type xsd:string), name (in attachment), ord (in attachment)
All Direct / Indirect Based Elements (1):
attachment (type attachmentType)
Known Usage Locations
Annotation
This element represents a mail attachment
XML Source (see within schema source)
<xsd:complexType name="attachmentType">
<xsd:annotation>
<xsd:documentation>
This element represents a mail attachment
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="name" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The client defined name of the attachment
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ord" type="xsd:unsignedLong">
<xsd:annotation>
<xsd:documentation>
The unique order that this attachment should appear relative to all other attachments.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="contentType" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The Content-Type of the attachment
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="content" type="xsd:base64Binary">
<xsd:annotation>
<xsd:documentation>
The base64 encoded attachment content
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 4/4)
content
Type:
xsd:base64Binary, predefined, simple content
Defined:
locally within (this) attachmentType complexType
The base64 encoded attachment content
XML Source (see within schema source)
<xsd:element name="content" type="xsd:base64Binary">
<xsd:annotation>
<xsd:documentation>
The base64 encoded attachment content
</xsd:documentation>
</xsd:annotation>
</xsd:element>

contentType
Type:
xsd:string, predefined, simple content
Defined:
locally within (this) attachmentType complexType
The Content-Type of the attachment
XML Source (see within schema source)
<xsd:element name="contentType" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The Content-Type of the attachment
</xsd:documentation>
</xsd:annotation>
</xsd:element>

name
Type:
xsd:string, predefined, simple content
Defined:
locally within (this) attachmentType complexType
The client defined name of the attachment
XML Source (see within schema source)
<xsd:element name="name" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The client defined name of the attachment
</xsd:documentation>
</xsd:annotation>
</xsd:element>

ord
Type:
xsd:unsignedLong, predefined, simple content
Defined:
locally within (this) attachmentType complexType
The unique order that this attachment should appear relative to all other attachments.
XML Source (see within schema source)
<xsd:element name="ord" type="xsd:unsignedLong">
<xsd:annotation>
<xsd:documentation>
The unique order that this attachment should appear relative to all other attachments.
</xsd:documentation>
</xsd:annotation>
</xsd:element>