<xs:complexType name="ManageSettingsRspType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element name="Site" type="NameValuePairRspType" minOccurs="0" />
<xs:element name="Device" type="NameValuePairRspType" minOccurs="0" />
</xs:sequence>
</xs:complexType>
|