element <notifyRequest> (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
<notifyRequest>
   
Content: 
</notifyRequest>
Content model elements (1):
notification (type notificationType)
Annotation
This method attempts to send the enclosed alerts using standard routing by .NET Alerts. There can be one or more notification elements specified. If none is specified, the notify request should be interpreted as a query about whether the receiver is willing to accept alerts from this sender.
XML Source (see within schema source)
<xsd:element name="notifyRequest">
<xsd:annotation>
<xsd:documentation>
This method attempts to send the enclosed alerts using standard routing by .NET Alerts. There can be one or more
notification elements specified. If none is specified, the notify
request should be interpreted as a query about whether the receiver is
willing to accept alerts from this sender.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="notification" type="notificationType">
<xsd:annotation>
<xsd:documentation>
An alert to be delivered.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Content Element Detail (all declarations; 1/1)
notification
Type:
notificationType, complex content
Defined:
locally within (this) notifyRequest element
An alert to be delivered.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="notification" type="notificationType">
<xsd:annotation>
<xsd:documentation>
An alert to be delivered.
</xsd:documentation>
</xsd:annotation>
</xsd:element>