Namespace: |
|
Content: |
|
Defined: |
globally in myalerts.xsd; see XML source |
Includes: |
|
Used: |
at 2 locations |
XML Representation Summary |
||||||
<... |
||||||
|
||||||
> |
||||||
|
||||||
</...> |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
An alert has contents: "from" (sender) data,
</xsd:documentation>
optional "to" (receiver) data, and optional "routing" data. The contents are a set of argots (domain-specific blobs). The sender and receiver must understand and agree on the argots that are transmitted in the alert. In the .NET Alerts service, both streams and connections usually choose which alerts they process based on the argots contained within the alerts. <xsd:sequence>
<xsd:element minOccurs="1" name="from" type="fromType">
</xsd:sequence>
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
This tag contains all data from the sender, including sender authentication as well
</xsd:documentation>
as preferences and requests from the sender.
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
This tag contains all data pertaining to the receiver. This data can be set
</xsd:documentation>
by the sender or by any processing/routing agent between the sender and the receiver.
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
This element contains the problem domain-specific data to be conveyed to the receiver.
</xsd:documentation>
Each child element of the <b>contents</b>
element is an argot, a problem domain-specific
strongly typed XML blob. Streams and connections query against the element names of these blobs when selecting alerts they will process. <xsd:complexType>
<xsd:sequence>
</xsd:complexType>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
</xsd:sequence>
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
This tag contains any routing data inserted by the .NET Alerts
</xsd:documentation>
routing process. <!--
<xsd:attribute name="uuid" type="hs:uuidType"/> --> </xsd:complexType>
|
Type: |
xsd:string, predefined |
Use: |
optional |
Defined: |
Type: |
anonymous complexType, complex content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This element contains the problem domain-specific data to be conveyed to the receiver.
</xsd:documentation>
Each child element of the <b>contents</b>
element is an argot, a problem domain-specific
strongly typed XML blob. Streams and connections query against the element names of these blobs when selecting alerts they will process. <xsd:complexType>
<xsd:sequence>
</xsd:complexType>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
</xsd:sequence>
</xsd:element>
|
Type: |
fromType, complex content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This tag contains all data from the sender, including sender authentication as well
</xsd:documentation>
as preferences and requests from the sender. </xsd:element>
|
Type: |
routingType, complex content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This tag contains any routing data inserted by the .NET Alerts
</xsd:documentation>
routing process. </xsd:element>
|
Type: |
toType, complex content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This tag contains all data pertaining to the receiver. This data can be set
</xsd:documentation>
by the sender or by any processing/routing agent between the sender and the receiver. </xsd:element>
|