mei:perfResList

Several instrumental or vocal resources treated as a
group.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
analog xs:string optional
Contains a reference to a field or element in another descriptive encoding
system to which this MEI element is comparable.
authURI mei:mei_data.URI optional
The web-accessible location of the controlled vocabulary from which the
value is taken.
authority xs:string optional
A name or label associated with the controlled vocabulary from which the
value is taken.
cert mei:mei_data.CERTAINTY optional
Signifies the degree of certainty or precision associated with a
feature.
codedval restriction of list of xs:NMTOKEN optional
a value that represents or identifies the element content. May serve as a
primary key in a web-accessible database identified by the authURI
attribute.
count xs:positiveInteger optional
Indicates the number of performers.
evidence xs:NMTOKEN optional
Indicates the nature of the evidence supporting the reliability or
accuracy of the intervention or interpretation. Suggested values include: 'internal',
'external', 'conjecture'.
label xs:string optional
Provides a name or label for an element. The value may be any
string.
n optional
Provides a number-like designation for an element.
resp restriction of list of mei:mei_data.URI optional
Indicates the agent(s) responsible for some aspect of the text's creation,
transcription, editing, or encoding. Its value must point to one or more identifiers
declared in the document header.
source restriction of list of mei:mei_data.URI optional
Contains a list of one or more pointers indicating the sources which
attest to a given reading. Each value should correspond to the ID of a <source>
element located in the document header.
translit xs:NMTOKEN optional
Specifies the transliteration technique used.
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.
xml:lang xs:language optional
Identifies the language of the element's content. The values for this
attribute are language 'tags' as defined in BCP 47. All language tags that make use of
private use sub-tags must be documented in a corresponding language element in the MEI
header whose id attribute is the same as the language tag's value.

Used By

Source

<xs:element name="perfResList">
  <xs:annotation>
    <xs:documentation>Several instrumental or vocal resources treated as a group.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="mei:mei_model.headLike"/>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="mei:perfRes"/>
        <xs:element ref="mei:perfResList"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="mei:mei_att.common.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.authorized.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.bibl.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.canonical.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.edit.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.lang.attributes"/>
    <xs:attribute name="count" type="xs:positiveInteger">
      <xs:annotation>
        <xs:documentation>Indicates the number of performers.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample