Skip to content

Commit 61e19ef

Browse files
David Waltermireaj-stein-nist
authored andcommitted
Updated data type documentation adding a note about why NCName was deprecated. Fixes #1105 (#1480)
1 parent 6a04849 commit 61e19ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/reference/datatypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ In JSON Schema, this is represented as:
433433

434434
A non-colonized name as defined by [XML Schema Part 2: Datatypes Second Edition](https://www.w3.org/TR/xmlschema11-2/#NCName).
435435

436-
**Note: Use of this data type has been *deprecated* in favor of [token](#token).**
436+
**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.
437437

438438
### string
439439

0 commit comments

Comments
 (0)