From d5874b797ea8338387e83eb9bd081157283c942c Mon Sep 17 00:00:00 2001 From: Christoph Marthy Date: Wed, 12 Mar 2025 15:17:10 +0000 Subject: [PATCH 1/3] Correction for copyOfBill --- 102657/RDMessage.asn | 8 ++++++-- 102657/RDMessage.xsd | 16 ++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/102657/RDMessage.asn b/102657/RDMessage.asn index cdf451c0..8dfdfcaf 100644 --- a/102657/RDMessage.asn +++ b/102657/RDMessage.asn @@ -1771,6 +1771,7 @@ MsgBillingDetails ::= SEQUENCE -- Only to be used in case the present document cannot fulfil the national requirements ..., copyOfBill [7] SEQUENCE OF File OPTIONAL + -- Obsolete from v2.6.1. Use copyOfBill in MsgBillingRecords instead } @@ -1805,7 +1806,8 @@ MsgBillingRecords ::= SEQUENCE -- Status of the transaction (i.e. "declined", "succeeded" etc.) -- Details to be defined on a national bases cryptocurrency [9] DigitalTokenIdentifier OPTIONAL - -- Cryptocurrency of payment as per ISO 24165-2 [57] + -- Cryptocurrency of payment as per ISO 24165-2 [57], + copyOfBill [10] SEQUENCE OF File OPTIONAL } NationalMsgBillingRecords ::= SEQUENCE @@ -2157,6 +2159,7 @@ MultimediaBillingDetails ::= SEQUENCE ..., multimediaBillingAddress [7] MultimediaBillingAddress OPTIONAL, copyOfBill [8] SEQUENCE OF File OPTIONAL + -- Obsolete from v2.6.1. Use copyOfBill in MultimediaBillingRecords instead } @@ -2199,7 +2202,8 @@ MultimediaBillingRecords ::= SEQUENCE -- Status of the transaction (i.e. "declined", "succeeded", etc.) -- Details to be defined on a national bases cryptocurrency [9] DigitalTokenIdentifier OPTIONAL - -- Cryptocurrency of payment as per ISO 24165-2 [57] + -- Cryptocurrency of payment as per ISO 24165-2 [57], + copyOfBill [10] SEQUENCE OF File OPTIONAL } NationalMultimediaBillingRecords ::= SEQUENCE diff --git a/102657/RDMessage.xsd b/102657/RDMessage.xsd index 956bafa6..4a87d76a 100644 --- a/102657/RDMessage.xsd +++ b/102657/RDMessage.xsd @@ -1882,6 +1882,13 @@ + + + + + + + @@ -1915,6 +1922,7 @@ + @@ -3091,6 +3099,7 @@ + @@ -3140,6 +3149,13 @@ + + + + + + + -- GitLab From b6a9a0d87950003bf80fe4b781eef6564391a410 Mon Sep 17 00:00:00 2001 From: Christoph Marthy Date: Wed, 12 Mar 2025 15:19:38 +0000 Subject: [PATCH 2/3] Correction for copyOfBill --- 102657/RDMessage.asn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/102657/RDMessage.asn b/102657/RDMessage.asn index 8dfdfcaf..38ec5fb5 100644 --- a/102657/RDMessage.asn +++ b/102657/RDMessage.asn @@ -1805,8 +1805,8 @@ MsgBillingRecords ::= SEQUENCE mgsTransactionStatus [8] UTF8String OPTIONAL, -- Status of the transaction (i.e. "declined", "succeeded" etc.) -- Details to be defined on a national bases - cryptocurrency [9] DigitalTokenIdentifier OPTIONAL - -- Cryptocurrency of payment as per ISO 24165-2 [57], + cryptocurrency [9] DigitalTokenIdentifier OPTIONAL, + -- Cryptocurrency of payment as per ISO 24165-2 [57] copyOfBill [10] SEQUENCE OF File OPTIONAL } @@ -2201,8 +2201,8 @@ MultimediaBillingRecords ::= SEQUENCE multimediaTransactionStatus [8] UTF8String OPTIONAL, -- Status of the transaction (i.e. "declined", "succeeded", etc.) -- Details to be defined on a national bases - cryptocurrency [9] DigitalTokenIdentifier OPTIONAL - -- Cryptocurrency of payment as per ISO 24165-2 [57], + cryptocurrency [9] DigitalTokenIdentifier OPTIONAL, + -- Cryptocurrency of payment as per ISO 24165-2 [57] copyOfBill [10] SEQUENCE OF File OPTIONAL } -- GitLab From bb04f2ad67b9012262a47e3b06a6abd17ec34ec1 Mon Sep 17 00:00:00 2001 From: Christoph Marthy Date: Tue, 1 Apr 2025 09:48:32 +0000 Subject: [PATCH 3/3] Update 2 files - /102657/RDMessage.xsd - /102657/RDMessage.asn --- 102657/RDMessage.asn | 6 ++++-- 102657/RDMessage.xsd | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/102657/RDMessage.asn b/102657/RDMessage.asn index 38ec5fb5..86729ab0 100644 --- a/102657/RDMessage.asn +++ b/102657/RDMessage.asn @@ -1771,7 +1771,8 @@ MsgBillingDetails ::= SEQUENCE -- Only to be used in case the present document cannot fulfil the national requirements ..., copyOfBill [7] SEQUENCE OF File OPTIONAL - -- Obsolete from v2.6.1. Use copyOfBill in MsgBillingRecords instead + -- copyOfBill in MsgBillingDetails is obsolete from v2.6.1. + -- Use copyOfBill in MsgBillingRecords instead } @@ -2159,7 +2160,8 @@ MultimediaBillingDetails ::= SEQUENCE ..., multimediaBillingAddress [7] MultimediaBillingAddress OPTIONAL, copyOfBill [8] SEQUENCE OF File OPTIONAL - -- Obsolete from v2.6.1. Use copyOfBill in MultimediaBillingRecords instead + -- copyOfBill in MultimediaBillingDetails is obsolete from v2.6.1. + -- Use copyOfBill in MultimediaBillingRecords instead } diff --git a/102657/RDMessage.xsd b/102657/RDMessage.xsd index 4a87d76a..3f43876f 100644 --- a/102657/RDMessage.xsd +++ b/102657/RDMessage.xsd @@ -1921,8 +1921,9 @@ + + - @@ -3098,8 +3099,9 @@ + + - -- GitLab