mei:recording

A recorded performance.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
begin optional
Specifies a point where the relevant content begins. A numerical value
must be less and a time value must be earlier than that given by the end
attribute.
betype mei:mei_data.BETYPE optional
Type of values used in the begin/end attributes. The begin and end
attributes can only be interpreted meaningfully in conjunction with this
attribute.
data restriction of list of mei:mei_data.URI optional
Used to link metadata elements to one or more data-containing
elements.
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.
end optional
Specifies a point where the relevant content ends. If not specified, the
end of the content is assumed to be the end point. A numerical value must be greater and a
time value must be later than that given by the begin attribute.
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.
startid mei:mei_data.URI optional
Holds a reference to the first element in a sequence of events to which
the feature applies.
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

Element mei:performance

Source

<xs:element name="recording">
  <xs:annotation>
    <xs:documentation>A recorded performance.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="mei:avFile"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="mei:when"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="mei:clip"/>
    </xs:sequence>
    <xs:attributeGroup ref="mei:mei_att.common.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.datapointing.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.declaring.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.mediabounds.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.startid.attributes"/>
  </xs:complexType>
</xs:element>

Sample