complexType "htmlBodyType"
Namespace:
Content:
complex, 2 elements
Defined:
globally in myInbox.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
body (in htmlBody), inlineAttachment (in htmlBody)
All Direct / Indirect Based Elements (1):
htmlBody (type htmlBodyType)
Known Usage Locations
Annotation
This element represents the html body of a message or draft.
XML Source (see within schema source)
<xsd:complexType name="htmlBodyType">
<xsd:annotation>
<xsd:documentation>
This element represents the html body of a message or draft.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="body" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The contents of the body.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="inlineAttachment" type="inlineAttachmentType">
<xsd:annotation>
<xsd:documentation>
This element represents an inline attachment
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 2/2)
body
Type:
xsd:string, predefined, simple content
Defined:
locally within (this) htmlBodyType complexType
The contents of the body.
XML Source (see within schema source)
<xsd:element name="body" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The contents of the body.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

inlineAttachment
Type:
inlineAttachmentType, complex content
Defined:
locally within (this) htmlBodyType complexType
This element represents an inline attachment
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="inlineAttachment" type="inlineAttachmentType">
<xsd:annotation>
<xsd:documentation>
This element represents an inline attachment
</xsd:documentation>
</xsd:annotation>
</xsd:element>