Skip to content

Commit 22e0aae

Browse files
committed
allow type noticearcheologique
1 parent fa518aa commit 22e0aae

3 files changed

Lines changed: 829 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# METS OpenEdition Schema
22

3-
This Git project contains METS schema versions used by the OpenEdition Books and Revues.org platforms.
3+
This Git project contains METS schema versions used by the OpenEdition Books and OpenEdition Journals platforms.
44

55
When validating an XML file against this schema, you can use the Schema locally on your machine, or the schema published here: http://lodel.org/ns (see the /doc directory for an example schema declaration in the XML file).
66

@@ -10,7 +10,7 @@ The usage recommendations and examples are here: https://github.com/OpenEdition/
1010

1111
# Schema METS OpenEdition
1212

13-
Ce projet versionne le schéma METS utilisé sur les plateformes d'OpenEdition Revues.org et OpenEdition Books pour l'import de collections (livre, numéro de revue...).
13+
Ce projet versionne le schéma METS utilisé sur les plateformes OpenEdition Journals et OpenEdition Books pour l'import de collections (livre, numéro de revue...).
1414

1515
Pour valider un fichier XML avec ce schéma, il est possible d'utiliser le schéma en local ou d'utiliser le schéma xsd publié à l'adresse http://lodel.org/ns (se reporter au répertoire /doc pour un exemple de déclaration du schéma dans le fichier xml).
1616

doc/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
Validation with online mets.openedition.1.0 and mods.openedition.1.0 schema
1+
Validation with online mets.openedition.1.2 and mods.openedition.1.1 schema
22
<mets:mets
33
xmlns:mets="http://www.loc.gov/METS/"
44
xmlns:xlink="http://www.w3.org/1999/xlink"
55
xmlns:marcrel="http://www.loc.gov/loc.terms/relators"
66
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
77
xmlns:mods="http://www.loc.gov/mods/v3"
88
xsi:schemaLocation="
9-
http://www.loc.gov/METS/ http://lodel.org/ns/mets/mets.openedition.1.1/mets.openedition.1.1.xsd
9+
http://www.loc.gov/METS/ http://lodel.org/ns/mets/mets.openedition.1.2/mets.openedition.1.2.xsd
1010
http://www.loc.gov/mods/v3 http://lodel.org/ns/mods/mods.openedition.1.1/mods.openedition.1.1.xsd
1111
">
1212

0 commit comments

Comments
 (0)