From 2848252835c688424e5e9d33b564bca5fcc87d5d Mon Sep 17 00:00:00 2001 From: David Waltermire Date: Tue, 27 Sep 2022 12:57:00 -0400 Subject: [PATCH] Updated data type documention adding a note about why NCName was deprecated. Fixes #1105 --- docs/content/reference/datatypes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/reference/datatypes.md b/docs/content/reference/datatypes.md index 598a7aeedc..4ea5cd098f 100644 --- a/docs/content/reference/datatypes.md +++ b/docs/content/reference/datatypes.md @@ -433,7 +433,7 @@ In JSON Schema, this is represented as: A non-colonized name as defined by [XML Schema Part 2: Datatypes Second Edition](https://www.w3.org/TR/xmlschema11-2/#NCName). -**Note: Use of this data type has been *deprecated* in favor of [token](#token).** +**Note: Use of this data type has been *deprecated* in favor of [token](#token), which has a similar syntax.** `NCName` was replaced with `token` to avoid use of an XML-specific type. This data type is no longer in use, but is still provided here to support model documentation for older OSCAL revisions that make use of this data type. ### string