3.1.4.3.3.4 t:NonEmptyArrayOfNotificationEventTypesType Complex Type

The NonEmptyArrayOfNotificationEventTypesType complex type specifies an array of event notification types that are used to create a subscription.<11>

 <xs:complexType name="NonEmptyArrayOfNotificationEventTypesType">
   <xs:choice
     maxOccurs="unbounded"
   >
     <xs:element name="EventType"
       type="t:NotificationEventTypeType"
      />
   </xs:choice>
 </xs:complexType>
  

The following table lists and describes the child elements of the NonEmptyArrayOfNotificationEventTypesType complex type.

Element name

Type

Description

EventType

t:NotificationEventTypeType (section 3.1.4.3.4.1)

Specifies a requested event notification type that is used to create a subscription.