element <notifyEndpointRequest> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 2 elements
Defined:
globally in myPresence.xsd; see XML source
Includes:
definitions of 2 elements
Used:
never
XML Representation Summary
<notifyEndpointRequest>
   
Content: 
</notifyEndpointRequest>
Content model elements (2):
endpointId (in notifyEndpointRequest), notification (in notifyEndpointRequest)
Annotation
This method takes an endpoint and sends a specified notification to it by means of the endpoint's owner's .NET Alerts. The endpoint must expose the <b>notifiableEndpoint</b> argot, so that the .NET Presence service knows which connection to target in .NET Alerts. This method serves two purposes: first, as an abstraction layer over individual connections so that users may target groups of connections classified as endpoints. Second, as a privacy measure, so that a specific connection associated with an endpoint may be targeted without that connection being exposed to the user invoking the method.
XML Source (see within schema source)
<xsd:element name="notifyEndpointRequest">
<xsd:annotation>
<xsd:documentation>
This method takes an endpoint and sends a specified notification to it by means of the endpoint's owner's
.NET Alerts. The endpoint must expose the
<b>notifiableEndpoint</b>
argot, so that
the .NET Presence service knows which connection to target in .NET Alerts.
This method serves two purposes: first, as an abstraction layer over individual connections
so that users may target groups of connections classified as endpoints. Second,
as a privacy measure, so that a specific connection associated with an endpoint may
be targeted without that connection being exposed to the user invoking the method.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="endpointId" type="hs:idType"/>
<xsd:element name="notification" type="ma:notificationType"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Content Element Detail (all declarations; 2/2)
endpointId
Type:
hs:idType, simple content
Defined:
locally within (this) notifyEndpointRequest element
XML Source (see within schema source)
<xsd:element name="endpointId" type="hs:idType"/>

notification
Type:
ma:notificationType, complex content
Defined:
locally within (this) notifyEndpointRequest element
XML Source (see within schema source)
<xsd:element name="notification" type="ma:notificationType"/>