element <bufferStreamParameters> (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
<bufferStreamParameters>
   
Content: 
</bufferStreamParameters>
Content model elements (1):
notification (type notificationType)
Annotation
This element is an argot specifying the read and write parameters for a bufferStream stream. For the current implementation of .NET My Services, the bufferStream takes no input parameters; it returns the current set of buffered alerts through this argot. A query on a bufferStream is a transient, read-only operation.
XML Source (see within schema source)
<xsd:element name="bufferStreamParameters">
<xsd:annotation>
<xsd:documentation>
This element is an argot specifying the read and write parameters for
a bufferStream stream. For the current implementation of .NET My Services, the bufferStream takes no input
parameters; it returns the current set of buffered alerts through
this argot. A query on a bufferStream is a transient, read-only
operation.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="notification" type="notificationType">
<xsd:annotation>
<xsd:documentation>
Zero or more alerts in the buffer of the streamBuffer 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) bufferStreamParameters element
Zero or more alerts in the buffer of the streamBuffer stream.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="notification" type="notificationType">
<xsd:annotation>
<xsd:documentation>
Zero or more alerts in the buffer of the streamBuffer stream.
</xsd:documentation>
</xsd:annotation>
</xsd:element>