http://www.ibm.com/schema/twss/nm/v1_0
The statistics Complex Type

Notification statistics provide runtime information about a live notification executing within a service. While notification values are not mutable after registration, statistics are. Services or components which perform notification delivery attempts should provide statistical information about delivery success or failure using the statistics publishing interface.

To facilitate monitoring or troubleshooting, notification statistics may be explicitly reset. On reset, the lastStatisticsResetInMillis contains the absolute time of the resetting event.

The deliveryFailureCount and deliverySuccessCount are, respectively, the number of failed and successful notification deliveries since notification registration or the last statistics reset, whichever is later. The lastDeliveryFailureInMillis and lastDeliverySuccessInMillis are, respectively, the last absolute time at which the deliveryFailureCount or deliverySuccessCount were incremented.

Each subelement defines its own content semantics and may define default behavior/semantics when nill.


Complex Type statistics
The statistics type does not allow mixed content. There is no restriction on type derivation. 
 CollapseClick here to hide comment XML Instance
<...>
-Begin Sequence [1...1]
<twss_nm_xsd:lastStatisticsResetInMillis>lastStatisticsResetInMillis</lastStatisticsResetInMillis> [1..1]
<twss_nm_xsd:deliveryFailureCount>deliveryFailureCount</deliveryFailureCount> [1..1]
<twss_nm_xsd:lastDeliveryFailureInMillis>lastDeliveryFailureInMillis</lastDeliveryFailureInMillis> [1..1]
<twss_nm_xsd:deliverySuccessCount>deliverySuccessCount</deliverySuccessCount> [1..1]
<twss_nm_xsd:lastDeliverySuccessInMillis>lastDeliverySuccessInMillis</lastDeliverySuccessInMillis> [1..1]
End Sequence
</...>

 Collapse Attributes

Name Type Summary
No Attributes

 Collapse XML
-<xsd:complexType  name="statistics">
-<xsd:annotation  id="statistics.type.annotation">
-<xsd:documentation  xml:lang="en">
<xhtml:p> Notification statistics provide runtime information about a live notification executing within a service. While notification values are not mutable after registration, statistics are. Services or components which perform notification delivery attempts should provide statistical information about delivery success or failure using the statistics publishing interface. </xhtml:p>
<xhtml:p> To facilitate monitoring or troubleshooting, notification statistics may be explicitly reset. On reset, the lastStatisticsResetInMillis contains the absolute time of the resetting event. </xhtml:p>
<xhtml:p> The deliveryFailureCount and deliverySuccessCount are, respectively, the number of failed and successful notification deliveries since notification registration or the last statistics reset, whichever is later. The lastDeliveryFailureInMillis and lastDeliverySuccessInMillis are, respectively, the last absolute time at which the deliveryFailureCount or deliverySuccessCount were incremented. </xhtml:p>
<xhtml:p> Each subelement defines its own content semantics and may define default behavior/semantics when nill. </xhtml:p>
</xsd:documentation>
</xsd:annotation>
-<xsd:sequence>
<xsd:element  ref="twss_nm_xsd:lastStatisticsResetInMillis" />
<xsd:element  ref="twss_nm_xsd:deliveryFailureCount" />
<xsd:element  ref="twss_nm_xsd:lastDeliveryFailureInMillis" />
<xsd:element  ref="twss_nm_xsd:deliverySuccessCount" />
<xsd:element  ref="twss_nm_xsd:lastDeliverySuccessInMillis" />
</xsd:sequence>
</xsd:complexType>

 Collapse Uses
 Collapse Used-By
 Collapse Element (1)
 
Generated by WSDLdoc ©