complexType "sendMessageStatusType"
Namespace:
Content:
complex, 2 elements, elem. wildcard
Defined:
globally in myInbox.xsd; see XML source
Includes:
definitions of 2 elements, elem. wildcard
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
flag (type flagType), saveInFolder (type refType)
All Direct / Indirect Based Elements (1):
messageStatus (in rawMessage)
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="sendMessageStatusType">
<xsd:sequence>
<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>
<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:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 3/3)
flag
Type:
flagType, complex content
Defined:
locally within (this) 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 (this) 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 (this) sendMessageStatusType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>