From eb4b0be3fe306ba421ccd8878f86f430607ff7a5 Mon Sep 17 00:00:00 2001 From: Aaron Brewster Date: Sun, 29 Sep 2024 10:39:33 +0200 Subject: [PATCH] Greatly simplify the NX_CHAR documentation Idea is to state that NX_CHAR is a string of characters, and remove the other documentation that doesn't seem as necessary nowadays. Fixes #1441 --- nxdlTypes.xsd | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/nxdlTypes.xsd b/nxdlTypes.xsd index a350af8df5..db6a67617f 100644 --- a/nxdlTypes.xsd +++ b/nxdlTypes.xsd @@ -473,12 +473,7 @@ - The preferred string representation is :index:`UTF-8`. - Both fixed-length strings and variable-length strings are valid. - String arrays cannot be used where only a string is expected - (title, start_time, end_time, ``NX_class`` attribute,...). - Fields or attributes requiring the use of string arrays will be - clearly marked as such (like the ``NXdata`` attribute ``auxiliary_signals``). + A string of characters. The preferred string encoding is :index:`UTF-8`. This is the default field type.