<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>
|