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