gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 01/04: PAIN: allow longer currency names


From: gnunet
Subject: [libeufin] 01/04: PAIN: allow longer currency names
Date: Thu, 16 Jun 2022 12:05:13 +0200

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

ms pushed a commit to branch master
in repository libeufin.

commit 726e66d8c8a7ad47eee0d5c47c928f93d1b6e932
Author: MS <ms@taler.net>
AuthorDate: Thu Jun 16 11:59:32 2022 +0200

    PAIN: allow longer currency names
---
 util/src/main/resources/xsd/pain.001.001.03.xsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/src/main/resources/xsd/pain.001.001.03.xsd 
b/util/src/main/resources/xsd/pain.001.001.03.xsd
index 96a3ef2e..60cd5d71 100644
--- a/util/src/main/resources/xsd/pain.001.001.03.xsd
+++ b/util/src/main/resources/xsd/pain.001.001.03.xsd
@@ -35,7 +35,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]