mei:mei_model.staffGrpLike

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
barthru mei:mei_data.BOOLEAN optional
Indicates whether bar lines go across the space between staves (true) or
are only drawn across the lines of each staff (false).
decls restriction of list of mei:mei_data.URI optional
Identifies one or more metadata elements within the header, which are
understood to apply to the element bearing this attribute and its
content.
facs restriction of list of mei:mei_data.URI optional
Permits the current element to reference a facsimile surface or image zone
which corresponds to it.
instr mei:mei_data.URI optional
Provides a way of pointing to a MIDI instrument definition. It must
contain the ID of an <instrDef> element elsewhere in the
document.
label xs:string optional
Provides a name or label for an element. The value may be any
string.
label.abbr xs:string optional
Provides a label for a group of staves on pages after the first page.
Usually, this label takes an abbreviated form.
n optional
Provides a number-like designation for an element.
symbol restriction of xs:token optional
Specifies the symbol used to group a set of staves.
visible mei:mei_data.BOOLEAN optional
Indicates if a feature should be rendered when the notation is presented
graphically or sounded when it is presented in an aural form.
xml:base mei:mei_data.URI optional
Provides a base URI reference with which applications can resolve relative
URI references into absolute URI references.
xml:id xs:ID optional
Regularizes the naming of an element and thus facilitates building links
between it and other resources. Each id attribute within a document must have a unique
value.

Used By

Source

<xs:element name="mei_model.staffGrpLike" abstract="true">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="mei:grpSym"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="mei:mei_model.labelLike"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="mei:mei_model.instrDefLike"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="mei:mei_model.staffGrpLike"/>
        <xs:group ref="mei:mei_model.staffDefLike"/>
      </xs:choice>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="mei:grpSym"/>
    </xs:sequence>
    <xs:attributeGroup ref="mei:mei_att.common.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.declaring.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.facsimile.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.staffGrp.vis.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.staffGrp.ges.attributes"/>
  </xs:complexType>
</xs:element>

Sample