<?xml version="1.0" encoding="UTF-8"?>
<mods:mods xmlns:mods="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:inharmony="http://www.dlib.indiana.edu/metadata/inharmony/extensionElements" xsi:schemaLocation="http://www.loc.gov/mods/v3     http://www.loc.gov/standards/mods/v3/mods-3-3.xsd      http://www.dlib.indiana.edu/metadata/inharmony/extensionElements      http://www.dlib.indiana.edu/metadata/inharmony/extensionElements/inHarmonyExtensionElements.xsd" version="3.3">
    
    <!-- IN Harmony title element -->
    <mods:titleInfo>
        <mods:nonSort>The</mods:nonSort>
        <mods:title>Moon Shines in Coral Gables</mods:title>
    </mods:titleInfo>
    
    <!-- IN Harmony uniform title element -->
    <mods:titleInfo type="uniform">
        <mods:title>Mondscheine in Coral Gables</mods:title>
    </mods:titleInfo>
    
    <!-- IN Harmony first line element -->
    <mods:titleInfo type="alternative" displayLabel="First line">
        <mods:title>I've been missing someone quite a while, I've been longing for a</mods:title>
    </mods:titleInfo>
    
    <!-- IN Harmony first line of chorus element -->
    <mods:titleInfo type="alternative" displayLabel="First line of chorus">
        <mods:title>While the moon shines in Coral Gables, I will hold you in my arm</mods:title>
    </mods:titleInfo>
 
    <!-- IN Harmony alternative title element ; repeat mods:titleInfo for repeated alternative title elements -->
    <mods:titleInfo type="alternative" displayLabel="Alternative title">
        <mods:title>Moon Glows in Miami</mods:title>
    </mods:titleInfo>

    <mods:titleInfo type="alternative" displayLabel="Alternative title">
        <mods:title>Moon Shines over Miami</mods:title>
    </mods:titleInfo>
    
    <!-- IN Harmony composer element; repeat mods:name for repeated composer elements -->
    <!-- change type attribute to corporate if indicated by the cataloger -->
    <!-- remove authority attribute if IN Harmony rules is indicated as the source of the name by the cataloger -->
    <mods:name type="personal" authority="naf">
        <mods:namePart>Bayha, Charles Anthony, 1893-</mods:namePart>
        <mods:role>
            <mods:roleTerm type="code" authority="marcrelator">cmp</mods:roleTerm>
            <mods:roleTerm type="text" authority="marcrelator">Composer</mods:roleTerm>           
        </mods:role>
    </mods:name>
   
    <!-- IN Harmony arranger element; repeat mods:name for repeated arranger elements -->
    <!-- change type attribute to corporate if indicated by the cataloger -->
    <!-- remove authority attribute if IN Harmony rules is indicated as the source of the name by the cataloger -->    
    <mods:name type="personal" authority="naf">
        <mods:namePart>Breen, May Singhi</mods:namePart>
        <mods:role>
            <mods:roleTerm type="code" authority="marcrelator">arr</mods:roleTerm>
            <mods:roleTerm type="text" authority="marcrelator">Arranger</mods:roleTerm>           
        </mods:role>
    </mods:name>
    
    <!-- IN Harmony lyricist element; repeat mods:name for repeated lyricist elements -->
    <!-- change type attribute to corporate if indicated by the cataloger -->
    <!-- remove authority attribute if IN Harmony rules is indicated as the source of the name by the cataloger -->    
    <mods:name type="personal" authority="naf">
        <mods:namePart>Bayha, Charles Anthony, 1893-</mods:namePart>
        <mods:role>
            <mods:roleTerm type="code" authority="marcrelator">lyr</mods:roleTerm>
            <mods:roleTerm type="text" authority="marcrelator">Lyricist</mods:roleTerm>           
        </mods:role>
    </mods:name>
    
    <!-- IN Harmony performer element; repeat mods:name for repeated performer elements -->
    <!-- change type attribute to corporate if indicated by the cataloger -->
    <!-- remove authority attribute if IN Harmony rules is indicated as the source of the name by the cataloger -->    
    <mods:name type="personal" authority="naf">
        <mods:namePart>Sinatra, Frank, 1907-</mods:namePart>
        <mods:role>
            <mods:roleTerm type="code" authority="marcrelator">prf</mods:roleTerm>
            <mods:roleTerm type="text" authority="marcrelator">Performer</mods:roleTerm>           
        </mods:role>
    </mods:name>
    
    <!-- IN Harmony dedicatee element; repeat mods:name for repeated dedicatee elements -->
    <!-- change type attribute to corporate if indicated by the cataloger -->
    <!-- remove authority attribute if IN Harmony rules is indicated as the source of the name by the cataloger -->    
    <mods:name type="personal" authority="naf">
        <mods:namePart>Berlin, Irving, 1888-</mods:namePart>
        <mods:role>
            <mods:roleTerm type="code" authority="marcrelator">dte</mods:roleTerm>
            <mods:roleTerm type="text" authority="marcrelator">Dedicatee</mods:roleTerm>           
        </mods:role>
    </mods:name>
    
    <!-- IN Harmony other name element; repeat mods:name for repeated other name elements -->
    <!-- change type attribute to corporate if indicated by the cataloger -->
    <!-- remove authority attribute if IN Harmony rules is indicated as the source of the name by the cataloger -->    
    <mods:name type="personal" authority="naf">
        <mods:namePart>Gershwin, George, 1898-1937</mods:namePart>
    </mods:name>
    
    <!-- Boilerplate; include in every record -->
    <mods:typeOfResource>notated music</mods:typeOfResource>
    
    <!-- IN Harmony form/genre element; repeat mods:genre for repeated form/genre elements -->
    <mods:genre>Ragtime music</mods:genre>
    
    <!-- Groups IN Harmony publication elements -->
    <!-- NOTE: repeat mods:originInfo for multiple IN Harmony publisher elements -->
    <mods:originInfo>

        <!-- IN Harmony publishing place element; repeat mods:place for repeated publishing place elements associated with a single publisher -->
        <mods:place>
            <mods:placeTerm type="text">New York</mods:placeTerm>
        </mods:place>        

        <mods:place>
            <mods:placeTerm type="text">Istanbul</mods:placeTerm>
        </mods:place>   
        
        <!-- IN Harmony publisher name element; DO NOT REPEAT THIS ELEMENT, instead repeat entire mods:originInfo element if multiple publishers-->
        <mods:publisher>Irving Berlin, Inc.</mods:publisher>

        <!-- IN Harmony date element -->
        <!-- Use mods:dateIssued if publication date selected; use mods:copyrightDate if copyright date selected; do not use both mods:dateIssued and mods:copyrightDate -->
        <!-- Use qualifier attribute with appropriate value if qualifier indicated by cataloger; if not, do not inlcude qualifier attribute -->
        <mods:dateIssued encoding="w3cdtf" keyDate="yes" qualifier="approximate">1924</mods:dateIssued>
        <mods:copyrightDate encoding="w3cdtf" keyDate="yes" qualifier="questionable">1924</mods:copyrightDate>
        
    </mods:originInfo>
    
    <!-- IN Harmony language element -->
    <mods:language>
        <mods:languageTerm type="text" authority="iso639-2b">English</mods:languageTerm>
        <mods:languageTerm type="code" authority="iso639-2b">eng</mods:languageTerm>  
    </mods:language>
    
    <!-- System-supplied information; include in every record -->
    <mods:physicalDescription>
        <mods:digitalOrigin>reformatted digital</mods:digitalOrigin>
    </mods:physicalDescription>
    
    <!-- IN Harmony note element; repeat mods:note for repeated note elements -->
    <mods:note>Cover signed with the dedication: "To Sam, come visit Coral Gables sometime. Best, C."</mods:note>
    <mods:note>Contains publisher's advertisements.</mods:note>
    
    <!-- IN Harmony instrumentation element; include values from selected list, followed by values from free-text entry, delimited with a semicolon -->
    <mods:note>Piano, voice and chords; ukelele</mods:note>
    
    <!-- LCSH string entered into cataloging interface. Convert all subfield codes to 2 hyphens, with no space between the hyphens and text on either side. -->
    <mods:subject authority="lcsh">
        <mods:topic>Moon--Motion picture music--Florida</mods:topic>
    </mods:subject>
    
    <!-- IN Harmony topical subject element; repeat mods:subject for repeated topical subject elements -->
    <mods:subject>
        <mods:topic>Moon</mods:topic>
    </mods:subject>

    <mods:subject>
        <mods:topic>Motion picture music</mods:topic>
    </mods:subject>

    <!-- IN Harmony name as subject element; repeat mods:subject for repeated topical subject elements -->
    <!-- authority attribute on subject or name? -->
    <mods:subject authority="naf">
        <mods:name type="personal" authority="naf">
            <mods:namePart>Truman, Harry S., 1884-1972</mods:namePart>
        </mods:name>
    </mods:subject>
   
    <!-- IN Harmony place name subject element; repeat entire mods:subject  element for repeated place name subject elements -->
    <!-- replace mods:state with mods:province or mods:county as indicated in the cataloging interface -->
    <mods:subject>
        <mods:hierarchicalGeographic>
            <mods:country>United States</mods:country>
            <mods:state>Florida</mods:state>
            <mods:county>Miami-Dade</mods:county>
            <mods:city>Coral Gables (Fla.)</mods:city>
        </mods:hierarchicalGeographic>
    </mods:subject>
    
    <!-- IN Harmony other geographic subject element; repeat entire mods:subject  element for repeated other geographic subject elements -->
    <mods:subject>
        <mods:geographic>Parrot Jungle and Gardens (Miami, Fla.)</mods:geographic>
    </mods:subject>
    
    <!-- IN Harmony temporal subject element; repeat entire mods:subject  element for repeated other geographic subject elements -->
    <mods:subject>
        <mods:temporal>19th century</mods:temporal>
    </mods:subject>
    
    <!-- IN Harmony local subject element; repeat mods:subject for repeated local subject elements -->
    <mods:subject authority="local">
        <mods:topic>Popular song</mods:topic>
    </mods:subject>
    
    <mods:subject authority="local">
        <mods:topic>States--Florida</mods:topic>
    </mods:subject>
    
    <!-- IN Harmony title of larger work element -->
    <mods:relatedItem type="host">
        <mods:titleInfo>
            <mods:title>Various Celestial Bodies Shining Over Coral Gables Song Cycle</mods:title>
        </mods:titleInfo>
    </mods:relatedItem>

    <!-- IN Harmony series title element; repeat mods:relatedItem for repeated series title element  -->
    <mods:relatedItem type="series">
        <mods:titleInfo>
            <mods:title>The Coral Gables Sheet Music Series</mods:title>
        </mods:titleInfo>
    </mods:relatedItem>

    <mods:relatedItem type="series">
        <mods:titleInfo>
            <mods:title>The Celestial Body Sheet Music Series</mods:title>
        </mods:titleInfo>
    </mods:relatedItem>
    
    <!-- Group IN Harmony cover elements -->
    <mods:relatedItem type="constituent" displayLabel="Cover information">
        
        <!-- IN Harmony engraver element; repeat mods:name for repeated engraver element -->
        <!-- Change type attribute to corporate if this is indicated by the cataloger -->
        <!-- remove authority attribute if IN Harmony rules is indicated as the source of the name by the cataloger -->   
        <mods:name type="personal" authority="naf">
            <mods:namePart>Engraver, Albert J.</mods:namePart>
            <mods:role>
                <mods:roleTerm type="code" authority="marcrelator">egr</mods:roleTerm>       
                <mods:roleTerm type="text" authority="marcrelator">Engraver</mods:roleTerm>
            </mods:role>
         </mods:name>
        
        <!-- IN Harmony lithographer element; repeat mods:name for repeated lithographer element -->
        <!-- Change type attribute to corporate if this is indicated by the cataloger -->
        <!-- remove authority attribute if IN Harmony rules is indicated as the source of the name by the cataloger -->   
        <mods:name type="personal" authority="naf">
            <mods:namePart>Lithographer, Myrtle C.</mods:namePart>
            <mods:role>
                <mods:roleTerm type="code" authority="marcrelator">ltg</mods:roleTerm>         
                <mods:roleTerm type="text" authority="marcrelator">Lithographer</mods:roleTerm>
           </mods:role>
        </mods:name>
        
        <!-- IN Harmony artist element; repeat mods:name for repeated artist element -->
        <!-- Change type attribute to corporate if this is indicated by the cataloger -->
        <!-- remove authority attribute if IN Harmony rules is indicated as the source of the name by the cataloger -->   
        <mods:name type="personal" authority="naf">
            <mods:namePart>Artist, John Q.</mods:namePart>
            <mods:role>
                <mods:roleTerm type="code" authority="marcrelator">art</mods:roleTerm>     
                <mods:roleTerm type="text" authority="marcrelator">Artist</mods:roleTerm>
            </mods:role>
        </mods:name>
        
        <!-- IN Harmony cover subject element; repeat mods:subject for repeated cover subject elements -->
        <mods:subject authority="lctgm">
            <mods:topic>African americans</mods:topic>
        </mods:subject>
        
    </mods:relatedItem>
    
    <!-- IN Harmony plate number element; repeat mods:identifier for repeated plate number elements -->
    <mods:identifier type="music plate" displayLabel="Plate number">IB 2457</mods:identifier>

    <!-- IN Harmony publisher number element; repeat mods:identifier for repeated publisher number elements -->
    <mods:identifier type="music plate" displayLabel="Publisher number">Irving Berlin SM2457</mods:identifier>
    
    <!-- IN Harmony catalog number element; repeat mods:identifier for repeated catalog number elements -->
    <mods:identifier type="catalog" displayLabel="Catalog number">op. 43</mods:identifier>
    
    <!-- IN Harmony call number element -->
    <mods:identifier type="call number" displayLabel="Call number">M1 .D48 Box: 220 Item: 029 </mods:identifier>
    
    <!-- System-supplied information; include in every record -->
    <mods:location>
        <mods:physicalLocation>[Complete name of holding institution]</mods:physicalLocation>
        <!-- [Location of this metadata record and associated digitized item if available on the web] -->
        <!-- [Refer to PURLs for these various views of the item] -->
        <mods:url access="object in context" usage="primary display">http://purl.dlib.indiana.edu/iudl/</mods:url>
        <mods:url access="preview">http://purl.dlib.indiana.edu/iudl/</mods:url>
        <mods:url access="raw object">http://purl.dlib.indiana.edu/iudl/</mods:url>
    </mods:location>
    
    <!--System-supplied information; include in every record -->
    <!-- [Include the rights PURL specific to this collection, e.g., http://purl.dlib.indiana.edu/iudl/ihs/sheetmusic/rights] -->
    <mods:accessCondition type="useAndReproduction" xlink:href="http://purl.dlib.indiana.edu/iudl/.../rights"/>
    
    <!-- IN Harmony instrumentation element -->
    <mods:extension>
        <inharmony:inharmony>
            <inharmony:instruments>
                <inharmony:instrument authority="inharmony">Piano, voice and chords</inharmony:instrument>
                <inharmony:instrument>Ukelele</inharmony:instrument>
            </inharmony:instruments>
            <inharmony:copies>5</inharmony:copies>
        </inharmony:inharmony>
    </mods:extension>
    
    <!-- System-supplied information; include in every record -->
    <mods:recordInfo>
        <mods:recordContentSource>[Name of Holding Institution: Indiana University Lilly Library, Indiana Historical Society, Indiana State Library, Indiana State Museum]</mods:recordContentSource>
        <mods:recordCreationDate encoding="w3cdtf">[YYYY-MM-DD - date record originally created in system]</mods:recordCreationDate>
        <mods:recordChangeDate encoding="w3cdtf">[YYYY-MM-DD - date record last modified]</mods:recordChangeDate>
        <mods:recordIdentifier>[ID of the item]</mods:recordIdentifier>
        <mods:languageOfCataloging>
            <mods:languageTerm type="text" authority="iso639-2b">English</mods:languageTerm>
            <mods:languageTerm type="code" authority="iso639-2b">eng</mods:languageTerm>
        </mods:languageOfCataloging>
     </mods:recordInfo>
    
</mods:mods>
