complexType "draftStatusType"
Namespace:
Content:
complex, 1 attribute, 4 elements, elem. wildcard
Defined:
globally in myInbox.xsd; see XML source
Includes:
definitions of 4 elements, elem. wildcard
Used:
XML Representation Summary
<...
   
 = 
xsd:nonNegativeInteger
   
>
   
Content: 
</...>
Content Model Elements (4):
flag (type flagType), folder (type refType), isRead (type xsd:boolean), state (in draftStatus)
All Direct / Indirect Based Elements (1):
draftStatus (in draft)
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="draftStatusType">
<xsd:sequence>
<xsd:element name="isRead" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
This element defines the read/unread state of the message and can be modified.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="folder" type="refType">
<xsd:annotation>
<xsd:documentation>
This element defines the single folder that this message logically belongs to.
For drafts this must always point to the drafts folder
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="flag" type="flagType">
<xsd:annotation>
<xsd:documentation>
This optional element defines the flag state of the message. It includes an {any} element
that can be used for extensible flags.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="state" type="draftStateEnum">
<xsd:annotation>
<xsd:documentation>
The value of this element will always be 'draft' and is provided for compatability with messages
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
</xsd:sequence>
<xsd:attributeGroup ref="hs:unnamedBlueAttributeGroup"/>
</xsd:complexType>
Attribute Detail (all declarations; 1/1)
changeNumber
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>
Content Element Detail (all declarations; 5/5)
flag
Type:
flagType, complex content
Defined:
locally within (this) draftStatusType complexType
This optional element defines the flag state of the message. It includes an {any} element that can be used for extensible flags.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="flag" type="flagType">
<xsd:annotation>
<xsd:documentation>
This optional element defines the flag state of the message. It includes an {any} element
that can be used for extensible flags.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

folder
Type:
refType, empty content
Defined:
locally within (this) draftStatusType complexType
This element defines the single folder that this message logically belongs to. For drafts this must always point to the drafts folder
XML Source (see within schema source)
<xsd:element name="folder" type="refType">
<xsd:annotation>
<xsd:documentation>
This element defines the single folder that this message logically belongs to.
For drafts this must always point to the drafts folder
</xsd:documentation>
</xsd:annotation>
</xsd:element>

isRead
Type:
xsd:boolean, predefined, simple content
Defined:
locally within (this) draftStatusType complexType
This element defines the read/unread state of the message and can be modified.
XML Source (see within schema source)
<xsd:element name="isRead" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
This element defines the read/unread state of the message and can be modified.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

state
Type:
draftStateEnum, simple content
Defined:
locally within (this) draftStatusType complexType
The value of this element will always be 'draft' and is provided for compatability with messages
XML Source (see within schema source)
<xsd:element name="state" type="draftStateEnum">
<xsd:annotation>
<xsd:documentation>
The value of this element will always be 'draft' and is provided for compatability with messages
</xsd:documentation>
</xsd:annotation>
</xsd:element>

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