3.1.4.1.3.8 m:ArrayOfServiceConfigurationType Complex Type
The ArrayOfServiceConfigurationType complex type specifies the requested service configurations for a GetServiceConfigurationSoapIn WSDL message, as specified in section 3.1.4.1.1.1.
-
<xs:complexType name="ArrayOfServiceConfigurationType"> <xs:choice maxOccurs="unbounded" minOccurs="1" > <xs:element name="ConfigurationName" type="t:ServiceConfigurationType" /> </xs:choice> </xs:complexType>
The following table lists the child element of the ArrayOfServiceConfigurationType complex type.
Element |
Type |
Description |
---|---|---|
ConfigurationName |
t:ServiceConfigurationType (section 3.1.4.1.4.14) |
Specifies the service configuration that is returned in the response. This simple type MUST occur at least once. |