element <messageType> (local)
Namespace:
Type:
Content:
complex, 2 elements, elem. wildcard
Defined:
XML Representation Summary
<messageType>
   
Content: 
</messageType>
Content model elements (2):
contentType (type hs:string), type (type messageTypeEnum)
Included in content model of elements (1):
messageContent (in message in myInbox)
Annotation
The subelements of this element describe the contents of the message.
XML Source (see within schema source)
<xsd:element name="messageType" type="messageTypeType">
<xsd:annotation>
<xsd:documentation>
The subelements of this element describe the contents of the message.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Content Element Detail (all declarations; 3/3)
contentType
Type:
hs:string, simple content
Defined:
locally within messageTypeType complexType
The contentType of the message (in accordance with RFC 2045). Examples of this are: 'text/plain' and 'multipart/mime'.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="contentType" type="hs:string">
<xsd:annotation>
<xsd:documentation>
The contentType of the message (in accordance with RFC 2045). Examples of this are:
'text/plain' and 'multipart/mime'.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

type
Type:
messageTypeEnum, simple content
Defined:
locally within messageTypeType complexType
This element contains a value that provides the client with enough information to render an 'Inbox' view of the messages. Valid values are 'voice', 'subscription', 'fax', 'dsn', 'readReceipt', 'meetingResponse', 'meetingRequest', 'email' or 'liveEmail'.
XML Source (see within schema source)
<xsd:element name="type" type="messageTypeEnum">
<xsd:annotation>
<xsd:documentation>
This element contains a value that provides the client with enough information to
render an 'Inbox' view of the messages. Valid values are
'voice', 'subscription', 'fax', 'dsn', 'readReceipt', 'meetingResponse', 'meetingRequest', 'email' or 'liveEmail'.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

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