Open the Portico Developer Guide site
PosGateway Schema
MerchNbrRspType Complex Type
PosGateway Schema : MerchNbrRspType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
CustomerSvcPhoneNbr Element Zip Element State Element City Element Addr3 Element Addr2 Element Addr1 Element Name Element MerchNbr Element Sequence MerchNbrRspType Complex Type
Overview
Sequence
Name Restriction of xs:string
Addr1 optional Restriction of xs:string
Addr2 optional Restriction of xs:string
Addr3 optional Restriction of xs:string
City optional Restriction of xs:string
State optional Restriction of xs:string
Zip optional Restriction of xs:string
CustomerSvcPhoneNbr optional Restriction of xs:string
Used By
MerchNbr Element
Source
<xs:complexType name="MerchNbrRspType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="MerchNbr" type="merchNbrType" />
    <xs:element name="Name">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="25" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="Addr1" minOccurs="0">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="30" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="Addr2" minOccurs="0">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="30" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="Addr3" minOccurs="0">
      <xs:simpleType>
        <xs:restriction base="xs:string" />
      </xs:simpleType>
    </xs:element>
    <xs:element name="City" minOccurs="0">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="75" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="State" minOccurs="0">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="2" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="Zip" minOccurs="0">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="9" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="CustomerSvcPhoneNbr" minOccurs="0">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="20" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
PosGateway Schema