← Prev in month
← Prev in thread
Next in thread →
Next in month →
Poll Response Schema proposal for Rel 108/115
Here is the schema for the proposed poll response header type:
<!-- PollResponse Header Type and it's elements -->
<xsd:complexType name="PollResponseType">
<xsd:complexContent>
<xsd:extension base="wsrm:RmBaseType">
<xsd:sequence>
<xsd:element name="RefToMessageIds"
type="wsrm:RefToMessageIdsType" maxOccurs="unbounded"/>
<xsd:element name="RefToFaults"
type="wsrm:RefToFaultsType" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="RefToFaultsType">
<xsd:complexContent>
<xsd:extension base="wsrm:RmBaseType">
<xsd:sequence>
<xsd:element name="FaultCode"
type="wsrm:FaultCodeEnum" />
<xsd:element name="RefToMessageIds"
type="wsrm:RefToMessageIdsType" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
The refToMessagIDs element is for delivered messages.
The refToFaults element is for messages not delivered due to a fault
condition.
--
----------------------------------------------------
Tom Rutt email: ;
Tel: +1 732 801 5744 Fax: +1 732 774 5133
← Prev in month
← Prev in thread
Next in thread →
Next in month →