Open the Portico Developer Guide site
PosGateway Schema
NTRSDeviceDataDataType Complex Type
PosGateway Schema : NTRSDeviceDataDataType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
NTRSDeviceCountry Element TokensOnDevice Element NTRSDeviceUseLength Element NTRSDeviceScore Element All NTRSDeviceDataDataType Complex Type
Overview
All
NTRSDeviceScore optional Restriction of xs:long

The score of the trustworthiness of the device.

NTRSDeviceUseLength optional Restriction of xs:long

The time in days that the device has been in use.

TokensOnDevice optional Restriction of xs:long

The number of tokens on the physical device.

NTRSDeviceCountry optional Restriction of xs:string

The country in which the device is used.

Used By
NTRSDeviceData Element
Source
<xs:complexType name="NTRSDeviceDataDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="NTRSDeviceScore" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The score of the trustworthiness of the device.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:long">
          <xs:pattern value="\d{1,11}" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="NTRSDeviceUseLength" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The time in days that the device has been in use.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:long">
          <xs:pattern value="\d{1,11}" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="TokensOnDevice" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The number of tokens on the physical device.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:long">
          <xs:pattern value="\d{1,11}" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="NTRSDeviceCountry" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The country in which the device is used.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:minLength value="2" />
          <xs:maxLength value="2" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema