element <routing> (local)
Namespace:
Type:
Content:
complex, 2 elements
Defined:
locally within notificationType complexType in myalerts.xsd; see XML source
XML Representation Summary
<routing>
   
Content: 
</routing>
Content model elements (2):
hops (type xsd:string), timestamp (type xsd:string)
Included in content model of elements (2):
notification (in notifyEndpointRequest), notification (type notificationType)
Annotation
This tag contains any routing data inserted by the .NET Alerts routing process.
XML Source (see within schema source)
<xsd:element minOccurs="1" name="routing" type="routingType">
<xsd:annotation>
<xsd:documentation>
This tag contains any routing data inserted by the .NET Alerts
routing process.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Content Element Detail (all declarations; 2/2)
hops
Type:
xsd:string, predefined, simple content
Defined:
locally within routingType complexType
This element defines the actors that have processed the alert to date. This data can be used by .NET Alerts to recognize and stop infinite loops.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="hops" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
This element defines the actors that have processed the alert to date.
This data can be used by .NET Alerts to recognize and stop infinite loops.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

timestamp
Type:
xsd:string, predefined, simple content
Defined:
locally within routingType complexType
This element contains the timestamp of when the alert was received by the .NET Alerts service.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="timestamp" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
This element contains the timestamp of when the alert was received
by the .NET Alerts service.
</xsd:documentation>
</xsd:annotation>
</xsd:element>