complexType "completeMessageContentType"
Namespace:
Content:
complex, 2 elements, elem. wildcard
Defined:
globally in myInbox.xsd; see XML source
Includes:
definitions of 2 elements, elem. wildcard
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
cat (type hs:catType), raw2822Content (type xsd:base64Binary)
All Direct / Indirect Based Elements (1):
messageContent (type completeMessageContentType)
Known Usage Locations
Annotation
Represents a complete RFC2822 / MIME message.
XML Source (see within schema source)
<xsd:complexType name="completeMessageContentType">
<xsd:annotation>
<xsd:documentation>
Represents a complete RFC2822 / MIME message.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="cat" type="hs:catType"/>
<xsd:element name="raw2822Content" type="xsd:base64Binary">
<xsd:annotation>
<xsd:documentation>
The complete RFC2822 / MIME content
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 3/3)
cat
Type:
hs:catType, empty content
Defined:
locally within (this) completeMessageContentType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="cat" type="hs:catType"/>

raw2822Content
Type:
xsd:base64Binary, predefined, simple content
Defined:
locally within (this) completeMessageContentType complexType
The complete RFC2822 / MIME content
XML Source (see within schema source)
<xsd:element name="raw2822Content" type="xsd:base64Binary">
<xsd:annotation>
<xsd:documentation>
The complete RFC2822 / MIME content
</xsd:documentation>
</xsd:annotation>
</xsd:element>

{any element with non-schema namespace}
Defined:
within (this) completeMessageContentType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>