element <myAlerts> (global)
Namespace:
Type:
anonymous complexType (extension of myAlertsType)
Content:
complex, 2 attributes, 3 elements
Defined:
globally in myalerts.xsd; see XML source
Used:
never
XML Representation Summary
<myAlerts
   
 = 
xsd:nonNegativeInteger
 = 
xsd:string
   
>
   
Content: 
</myAlerts>
Content model elements (3):
connection (in myAlerts), stream (in myAlerts), subscription (type hs:subscriptionType)
Annotation
myAlerts is the user content document for alert routing. It contains streams, connections, and preferences (general provisioning). The document does not contain a list of alerts. Alerts are transitory. Use the <b>notifyRequest</b>, <b>route</b>, and <b>PollRequest</b> to send and receive alerts.
Anonymous Type Detail
Type Derivation Tree
myAlertsType (extension)
  complexType
XML Source (see within schema source)
<xsd:element name="myAlerts">
<xsd:annotation>
<xsd:documentation>
myAlerts is the user content document for alert routing.
It contains streams, connections, and preferences (general provisioning).
The document does not contain a list of alerts. Alerts are
transitory. Use the
<b>notifyRequest</b>
,
<b>route</b>
, and
<b>PollRequest</b>
to send and receive alerts.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="myAlertsType">
<xsd:attributeGroup ref="hs:documentRootAttributeGroup"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; 2/2)
changeNumber
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

instanceId
Type:
Use:
optional
Defined:
XML Source (see within schema source)
<xsd:attribute name="instanceId" type="instanceIdType"/>
Content Element Detail (all declarations; 3/3)
connection
Type:
connectionType, complex content
Defined:
locally within myAlertsType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="connection" type="connectionType"/>

stream
Type:
streamType, complex content
Defined:
locally within myAlertsType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="1" name="stream" type="streamType"/>

subscription
Type:
hs:subscriptionType, complex content
Defined:
locally within myAlertsType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="subscription" type="hs:subscriptionType"/>