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> |
|||||
|
|||||
</pushConnectionParameters> |
<!-- sgfix: minOccurs and maxOccurs can not appear on elements at global scope
minOccurs="1" maxOccurs="1" --> <xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This element is an argot specifying the read and write parameters for
</xsd:documentation>
a connectionPush connection. <xsd:complexType>
<xsd:sequence>
</xsd:complexType>
<xsd:element maxOccurs="1" minOccurs="1" name="targetUrl" type="xsd:string">
</xsd:sequence>
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
The push connection will issue
</xsd:documentation>
<b>notifyRequest</b>
packets to this target URL.
</xsd:element>
|
Type: |
xsd:string, predefined, simple content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
The push connection will issue
</xsd:documentation>
<b>notifyRequest</b>
packets to this target URL.
</xsd:element>
|