diff --git a/docs/Debugging/debugLogFiles.md b/docs/Debugging/debugLogFiles.md index fdb68379e26ba3..87b494ebab7e51 100644 --- a/docs/Debugging/debugLogFiles.md +++ b/docs/Debugging/debugLogFiles.md @@ -258,7 +258,7 @@ The following fields are logged for each event: |timestamp|Date and time in ISO 8601 format (YYYY-MM-DDThh:mm:ss.mmm)| |loggerID|Optional| |componentSignature|Optional - internal component signature| -|messageLevel|Trace, Debug, Info, Warning, Error| +|messageLevel|Trace, Debug, Info, Warning, Error, Fatal| |message|Description of the log entry| Depending on the event, various other fields can also be logged, such as task, socket, etc. diff --git a/docs/language-legacy/XML DOM/dom-append-xml-child-node.md b/docs/language-legacy/XML DOM/dom-append-xml-child-node.md index cc1221498d6587..f5fb721233d7f7 100644 --- a/docs/language-legacy/XML DOM/dom-append-xml-child-node.md +++ b/docs/language-legacy/XML DOM/dom-append-xml-child-node.md @@ -5,7 +5,7 @@ slug: /commands/dom-append-xml-child-node displayed_sidebar: docs --- -**DOM Append XML child node** ( *elementRef* : Text ; *childType* : Integer ; *childValue* : Text, Blob ) : Text +**DOM Append XML child node** ( *elementRef* : Text ; *childType* : Integer ; *childValue* : any ) : Text
@@ -13,7 +13,7 @@ displayed_sidebar: docs | --- | --- | --- | --- | | elementRef | Text | → | XML element reference | | childType | Integer | → | Type of child to append | -| childValue | Text, Blob | → | Text or variable (Text or BLOB) whose value must be inserted as child node | +| childValue | any | → | Text or variable (Text or BLOB) whose value must be inserted as child node | | Function result | Text | ← | Reference of child XML element |
diff --git a/docs/language-legacy/XML SAX/sax-open-xml-element-arrays.md b/docs/language-legacy/XML SAX/sax-open-xml-element-arrays.md index 7120e47224a2f8..e24c11ad27c37d 100644 --- a/docs/language-legacy/XML SAX/sax-open-xml-element-arrays.md +++ b/docs/language-legacy/XML SAX/sax-open-xml-element-arrays.md @@ -5,7 +5,7 @@ slug: /commands/sax-open-xml-element-arrays displayed_sidebar: docs --- -**SAX OPEN XML ELEMENT ARRAYS** ( *document* : Time ; *tag* : Text {; ...(*attribNamesArray* : Text array ; *attribValuesArray* : Array)} ) +**SAX OPEN XML ELEMENT ARRAYS** ( *document* : Time ; *tag* : Text {; ...(*attribNamesArray* : Text array ; *attribValuesArray* : Array)} )
*SAX OPEN XML ELEMENT ARRAYS** ( *document* : Time ; *tag* : Text {; ...(*attribNamesArray* : Text ; *attribValuesArray* : Text)} )
@@ -13,8 +13,8 @@ displayed_sidebar: docs | --- | --- | --- | --- | | document | Time | → | Reference of open document | | tag | Text | → | Name of element to open | -| attribNamesArray | Text array | → | Array of attribute names | -| attribValuesArray | Array | → | Array of attribute values | +| attribNamesArray | Text array, Text | → | Array of attribute names | +| attribValuesArray | Array, Text | → | Array of attribute values |
diff --git a/versioned_docs/version-20/Debugging/debugLogFiles.md b/versioned_docs/version-20/Debugging/debugLogFiles.md index 7baf10b2b186fe..0643d193647ab3 100644 --- a/versioned_docs/version-20/Debugging/debugLogFiles.md +++ b/versioned_docs/version-20/Debugging/debugLogFiles.md @@ -256,7 +256,7 @@ The following fields are logged for each event: |timestamp|Date and time in ISO 8601 format (YYYY-MM-DDThh:mm:ss.mmm)| |loggerID|Optional| |componentSignature|Optional - internal component signature| -|messageLevel|Trace, Debug, Info, Warning, Error| +|messageLevel|Trace, Debug, Info, Warning, Error, Fatal| |message|Description of the log entry| Depending on the event, various other fields can also be logged, such as task, socket, etc. diff --git a/versioned_docs/version-21-R2/Debugging/debugLogFiles.md b/versioned_docs/version-21-R2/Debugging/debugLogFiles.md index 24c2ce546ee0a8..ecf73c2577a9fd 100644 --- a/versioned_docs/version-21-R2/Debugging/debugLogFiles.md +++ b/versioned_docs/version-21-R2/Debugging/debugLogFiles.md @@ -258,7 +258,7 @@ The following fields are logged for each event: |timestamp|Date and time in ISO 8601 format (YYYY-MM-DDThh:mm:ss.mmm)| |loggerID|Optional| |componentSignature|Optional - internal component signature| -|messageLevel|Trace, Debug, Info, Warning, Error| +|messageLevel|Trace, Debug, Info, Warning, Error, Fatal| |message|Description of the log entry| Depending on the event, various other fields can also be logged, such as task, socket, etc. diff --git a/versioned_docs/version-21/Debugging/debugLogFiles.md b/versioned_docs/version-21/Debugging/debugLogFiles.md index 24c2ce546ee0a8..ecf73c2577a9fd 100644 --- a/versioned_docs/version-21/Debugging/debugLogFiles.md +++ b/versioned_docs/version-21/Debugging/debugLogFiles.md @@ -258,7 +258,7 @@ The following fields are logged for each event: |timestamp|Date and time in ISO 8601 format (YYYY-MM-DDThh:mm:ss.mmm)| |loggerID|Optional| |componentSignature|Optional - internal component signature| -|messageLevel|Trace, Debug, Info, Warning, Error| +|messageLevel|Trace, Debug, Info, Warning, Error, Fatal| |message|Description of the log entry| Depending on the event, various other fields can also be logged, such as task, socket, etc.