complexType "routingType"
Namespace:
Content:
complex, 2 elements
Defined:
globally in myAlerts.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
hops (type xsd:string), timestamp (type xsd:string)
All Direct / Indirect Based Elements (1):
routing (in notification)
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="routingType">
<xsd:sequence>
<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>
<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>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 2/2)
hops
Type:
xsd:string, predefined, simple content
Defined:
locally within (this) 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 (this) 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>