element <draftStatus> (local)
Namespace:
Type:
Content:
complex, 1 attribute, 4 elements, elem. wildcard
Defined:
locally within draftType complexType in myInbox.xsd; see XML source
XML Representation Summary
<draftStatus
   
 = 
xsd:nonNegativeInteger
   
>
   
Content: 
</draftStatus>
Content model elements (4):
flag (type flagType), folder (type refType), isRead (type xsd:boolean), state (in draftStatus)
Included in content model of elements (1):
draft (in myInbox)
Annotation
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>
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 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 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 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 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 draftStatusType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>