element <draftType> (local)
Namespace:
Type:
Content:
complex, 2 elements, elem. wildcard
Defined:
locally within draftContentType complexType in myInbox.xsd; see XML source
XML Representation Summary
<draftType>
   
Content: 
</draftType>
Content model elements (2):
contentType (type hs:string), type (type messageTypeEnum)
Included in content model of elements (1):
draftContent (in draft)
Annotation
The subelements of this element describe the contents of the message.
XML Source (see within schema source)
<xsd:element name="draftType" type="draftTypeType">
<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 draftTypeType 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 draftTypeType 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 draftTypeType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>