element <status> (local)
Namespace:
Type:
Content:
simple
Defined:
locally within connectionType complexType in myAlerts.xsd; see XML source
XML Representation Summary
<status>
   
Content: 
{ "active" | "inactive" | "busy" }
</status>
Included in content model of elements (1):
connection (in myAlerts)
Annotation
Flags indicating the current status of the connection. Can be used by the Stream modules to do traffic management, buffering, generate nondelivery and delayed delivery reports for the sender.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="status" type="connectionStatusType">
<xsd:annotation>
<xsd:documentation>
Flags indicating the current status of the connection. Can be used by the Stream modules
to do traffic management, buffering, generate nondelivery and delayed delivery
reports for the sender.
</xsd:documentation>
</xsd:annotation>
</xsd:element>