element <pollResponse> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 1 element
Defined:
globally in myalerts.xsd; see XML source
Includes:
definition of 1 element
Used:
never
XML Representation Summary
<pollResponse>
   
Content: 
</pollResponse>
Content model elements (1):
notification (type notificationType)
Annotation
The response contains zero or one new alerts in the buffer stream.
XML Source (see within schema source)
<xsd:element name="pollResponse">
<xsd:annotation>
<xsd:documentation>
The response contains zero or one new alerts in the buffer stream.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="notification" type="notificationType">
<xsd:annotation>
<xsd:documentation>
A new alert contained in the buffer stream.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Content Element Detail (all declarations; 1/1)
notification
Type:
notificationType, complex content
Defined:
locally within (this) pollResponse element
A new alert contained in the buffer stream.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="notification" type="notificationType">
<xsd:annotation>
<xsd:documentation>
A new alert contained in the buffer stream.
</xsd:documentation>
</xsd:annotation>
</xsd:element>