complexType "toType"
Namespace:
Content:
complex, 1 element
Defined:
globally in myAlerts.xsd; see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (1):
originalUser (type hs:uuidType)
All Direct / Indirect Based Elements (1):
to (in notification)
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="toType">
<xsd:sequence>
<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>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 1/1)
originalUser
Type:
hs:uuidType, simple content
Defined:
locally within (this) 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>