From 5514dc006e9d60ef6c80223bfb8e8397a935b2bb 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 86729ab0..a95cc062 100644 --- a/102657/RDMessage.asn +++ b/102657/RDMessage.asn @@ -2467,7 +2467,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 3f43876f..6464f6e1 100644 --- a/102657/RDMessage.xsd +++ b/102657/RDMessage.xsd @@ -3561,7 +3561,14 @@ - + + + + + + + + -- GitLab From 60c1834d7ec9072e965728f136bb49f5fa6c8d1a 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 a95cc062..a50d5a51 100644 --- a/102657/RDMessage.asn +++ b/102657/RDMessage.asn @@ -2468,7 +2468,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 6464f6e1..24ead2dc 100644 --- a/102657/RDMessage.xsd +++ b/102657/RDMessage.xsd @@ -3561,7 +3561,7 @@ - + -- GitLab