complexType "inlineAttachmentType"
Namespace:
Content:
complex, 3 elements
Defined:
globally in myInbox.xsd; see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
content (type xsd:base64Binary), contentType (type xsd:string), uri (in inlineAttachment)
All Direct / Indirect Based Elements (1):
inlineAttachment (in htmlBody)
Known Usage Locations
Annotation
This element represents an inline attachment
XML Source (see within schema source)
<xsd:complexType name="inlineAttachmentType">
<xsd:annotation>
<xsd:documentation>
This element represents an inline attachment
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="uri" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The client defined unique identifier for the inline attachment. This element is used to identify
this attachment location within the html body of a message
</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; 3/3)
content
Type:
xsd:base64Binary, predefined, simple content
Defined:
locally within (this) inlineAttachmentType 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) inlineAttachmentType 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>

uri
Type:
xsd:string, predefined, simple content
Defined:
locally within (this) inlineAttachmentType complexType
The client defined unique identifier for the inline attachment. This element is used to identify this attachment location within the html body of a message
XML Source (see within schema source)
<xsd:element name="uri" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The client defined unique identifier for the inline attachment. This element is used to identify
this attachment location within the html body of a message
</xsd:documentation>
</xsd:annotation>
</xsd:element>