Open the Portico Developer Guide site
Portico Schema
DeviceConfigurationType Complex Type
Portico Schema : DeviceConfigurationType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
SerialNbr Element Attributes Element Capabilities Element All DeviceConfigurationType Complex Type
Overview
All
Capabilities optional Restriction of xs:string

Capabilities for a Device

Attributes optional Restriction of xs:string

Attributes for a Device

SerialNbr optional Restriction of xs:string

Serial number of PIN pad or PIN entry device (PED).

Note: Required for Interac debit services in Canada.

Used By
DeviceConfiguration Element
Source
<xs:complexType name="DeviceConfigurationType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="Capabilities" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Capabilities for a Device</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="30" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="Attributes" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Attributes for a Device</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="30" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="SerialNbr" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Serial number of PIN pad or PIN entry device (PED).</p>
          <p xmlns="http://Hps.Exchange.PosGateway">
            <b>Note:</b> Required for Interac debit services in Canada.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="8" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
Portico Schema