element <to> (local)
Namespace:
Type:
xsd:anyURI
Content:
simple
Defined:
locally within subscriptionType complexType in hscommon.xsd; see XML source
XML Representation Summary
<to>
   
Content: 
{ xsd:anyURI }
</to>
Included in content model of elements (14):
subscription, subscription (in myApplicationSettings), subscription (in myCalendar), subscription (in myCategories), subscription (in myContacts), subscription (in myDevices), subscription (in myDocuments), subscription (in myFavoriteWebSites), subscription (in myInbox), subscription (in myLocation), subscription (in myPresence), subscription (in myProfile), subscription (in myWallet), subscription (type subscriptionType)
Annotation
This attribute specifies the location that is to receive the subscription message. The value of this element may be one of the following forms: <ul> <li> <b>hs:myAlerts</b> 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> <li> <b>protocol://service</b> 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. </li> </ul> If this value is not specified, the subscription message is delivered as a notification to the "creator's" .NET Alerts service.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="to" type="xsd:anyURI">
<xsd:annotation>
<xsd:documentation>
This attribute specifies the location that is to receive the subscription
message. The value of this element may be one of the following forms:
<ul>
<li>
<b>hs:myAlerts</b>
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>
<li>
<b>protocol://service</b>
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.
</li>
</ul>
If this value is not specified, the subscription message is
delivered as a notification to the "creator's" .NET Alerts service.
</xsd:documentation>
</xsd:annotation>
</xsd:element>