element <messageStatus> (local)
Namespace:
Type:
Content:
complex, 1 attribute, 4 elements, elem. wildcard
Defined:
locally within messageType complexType in myInbox.xsd; see XML source
XML Representation Summary
<messageStatus
   
 = 
xsd:nonNegativeInteger
   
>
   
Content: 
</messageStatus>
Content model elements (4):
flag (type flagType), folder (type refType), isRead (type xsd:boolean), state (in messageStatus in message in myInbox)
Included in content model of elements (1):
message (in myInbox)
Annotation
This element defines the status of the email and frequently changes. Caching clients should take advantage of this when deciding which part of the message to change
XML Source (see within schema source)
<xsd:element name="messageStatus" type="messageStatusType">
<xsd:annotation>
<xsd:documentation>
This element defines the status of the email and frequently changes. Caching clients should take
advantage of this when deciding which part of the message to change
</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 messageStatusType 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 messageStatusType complexType
This element defines the single folder that this message logically belongs to.
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.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

isRead
Type:
xsd:boolean, predefined, simple content
Defined:
locally within messageStatusType 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:
messageStateEnum, simple content
Defined:
locally within messageStatusType complexType
This element defines the sent/received state of the message. This element is read only, which means that it can be queried for, but not updated
XML Source (see within schema source)
<xsd:element name="state" type="messageStateEnum">
<xsd:annotation>
<xsd:documentation>
This element defines the sent/received state of the message. This element is read only, which
means that it can be queried for, but not updated
</xsd:documentation>
</xsd:annotation>
</xsd:element>

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