3.1.4.1.3.7 m:ArrayOfServiceConfigurationResponseMessageType Complex Type

The ArrayOfServiceConfigurationResponseMessageType complex type specifies an array of service configuration response messages.

 <xs:complexType name="ArrayOfServiceConfigurationResponseMessageType">
   <xs:sequence>
     <xs:element name="ServiceConfigurationResponseMessageType"
       type="m:ServiceConfigurationResponseMessageType"
       maxOccurs="unbounded"
       minOccurs="1"
      />
   </xs:sequence>
 </xs:complexType>
  

The following table lists the child element of the ArrayOfServiceConfigurationResponseMessageType complex type.

Element

Type

Description

ServiceConfigurationResponseMessageType

m:ServiceConfigurationResponseMessageType (section 3.1.4.1.3.57)

Contains a service configuration response message. This element MUST occur at least once and can occur two or more times.