Open the Portico Developer Guide site
PosGateway Schema
Query Element
PosGateway Schema > ManageSettingsReqType Complex Type > SettingActions Element : Query Element
Namespace http://Hps.Exchange.PosGateway
Diagram
Name Element Sequence Query Element
Overview
Sequence 0..100
Name xs:string

The name of the setting to query

Source
<xs:element name="Query" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence minOccurs="0" maxOccurs="100">
      <xs:element name="Name" type="xs:string">
        <xs:annotation>
          <xs:documentation>
            <p xmlns="http://Hps.Exchange.PosGateway">The name of the setting to query</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
SettingActions ElementManageSettingsReqType Complex TypePosGateway Schema