3.6.5.9.2.1 ClearNotifications
This element specifies input values for the ClearNotifications operation.
-
<xs:element name="ClearNotifications"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="oldNotificationListChunk" nillable="true" type="xs:base64Binary" /> <xs:element minOccurs="0" name="moreData" type="xs:boolean" /> </xs:sequence> </xs:complexType> </xs:element>
oldNotificationListChunk: A BASE64 binary that contains the persistent notifications to be raised, in serialized and chunked format.
moreData: A Boolean where TRUE indicates that there are more chunks coming; otherwise, the value is FALSE.