element <messageStatus> (local)
Namespace:
Type:
Content:
complex, 2 elements, elem. wildcard
Defined:
locally within rawMessageType complexType in myInbox.xsd; see XML source
XML Representation Summary
<messageStatus>
   
Content: 
</messageStatus>
Content model elements (2):
flag (type flagType), saveInFolder (type refType)
Included in content model of elements (1):
rawMessage (in sendMessageRequest)
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="messageStatus" type="sendMessageStatusType"/>
Content Element Detail (all declarations; 3/3)
flag
Type:
flagType, complex content
Defined:
locally within sendMessageStatusType 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>

saveInFolder
Type:
refType, empty content
Defined:
locally within sendMessageStatusType complexType
This element defines the folder that a copy of this message should be saved in.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="saveInFolder" type="refType">
<xsd:annotation>
<xsd:documentation>
This element defines the folder that a copy of this message should be saved in.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

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