From 2a3678e36fdde4511013d83f0e4384c088c8eda7 Mon Sep 17 00:00:00 2001 From: Yogesh Deshpande Date: Thu, 12 Oct 2023 17:26:25 +0100 Subject: [PATCH] Minor correction on Extensions Signed-off-by: Yogesh Deshpande --- draft-ietf-rats-corim.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft-ietf-rats-corim.md b/draft-ietf-rats-corim.md index 6f9259bc..89b7b43d 100644 --- a/draft-ietf-rats-corim.md +++ b/draft-ietf-rats-corim.md @@ -1256,7 +1256,7 @@ only at specific allowed points known as "extension points" The following types of extensions are supported in CoRIM -## Map Extensions +### Map Extensions Map Extensions provides extensibility support to CoRIM Map structures. CDDL map extensibility enables a CoRIM profile to extend the base CoRIM definition. CDDL map extension points have the form `($$NAME-extension)` where "NAME" is the name of the map @@ -1265,7 +1265,7 @@ for code point naming that avoids code-point reuse. Well-known code points may be in a registry, such as CoSWID {{-coswid-reg}}. Additionally, a range of code points may be reserved for vendor-specific use such as negative integers. -## Data Type Extensions +### Data Type Extensions Data type extensibility has the form `($NAME-type-choice)` where "NAME" is the type name and '$' signifies type extensibility.