data.HEXNUM

Hexadecimal number.
Module
Used by
These class-based attributes use data.HEXNUM
att.extSym.names/@glyph.numNumeric glyph reference in hexadecimal notation, e.g., "#xE000" or "U+E000". N.B. SMuFL version 1.18 uses the range U+E000 - U+ECBF.
These other Data Types reference data.HEXNUM
data.HEADSHAPENote head shapes.
Declaration
<macroSpec ident="data.HEXNUM" module="MEI" type="dt">
<desc xml:lang="en">Hexadecimal number.</desc>
<content>
<rng:data type="string">
<rng:param name="pattern">(#x|U\+)[A-F0-9]+</rng:param>
</rng:data>
</content>
</macroSpec>