element <to> (local)
Namespace:
Type:
Content:
complex, 1 element
Defined:
locally within notificationType complexType in myAlerts.xsd; see XML source
XML Representation Summary
<to>
   
Content: 
</to>
Content model elements (1):
originalUser (type hs:uuidType)
Included in content model of elements (1):
notification (type notificationType)
Annotation
This tag contains all data pertaining to the receiver. This data can be set by the sender or by any processing/routing agent between the sender and the receiver.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="to" type="toType">
<xsd:annotation>
<xsd:documentation>
This tag contains all data pertaining to the receiver. This data can be set
by the sender or by any processing/routing agent between the sender and the receiver.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Content Element Detail (all declarations; 1/1)
originalUser
Type:
hs:uuidType, simple content
Defined:
locally within toType complexType
This element defines the original receiver of the alert. A routing agent may change (forward or fan out) an alert to other receivers. If so, it should add this element to the alert.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="originalUser" type="hs:uuidType">
<xsd:annotation>
<xsd:documentation>
This element defines the original receiver of the alert.
A routing agent may change (forward or fan out) an alert to other
receivers. If so, it should add this element to the alert.
</xsd:documentation>
</xsd:annotation>
</xsd:element>