complexType "messageTypeType"
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):
contentType (type hs:string), type (type messageTypeEnum)
All Direct / Indirect Based Elements (1):
messageType (in messageContent in message in myInbox)
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="messageTypeType">
<xsd:sequence>
<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>
<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>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 3/3)
contentType
Type:
hs:string, simple content
Defined:
locally within (this) 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 (this) 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 (this) messageTypeType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>