mei:mei_att.extsym.attribute.glyphnum

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
glyphnum restriction of xs:string optional
Numeric glyph reference in hexadecimal notation, e.g. "#xE000" or
"U+E000". N.B. SMuFL version 1.18 uses the range U+E000 - U+ECBF.

Used By

Source

<xs:attributeGroup name="mei_att.extsym.attribute.glyphnum">
  <xs:attribute name="glyphnum">
    <xs:annotation>
      <xs:documentation>Numeric glyph reference in hexadecimal notation, e.g. "#xE000" or "U+E000". N.B. SMuFL version 1.18 uses the range U+E000 - U+ECBF.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:pattern value="(#x|U\+)[A-F0-9]+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>