element <messageStatus> (local)
Namespace:
Type:
Content:
complex, 4 elements, elem. wildcard
Defined:
XML Representation Summary
<messageStatus>
   
Content: 
</messageStatus>
Content model elements (4):
flag (type flagType), folder (type refType), isRead (type xsd:boolean), state (in messageStatus in completeLocalMessage)
Included in content model of elements (1):
completeLocalMessage (in saveMessageRequest)
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="messageStatus" type="localMessageStatusType"/>
Content Element Detail (all declarations; 5/5)
flag
Type:
flagType, complex content
Defined:
locally within localMessageStatusType 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 localMessageStatusType 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 localMessageStatusType 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:
localMessageStateEnum, simple content
Defined:
locally within localMessageStatusType complexType
This element defines the sent/received state of the message.
XML Source (see within schema source)
<xsd:element name="state" type="localMessageStateEnum">
<xsd:annotation>
<xsd:documentation>
This element defines the sent/received state of the message.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

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