Open the Portico Developer Guide site
PosGateway Schema
DeviceType Complex Type
PosGateway Schema : DeviceType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
PDLNotification Element CheckSEC Element CheckProcessor Element DeviceDescription Element DeviceTypeId Element IndustryCode Element DeviceId Element Sequence DeviceType Complex Type
Overview
Sequence
IndustryCode xs:string
DeviceDescription optional xs:string
CheckProcessor optional xs:string
CheckSEC 0..∞ xs:string
PDLNotification optional booleanType Simple Type

PDLNotification flag that has been persisted for this device.

Used By
Device Element
Device Element
Source
<xs:complexType name="DeviceType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="DeviceId" type="deviceIdType" />
    <xs:element name="IndustryCode" type="xs:string" />
    <xs:element name="DeviceTypeId" type="xs:int" />
    <xs:element name="DeviceDescription" type="xs:string" minOccurs="0" />
    <xs:element name="CheckProcessor" type="xs:string" minOccurs="0" />
    <xs:element name="CheckSEC" type="xs:string" minOccurs="0" maxOccurs="unbounded" />
    <xs:element name="PDLNotification" type="booleanType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">PDLNotification flag that has been persisted for this device.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
PosGateway Schema