Namespace: |
|
Type: |
xsd:anyURI |
Content: |
simple |
Defined: |
XML Representation Summary |
||
<to> |
||
Content: |
{ xsd:anyURI } |
|
</to> |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This attribute specifies the location that is to receive the subscription
</xsd:documentation>
message. The value of this element may be one of the following forms: <ul>
<li>
</ul>
<b>hs:myAlerts</b>
</li>
This URI indicates that generated subscription
messages are to be delivered inside the body of a notification and delivered to the default .NET Alerts service of the creator. <li>
<b>protocol://service</b>
</li>
This URI indicates that generated subscription
messages are delivered to the specified service at the domain of the creator's <b>platformId</b>
. For instance, a
<b>platformId</b>
indicating contoso.com, and a value in this
element of http://subscriptionResponse, would cause delivery of the subscription message to http://subscriptionResponse.contoso.com. If this value is not specified, the subscription message is
delivered as a notification to the "creator's" .NET Alerts service. </xsd:element>
|