element <sendMessageResponse> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 2 attributes, 1 element
Defined:
globally in myInbox.xsd; see XML source
Includes:
definition of 1 element
Used:
never
XML Representation Summary
<sendMessageResponse
   
 = 
xsd:int
 = 
("success" | "failure" | "rollback" | "notAttempted" | "accessDenied")
   
>
   
Content: 
</sendMessageResponse>
Content model elements (1):
newBlueId (type hs:newBlueIdType)
Annotation
The response to sendMessage is used to indicate the success of the operation as well as the new id associated with any messages that were saved as a result of this method.
XML Source (see within schema source)
<xsd:element name="sendMessageResponse">
<xsd:annotation>
<xsd:documentation>
The response to sendMessage is used to indicate the success of the operation as well
as the new id associated with any messages that were saved as a result of this method.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="newBlueId" type="hs:newBlueIdType">
<xsd:annotation>
<xsd:documentation>
The new id of the message that was saved in myInbox
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attributeGroup ref="hs:standardResponseAttributeGroup"/>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; 2/2)
selectedNodeCount
Type:
Use:
optional
Defined:
XML Source (see within schema source)
<xsd:attribute name="selectedNodeCount" type="selectedNodeCountType" use="optional"/>

status
Type:
Use:
required
Defined:
This attribute indicates the status of the method. <dl> <dt>success</dt> <dd> The corresponding method was completed successfully. </dd> <dt>failure</dt> <dd> The corresponding method was not completed successfully. </dd> <dt>rollback</dt> <dd> The method failed, but was rolled back to its pre-<b>updateBlock</b> status. </dd> <dt>notAttempted</dt> <dd> The corresponding method was not attempted. This occurs when a previous operation failed. </dd> </dl>
XML Source (see within schema source)
<xsd:attribute name="status" type="responseStatus" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute indicates the status of the method.
<dl>
<dt>success</dt>
<dd>
The corresponding method was completed successfully.
</dd>
<dt>failure</dt>
<dd>
The corresponding method was not completed successfully.
</dd>
<dt>rollback</dt>
<dd>
The method failed, but was rolled back to its
pre-
<b>updateBlock</b>
status.
</dd>
<dt>notAttempted</dt>
<dd>
The corresponding method was not attempted. This occurs when
a previous operation failed.
</dd>
</dl>
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
Content Element Detail (all declarations; 1/1)
newBlueId
Type:
hs:newBlueIdType, empty content
Defined:
locally within (this) sendMessageResponse element
The new id of the message that was saved in myInbox
XML Source (see within schema source)
<xsd:element name="newBlueId" type="hs:newBlueIdType">
<xsd:annotation>
<xsd:documentation>
The new id of the message that was saved in myInbox
</xsd:documentation>
</xsd:annotation>
</xsd:element>