complexType "draftType"
Namespace:
Content:
complex, 3 attributes, 2 elements, elem. wildcard
Defined:
globally in myInbox.xsd; see XML source
Includes:
definitions of 2 elements, elem. wildcard
Used:
XML Representation Summary
<...
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</...>
Content Model Elements (2):
draftContent (in draft), draftStatus (in draft)
All Direct / Indirect Based Elements (1):
draft (in myInbox)
Known Usage Locations
Annotation
This element defines a single draft in myInbox in the base schema. A draft represents an unsent email and is divided into two sub-groups 'messageStatus' and 'messageContent'.
XML Source (see within schema source)
<xsd:complexType name="draftType">
<xsd:annotation>
<xsd:documentation>
This element defines a single draft in myInbox in the base schema. A draft represents an unsent email and is
divided into two sub-groups 'messageStatus' and 'messageContent'.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="draftStatus" type="draftStatusType">
<xsd:annotation>
<xsd:documentation>
The contents of this element represent the status metadata of the draft.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="draftContent" type="draftContentType">
<xsd:annotation>
<xsd:documentation>
The contents of this element represent the content of the draft.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
</xsd:sequence>
<xsd:attributeGroup ref="hs:standardBlueAttributeGroup"/>
</xsd:complexType>
Attribute Detail (all declarations; 3/3)
changeNumber
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

creator
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="creator" type="creatorType" use="required"/>

id
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="id" type="idType" use="required"/>
Content Element Detail (all declarations; 3/3)
draftContent
Type:
draftContentType, complex content
Defined:
locally within (this) draftType complexType
The contents of this element represent the content of the draft.
XML Source (see within schema source)
<xsd:element name="draftContent" type="draftContentType">
<xsd:annotation>
<xsd:documentation>
The contents of this element represent the content of the draft.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

draftStatus
Type:
draftStatusType, complex content
Defined:
locally within (this) draftType complexType
The contents of this element represent the status metadata of the draft.
XML Source (see within schema source)
<xsd:element name="draftStatus" type="draftStatusType">
<xsd:annotation>
<xsd:documentation>
The contents of this element represent the status metadata of the draft.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

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