<xs:complexTypename="ManageSettingsReqType"xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:all><xs:elementname="MerchNbr"type="merchNbrType"minOccurs="0"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">The merchant number</p></xs:documentation></xs:annotation></xs:element><xs:elementname="DeviceId"type="deviceIdType"minOccurs="0"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">Used to specify the device id for which settings should be managed (must belong to the merchant)</p></xs:documentation></xs:annotation></xs:element><xs:elementname="SettingActions"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">The operations that can be performed on the associated settings</p></xs:documentation></xs:annotation><xs:complexType><xs:choice><xs:elementname="Set"><xs:complexType><xs:sequencemaxOccurs="100"><xs:elementname="NameValuePair"type="NameValuePairType"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">The name and value of the setting to update</p></xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType></xs:element><xs:elementname="Query"><xs:complexType><xs:sequenceminOccurs="0"maxOccurs="100"><xs:elementname="Name"type="xs:string"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">The name of the setting to query</p></xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType></xs:element></xs:choice></xs:complexType></xs:element></xs:all></xs:complexType>