element <pushConnectionParameters> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 1 element
Defined:
globally in myAlerts.xsd; see XML source
Includes:
definition of 1 element
Used:
never
XML Representation Summary
<pushConnectionParameters>
   
Content: 
</pushConnectionParameters>
Content model elements (1):
targetUrl (type xsd:string)
Annotation
This element is an argot specifying the read and write parameters for a connectionPush connection.
XML Source (see within schema source)
<xsd:element name="pushConnectionParameters">
<!-- sgfix: minOccurs and maxOccurs can not appear on elements at global scope
minOccurs="1"
maxOccurs="1"
-->
<xsd:annotation>
<xsd:documentation>
This element is an argot specifying the read and write parameters for
a connectionPush connection.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="targetUrl" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The push connection will issue
<b>notifyRequest</b>
packets to this target URL.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Content Element Detail (all declarations; 1/1)
targetUrl
Type:
xsd:string, predefined, simple content
Defined:
locally within (this) pushConnectionParameters element
The push connection will issue <b>notifyRequest</b> packets to this target URL.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="targetUrl" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The push connection will issue
<b>notifyRequest</b>
packets to this target URL.
</xsd:documentation>
</xsd:annotation>
</xsd:element>