name-display

The name-display type is used for exact formatting of multi-font text in part and group names to the left of the system. The print-object attribute can be used to determine what, if anything, is printed at the start of each system. Enclosure for the display-text element is none by default. Language for the display-text element is Italian ("it") by default.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
print-object yes-no optional

Used By

Source

<xs:complexType name="name-display">
  <xs:annotation>
    <xs:documentation>The name-display type is used for exact formatting of multi-font text in part and group names to the left of the system. The print-object attribute can be used to determine what, if anything, is printed at the start of each system. Enclosure for the display-text element is none by default. Language for the display-text element is Italian ("it") by default.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element name="display-text" type="formatted-text"/>
      <xs:element name="accidental-text" type="accidental-text"/>
    </xs:choice>
  </xs:sequence>
  <xs:attributeGroup ref="print-object"/>
</xs:complexType>