Requirements for text
Requirements for METS.xml beyond the general SIP requirements
This is a list of requirements for the METS.xml file for text packages delivered to the National Library of Norway.
These requirements are in addition to those defined in METS.xml requirements.
| ID | Name, METS element, description | Requirement | Cardinality |
|---|---|---|---|
| NBTEXTSIP1 | Content Categorymets/@TYPEThe attribute mets/@TYPE MUST be used to specify the category of the content within the package, e.g., “Datasets”, “Websites”, “Mixes”, “Other”, etc. Valid values are defined in a controlled vocabulary. The vocabulary will be updated by the DILCIS Board as additional content information specifications are introduced.For text, the following values are used: Textual works – Print : Used for the digitized version of books, journals, newspapers, sheet music, etc.Textual works – Digital : Used for digital documents such as e-books.See the vokabulary here E-ARK-CSIP-Content Category. This is a specification of CSIP2. | MUST | 1..1 |
| NBTEXTSIP2 | Content Information Type Specificationmets/@csip:CONTENTINFORMATIONTYPEUsed to define the specifications for the type of content information applied when the package was created. Valid values are defined in a controlled vocabulary. The attribute is mandatory for METS documents at the representation level. The vocabulary will be updated by the DILCIS Board as additional content information specifications are introduced. For text, the value OTHER is used (a term different from those included in the controlled vocabulary).See the vokabulary here E-ARK-CSIP-Content Information Type. This is a specification of CSIP4. | MUST | 1..1 |
| NBTEXTSIP3 | Other Content Information Type Specificationmets[@csip:CONTENTINFORMATIONTYPE='OTHER']/@csip:OTHERCONTENTINFORMATIONTYPEWhen mets/@csip:CONTENTINFORMATIONTYPE has the value OTHER, the attribute mets/@csip:OTHERCONTENTINFORMATIONTYPE MUST specify the type of content information.OTHERCONTENTINFORMATIONTYPE for text MUST be NB-METS-TEXT-PROFILE-1.0.This is a specification of CSIP5. | MUST | 1..1 |
Example
<mets:mets xmlns:csip="https://DILCIS.eu/XML/METS/CSIPExtensionMETS"
xmlns:mets="http://www.loc.gov/METS/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xlink="http://www.w3.org/1999/xlink"
OBJID="no-nb_pliktmonografi_000061053"
LABEL="no-nb_pliktmonografi_000061053"
TYPE="Textual works – Digital"
csip:CONTENTINFORMATIONTYPE="OTHER"
csip:OTHERCONTENTINFORMATIONTYPE="NB-METS-TEXT-PROFILE-1.0"
PROFILE="https://earksip.dilcis.eu/profile/E-ARK-SIP-v2-2-0.xml"
xsi:schemaLocation="http://www.loc.gov/METS/ http://www.loc.gov/standards/mets/mets.xsd http://www.w3.org/1999/xlink http://www.loc.gov/standards/mets/xlink.xsd https://DILCIS.eu/XML/METS/CSIPExtensionMETS https://earkcsip.dilcis.eu/schema/DILCISExtensionMETS.xsd">
</mets:mets> Last updated on
- Github commit history ↗