<xs:complexType name="NTRSWalletDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:all>
<xs:element name="WalletScore" minOccurs="0">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">The score of the wallet.</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="WalletAccountLength" minOccurs="0">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">The time in days that the wallet 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="WalletTransactions" minOccurs="0">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">The number of transactions performed with the wallet in the last 12 months.</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="WalletNameMatchesCardholderName" minOccurs="0">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">It indicates if the name of the wallet account holder and the name of the cardholder match or not..</p>
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:boolean" />
</xs:simpleType>
</xs:element>
</xs:all>
</xs:complexType>
|