<?xml version="1.0" encoding="UTF-8"?>
<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. -->
<?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?>
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="figures" xml:id="gi-notatedMusic" ident="notatedMusic">
  <desc versionDate="2011-04-12" xml:lang="en">encodes the presence of music notation in a text.</desc>
  <classes>
    <memberOf key="att.global"/>
    <memberOf key="att.cmc"/>
    <memberOf key="att.placement"/>
    <memberOf key="att.typed"/>
    <memberOf key="model.global"/>
  </classes>
  <content>
      <alternate minOccurs="0" maxOccurs="unbounded">
        <classRef key="model.labelLike"/>
        <classRef key="model.ptrLike"/>
        <elementRef key="graphic"/>
        <elementRef key="binaryObject"/>
        <elementRef key="seg"/>
      </alternate>
  </content>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples" xml:id="gi-notatedMusic-egXML-mr">
      <notatedMusic>
        <ptr target="bar1.xml"/>
        <graphic url="bar1.jpg"/>
        <desc>First bar of Chopin's Scherzo No.3 Op.39</desc>
      </notatedMusic>
    </egXML>
  </exemplum>
  <remarks versionDate="2011-07-04" xml:lang="en">
    <p>It is possible to describe
        the content of the notation using elements from the <ident type="class">model.labelLike</ident> class and it is possible
        to point to an external representation using elements from <ident type="class">model.ptrLike</ident>. It is possible to
        specify the location of digital objects representing the notated music in other media such
        as images or audio-visual files. The encoder's interpretation of the correspondence between
        the notated music and these digital objects is not encoded explicitly. We recommend the use
        of graphic and binaryObject mainly as a fallback mechanism when the notated music format is
        not displayable by the application using the encoding. The alignment of encoded notated
        music, images carrying the notation, and audio files is a complex matter for which we refer
        the encoder to other formats and specifications such as MPEG-SMR.</p>
    <p>It is also recommended, when useful, to embed XML-based music notation formats, such as the 
      <ref target="http://music-encoding.org">Music Encoding Initiative</ref> format as content of 
      <gi>notatedMusic</gi>. This must be done by means of customization.</p>
  </remarks>
  <listRef>
    <ptr target="#FTNM"/>
  </listRef>
</elementSpec>
