Skip to content

Commit

Permalink
'song' to LCGFT 'Ballads'
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Riesenberg committed Apr 20, 2024
1 parent 76d499f commit 0f36d35
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions xsd/genre_form.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- schema structure allows multiple, whitespace delimited values -->
<xs:simpleType name="genre_form_type">
<xs:annotation>
<xs:documentation>Where genre/form string taken from LCGFT and includes whitespace, use '_'.</xs:documentation>
<xs:documentation>Where genre/form string taken from LCGFT includes whitespace, replace with '_'.</xs:documentation>
<xs:documentation>Related: contentdm_maps/xsl/functions.xsl - xsl:function cdmm:render_genre_form</xs:documentation>
</xs:annotation>
<xs:restriction>
Expand Down Expand Up @@ -42,6 +42,12 @@
<xs:appinfo>http://id.loc.gov/authorities/genreForms/gf2011026431</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Ballads">
<xs:annotation>
<xs:documentation>Created for Sephardic Studies Digital Collection - p16786coll3; coll includes audio recordings of song performances.</xs:documentation>
<xs:appinfo>http://id.loc.gov/authorities/genreForms/gf2014026648</xs:appinfo>
</xs:annotation>
</xs:enumeration>

<!-- used in properties-files for legacy MAPs -->
<xs:enumeration value="default">
Expand All @@ -56,11 +62,6 @@
<xs:documentation>Created for Sephardic Studies Digital Collection - p16786coll3; coll. includes textual resources.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="song">
<xs:annotation>
<xs:documentation>Created for Sephardic Studies Digital Collection - p16786coll3; coll includes audio recordings of song performances.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:list>
Expand Down

0 comments on commit 0f36d35

Please sign in to comment.