gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] 06/08: allow longer currency names


From: gnunet
Subject: [libeufin] 06/08: allow longer currency names
Date: Wed, 10 Nov 2021 16:22:49 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

commit c794115ee8e6f9c22b34fb5cfed016fc0c55da03
Author: ms <ms@taler.net>
AuthorDate: Sun Nov 7 21:46:55 2021 +0100

    allow longer currency names
---
 util/src/main/resources/xsd/camt.052.001.02.xsd | 2 +-
 util/src/main/resources/xsd/camt.053.001.02.xsd | 2 +-
 util/src/main/resources/xsd/camt.054.001.02.xsd | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/util/src/main/resources/xsd/camt.052.001.02.xsd 
b/util/src/main/resources/xsd/camt.052.001.02.xsd
index 5daea3bc..52abd831 100644
--- a/util/src/main/resources/xsd/camt.052.001.02.xsd
+++ b/util/src/main/resources/xsd/camt.052.001.02.xsd
@@ -61,7 +61,7 @@
        </xs:complexType>
        <xs:simpleType name="ActiveOrHistoricCurrencyCode">
                <xs:restriction base="xs:string">
-                       <xs:pattern value="[A-Z]{3,3}"/>
+                       <xs:pattern value="[A-Z]{3,13}"/>
                </xs:restriction>
        </xs:simpleType>
        <xs:simpleType name="AddressType2Code">
diff --git a/util/src/main/resources/xsd/camt.053.001.02.xsd 
b/util/src/main/resources/xsd/camt.053.001.02.xsd
index 4b2b6261..0dc3b77e 100644
--- a/util/src/main/resources/xsd/camt.053.001.02.xsd
+++ b/util/src/main/resources/xsd/camt.053.001.02.xsd
@@ -61,7 +61,7 @@
        </xs:complexType>
        <xs:simpleType name="ActiveOrHistoricCurrencyCode">
                <xs:restriction base="xs:string">
-                       <xs:pattern value="[A-Z]{3,3}"/>
+                       <xs:pattern value="[A-Z]{3,13}"/>
                </xs:restriction>
        </xs:simpleType>
        <xs:simpleType name="AddressType2Code">
diff --git a/util/src/main/resources/xsd/camt.054.001.02.xsd 
b/util/src/main/resources/xsd/camt.054.001.02.xsd
index 504722e2..b284c6dd 100644
--- a/util/src/main/resources/xsd/camt.054.001.02.xsd
+++ b/util/src/main/resources/xsd/camt.054.001.02.xsd
@@ -60,7 +60,7 @@
        </xs:complexType>
        <xs:simpleType name="ActiveOrHistoricCurrencyCode">
                <xs:restriction base="xs:string">
-                       <xs:pattern value="[A-Z]{3,3}"/>
+                       <xs:pattern value="[A-Z]{3,13}"/>
                </xs:restriction>
        </xs:simpleType>
        <xs:simpleType name="AddressType2Code">

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]