element <characteristics> (local)
Namespace:
Type:
Content:
simple
Defined:
locally within connectionType complexType in myalerts.xsd; see XML source
XML Representation Summary
<characteristics>
   
Content: 
{ "reliable" | "unreliable" | "connectionPoll" | "userAgentPoll" }
</characteristics>
Included in content model of elements (1):
connection (in myAlerts)
Annotation
Information about the nature of the connection, used mainly by the Stream modules. Reliable can mean it supports ACKs; unreliable means it is fire-and-forget. Type of polling used (Connection vs. UserAgent).
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="characteristics" type="connectionCharacteristicsType">
<xsd:annotation>
<xsd:documentation>
Information about the nature of the connection, used mainly
by the Stream modules. Reliable can mean it supports ACKs;
unreliable means it is fire-and-forget. Type of polling used
(Connection vs. UserAgent).
</xsd:documentation>
</xsd:annotation>
</xsd:element>