nonxmlchar (Domino DTD)
Holds a hexadecimal version of characters that are not defined as being in the range that makes up Char, which stands for character, an atomic unit of text. Char is defined as any Unicode character excluding the surrogate blocks, FFFE and FFFF; it includes the following:
Char ::= #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF]
XML processors must accept any characters in the Char range. So nonxmlchar elements are elements that processors are not required to accept.
For more information on Char, see http://www.w3.org/TR/REC-xml#charsets.
Containment Hierarchy
Contained by: <java>, <javascript>, <lotusscript>, text, %richtext.nonhot.inline;
Syntax
<!ELEMENT nonxmlchar EMPTY>
Attributes
<!ATTLIST nonxmlchar
Attribute | ||
---|---|---|
value |
%hex; |
#IMPLIED |
>
value
The hexadecimal value of the character that is outside the range defined for Char in the XML Recommendation 1.0.