complexType "messageStatusType"
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 messageStatus in message in myInbox)
All Direct / Indirect Based Elements (1):
messageStatus (in message in myInbox)
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="messageStatusType">
<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.
</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="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>
<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) 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 (this) 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 (this) 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 (this) 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 (this) messageStatusType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>