3.1.4.2.3.4 t:NonEmptyArrayOfSubscriptionIdsType Complex Type

The NonEmptyArrayOfSubscriptionIdsType complex type specifies an array of subscription IDs.

 <xs:complexType>
   <xs:sequence>
     <xs:element name="SubscriptionId"
       type="t:SubscriptionIdType"
       maxOccurs="unbounded"
      />
   </xs:sequence>
 </xs:complexType>
  

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

Element name

Type

Description

SubscriptionId

t:SubscriptionIdType (section 2.2.5.2)

Specifies the identifier for a subscription.