level-display

The level-display attribute group specifies three common ways to indicate editorial indications: putting parentheses or square brackets around a symbol, or making the symbol a different size. If not specified, they are left to application defaults. It is used by the level and accidental elements.

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
bracket yes-no optional
parentheses yes-no optional
size symbol-size optional

Used By

Complex Types accidental, level

Source

<xs:attributeGroup name="level-display">
  <xs:annotation>
    <xs:documentation>The level-display attribute group specifies three common ways to indicate editorial indications: putting parentheses or square brackets around a symbol, or making the symbol a different size. If not specified, they are left to application defaults. It is used by the level and accidental elements.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="parentheses" type="yes-no"/>
  <xs:attribute name="bracket" type="yes-no"/>
  <xs:attribute name="size" type="symbol-size"/>
</xs:attributeGroup>