element <connection> (local)
Namespace:
Type:
Content:
complex, 3 attributes, 6 elements
Defined:
locally within myAlertsType complexType in myalerts.xsd; see XML source
XML Representation Summary
<connection
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</connection>
Content model elements (6):
argot (type argotType), argotQuery (type notificationQueryType), characteristics (in connection), class (in connection), expiration (type xsd:string), status (in connection)
Included in content model of elements (1):
myAlerts
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="connection" type="connectionType"/>
Attribute Detail (all declarations; 3/3)
changeNumber
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

creator
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="creator" type="creatorType" use="required"/>

id
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="id" type="idType" use="required"/>
Content Element Detail (all declarations; 6/6)
argot
Type:
argotType, complex content
Defined:
locally within connectionType complexType
An optional provisioning argot for the connection. This is dependent on the connection class. For more information, see the available connection classes.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="argot" type="argotType">
<xsd:annotation>
<xsd:documentation>
An optional provisioning argot for the connection.
This is dependent on the connection class. For more information, see the available connection classes.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

argotQuery
Type:
notificationQueryType, simple content
Defined:
locally within connectionType complexType
The connection's query against incoming alerts. The query specifies the argot name(s) that enable selection (a logical OR of the named argots).
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="argotQuery" type="notificationQueryType">
<xsd:annotation>
<xsd:documentation>
The connection's query against incoming alerts.
The query specifies the argot name(s) that enable selection (a logical OR of the named argots).
</xsd:documentation>
</xsd:annotation>
</xsd:element>

characteristics
Type:
Defined:
locally within connectionType complexType
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>

class
Type:
connectionClassType, simple content
Defined:
locally within connectionType complexType
This element specifies the class of a connection (for example, Push over Soap-RP or Pull over Soap-RP).
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="class" type="connectionClassType">
<!-- sgfix: illegal on an element
use="required"
-->
<xsd:annotation>
<xsd:documentation>
This element specifies the class of a connection (for example, Push over
Soap-RP or Pull over Soap-RP).
</xsd:documentation>
</xsd:annotation>
</xsd:element>

expiration
Type:
xsd:string, predefined, simple content
Defined:
locally within connectionType complexType
Lifetime of a connection in absolute time (GMT). This can be used to clean up the content document. BUGBUG - we really should use a date type not string for the type attribute!
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="expiration" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Lifetime of a connection in absolute time (GMT).
This can be used to clean up the content document.
BUGBUG - we really should use a date type not string for
the type attribute!
</xsd:documentation>
</xsd:annotation>
</xsd:element>

status
Type:
connectionStatusType, simple content
Defined:
locally within connectionType complexType
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>