70 lines
3.1 KiB
XML
70 lines
3.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
|
|
Copyright (C) Revenue Collection Systems France S.A.S. - 2018-2025 ALL RIGHTS RESERVED
|
|
|
|
-->
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
xmlns="http://www.thales.dc/PaymentTriggerSource"
|
|
targetNamespace="http://www.thales.dc/PaymentTriggerSource"
|
|
version="1.0.1">
|
|
|
|
<!-- Annotate all modification of the xsd file according to version -->
|
|
<xs:annotation>
|
|
<xs:documentation>-----------------------------------------------------------------------------------------------------------------------</xs:documentation>
|
|
</xs:annotation>
|
|
<xs:annotation>
|
|
<xs:documentation>Version List</xs:documentation>
|
|
</xs:annotation>
|
|
<xs:annotation>
|
|
<xs:documentation>-----------------------------------------------------------------------------------------------------------------------</xs:documentation>
|
|
</xs:annotation>
|
|
<xs:annotation>
|
|
<xs:documentation>sprint 186 - 23/08/2023 - Version 1.0.1</xs:documentation>
|
|
<xs:documentation>
|
|
change versioning and add documentation to respect XSD versioning format
|
|
</xs:documentation>
|
|
</xs:annotation>
|
|
<xs:annotation>
|
|
<xs:documentation>sprint 201 - 19/07/2024 - Version 1.0.2</xs:documentation>
|
|
<xs:documentation>
|
|
add not sent trigger source
|
|
</xs:documentation>
|
|
</xs:annotation>
|
|
<xs:annotation>
|
|
<xs:documentation>-----------------------------------------------------------------------------------------------------------------------</xs:documentation>
|
|
</xs:annotation>
|
|
|
|
<!-- Description of the PaymentTriggerSource structure -->
|
|
<xs:element name="PaymentTriggerSource" type="PaymentTriggerSource"/>
|
|
<xs:simpleType name="PaymentTriggerSource">
|
|
<xs:restriction base="xs:string">
|
|
<xs:enumeration value="MIT">
|
|
<xs:annotation>
|
|
<xs:documentation>Job trigger the debt recovery, Merchant Initiated Transaction</xs:documentation>
|
|
</xs:annotation>
|
|
</xs:enumeration>
|
|
<xs:enumeration value="TIT">
|
|
<xs:annotation>
|
|
<xs:documentation>Emv Tap Trigger debt recovery, Tap Initiated Transaction</xs:documentation>
|
|
</xs:annotation>
|
|
</xs:enumeration>
|
|
<xs:enumeration value="CIT">
|
|
<xs:annotation>
|
|
<xs:documentation>Api call trigger the debt recovery, CardHolder Initiated Transaction</xs:documentation>
|
|
</xs:annotation>
|
|
</xs:enumeration>
|
|
<xs:enumeration value="FRR">
|
|
<xs:annotation>
|
|
<xs:documentation>First Ride Risk Initiated Transaction</xs:documentation>
|
|
</xs:annotation>
|
|
</xs:enumeration>
|
|
<xs:enumeration value="NOT_SENT">
|
|
<xs:annotation>
|
|
<xs:documentation>First Ride Risk Initiated Transaction</xs:documentation>
|
|
</xs:annotation>
|
|
</xs:enumeration>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:schema>
|