From 7c545acff66adacbf9c06f6ffc9cc5a97fa83aeb Mon Sep 17 00:00:00 2001 From: Christoph Marthy Date: Tue, 11 Mar 2025 12:35:09 +0000 Subject: [PATCH 1/2] Addition of dtiCode to DigitalTokenIdentifier in ASN.1-schema and XSD --- 102657/RDMessage.asn | 3 ++- 102657/RDMessage.xsd | 9 ++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/102657/RDMessage.asn b/102657/RDMessage.asn index cdf451c0..fef73dcd 100644 --- a/102657/RDMessage.asn +++ b/102657/RDMessage.asn @@ -2461,7 +2461,8 @@ DigitalTokenIdentifier ::= SEQUENCE -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. informativeDataElements [3] InformativeDataElements OPTIONAL, -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. - ... + ..., + dtiCode [4] UTF8String (SIZE(9)) OPTIONAL } BaseRecord ::= OCTET STRING diff --git a/102657/RDMessage.xsd b/102657/RDMessage.xsd index 956bafa6..bdd578f4 100644 --- a/102657/RDMessage.xsd +++ b/102657/RDMessage.xsd @@ -3543,7 +3543,14 @@ - + + + + + + + + -- GitLab From 59eac93b730a354d193ac8769563a0eadd5a1cb9 Mon Sep 17 00:00:00 2001 From: Christoph Marthy Date: Fri, 14 Mar 2025 11:49:42 +0000 Subject: [PATCH 2/2] Replaced dtiCode by digitalTokenIdentifierCode --- 102657/RDMessage.asn | 2 +- 102657/RDMessage.xsd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/102657/RDMessage.asn b/102657/RDMessage.asn index fef73dcd..1450e767 100644 --- a/102657/RDMessage.asn +++ b/102657/RDMessage.asn @@ -2462,7 +2462,7 @@ DigitalTokenIdentifier ::= SEQUENCE informativeDataElements [3] InformativeDataElements OPTIONAL, -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. ..., - dtiCode [4] UTF8String (SIZE(9)) OPTIONAL + digitalTokenIdentifierCode [4] UTF8String (SIZE(9)) OPTIONAL } BaseRecord ::= OCTET STRING diff --git a/102657/RDMessage.xsd b/102657/RDMessage.xsd index bdd578f4..7ecb13b4 100644 --- a/102657/RDMessage.xsd +++ b/102657/RDMessage.xsd @@ -3543,7 +3543,7 @@ - + -- GitLab