Skip to content

Commit

Permalink
Merge pull request #99 from ruebot/7.x-ISLANDORA-1116
Browse files Browse the repository at this point in the history
Address ISLANDORA-1116
  • Loading branch information
daniel-dgi committed Jan 16, 2015
2 parents 0304822 + 79a6fd7 commit ca89dbd
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions xml/islandora_basic_image_ds_composite_model.xml
@@ -1,31 +1,32 @@
<dsCompositeModel xmlns="info:fedora/fedora-system:def/dsCompositeModel#"> <!-- using this as a guide -->
<dsTypeModel ID="DC" >
<form FORMAT_URI="http://www.openarchives.org/OAI/2.0/oai_dc/" MIME="application/xml"></form>
<?xml version="1.0"?>
<dsCompositeModel xmlns="info:fedora/fedora-system:def/dsCompositeModel#">
<!-- using this as a guide -->
<dsTypeModel ID="DC">
<form FORMAT_URI="http://www.openarchives.org/OAI/2.0/oai_dc/" MIME="application/xml"/>
</dsTypeModel>
<dsTypeModel ID="RELS-EXT" optional="true">
<form FORMAT_URI="info:fedora/fedora-system:FedoraRELSExt-1.0" MIME="application/rdf+xml"></form>
<form FORMAT_URI="info:fedora/fedora-system:FedoraRELSExt-1.0" MIME="application/rdf+xml"/>
</dsTypeModel>
<dsTypeModel ID="RELS-INT" optional="true">
<form FORMAT_URI="info:fedora/fedora-system:FedoraRELSInt-1.0" MIME="application/rdf+xml"></form>
<form FORMAT_URI="info:fedora/fedora-system:FedoraRELSInt-1.0" MIME="application/rdf+xml"/>
</dsTypeModel>
<dsTypeModel ID="MODS" optional="true">
<form FORMAT_URI="http://www.loc.gov/mods/v3" MIME="application/xml"></form>
<form FORMAT_URI="http://www.loc.gov/mods/v3" MIME="application/xml"/>
</dsTypeModel>
<dsTypeModel ID="TECHMD" optional="true">
<form MIME="application/xml"></form>
<form MIME="application/xml"/>
</dsTypeModel>
<dsTypeModel ID="TN" ORDERED="false" optional="true">
<form MIME="image/jpg"/>
<form MIME="image/jpeg"/>
<form MIME="image/png"/>
<form MIME="image/gif"/>
</dsTypeModel>
<dsTypeModel ID="MEDIUM_SIZE" ORDERED="false" optional="true">
<form MIME="image/jpg"></form>
<form MIME="image/jpg"/>
</dsTypeModel>
<dsTypeModel ID="OBJ">
<form MIME="image/jpg"></form>
<form MIME="image/jpeg"></form>
<form MIME="image/png"></form>
<form MIME="image/gif"></form>
<form MIME="image/jpeg"/>
<form MIME="image/png"/>
<form MIME="image/gif"/>
</dsTypeModel>
</dsCompositeModel>

0 comments on commit ca89dbd

Please sign in to comment.