commit c794115ee8e6f9c22b34fb5cfed016fc0c55da03
parent 8643676ee4ec92386fdd3771f6b443d13431bee0
Author: ms <ms@taler.net>
Date: Sun, 7 Nov 2021 21:46:55 +0100
allow longer currency names
Diffstat:
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
@@ -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
@@ -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
@@ -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">