This element contains, or references via its target attribute, a description of a source used in the creation of the electronic file. For description of a physical embodiment of an expression of a work use the manifestation element.
The data attribute may be used to reference one or more musical features found in the content of this particular source.
The model of this element is based on the source element of the Text Encoding Initiative (TEI) and the source element of the Encoded Archival Description (EAD).
<elementSpec ident="source" module="MEI.header">
<desc xml:lang="en">A bibliographic description of a source used in the creation of the electronic
file.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.authorized"/>
<memberOf key="att.bibl"/>
<memberOf key="att.componentType"/>
<memberOf key="att.dataPointing"/>
<memberOf key="att.pointing"/>
<memberOf key="att.recordType"/>
<memberOf key="att.targetEval"/>
</classes>
<content>
<rng:zeroOrMore>
</rng:zeroOrMore>
</content>
<constraintSpec ident="check_source_target" scheme="schematron">
<constraint>
<sch:rule context="mei:source/@target">
<sch:assert role="warning" test="not(normalize-space(.) eq '')">@target attribute should
have content.</sch:assert>
<sch:assert role="warning" test="every $i in tokenize(., '\s+') satisfies substring($i,2)=//mei:*[local-name()
eq 'source' or local-name() eq 'manifestation']/@xml:id or matches($i, '^([a-z]+://|\.{1,2}/)')">Each value in @target should correspond to the @xml:id attribute of a source or
manifestation element or be an external URI.</sch:assert>
</sch:rule>
</constraint>
</constraintSpec>
<remarks xml:lang="en">
<p>This element contains, or references via its <att>target</att> attribute, a description of
a source used in the creation of the electronic file. For description of a physical
embodiment of an expression of a work use the <gi scheme="MEI">manifestation</gi>
element.</p>
<p>The <att>data</att> attribute may be used to reference one or more musical features found
in the content of this particular source.</p>
<p>The model of this element is based on the <ref target="https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-source.html">source</ref> element of the Text Encoding Initiative (TEI) and the <ref target="https://www.loc.gov/ead/EAD3taglib/EAD3-TL-eng.html#elem-source">source</ref> element of the Encoded
Archival Description (EAD).</p>
</remarks>
</elementSpec>