3.1.4.2.3.5 t:NonEmptyArrayOfNotificationsType Complex Type
The NonEmptyArrayOfNotificationsType complex type specifies an array of information about the subscription and the events that have occurred since the last notification.
-
<xs:complexType> <xs:sequence> <xs:element name="Notification" type="t:NotificationType" maxOccurs="unbounded" minOccurs="0" /> </xs:sequence> </xs:complexType>
The following table lists and describes the child elements of the NonEmptyArrayOfNotificationsType complex type.
Element name |
Type |
Description |
---|---|---|
Notification |
t:NotificationType (section 2.2.4.8) |
Specifies information about the subscription and the events that have occurred since the last notification. |