<xs:complexType name="NTRSUserDataDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:all>
<xs:element name="UserAccountScore" minOccurs="0">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">The score of the trustworthiness of the device user’s account.</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="UserAccountUsageLength" minOccurs="0">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">The time in days that the user account 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="UserTokens" minOccurs="0">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">The number of the tokens owned by the user.</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="UserWallets" minOccurs="0">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">The number of the wallets owned by the user.</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="UserCountry" minOccurs="0">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">It indicates the country of the user account.</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:element name="NewlyAdded" minOccurs="0">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">True means that the user added the card on file during the current provisioning attempt.</p>
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:boolean" />
</xs:simpleType>
</xs:element>
<xs:element name="DaysOnFile" minOccurs="0">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">The time in days that the card has been on file.</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:all>
</xs:complexType>
|