forked from museum-digital/musdb-md-xm-xsls
4807 lines
241 KiB
XML
4807 lines
241 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<xs:schema xmlns:doc="http://www.mda.org.uk/spectrumXML/Documentation"
|
||
xmlns:gml="http://www.opengis.net/gml"
|
||
xmlns:lido="http://www.lido-schema.org"
|
||
xmlns:owl="http://www.w3.org/2002/07/owl#"
|
||
xmlns:sch="http://purl.oclc.org/dsdl/schematron"
|
||
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
|
||
xmlns:tei="http://www.tei-c.org/ns/1.0"
|
||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||
targetNamespace="http://www.lido-schema.org"
|
||
elementFormDefault="qualified"
|
||
attributeFormDefault="qualified">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:teiHeader>
|
||
<tei:fileDesc>
|
||
<tei:titleStmt lang="en">
|
||
<tei:title>LIDO v1.1 Public Beta - Lightweight Information Describing Objects</tei:title>
|
||
<tei:author>ICOM-CIDOC LIDO Working Group</tei:author>
|
||
</tei:titleStmt>
|
||
<tei:publicationStmt lang="en">
|
||
<tei:publisher>ICOM-CIDOC LIDO Working Group</tei:publisher>
|
||
<tei:date type="publicationDate">2020-12-04</tei:date>
|
||
<tei:authority>ARTstor, Collections Trust, Deutscher Museumsbund - Fachgruppe Dokumentation, Deutsches Dokumentationszentrum für Kunstgeschichte - Bildarchiv Foto Marburg, digiCULT-Verbund eG, Institut für Museumsforschung (SMB-PK), J. Paul
|
||
Getty Trust, Göttingen State and University Library, Zuse-Institut Berlin.</tei:authority>
|
||
<tei:availability>
|
||
<p>LIDO is an XML schema intended for delivering metadata, for use in a variety of online services, from an organization’s collections database to portals of aggregated resources, as well as exposing, sharing and connecting data on the web.
|
||
Its strength lies in its ability to support the typical range of descriptive information about objects of material culture.
|
||
It can be used for all kinds of object, e.g. art, cultural, technology and natural science and supports multilingual portal environments.</p>
|
||
<p>The LIDO schema is the result of a substantial redesign and enhancement of the CDWA Lite and museumdat schemas based on recommendations of the CDWA Lite/museumdat Working Group, community feedback and further CIDOC-CRM analysis. It mainly builds on CDWA and includes additional concepts to meet SPECTRUM requirements.</p>
|
||
<p>For more information on LIDO please refer to: http://www.lido-schema.org</p>
|
||
<p>The schema is developed at https://gitlab.gwdg.de/lido/development. LIDO v1.1 is backwards compatible with LIDO v1.0.
|
||
For a summary of changes please refer to the repository’s README. The full history of LIDO can be found in http://www.lido-schema.org/schema/v1.0/lido-v1.0-specification.pdf, 2.3 History of the schema.</p>
|
||
<p>Prepared for CIDOC LIDO Working Group by LIDO-DE Working Group.</p>
|
||
<p>Editors: Erin Coburn, Jutta Lindenthal, Gordon McKenna (Collections Trust), Richard Light, Regine Stein (Göttingen State and University Library), Michelle Weidling (Göttingen State and University Library), Axel Vitzthum (digiCULT Verbund e.G.)
|
||
</p>
|
||
<p>Contributors: Detlev Balzer, Regine Heuchert (Technoseum), Angela Kailus (Deutsches Dokumentationszentrum für Kunstgeschichte - Bildarchiv Foto Marburg), Herdis Kley (Freien Universität Berlin), Marco Klindt (Zuse Institute Berlin), Markus Matoni (Göttingen State and University Library), Timo Schleier (Göttingen State and University Library), Francesca Schulze (German National Library), Martin Stricker (Hermann von Helmholtz-Zentrum für Kulturtechnik).
|
||
</p>
|
||
<p>LIDO name and logo courtesy Rob Lancefield.</p>
|
||
<p>Copyright 2009-2020 ICOM-CIDOC for the LIDO Working Group.</p>
|
||
<tei:licence target="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International (CC BY 4.0)</tei:licence>
|
||
</tei:availability>
|
||
</tei:publicationStmt>
|
||
</tei:fileDesc>
|
||
</tei:teiHeader>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:annotation>
|
||
<xs:appinfo>
|
||
<sch:title>Abstract Schematron rules</sch:title>
|
||
<sch:pattern>
|
||
<sch:title>Allow free text or LIDO's concept elements (mutually
|
||
exclusive)</sch:title>
|
||
<sch:p>Some elements in LIDO v1.0 should be controlled in the future whereas they
|
||
are free text elements in LIDO v1.0. To ensure backwards compatibility either a
|
||
free text or a controlled term should be provided in a mutually exclusive
|
||
way.</sch:p>
|
||
<sch:rule abstract="true" id="sch_MixedContent">
|
||
<sch:assert test=" (skos:Concept or lido:conceptID or lido:term) and not(text()[not(normalize-space(.) = '')] or @*) or (text()[normalize-space(.) != ''] and not(skos:Concept or lido:conceptID or lido:term))"> Either a free text (incl. its attributes) OR a combination of
|
||
skos:Concept, lido:conceptID and lido:term can be a child of <sch:name/>,
|
||
but not both at the same time. </sch:assert>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
<sch:pattern>
|
||
<sch:title>skos:Concept</sch:title>
|
||
<sch:p>Ensures that only skos:Concept (and not another element/class from the SKOS
|
||
namespace is used as a child element for concept(Mixed)ComplexType.</sch:p>
|
||
<sch:rule abstract="true" id="sch_SKOS">
|
||
<sch:assert test="not(skos:*[not(self::skos:Concept)])"> Only skos:Concept
|
||
should be used as direct child of <sch:name/> from the SKOS namespace.
|
||
</sch:assert>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
<sch:pattern>
|
||
<sch:title>Expansion of skos:Concept</sch:title>
|
||
<sch:p>Ensures that when enriching a dataset with information retrieved via the URI provided in skos:Concept, only
|
||
SKOS properties are added to the dataset.</sch:p>
|
||
<sch:rule context="skos:Concept" id="sch_SKOS_properties">
|
||
<sch:report test="child::*/namespace-uri() != 'http://www.w3.org/2004/02/skos/core#'">
|
||
Only SKOS properties are allowed within skos:Concept.
|
||
</sch:report>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
<sch:pattern>
|
||
<sch:title>owl:sameAs</sch:title>
|
||
<sch:p>Ensures that only owl:sameAs (and not another element/class from the OWL
|
||
namespace is used as a child element for actorComplexType, placeComplexType and
|
||
legalBodyRefComplexType.</sch:p>
|
||
<sch:rule abstract="true" id="sch_OWL">
|
||
<sch:assert test="not(owl:*[not(self::owl:sameAs)])"> Only owl:sameAs should be
|
||
used as direct child of <sch:name/> from the OWL namespace. </sch:assert>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
<sch:pattern>
|
||
<sch:title>rightsType@type: generic or specific type</sch:title>
|
||
<sch:p>A LIDO element holding lido:rightsType can either hold a generic or a specific type of right.
|
||
Since a right can fall in only one of these categories, they are mutually exclusive.</sch:p>
|
||
<sch:rule abstract="true" id="sch_rightsType">
|
||
<sch:assert role="warn"
|
||
test="@lido:type = 'http://terminology.lido-schema.org/lido00920' and not(following-sibling::lido:rightsType/@lido:type = 'http://terminology.lido-schema.org/lido00921' or preceding-sibling::lido:rightsType/@lido:type = 'http://terminology.lido-schema.org/lido00921') or @lido:type = 'http://terminology.lido-schema.org/lido00921' and not(following-sibling::lido:rightsType/@lido:type = 'http://terminology.lido-schema.org/lido00920' or preceding-sibling::lido:rightsType/@lido:type = 'http://terminology.lido-schema.org/lido00920') or count(parent::*/lido:rightsType) = 1 and not(@lido:type)">
|
||
<sch:value-of select="parent::*/name()"/> can either hold a specific or a generic lido:rightsType (mutually exclusive).
|
||
</sch:assert>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
<sch:pattern>
|
||
<sch:title>Possible values for lido:rightsType@lido:type</sch:title>
|
||
<sch:p>In LIDOv1.1 a lido:type attribute is introduced for lido:rightsType in order to discern generic rights and specific ones.
|
||
This rule ensures that only the URIs for these two types of rights are used when @lido:type is set.</sch:p>
|
||
<sch:rule abstract="true" id="sch_rightsType_type">
|
||
<sch:assert role="warn"
|
||
test="(@lido:type = 'http://terminology.lido-schema.org/lido00920' or @lido:type = 'http://terminology.lido-schema.org/lido00921') or not(@lido:type)">
|
||
@lido:type can either be omitted or must hold one of the following URIs: http://terminology.lido-schema.org/lido00920, http://terminology.lido-schema.org/lido00921.
|
||
</sch:assert>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
<xs:import namespace="http://www.w3.org/XML/1998/namespace"
|
||
schemaLocation="http://www.w3.org/2001/03/xml.xsd"/>
|
||
<xs:import namespace="http://www.opengis.net/gml"
|
||
schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd"/>
|
||
<xs:import namespace="http://www.lido-schema.org/quality-assurance"
|
||
schemaLocation="http://www.lido-schema.org/schema/v1.1/lido-v1.1-public-beta-schematron-rules.xsd"/>
|
||
<xs:import namespace="http://www.lido-schema.org/quality-assurance"
|
||
schemaLocation="eodem-schematron-rules-1.0.xsd"/>
|
||
<xs:complexType name="actorComplexType" id="actorComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Contains identifying and indexing information about a
|
||
single actor.</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/14creation.html">
|
||
CDWA: 4.1 Creator Description</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/28person.html">
|
||
CDWA: 28. Person/Corporate Body Authority</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/28person.html#recordType">
|
||
CDWA: 28.1. Person Authority Record Type</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:any minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
processContents="skip"
|
||
namespace="http://www.w3.org/2002/07/owl#"/>
|
||
<xs:element name="actorID"
|
||
type="lido:identifierComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="actorID">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A unique identifier for the actor.<br/>
|
||
Repeated for identifiers from different authority files or other sources.</tei:ab>
|
||
<tei:ab type="label">Actor Identifier</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="http://www.getty.edu/research/publications/electronic_publications/cdwa/28person.html#PersonID">
|
||
CDWA: 28.18. Person Authority Record ID</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled format</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:actorID">
|
||
<sch:extends rule="sch_pref"/>
|
||
<sch:extends rule="sch_alternate"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="nameActorSet"
|
||
type="lido:appellationComplexType"
|
||
maxOccurs="unbounded"
|
||
id="nameActorSet">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for the name, or names, of an actor,
|
||
and the source from where it is taken. Comprises the proper name,
|
||
further appellations, pseudonyms, or other designations by which an
|
||
individual person or a group of persons is known.<br/>
|
||
Repeated if there exists more than one name for a single actor.</tei:ab>
|
||
<tei:ab type="note">Indicates names, appellations or other identifiers
|
||
assigned to a person or a group of persons, such as an organization or a
|
||
family.</tei:ab>
|
||
<tei:ab type="label">Name Actor Set</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/28person.html#name">
|
||
CDWA: 28.2. Person/Corporate Body Name</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/tools/vocabularies/guidelines/ulan_3_3_names_terms.html#3_3_2">
|
||
ULAN: 3.3.2 Name</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="nationalityActor"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="nationalityActor">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element indicating the national,
|
||
geopolitical, cultural, or ethnic origin or affiliation of the
|
||
actor.</tei:ab>
|
||
<tei:ab type="label">Nationality Actor</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/28person.html#nationality">
|
||
CDWA: 28.8. Person Nationality/Culture/Race</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/tools/vocabularies/guidelines/ulan_3_6_biographical_info.html#3_6_2">ULAN: 3.6.2 Nationality</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open vocabulary for
|
||
<tei:ref target="accompanying-document.html#nationalityActor">Nationality Actor</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:nationalityActor">
|
||
<sch:extends rule="sch_SKOS"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:conceptComplexType">
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="vitalDatesActor"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="vitalDatesActor">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Structured information about the date of birth
|
||
and death of a person, where applicable; or date of formation and
|
||
dissolution of a group of persons, respectively.</tei:ab>
|
||
<tei:ab type="label">Vital Dates Actor</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/28person.html#birth">
|
||
CDWA: 28.4. Birth Date</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/tools/vocabularies/guidelines/ulan_3_6_biographical_info.html#3_6_9">
|
||
ULAN: 3.6.10 Birth and Death Dates</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled format</tei:ab>
|
||
<tei:ab type="recommendation">
|
||
<tei:ref target="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601: Representation of dates and times</tei:ref>.</tei:ab>.
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:dateComplexType">
|
||
<xs:attribute ref="lido:type" id="vitalDatesActor_type">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the kind
|
||
of date with respect to the biography of a person, or
|
||
the life cycle of a group of persons. Examples may
|
||
include <em>birth date</em>, <em>death date</em>, or <em>founding date</em>,
|
||
respectively.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">LIDO Terminology for
|
||
<tei:ref target="accompanying-document.html#vitalDatesActor_type">Vital Dates Actor type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="vitalPlaceActor"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="vitalPlaceActor">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element indicating the place where the
|
||
person was born, died, or is or was active, where applicable; or the
|
||
location where a group of persons was formed, dissolved or is or was
|
||
active, respectively.<br/>
|
||
If the place is in dispute, omit the place.</tei:ab>
|
||
<tei:ab type="label">Vital Place Actor</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open authority file, for example, one of those aggregated in
|
||
<tei:ref target="http://viaf.org/">VIAF</tei:ref> or in
|
||
<tei:ref target="https://www.wikidata.org/">Wikidata</tei:ref>.</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:vitalPlaceActor">
|
||
<sch:extends rule="sch_OWL"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:placeComplexType">
|
||
<xs:attribute ref="lido:type" id="vitalPlaceActor_type">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the kind
|
||
of place with respect to the biography of a person, or
|
||
the life cycle of a group of persons. Examples may
|
||
include <em>birth place</em>, <em>death place</em>, or <em>founding place</em>,
|
||
respectively.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">LIDO Terminology for
|
||
<tei:ref target="accompanying-document.html#vitalPlaceActor_type">Vital Place Actor type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="genderActor"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="genderActor">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element indicating the sex assigned at birth
|
||
or the gender identity of an actor; most often <em>female</em> or <em>male</em>.
|
||
Usually not applicable to group of persons.</tei:ab>
|
||
<tei:ab type="label">Gender Actor</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/28person.html#gender">
|
||
CDWA: 28.9. Gender</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">
|
||
<tei:ref target="accompanying-document.html#genderActor">Gender Actor</tei:ref>.</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:genderActor">
|
||
<sch:extends rule="sch_MixedContent"/>
|
||
<sch:extends rule="sch_MixedContentInfo"/>
|
||
<sch:extends rule="sch_SKOS"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:conceptMixedComplexType">
|
||
<xs:attribute ref="lido:type" id="genderActor_type">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating whether the indexing term refers to either
|
||
sex as a biological characteristic, or gender as a social or cultural distinction.
|
||
If a distinction between sex or gender cannot be made or is not relevant,
|
||
the (default) type attribute <em>Sex or gender</em> is suitable.
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">LIDO Terminology for
|
||
<tei:ref target="accompanying-document.html#genderActor_type">Gender Actor type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
<xs:attribute ref="lido:type" id="actor_type">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating whether the actor is an
|
||
individual person or a group of persons, such as a an organization or a
|
||
family.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">LIDO Terminology for
|
||
<tei:ref target="accompanying-document.html#actor_type">Actor type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
</xs:complexType>
|
||
<xs:complexType name="actorInRoleComplexType" id="actorInRoleComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Contains actor information with role, attribution and
|
||
extent, where applicable, related to the event the actor participated in or was
|
||
present at.</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/14creation.html#Creator-Role">
|
||
CDWA: 4.1.4. Creator Role</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:element name="actor"
|
||
type="lido:actorComplexType"
|
||
id="actor_actorInRoleComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Contains identifying and indexing information
|
||
about a single actor with role statement.</tei:ab>
|
||
<tei:ab type="label">Actor</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ab ref="https://www.getty.edu/research/publications/electronic_publications/cdwa/28person.html">
|
||
CDWA: 28. Person/Corporate Body Authority</tei:ab>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:actor">
|
||
<sch:extends rule="sch_OWL"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="roleActor"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="roleActor">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element indicating the role or activity
|
||
performed by an actor in the context of the event in focus. Examples may
|
||
include <hi rend="italic">designer</hi>, <hi rend="italic">painter</hi>, or <hi rend="italic">publisher</hi>.</tei:ab>
|
||
<tei:ab type="label">Role Actor</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/14creation.html#Creator-Role">
|
||
CDWA: 4.1.4 Creator Role</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/19context.html#agent_role"> CDWA: 17.1.5.1. Agent Role </tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open vocabulary for
|
||
<tei:ref target="accompanying-document.html#roleActor">Role Actor</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:roleActor">
|
||
<sch:extends rule="sch_SKOS"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:conceptComplexType">
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="attributionQualifierActor"
|
||
type="lido:conceptMixedComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="attributionQualifierActor">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element qualifying the attribution of an
|
||
actor; applicable when the attribution is uncertain or in dispute, when
|
||
there is more than one actor, or when the attribution otherwise requires
|
||
explanation.<br/>
|
||
Examples may include <em>attributed to</em>, <em>studio of</em>, or <em>style
|
||
of</em>.</tei:ab>
|
||
<tei:ab type="label">Attribution Qualifier Actor</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/14creation.html#Qualifier">
|
||
CDWA: 4.1.2. Creator Qualifier</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open vocabulary for
|
||
<tei:ref target="accompanying-document.html#attributionQualifierActor">Attribution Qualifier Actor</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:attributionQualifierActor">
|
||
<sch:extends rule="sch_MixedContent"/>
|
||
<sch:extends rule="sch_MixedContentInfo"/>
|
||
<sch:extends rule="sch_SKOS"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="extentActor"
|
||
type="lido:conceptMixedComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="extentActor">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element indicating the specific part of
|
||
the object/work contributed by a particular actor in the respective
|
||
event.<br/>
|
||
Applicable if there is more than one actor.</tei:ab>
|
||
<tei:ab type="label">Actor: Extent of participation</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/14creation.html#extent">
|
||
CDWA: 4.1.1</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open vocabulary for
|
||
<tei:ref target="accompanying-document.html#extentActor">Extent Actor</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:extentActor">
|
||
<sch:extends rule="sch_MixedContent"/>
|
||
<sch:extends rule="sch_MixedContentInfo"/>
|
||
<sch:extends rule="sch_SKOS"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="sourceActorInRole"
|
||
type="lido:textComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="sourceActorInRole">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">The source of the information about the role and/or attribution of an
|
||
actor related to the event in focus. Whenever possible, a published source should be given.
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Free text</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
<xs:complexType name="actorInRoleSetComplexType" id="actorInRoleSetComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for display and index elements for a single
|
||
actor with role information.<br/>
|
||
Repeated if there are multiple actors.</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/14creation.html#Creator-Role">
|
||
CDWA: 4.1.4 Creator Role</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:element name="displayActorInRole"
|
||
type="lido:textComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="displayActorInRole">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A display element for a single actor and the
|
||
specific role or activity performed by the actor, corresponding to the
|
||
subsequent index element or index elements. May include name and brief
|
||
biographical information on the actor.<br/>
|
||
Repeated for language variants only.</tei:ab>
|
||
<tei:ab type="label">Display Actor in Role</tei:ab>
|
||
<tei:ab type="dataValues">Free text</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="actorInRole"
|
||
type="lido:actorInRoleComplexType"
|
||
minOccurs="0"
|
||
id="actorInRole">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Structured information about an actor and the
|
||
role or activity performed by this actor in context of the event.<br/>
|
||
Includes information about attribution and extent, where applicable.
|
||
</tei:ab>
|
||
<tei:ab type="label">Actor in Role</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/14creation.html#Creator-Role">
|
||
CDWA: 4.1.4 Creator Role</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
<xs:complexType name="actorSetComplexType" id="actorSetComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper containing display and index elements for a
|
||
single actor.<br/>
|
||
Repeated if there are multiple actors.</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/28person.html">
|
||
CDWA: 28. Person/Corporate Body Authority</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:element name="displayActor"
|
||
type="lido:textComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="displayActor">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A display element for a single actor element,
|
||
corresponding to the subsequent index element or elements.<br/>
|
||
Repeated for language variants only.</tei:ab>
|
||
<tei:ab type="label">Display Actor</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/28person.html#descNote">
|
||
CDWA: 28.15. Person/Corporate Body Descriptive Note</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Free text</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="actor"
|
||
type="lido:actorComplexType"
|
||
minOccurs="0"
|
||
id="actor_actorSetComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Contains identifying and indexing information
|
||
about a single actor.</tei:ab>
|
||
<tei:ab type="label">Actor</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:actor">
|
||
<sch:extends rule="sch_OWL"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
<xs:attribute name="addedSearchTerm" default="no" id="addedSearchTerm">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the term in the index element has
|
||
been added to enhance retrieval options. The term may be a synonym, a generic
|
||
term, or an equivalent term in an additional language, taken from a local or
|
||
public controlled vocabulary.</tei:ab>
|
||
<tei:ab type="dataValues">Free text</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:simpleType>
|
||
<xs:restriction base="xs:string">
|
||
<xs:enumeration value="yes"/>
|
||
<xs:enumeration value="no"/>
|
||
</xs:restriction>
|
||
</xs:simpleType>
|
||
</xs:attribute>
|
||
<xs:element name="administrativeMetadata"
|
||
type="lido:administrativeMetadataComplexType"
|
||
id="administrativeMetadata">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Aggregates the administrative metadata for an object/work
|
||
record.<br/>
|
||
Repeated once for each language for multi-lingual resources.</tei:ab>
|
||
<tei:ab type="label">Administrative Metadata</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:complexType name="administrativeMetadataComplexType"
|
||
id="administrativeMetadataComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Contains the administrative metadata for an object/work
|
||
record.</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:element ref="lido:rightsWorkWrap" minOccurs="0"/>
|
||
<xs:element ref="lido:recordWrap"/>
|
||
<xs:element ref="lido:resourceWrap" minOccurs="0"/>
|
||
</xs:sequence>
|
||
<xs:attribute ref="xml:lang" use="required"/>
|
||
</xs:complexType>
|
||
<xs:complexType name="appellationComplexType" id="appellationComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper containing appellation information about an
|
||
individual entity, such as a name or title, including a preference indication
|
||
like <em>preferred</em> or <em>alternative</em>.</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:element name="appellationValue" maxOccurs="unbounded" id="appellationValue">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An appellation for an individual entity, like the
|
||
title of a work, a proper name of an actor, or a place name.<br/>
|
||
Repeated for language variants only.</tei:ab>
|
||
<tei:ab type="label">Appellation Value</tei:ab>
|
||
<tei:ab type="dataValues">Free text</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:appellationValue">
|
||
<sch:extends rule="sch_pref"/>
|
||
<sch:extends rule="sch_alternate"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:simpleContent>
|
||
<xs:extension base="xs:string">
|
||
<xs:attribute ref="lido:pref"/>
|
||
<xs:attributeGroup ref="lido:textAttributesSet"/>
|
||
</xs:extension>
|
||
</xs:simpleContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="sourceAppellation"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="sourceAppellation">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">The source for the appellation, generally a
|
||
published source.</tei:ab>
|
||
<tei:ab type="label">Source Appellation</tei:ab>
|
||
<tei:ab type="dataValues">Free text</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:simpleContent>
|
||
<xs:extension base="xs:string">
|
||
<xs:attribute ref="xml:lang"/>
|
||
<xs:attribute ref="lido:encodinganalog"/>
|
||
<xs:attribute ref="lido:label"/>
|
||
</xs:extension>
|
||
</xs:simpleContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
<xs:complexType name="conceptComplexType" mixed="false" id="conceptComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Contains identifiers and terms for a generic concept. A
|
||
concept is an abstract entity existing in the mind as a unit of thought,
|
||
expressed by one or more terms.</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.w3.org/TR/skos-reference/#concepts">
|
||
SKOS Reference: 3. The skos:Concept Class</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/29generic.html">
|
||
CDWA: 30. Generic Concept Authority</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexContent>
|
||
<xs:restriction base="lido:conceptMixedComplexType">
|
||
<xs:group ref="lido:conceptElementsSet"/>
|
||
</xs:restriction>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
<xs:complexType name="dateComplexType" id="dateComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper containing an expression of the date.</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:element name="earliestDate" minOccurs="0" id="earliestDate">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An expression of the (approximate) date, for
|
||
instance a year or calendar date, that delimits the beginning of a date
|
||
span.</tei:ab>
|
||
<tei:ab type="label">Earliest Date</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/14creation.html#CREATION-EARLIEST"> CDWA: 4.2.1. Earliest Date </tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled format</tei:ab>
|
||
<tei:ab type="recommendation">
|
||
<tei:ref target="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601: Representation of dates and times</tei:ref>.
|
||
</tei:ab>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:earliestDate">
|
||
<sch:extends rule="sch_DateTime"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:simpleContent>
|
||
<xs:extension base="xs:string">
|
||
<xs:attribute ref="lido:type" id="earliestDate_type">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the kind of earliest date,
|
||
whether it is, for instance, exact or estimated.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">
|
||
<tei:ref target="accompanying-document.html#earliestDate_type">Earliest Date type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:attribute ref="lido:source"/>
|
||
<xs:attribute ref="lido:encodinganalog"/>
|
||
<xs:attribute ref="lido:label"/>
|
||
</xs:extension>
|
||
</xs:simpleContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="latestDate" minOccurs="0" id="latestDate">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An expression of the (approximate) date, for
|
||
instance a year or calendar date, that delimits the end of a date
|
||
span.</tei:ab>
|
||
<tei:ab type="label">Latest Date</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/14creation.html#CREATION-LATEST">CDWA: 4. Creation – 4.2.2. Latest Date</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab>
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/19context.html#latest">CDWA: 17.1.3.2. Latest Date</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled format</tei:ab>
|
||
<tei:ab type="recommendation">
|
||
<tei:ref target="https://www.iso.org/iso-8601-date-and-time-format.html">
|
||
ISO 8601: Representation of dates and times</tei:ref>.</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:latestDate">
|
||
<sch:extends rule="sch_DateTime"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:simpleContent>
|
||
<xs:extension base="xs:string">
|
||
<xs:attribute ref="lido:type" id="latestDate_type">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the kind
|
||
of latest date, whether it is, for instance, exact or
|
||
estimated.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">LIDO Terminology for
|
||
<tei:ref target="accompanying-document.html#latestDate_type">Latest Date type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:attribute ref="lido:source"/>
|
||
<xs:attribute ref="lido:encodinganalog"/>
|
||
<xs:attribute ref="lido:label"/>
|
||
</xs:extension>
|
||
</xs:simpleContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
<xs:complexType name="dateSetComplexType" id="dateSetComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper containing display and index elements for date
|
||
information.</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:element name="displayDate"
|
||
type="lido:textComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="displayDate">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A display element for date information,
|
||
corresponding to the subsequent date element.<br/>
|
||
Repeated for language variants only.</tei:ab>
|
||
<tei:ab type="label">Display Date</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/14creation.html#CREATION-DATE"> CDWA: 4.2. Creation Date</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Free text</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="date" type="lido:dateComplexType" minOccurs="0" id="date">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An expression of a date by providing a set of years as earliest and latest date
|
||
delimiting the respective span of time, usually given in the proleptic Gregorian calendar.
|
||
If it is an exact date, possibly with time, repeat the same date (and time) in <em>earliest date</em>
|
||
and <em>latest date</em> elements.</tei:ab>
|
||
<tei:ab type="label">Date</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/1object.html#date">
|
||
CDWA: 1.3. Object/Work Type Date</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled format</tei:ab>
|
||
<tei:ab type="recommendation">
|
||
<tei:ref target="https://www.iso.org/iso-8601-date-and-time-format.html">
|
||
ISO 8601: Representation of dates and times</tei:ref>.</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
<xs:element name="descriptiveMetadata"
|
||
type="lido:descriptiveMetadataComplexType"
|
||
id="descriptiveMetadata">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Aggregates the descriptive metadata of an object/work
|
||
record.</tei:ab>
|
||
<tei:ab type="label">Descriptive Metadata</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:complexType name="descriptiveMetadataComplexType"
|
||
id="descriptiveMetadataComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Contains the descriptive metadata for an object/work
|
||
record. The attribute xml:lang is mandatory to state the language of the
|
||
metadata.<br/>
|
||
Repeated for fully multi-lingual resources, once for each language.</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:element ref="lido:objectClassificationWrap">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for classification statements about the
|
||
object/work in focus, including object/work type and classification.</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element ref="lido:objectIdentificationWrap"/>
|
||
<xs:element ref="lido:eventWrap" minOccurs="0"/>
|
||
</xs:sequence>
|
||
<xs:attribute ref="xml:lang" use="required"/>
|
||
</xs:complexType>
|
||
<xs:complexType name="descriptiveNoteComplexType" id="descriptiveNoteComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for any textual description, including
|
||
description identifier, descriptive note and sources.<br/>
|
||
Repeated if there is more than one descriptive note.</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/27descriptive.html">
|
||
CDWA: 18. Descriptive Note</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:element name="descriptiveNoteID"
|
||
type="lido:identifierComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="descriptiveNoteID">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An identifier for an external resource describing
|
||
the element in focus. The reference resource may be any kind of
|
||
resource, preferably web-accessible.</tei:ab>
|
||
<tei:ab type="note">The referenced resource may be any kind of document,
|
||
preferably web-accessible.</tei:ab>
|
||
<tei:ab type="label">Description/Descriptive Note Identifier</tei:ab>
|
||
<tei:ab type="dataValues">Controlled format</tei:ab>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:descriptiveNoteID">
|
||
<sch:extends rule="sch_pref"/>
|
||
<sch:extends rule="sch_alternate"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="descriptiveNoteValue"
|
||
type="lido:textComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="descriptiveNoteValue">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A textual description of the element in focus,
|
||
such as an object/work or an event; usually a brief essay-like text.<br/>
|
||
Repeated for language variants only.</tei:ab>
|
||
<tei:ab type="label">Description/Descriptive Note</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/27descriptive.html">
|
||
CDWA: 18. Descriptive Note</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Free text</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="sourceDescriptiveNote"
|
||
type="lido:textComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="sourceDescriptiveNote">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">The source for the descriptive note, generally a
|
||
published source.</tei:ab>
|
||
<tei:ab type="label">Source Description/Descriptive Note</tei:ab>
|
||
<tei:ab type="dataValues">Free text</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
<xs:attribute ref="lido:type" id="descriptiveNote_type">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the particular kind of a descriptive note.<br/>
|
||
Examples can be found in CDWA subcategories of
|
||
<tei:ref target="http://www.getty.edu/research/publications/electronic_publications/cdwa/27descriptive.html#text">Descriptive Note Text</tei:ref>
|
||
<br/>
|
||
Note that this type attribute is primarily intended for use in application profiles.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">To be determined by application profiles.</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:complexType>
|
||
<xs:attribute name="encodinganalog" type="xs:string" id="encodinganalog">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the internal field label in the
|
||
source database from which the data were migrated. The source format is
|
||
indicated in the attribute <tei:ref target="#relatedencoding">relatedencoding</tei:ref> of the
|
||
<tei:ref target="#lidoWrap">LIDO Wrapper</tei:ref> for the whole document.</tei:ab>
|
||
<tei:ab type="dataValues">Free text</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:complexType name="eventComplexType" id="eventComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Contains information about a single event associated with
|
||
the object/work in focus.<br/>
|
||
Repeated if there is more than one event.</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:element name="eventID"
|
||
type="lido:identifierComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="eventID">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A unique identifier for the event.</tei:ab>
|
||
<tei:ab type="label">Event Identifier</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/19context.html#event_name">
|
||
CDWA: 17.1.2. Event Identification</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled format</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:eventID">
|
||
<sch:extends rule="sch_pref"/>
|
||
<sch:extends rule="sch_alternate"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="eventType" type="lido:conceptComplexType" id="eventType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element for the particular kind of event
|
||
the object/work participated in or was present at.</tei:ab>
|
||
<tei:ab type="label">Event Type</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">LIDO Terminology for
|
||
<tei:ref target="accompanying-document.html#eventType">Event Type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:eventType">
|
||
<sch:extends rule="sch_SKOS"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="roleInEvent"
|
||
type="lido:conceptComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="roleInEvent">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element indicating the role played by
|
||
the described entity within the event in focus.</tei:ab>
|
||
<tei:ab type="label">Role in Event</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/19context.html#event_type">
|
||
CDWA: 17.1.1. Event Type</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open vocabuary for
|
||
<tei:ref target="accompanying-document.html#roleInEvent">Role in Event</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:roleInEvent">
|
||
<sch:extends rule="sch_SKOS"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="eventName"
|
||
type="lido:appellationComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="eventName">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An appellation for the event as an individual
|
||
entity, such as a title or a proper name.</tei:ab>
|
||
<tei:ab type="label">Event Name</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/19context.html#event_name">
|
||
CDWA: 17.1.2. Event Identification</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Free text</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="eventActor"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="eventActor">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for display and index elements for a
|
||
single actor participating in or being present at the event, including
|
||
role information.<br/>
|
||
Repeated if multiple actors are involved in the event.</tei:ab>
|
||
<tei:ab type="label">Event Actor</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/19context.html#agent_role">
|
||
CDWA: 17.1.5.1. Agent Role</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:actorInRoleSetComplexType">
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="culture" minOccurs="0" maxOccurs="unbounded" id="culture">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element indicating the cultural context from which the object/work
|
||
in focus originated. Generally applicable to the production or use event.
|
||
Used if the creator or producer is unknown, or if the cultural context is of particular interest.<br/>
|
||
Examples may include the name of a culture, a nation, or an ethnic group.</tei:ab>
|
||
<tei:ab type="label">Cultural Context</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/14creation.html#culture">
|
||
CDWA: 4.4. Object/Work Culture</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open vocabulary for
|
||
<tei:ref target="accompanying-document.html#culture">Cultural Context</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:culture">
|
||
<sch:extends rule="sch_SKOS"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:conceptComplexType">
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="eventDate"
|
||
type="lido:dateSetComplexType"
|
||
minOccurs="0"
|
||
id="eventDate">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Structured information about the date or range of
|
||
dates the event in focus took place.</tei:ab>
|
||
<tei:ab type="label">Event Date</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/19context.html#date">
|
||
CDWA: 17.1.3. Event Date</tei:ref> in information about the
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/19context.html17">Context</tei:ref> of an object or work.
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled format</tei:ab>
|
||
<tei:ab type="recommendation">
|
||
<tei:ref target="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601: Representation of dates and times</tei:ref>.</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="periodName"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="periodName">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element indicating the period in which the event happened,
|
||
comprising information about style, historical or artistic period, or movement.<br/>
|
||
Examples may be <em>Bronze Age</em>, <em>First Dynasty of Babylon</em>, <em>Renaissance</em>,
|
||
or <em>Impressionist</em>.</tei:ab>
|
||
<tei:ab type="label">Period</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="http://www.getty.edu/research/publications/electronic_publications/cdwa/17styles.html#RTFToC3"> CDWA: 5.2. Styles/Periods Indexing Terms </tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/17styles.html#qualifier">
|
||
CDWA: 5.2.1. Style/Period Indexing Type</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open vocabulary for
|
||
<tei:ref target="accompanying-document.html#periodName">Period</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:periodName">
|
||
<sch:extends rule="sch_SKOS"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:conceptComplexType">
|
||
<xs:attribute ref="lido:type" id="periodName_type">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the particular kind of period information,
|
||
whether it refers to, for instance, artistic styles, historical periods, or art movements.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">LIDO Terminology for
|
||
<tei:ref target="accompanying-document.html#periodName_type">Period type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="eventPlace"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="eventPlace">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Structured information indicating the geographic
|
||
location where an object/work was associated with a particular
|
||
event.</tei:ab>
|
||
<tei:ab type="label">Event Place</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/19context.html#place">
|
||
CDWA: 17.1.4. Event Place</tei:ref> in information about the
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/19context.html17">Context</tei:ref> of an object or work.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open authority file, for example, one of those aggregated in
|
||
<tei:ref target="http://viaf.org/">VIAF</tei:ref> or in
|
||
<tei:ref target="https://www.wikidata.org/">Wikidata</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:placeSetComplexType">
|
||
<xs:attribute ref="lido:type" id="eventPlace_type">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the kind of move of an object/work
|
||
between a starting point and a target location. It designates the direction of move,
|
||
whether it is <em>moved from</em> an origin or <em>moved to</em>
|
||
a destination.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">LIDO Terminology for
|
||
<tei:ref target="accompanying-document.html#eventPlace_type">Event Place type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="eventMethod"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="eventMethod">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element indicating the method by which
|
||
the event is or was carried out.<br/>
|
||
Examples may include the acquisition method or a field collection method.</tei:ab>
|
||
<tei:ab type="label">Event Method</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open vocabulary for
|
||
<tei:ref target="accompanying-document.html#eventMethod">Event Method</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:eventMethod">
|
||
<sch:extends rule="sch_SKOS"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:conceptComplexType">
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="eventMaterialsTech"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="eventMaterialsTech">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Structured information indicating the materials
|
||
or techniques involved in the event in focus, such as a material used
|
||
for the creation or modification of the object/work. May include also
|
||
materials and techniques involved in an excavation event.</tei:ab>
|
||
<tei:ab type="label">Event Materials/Techniques</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:materialsTechSetComplexType">
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="eventObjectMeasurements"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="eventObjectMeasurements">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Structured information indicating the dimensions,
|
||
or other measurements, of the object/work with respect to the event in
|
||
focus.<br/>
|
||
Note that the term <em>measurements</em> here refers to the result of measuring,
|
||
such as the decreased dimensions after the removal of a part.</tei:ab>
|
||
<tei:ab type="label">Event Measurements</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:objectMeasurementsSetComplexType">
|
||
<xs:attribute ref="lido:type" id="eventObjectMeasurements_type">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating whether the measurements given are
|
||
straight properties of the object in question or requirements for handling the object,
|
||
such as maximum temperature variation.<br/>
|
||
Note that this type attribute is primarily intended for use in application profiles.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">LIDO Terminology for
|
||
<tei:ref target="accompanying-document.html#objectMeasurementsSet_type">Object Measurements Set type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:attribute ref="lido:measurementsGroup"/>
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="thingPresent"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="thingPresent">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Structured information for a related object or
|
||
work that is or was present at the event in focus.</tei:ab>
|
||
<tei:ab type="label">Thing Present</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:objectSetComplexType">
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="relatedEventSet"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="relatedEventSet">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Structured information about an event related to the event in focus,
|
||
indicating the type of relationship where applicable.</tei:ab>
|
||
<tei:ab type="label">Related Event</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:relatedEventSetComplexType">
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="eventDescriptionSet"
|
||
type="lido:descriptiveNoteComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="eventDescriptionSet">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for a description of the event, including
|
||
description identifier, descriptive note and sources of the description.</tei:ab>
|
||
<tei:ab type="label">Event Description</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/19context.html#historicalcultural">
|
||
CDWA: 17.1. Historical/Cultural Events</tei:ref> in information about the
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/19context.html17">Context</tei:ref> of an object or work.
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
<xs:complexType name="eventSetComplexType" id="eventSetComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for display and index elements for one event
|
||
the object/work in focus participated in or was present at.</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:element name="displayEvent"
|
||
type="lido:textComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="displayEvent">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A display element for a single event,
|
||
corresponding to the subsequent index element or elements.<br/>
|
||
Repeated for language variants only.</tei:ab>
|
||
<tei:ab type="label">Display Event</tei:ab>
|
||
<tei:ab type="dataValues">Free text</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="event"
|
||
type="lido:eventComplexType"
|
||
minOccurs="0"
|
||
id="event">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Structured information about the event the
|
||
object/work participated in or was present at, for example, its creation
|
||
or acquisition. Includes identifying, descriptive and indexing elements
|
||
associated with the event in focus, including actor and/or date
|
||
information.</tei:ab>
|
||
<tei:ab type="label">Event</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/14creation.html">
|
||
CDWA: 4. Creation</tei:ref> concerning creation events.</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
<xs:element name="eventWrap" id="eventWrap">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for event sets.</tei:ab>
|
||
<tei:ab type="label">Event Wrapper</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:sequence>
|
||
<xs:element name="eventSet"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="eventSet">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for display and index elements for
|
||
a single event the object/work participated in or was present at.<br/>
|
||
Repeated if there is more than one event.</tei:ab>
|
||
<tei:ab type="label">Event Set</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:eventSetComplexType">
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
<xs:attribute ref="lido:mostNotableEvent"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
<xs:attribute ref="lido:mostNotableEvent"/>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:attribute name="geographicalEntity" type="xs:string" id="geographicalEntity">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute qualifiying the place in focus as a type of geographical entity.<br/>
|
||
Examples may include natural environment and landscapes.</tei:ab>
|
||
<tei:ab type="equivalents"/>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open vocabulary for
|
||
<tei:ref target="accompanying-document.html#geographicalEntity">geographical entity</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:complexType name="gmlComplexType" id="gmlComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Contains a specification of the GML instantiation for
|
||
georeferences.</tei:ab>
|
||
<tei:ab type="furtherReading">For documentation on GML refer to <tei:ref target="http://www.opengis.net/gml">http://www.opengis.net/gml</tei:ref>.</tei:ab>
|
||
<tei:ab type="dataValues">GML elements</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:element ref="gml:Point" minOccurs="0" maxOccurs="unbounded"/>
|
||
<xs:element ref="gml:LineString" minOccurs="0" maxOccurs="unbounded"/>
|
||
<xs:element ref="gml:Polygon" minOccurs="0" maxOccurs="unbounded"/>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
<xs:complexType name="identifierComplexType" id="identifierComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Contains information about the identifier used, including its type, source, or label.</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:simpleContent>
|
||
<xs:extension base="xs:string">
|
||
<xs:attribute ref="lido:pref"/>
|
||
<xs:attribute ref="lido:type" use="required" id="identifier_type">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the particular kind of identifier used,
|
||
whether it is an <em>IRI</em>, a <em>URI</em>, or a <em>Local identifier</em>.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">LIDO Terminology for
|
||
<tei:ref target="accompanying-document.html#identifier_type">Identifier type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:attribute ref="lido:source"/>
|
||
<xs:attribute ref="lido:encodinganalog"/>
|
||
<xs:attribute ref="lido:label"/>
|
||
</xs:extension>
|
||
</xs:simpleContent>
|
||
</xs:complexType>
|
||
<xs:element name="inscriptionsWrap" id="inscriptionsWrap">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for information about inscriptions and other
|
||
markings.</tei:ab>
|
||
<tei:ab type="label">Inscriptions and other Marks Wrapper</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/11inscriptions.html">
|
||
CDWA: 8. Inscriptions/Marks</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:sequence>
|
||
<xs:element name="inscriptions"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="inscriptions">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A textual transcription or description of any
|
||
distinguishing or identifying physical lettering, annotations,
|
||
texts, markings, or labels that are affixed, applied, stamped,
|
||
written, inscribed, or attached to the object/work, excluding any
|
||
mark or text inherent in the materials of which it is made.</tei:ab>
|
||
<tei:ab type="label">Inscriptions</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/11inscriptions.html#transcription">
|
||
CDWA: 8.1. Inscription Transcription or Description</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/11inscriptions.html#type">
|
||
CDWA: 8.2. Inscription Type</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Free text</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:sequence>
|
||
<xs:element name="inscriptionTranscription"
|
||
type="lido:textComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="inscriptionTranscription">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A transcription of the inscription.
|
||
Repeated for language variants only.</tei:ab>
|
||
<tei:ab type="label">Inscription Transcription</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/11inscriptions.html#transcription">
|
||
CDWA: 8.1. Inscription Transcription or Description</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Free text</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="inscriptionDescription"
|
||
type="lido:descriptiveNoteComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="inscriptionDescription">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for a description of an
|
||
inscription, including description identifier,
|
||
descriptive note of the inscription and
|
||
sources.</tei:ab>
|
||
<tei:ab type="label">Inscription Description</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
<xs:attribute ref="lido:type" id="inscriptions_type">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the kind of
|
||
inscription, stamp, marking, or text written on or applied
|
||
to the work.<br/>
|
||
Examples can be found in CDWA section
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/11inscriptions.html#type">Inscriptions Type</tei:ref>
|
||
Note that this type attribute is primarily intended for use in application profiles.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">To be determined by application profiles.</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:attribute name="label" type="xs:string" id="label">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the original data element from
|
||
which the data were migrated; refers to the external label of a data field at
|
||
the visible user interface.</tei:ab>
|
||
<tei:ab type="dataValues">Free text</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:complexType name="legalBodyRefComplexType" id="legalBodyRefComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Contains reference information to a legal body.</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:any minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
processContents="skip"
|
||
namespace="http://www.w3.org/2002/07/owl#"/>
|
||
<xs:element name="legalBodyID"
|
||
type="lido:identifierComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="legalBodyID">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A unique identifier for the person or a group of persons,
|
||
such as a family or an organization like a corporate body, a government agency, or a firm.</tei:ab>
|
||
<tei:ab type="label">Legal Body ID</tei:ab>
|
||
<tei:ab type="dataValues">Controlled format</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:legalBodyID">
|
||
<sch:extends rule="sch_pref"/>
|
||
<sch:extends rule="sch_alternate"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="legalBodyName"
|
||
type="lido:appellationComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="legalBodyName">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An appellation of the individual person or group
|
||
of persons referred to as legal body.</tei:ab>
|
||
<tei:ab type="label">Legal Body Name</tei:ab>
|
||
<tei:ab type="dataValues">Free text</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="legalBodyWeblink"
|
||
type="lido:webResourceComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="legalBodyWeblink">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A URL reference to a web resource of the person or group of persons
|
||
referred to as legal body.</tei:ab>
|
||
<tei:ab type="label">Legal Body Weblink</tei:ab>
|
||
<tei:ab type="dataValues">Controlled format</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:legalBodyWeblink">
|
||
<sch:extends rule="sch_pref"/>
|
||
<sch:extends rule="sch_alternate"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
<xs:element name="lido" type="lido:lidoComplexType" id="lido">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Aggregates the metadata of an object/work. Used as root
|
||
for OAI-PMH content.</tei:ab>
|
||
<tei:ab type="note">Use this element as root for the delivery of content through
|
||
OAI-PMH.</tei:ab>
|
||
<tei:ab type="label">Wrapper for an object record</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:complexType name="lidoComplexType" id="lidoComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Contains the metadata of an object/work.</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:element id="lidoRecID"
|
||
name="lidoRecID"
|
||
type="lido:identifierComplexType"
|
||
minOccurs="1"
|
||
maxOccurs="1">
|
||
<xs:annotation xmlns="http://www.lido-schema.org/lidoProfile/"
|
||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||
<xs:documentation>
|
||
<tei:ab type="title">LIDO Record ID</tei:ab>
|
||
<tei:ab type="description">A unique identification of the LIDO record, preferably composed of an identifier for the contributor and a record identification in the contributor's (local) system.</tei:ab>
|
||
<tei:ab type="dataValues">Mandatory</tei:ab>
|
||
<tei:ab type="examples (element)">NG-object-4077</tei:ab>
|
||
<tei:ab type="examples (attribute)">http://terminology.lido-schema.org/lido00100</tei:ab>
|
||
<tei:ab type="lidoVariation">Cardinality (LIDO: 1:n); controlled terminology in @type attribute values.</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:lidoRecID">
|
||
<sch:extends rule="sch_pref"/>
|
||
<sch:extends rule="sch_alternate"/>
|
||
<sch:extends rule="eodem_nonempty"/>
|
||
<sch:extends rule="eodem_identifier_type"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element id="objectPublishedID"
|
||
name="objectPublishedID"
|
||
type="lido:identifierComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="1">
|
||
<xs:annotation xmlns="http://www.lido-schema.org/lidoProfile/"
|
||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||
<xs:documentation>
|
||
<tei:ab type="title">URI</tei:ab>
|
||
<tei:ab type="description">Any 'cool' (persistent and dereferenceable) URI assigned to the item.</tei:ab>
|
||
<tei:ab type="dataValues">Optional</tei:ab>
|
||
<tei:ab type="examples (element)">https://data.ng-london.org.uk/0F6J-0001-0000-0000</tei:ab>
|
||
<tei:ab type="lidoVariation">Cardinality (LIDO: 0:n); controlled terminology in @type attribute values.</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:objectPublishedID">
|
||
<sch:extends rule="sch_pref"/>
|
||
<sch:extends rule="sch_alternate"/>
|
||
<sch:extends rule="eodem_identifier_type"/>
|
||
<sch:extends rule="eodem_objectPublishedID"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="category"
|
||
type="lido:conceptComplexType"
|
||
minOccurs="0"
|
||
id="category">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element indicating the broad category
|
||
the object/work in focus belongs to.<br/>
|
||
Examples may include <em>human-made object</em> or <em>natural object</em>.</tei:ab>
|
||
<tei:ab type="label">Category</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">LIDO Terminology for
|
||
<tei:ref target="accompanying-document.html#category">Category</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:category">
|
||
<sch:extends rule="sch_SKOS"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element id="applicationProfile"
|
||
name="applicationProfile"
|
||
minOccurs="1"
|
||
maxOccurs="1">
|
||
<xs:annotation xmlns="http://www.lido-schema.org/lidoProfile/"
|
||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||
<xs:documentation>
|
||
<tei:ab type="title">LIDO Application Profile</tei:ab>
|
||
<tei:ab type="description">The LIDO profile to which this record adheres; by definition, this must be a version of the EODEM profile.</tei:ab>
|
||
<tei:ab type="dataValues">Mandatory</tei:ab>
|
||
<tei:ab type="examples (element)">https://lido-schema.org/profiles/v1.1/lido-v1.1-profile-eodem-v1.0.xsd</tei:ab>
|
||
<tei:ab type="terminology">Only one value is allowed: "https://lido-schema.org/profiles/v1.1/lido-v1.1-profile-eodem-v1.0.xsd"</tei:ab>
|
||
<tei:ab type="lidoVariation">Cardinality (LIDO: 0:1); controlled terminology.</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:applicationProfile">
|
||
<sch:extends rule="sch_pref"/>
|
||
<sch:extends rule="sch_alternate"/>
|
||
<sch:extends rule="eodem_nonempty"/>
|
||
<sch:extends rule="eodem_applicationProfile"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element ref="lido:descriptiveMetadata" maxOccurs="unbounded"/>
|
||
<xs:element ref="lido:administrativeMetadata" maxOccurs="unbounded"/>
|
||
</xs:sequence>
|
||
<xs:attribute ref="lido:relatedencoding"/>
|
||
</xs:complexType>
|
||
<xs:element name="lidoWrap" id="lidoWrap">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">The LIDO root element, holding a single or multiple
|
||
object/work records.</tei:ab>
|
||
<tei:ab type="label">Wrapper for the whole document</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:sequence>
|
||
<xs:element name="lido" maxOccurs="unbounded" id="lido_lidoWrap">
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:lidoComplexType">
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
<xs:attribute ref="lido:relatedencoding"/>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:complexType name="materialsTechComplexType" id="materialsTechComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Contains information about materials and techniques.
|
||
Includes index elements, and possibly information about the extent and source.<br/>
|
||
Repeated for multiple parts, or if media and support are recorded seperately.</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/8materials.html">
|
||
CDWA: 7. Materials/Techniques</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:element name="termMaterialsTech"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="termMaterialsTech">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element for materials and techniques
|
||
detected in an object/work.</tei:ab>
|
||
<tei:ab type="label">Concept Materials/Techniques</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open vocabulary for
|
||
<tei:ref target="accompanying-document.html#termMaterialsTech">Concept Materials/Techniques</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/8materials.html#name"> CDWA: 7.5. Materials/Techniques Name </tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:termMaterialsTech">
|
||
<sch:extends rule="sch_SKOS"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:conceptComplexType">
|
||
<xs:attribute ref="lido:type" id="termMaterialsTech_type">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute qualifying the
|
||
particular kind of materials or techniques used to
|
||
create or modify an object/work.<br/>
|
||
Examples may include <em>implement</em>, <em>medium</em>, or <em>watermark</em>.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">LIDO Terminology for
|
||
<tei:ref target="accompanying-document.html#termMaterialsTech_type">Concept Materials/Techniques type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="extentMaterialsTech"
|
||
type="lido:conceptMixedComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="extentMaterialsTech">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element specifying the part of the
|
||
object/work to which the materials or techniques in focus
|
||
apply.</tei:ab>
|
||
<tei:ab type="label">Extent Materials/Techniques</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/8materials.html#RTFToC3">
|
||
CDWA: 7.3. Materials/Techniques Extent</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open vocabulary for
|
||
<tei:ref target="accompanying-document.html#extentMaterialsTech">Extent Materials/Techniques</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:extentMaterialsTech">
|
||
<sch:extends rule="sch_MixedContent"/>
|
||
<sch:extends rule="sch_MixedContentInfo"/>
|
||
<sch:extends rule="sch_SKOS"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="sourceMaterialsTech"
|
||
type="lido:textComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="sourceMaterialsTech">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">The source of the information about materials and
|
||
techniques, often used when citing a published source of
|
||
watermarks.</tei:ab>
|
||
<tei:ab type="label">Source Materials/Techniques</tei:ab>
|
||
<tei:ab type="dataValues">Free text</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
<xs:complexType name="materialsTechSetComplexType" id="materialsTechSetComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper containing display and index elements for
|
||
materials and techniques information.</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:element name="displayMaterialsTech"
|
||
type="lido:textComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="displayMaterialsTech">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A display element for materials and techniques,
|
||
corresponding to the subsequent index element or elements.<br/>
|
||
Repeated for language variants only.</tei:ab>
|
||
<tei:ab type="label">Display Materials/Techniques</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/8materials.html#RTFToC2">
|
||
CDWA: 7.1. Materials/Techniques Description</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Free text</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="materialsTech"
|
||
type="lido:materialsTechComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="materialsTech">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Structured information about materials and
|
||
techniques for use in indexing and retrieval.</tei:ab>
|
||
<tei:ab type="label">Materials/Techniques</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="http://www.getty.edu/research/publications/electronic_publications/cdwa/8materials.html#examples">
|
||
CDWA: 7. Materials/Techniques – Tagging examples</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
<xs:attribute name="measurementsGroup" type="xs:string" id="measurementsGroup">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the group of measurements given in multiple LIDO Measurement Set elements,
|
||
each of them qualified by a specific kind of measurement in the LIDO Measurement Type element.<br/>
|
||
Note that this type attribute is primarily intended for use in application profiles.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">To be determined by application profiles.</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:complexType name="measurementsSetComplexType" id="measurementsSetComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Contains information about the dimensions, or other
|
||
measurements, of the object/work in focus; implies spacial, temporal or
|
||
quantitative extent.</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/7measurements.html">
|
||
CDWA: 6. Measurements</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:element name="measurementType"
|
||
type="lido:conceptMixedComplexType"
|
||
maxOccurs="unbounded"
|
||
id="measurementType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element indicating the kind of dimension, like height or width,
|
||
or other measurements of the object/work, such as volume or running time. May include values for
|
||
object requirements in loan contexts, such as the tolerated relative humidity of air.</tei:ab>
|
||
<tei:ab type="label">Measurement Type</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/7measurements.html#type"> CDWA: 6.2. Dimensions Type </tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open vocabulary for
|
||
<tei:ref target="accompanying-document.html#measurementType">Measurement Type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:measurementType">
|
||
<sch:extends rule="sch_MixedContent"/>
|
||
<sch:extends rule="sch_MixedContentInfo"/>
|
||
<sch:extends rule="sch_SKOS"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="measurementUnit"
|
||
type="lido:conceptMixedComplexType"
|
||
maxOccurs="unbounded"
|
||
id="measurementUnit">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element for the unit of the dimensions, like centimeter,
|
||
or other measurements of the object/work, for instance grams or seconds.
|
||
It is strongly recommended to use Systems International Units (SI) standard units
|
||
and SI standard prefixes to ensure international interoperability.
|
||
Use less common equivalents or multiples like inches in display elements only.</tei:ab>
|
||
<tei:ab type="label">Measurement Unit</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/7measurements.html#unit"> CDWA: 6.4. Dimensions Unit</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open vocabulary for
|
||
<tei:ref target="accompanying-document.html#measurementUnit">Measurement Unit</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:measurementUnit">
|
||
<sch:extends rule="sch_MixedContent"/>
|
||
<sch:extends rule="sch_MixedContentInfo"/>
|
||
<sch:extends rule="sch_SKOS"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="measurementValue"
|
||
type="lido:textComplexType"
|
||
id="measurementValue">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">The value of the dimensions, or other measurements, of the object/work.
|
||
It is strongly recommended to record only whole numbers to ensure internationally interoperable indexing
|
||
recalculated to appropriate SI multiples, if necessary. Use display element for fractional or other
|
||
number representations.</tei:ab>
|
||
<tei:ab type="label">Measurement Value</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/7measurements.html#value">
|
||
CDWA: 6.3. Dimensions Value</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled format</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
<xs:attribute name="mostNotableEvent" type="xs:integer" id="mostNotableEvent">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute qualifying the event in focus as the most notable
|
||
or significant event as designated by the describing institution.<br/>
|
||
The priority order is assigned in <tei:ref target="#eventSet">Event Set</tei:ref>
|
||
by using the attribute <tei:ref target="#sortorder">sortorder</tei:ref>.
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:element name="objectClassificationWrap" id="objectClassificationWrap">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for classification statements about the
|
||
object/work in focus, including object/work type and classification.</tei:ab>
|
||
<tei:ab type="label">Object Classification Wrapper</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:sequence>
|
||
<xs:element ref="lido:objectWorkTypeWrap">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for object/work types.</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:complexType name="objectComplexType" id="objectComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Contains information about an object or a work related to
|
||
the object/work in focus.
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:element name="objectWebResource"
|
||
type="lido:webResourceComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="objectWebResource">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A URL reference to a description of the object or
|
||
work related to the object/work in focus.br />
|
||
Usually a resource in the World Wide Web.</tei:ab>
|
||
<tei:ab type="label">Object: Web Resource</tei:ab>
|
||
<tei:ab type="dataValues">Controlled format</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:objectWebResource">
|
||
<sch:extends rule="sch_pref"/>
|
||
<sch:extends rule="sch_alternate"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="objectID"
|
||
type="lido:identifierComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="objectID">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A unique identifier of the referenced object or work.</tei:ab>
|
||
<tei:ab type="label">Object Identifier</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:objectID">
|
||
<sch:extends rule="sch_pref"/>
|
||
<sch:extends rule="sch_alternate"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="objectNote"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="objectNote">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A descriptive identification of the related
|
||
object or work, including title, actor, type of object or work, and other
|
||
information as necessary for clarity.</tei:ab>
|
||
<tei:ab type="label">Object Note</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/1object.html#remarks">
|
||
CDWA: 1.5. Remarks</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Free text</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:simpleContent>
|
||
<xs:extension base="lido:textComplexType">
|
||
<xs:attribute ref="lido:type" id="objectNote_type">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the particular kind of note.<br/>
|
||
Note that this type attribute is primarily intended for use in application profiles.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">To be determined by application profiles.</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
</xs:extension>
|
||
</xs:simpleContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
<xs:element name="objectDescriptionWrap" id="objectDescriptionWrap">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for the description and descriptive notes
|
||
referring to the object or work in focus.</tei:ab>
|
||
<tei:ab type="label">Object Description Wrapper</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:sequence>
|
||
<xs:element name="objectDescriptionSet"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="objectDescriptionSet">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for a single description of the
|
||
object/work in focus, including description identifier, descriptive
|
||
note and sources.<br/>
|
||
Repeated if there is more than one descriptive note.</tei:ab>
|
||
<tei:ab type="note">A reference to a text resource holding the
|
||
description may be given in description identifier.</tei:ab>
|
||
<tei:ab type="label">Description/Descriptive Note Set</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:descriptiveNoteComplexType">
|
||
<xs:sequence>
|
||
<xs:element name="objectDescriptionRights"
|
||
type="lido:rightsComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="objectDescriptionRights">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Information about rights
|
||
regarding the content provided in this element set.</tei:ab>
|
||
<tei:ab type="note">The information about rights
|
||
overrides information about rights in <tei:ref target="#recordRights">recordRights</tei:ref>.</tei:ab>
|
||
<tei:ab type="label">Description/Descriptive Note Rights</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="objectIdentificationWrap" id="objectIdentificationWrap">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for information that identifies the object or
|
||
work in focus.</tei:ab>
|
||
<tei:ab type="label">Object Identification Wrapper</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:sequence>
|
||
<xs:element ref="lido:titleWrap"/>
|
||
<xs:element ref="lido:inscriptionsWrap" minOccurs="0"/>
|
||
<xs:element ref="lido:repositoryWrap" minOccurs="0"/>
|
||
<xs:element ref="lido:objectDescriptionWrap" minOccurs="0"/>
|
||
<xs:element ref="lido:objectMeasurementsWrap" minOccurs="0"/>
|
||
<xs:element ref="lido:objectMaterialsTechWrap" minOccurs="0"/>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:complexType name="objectMeasurementsComplexType" id="objectMeasurementsComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Contains information about the dimensions, or other
|
||
measurements, of the object/work in focus. May include format, scale, or
|
||
shape.</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="http://www.getty.edu/research/publications/electronic_publications/cdwa/7measurements.html">
|
||
CDWA: 6. Measurements</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:element name="measurementsSet"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="measurementsSet">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Structured information about dimensions, or other
|
||
measurements, for one aspect of the object/work, including mandatory
|
||
sub-elements for measurement type, unit and value. This also covers
|
||
environmental quantities, such as relative humidity or light exposure,
|
||
assessed as object requirements.</tei:ab>
|
||
<tei:ab type="label">Measurements Set</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:measurementsSetComplexType">
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="extentMeasurements"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="extentMeasurements">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element specifying the part of the
|
||
object/work to which the dimensions or measurements in focus apply.</tei:ab>
|
||
<tei:ab type="label">Extent Measurements</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/7measurements.html#extent">
|
||
CDWA: 6.5. Dimensions Extent</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open vocabulary for
|
||
<tei:ref target="accompanying-document.html#extentMeasurements">Extent Measurements</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:extentMeasurements">
|
||
<sch:extends rule="sch_MixedContent"/>
|
||
<sch:extends rule="sch_MixedContentInfo"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:conceptMixedComplexType">
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="qualifierMeasurements"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="qualifierMeasurements">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element qualifying the dimensions, or other measurements,
|
||
of an object/work, indicating the kind or precision of measurement results.<br/>
|
||
Examples may include approximate, average, maximum, or variable.</tei:ab>
|
||
<tei:ab type="label">Qualifier Measurements</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/7measurements.html#qualifier">
|
||
CDWA: 6.7. Dimensions Qualifier</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open vocabulary for
|
||
<tei:ref target="accompanying-document.html#qualifierMeasurements">Qualifier Measurements</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:qualifierMeasurements">
|
||
<sch:extends rule="sch_MixedContent"/>
|
||
<sch:extends rule="sch_MixedContentInfo"/>
|
||
<sch:extends rule="sch_SKOS"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:conceptMixedComplexType">
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="formatMeasurements"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="formatMeasurements">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element indicating the format or
|
||
conventional size of an object/work, including technical formats.<br/>
|
||
Examples may include digital audio or image file formats, as well as
|
||
size for book or photograph formats.</tei:ab>
|
||
<tei:ab type="label">Format Measurements</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/7measurements.html#formatsize">
|
||
CDWA: 6.10. Format/Size</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open vocabulary for
|
||
<tei:ref target="accompanying-document.html#formatMeasurements">Format Measurements</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:formatMeasurements">
|
||
<sch:extends rule="sch_MixedContent"/>
|
||
<sch:extends rule="sch_MixedContentInfo"/>
|
||
<sch:extends rule="sch_SKOS"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:conceptMixedComplexType">
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="shapeMeasurements"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="shapeMeasurements">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element indicating the outline, form, or characteristic configuration of an object/work or a part thereof, including contours. Used for distinguishing shape characteristics, such as oval, or square.</tei:ab>
|
||
<tei:ab type="label">Shape Measurements</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open vocabulary for
|
||
<tei:ref target="accompanying-document.html#shapeMeasurements">Shape Measurements</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/7measurements.html#shape">
|
||
CDWA: 6.9. Shape</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:shapeMeasurements">
|
||
<sch:extends rule="sch_MixedContent"/>
|
||
<sch:extends rule="sch_MixedContentInfo"/>
|
||
<sch:extends rule="sch_SKOS"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:conceptMixedComplexType">
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="scaleMeasurements"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="scaleMeasurements">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element indicating the ratio between the size of an object/work
|
||
and its representation, for instance the size of the drawn structure and the actual built work.
|
||
Examples may include <hi rend="italic">full-size</hi> or <hi rend="italic">life-size</hi>.
|
||
</tei:ab>
|
||
<tei:ab type="label">Scale Measurements</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open vocabulary for
|
||
<tei:ref target="accompanying-document.html#scaleMeasurements">Scale Measurements</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/7measurements.html#scale">
|
||
CDWA: 6.6. Scale Type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:scaleMeasurements">
|
||
<sch:extends rule="sch_MixedContent"/>
|
||
<sch:extends rule="sch_MixedContentInfo"/>
|
||
<sch:extends rule="sch_SKOS"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:conceptMixedComplexType">
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
<xs:complexType name="objectMeasurementsSetComplexType"
|
||
id="objectMeasurementsSetComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for display and index elements for the
|
||
dimensions, or other measurements, of the object/work.</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:element name="displayObjectMeasurements"
|
||
type="lido:textComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="displayObjectMeasurements">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A display element for the dimensions, or other
|
||
measurements, of the object/work, corresponding to the subsequent
|
||
index element or elements.<br/>
|
||
Repeated for language variants only.</tei:ab>
|
||
<tei:ab type="label">Display Object Measurements</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/7measurements.html#RTFToC2">
|
||
CDWA: 6.1. Dimensions Description</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Free text</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="objectMeasurements"
|
||
type="lido:objectMeasurementsComplexType"
|
||
minOccurs="0"
|
||
id="objectMeasurements">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Structured information about the dimensions, or
|
||
other measurements, of the object/work in focus.<br/>
|
||
May also include extents of the parts of a complex object or work.</tei:ab>
|
||
<tei:ab type="label">Object Measurement</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="http://www.getty.edu/research/publications/electronic_publications/cdwa/7measurements.html">
|
||
CDWA: 6. Measurements</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
<xs:element name="objectMaterialsTechWrap" id="objectMaterialsTechWrap">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for display and index elements for object/work
|
||
materials and techniques.</tei:ab>
|
||
<tei:ab type="label">Object Materials/Techniques Wrapper</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:sequence>
|
||
<xs:element name="objectMaterialsTechSet"
|
||
type="lido:materialsTechSetComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="objectMaterialsTechSet">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Structured information about the materials
|
||
and techniques used for or incorporated in the object/work in
|
||
focus.</tei:ab>
|
||
<tei:ab type="label">Object Materials/Techniques Set</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="objectMeasurementsWrap" id="objectMeasurementsWrap">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for information about the dimensions, or other
|
||
measurements, of the object/work.</tei:ab>
|
||
<tei:ab type="label">Object Measurements Wrapper</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="http://www.getty.edu/research/publications/electronic_publications/cdwa/7measurements.html">
|
||
CDWA: 6. Measurements</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:sequence>
|
||
<xs:element name="objectMeasurementsSet"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="objectMeasurementsSet">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for display and index elements for
|
||
dimensions, or other measurements, of the object/work in focus.
|
||
Repeated to record measurements of different parts of the
|
||
object/work.</tei:ab>
|
||
<tei:ab type="label">Object Measurements Set</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:objectMeasurementsSetComplexType">
|
||
<xs:attribute ref="lido:type" id="objectMeasurementsSet_type">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating whether the measurements given are
|
||
straight properties of the object in question or requirements for handling the object,
|
||
such as maximum temperature variation.<br/>
|
||
Note that this type attribute is primarily intended for use in application profiles.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">LIDO Terminology for
|
||
<tei:ref target="accompanying-document.html#objectMeasurementsSet_type">Object Measurements Set type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:attribute ref="lido:measurementsGroup"/>
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:complexType name="objectSetComplexType" id="objectSetComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper containing display and reference elements for
|
||
an object or work related to the object/work in focus.</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:element name="displayObject"
|
||
type="lido:textComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="displayObject">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A display element for a related object or work, corresponding to the
|
||
subsequent index element or elements.<br/>
|
||
Repeated for language variants only.</tei:ab>
|
||
<tei:ab type="label">Display Object</tei:ab>
|
||
<tei:ab type="dataValues">Free text</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="object"
|
||
type="lido:objectComplexType"
|
||
minOccurs="0"
|
||
id="object">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Contains identifying information about an object
|
||
or work related to the object/work in focus. May include a web
|
||
link.</tei:ab>
|
||
<tei:ab type="label">Object</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
<xs:element name="objectWorkTypeWrap" id="objectWorkTypeWrap">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for structured information about the
|
||
object/work type.</tei:ab>
|
||
<tei:ab type="label">Object/Work Type Wrapper</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:sequence>
|
||
<xs:element name="objectWorkType" maxOccurs="unbounded" id="objectWorkType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element indicating the specific kind
|
||
of the object/work in focus.<br/>
|
||
Repeated if the object/work type is further typified under different aspects,
|
||
such as its form or function. If the object/work in focus is a group-level record,
|
||
repeat for identifying all or the most important items of the group.</tei:ab>
|
||
<tei:ab type="label">Object/Work Type</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/1object.html#Objectwork-Type"> CDWA: 1.2. Object/Work Type </tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="http://www.getty.edu/research/tools/vocabularies/guidelines/cona_3_6_1_work_type.html#3_6_1_2">CONA Editorial Guidelines: 3.6.1.2 Work Type</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open vocabulary for
|
||
<tei:ref target="accompanying-document.html#objectWorkType">Object/Work Type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule xmlns="http://www.lido-schema.org/lidoProfile/"
|
||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
context="lido:objectWorkType">
|
||
<sch:extends rule="sch_SKOS"/>
|
||
<sch:extends rule="eodem_term"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:conceptComplexType">
|
||
<xs:attribute ref="lido:type" id="objectWorkType_type">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute further
|
||
qualifiying the particular aspect of the object/work
|
||
type.<br/>
|
||
Examples may include object by form, function,
|
||
material, technique, or subject.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">LIDO Terminology for
|
||
<tei:ref target="accompanying-document.html#objectWorkType_type">Object/Work Type type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:complexType name="placeComplexType" id="placeComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Contains information about a single place.</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/14creation.html#place">
|
||
CDWA: 4.3. Creation Place/Original Location
|
||
</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/30place.html">
|
||
CDWA: 29. Place/Location Authority
|
||
</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:any minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
processContents="skip"
|
||
namespace="http://www.w3.org/2002/07/owl#"/>
|
||
<xs:element name="placeID"
|
||
type="lido:identifierComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="placeID">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A unique identifier for the place.</tei:ab>
|
||
<tei:ab type="label">Place Identifier</tei:ab>
|
||
<tei:ab type="dataValues">Controlled format</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:placeID">
|
||
<sch:extends rule="sch_pref"/>
|
||
<sch:extends rule="sch_alternate"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="namePlaceSet"
|
||
type="lido:appellationComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="namePlaceSet">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for the name, or names, of a place, and
|
||
the source from where it is taken.<br/>
|
||
Repeated if there exists more than one name for a single place, such as the recent,
|
||
vernacular, or a historical name.</tei:ab>
|
||
<tei:ab type="label">Place Name Set</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="gml" minOccurs="0" maxOccurs="unbounded" id="gml">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Structured information containing a georeference of the place using the
|
||
GML specification.</tei:ab>
|
||
<tei:ab type="note">For further documentation on GML refer to <tei:ref target="http://www.opengis.net/gml/">http://www.opengis.net/gml/</tei:ref>.</tei:ab>
|
||
<tei:ab type="label">GML</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="http://www.opengis.net/gml/">For further documentation on GML refer to</tei:ref>"
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:gmlComplexType">
|
||
<xs:attribute ref="xml:lang"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="partOfPlace"
|
||
type="lido:placeComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="partOfPlace">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Structured information about an individual place
|
||
that is the broader context for the place in focus, such as the nation
|
||
to which a city belongs.</tei:ab>
|
||
<tei:ab type="label">Part of Geographical Entity</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:partOfPlace">
|
||
<sch:extends rule="sch_OWL"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="placeClassification"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="placeClassification">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element indicating the geological or ecological environmental
|
||
characteristic of the place, for example, stratigraphic units or habitat types.</tei:ab>
|
||
<tei:ab type="label">Place Classification</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:placeClassification">
|
||
<sch:extends rule="sch_SKOS"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:conceptComplexType">
|
||
<xs:attribute ref="lido:type" id="placeClassification_type">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the particular kind of place
|
||
classification.<br/>
|
||
Note that this type attribute is primarily intended for use in application profiles.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">To be determined by application profiles.</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
<xs:attribute ref="lido:politicalEntity" id="placeComplexType_politicalEntity">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the kind of place as an
|
||
administrative, political entity.<br/>
|
||
Examples may include <em>state</em>, <em>county</em>, or <em>department</em>,
|
||
as well as <em>Land</em>, <em>Bezirk</em>, or <em>Ortsteil</em>.</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/30place.html#placetypes">
|
||
CDWA: 29.4. Place Types</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="http://www.getty.edu/research/tools/vocabularies/guidelines/tgn_3_6_place_types.html">
|
||
TGN Editorial Guidelines: 3.6.1 Place Type</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open vocabulary for
|
||
<tei:ref target="accompanying-document.html#politicalEntity">political entity</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:attribute ref="lido:geographicalEntity" id="placeComplexType_geographicalEntity">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute qualifiying the place in focus as a type of geographical entity.
|
||
Typically includes examples from natural and cultural landscapes.</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/30place.html#placetypes">
|
||
CDWA: 29.4. Place Types</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="http://www.getty.edu/research/tools/vocabularies/guidelines/tgn_3_6_place_types.html">
|
||
TGN Editorial Guidelines: 3.6.1 Place Type</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open vocabulary for
|
||
<tei:ref target="accompanying-document.html#geographicalEntity">geographical entity</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
</xs:complexType>
|
||
<xs:complexType name="placeSetComplexType" id="placeSetComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper containing display and index elements for information about an
|
||
individual place.</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:element name="displayPlace"
|
||
type="lido:textComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="displayPlace">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A display element for a single place,
|
||
corresponding to the subsequent index element or elements.<br/>
|
||
Repeated for language variants only.</tei:ab>
|
||
<tei:ab type="label">Display Place</tei:ab>
|
||
<tei:ab type="dataValues">Free text</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="place"
|
||
type="lido:placeComplexType"
|
||
minOccurs="0"
|
||
id="place">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Structured information for identifying and indexing an individual place,
|
||
comprising administrative entities, such as states or counties, and physical features,
|
||
such as rivers or continents.</tei:ab>
|
||
<tei:ab type="label">Place</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:place">
|
||
<sch:extends rule="sch_OWL"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
<xs:attribute name="politicalEntity" type="xs:string" id="politicalEntity">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the kind of place as an administrative, political entity.
|
||
Examples may include <em>state</em>, <em>county</em>, or <em>department</em>,
|
||
as well as <em>Land</em>, <em>Bezirk</em>, or <em>Ortsteil</em>.</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:attribute name="pref" type="xs:string" id="pref">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the preference role of a term,
|
||
an appellation value, an identifier, or a resource set.<br/>
|
||
Values most commonly used are <em>preferred</em> or <em>alternative</em>.
|
||
For index terms and appellation values it is strongly recommended to provide exactly one
|
||
preferred term or appellation for each concept or individual (named) entity per language.
|
||
If there is only one term it is the preferred one by default.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">LIDO Terminology for
|
||
<tei:ref target="accompanying-document.html#pref">pref</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:complexType name="recordInfoSetComplexType" id="recordInfoSetComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for metadata, presentation and service information for the described object.</tei:ab>
|
||
<tei:ab type="note">The metadata information contains the reference to the
|
||
"lido"-metadata set but may also be constituted by reference to an "object data
|
||
sheet" in an online database.</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:element name="recordInfoID"
|
||
type="lido:identifierComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="recordInfoID">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A unique identifier for the metadata.</tei:ab>
|
||
<tei:ab type="label">Record Info ID</tei:ab>
|
||
<tei:ab type="dataValues">Controlled format</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:recordInfoID">
|
||
<sch:extends rule="sch_pref"/>
|
||
<sch:extends rule="sch_alternate"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="recordInfoLink"
|
||
type="lido:webResourceComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="recordInfoLink">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A URL for access to metadata, presentation or service information.</tei:ab>
|
||
<tei:ab type="label">Record Info Link</tei:ab>
|
||
<tei:ab type="dataValues">Controlled format</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:recordInfoLink">
|
||
<sch:extends rule="sch_pref"/>
|
||
<sch:extends rule="sch_alternate"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="recordMetadataDate"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="recordMetadataDate">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Expression of the date and possibly time of the metadata, presentation or service information.
|
||
The encoding of the date/time should conform to ISO 8601.</tei:ab>
|
||
<tei:ab type="label">Record Metadata Date</tei:ab>
|
||
<tei:ab type="dataValues">Controlled format</tei:ab>
|
||
<tei:ab type="recommendation">
|
||
<tei:ref target="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601: Representation of dates and times</tei:ref>.</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:recordMetadataDate">
|
||
<sch:extends rule="sch_DateTime"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:simpleContent>
|
||
<xs:extension base="lido:textComplexType">
|
||
<xs:attribute ref="lido:type" id="recordMetadataDate_type">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the point in time
|
||
either for creation or modification date of the containing
|
||
<tei:ref target="#recordInfoSet">Record Info Set</tei:ref>.<br/>
|
||
Examples are <em>created</em> or <em>modified</em>.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">LIDO Terminology for
|
||
<tei:ref target="accompanying-document.html#recordMetadataDate_type">Record Metadata Date type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:attribute ref="lido:source"/>
|
||
</xs:extension>
|
||
</xs:simpleContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
<xs:attribute ref="lido:type" id="recordInfoSet_type">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the scope of metadata information,
|
||
presentation information or service information contained in the element set.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled vocabulary.</tei:ab>
|
||
<tei:ab type="recommendation">LIDO Terminology for
|
||
<tei:ref target="accompanying-document.html#recordInfosSet_type">Record Metadata Information Set type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:complexType>
|
||
<xs:element name="recordWrap" id="recordWrap">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for information about this LIDO record, as well as other metadata,
|
||
presentation and service information for the described object.<br/>
|
||
Note that this section does not refer to any object or resource information,
|
||
but to the source record only.</tei:ab>
|
||
<tei:ab type="label">Record Wrapper</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:sequence>
|
||
<xs:element name="recordID"
|
||
type="lido:identifierComplexType"
|
||
maxOccurs="unbounded"
|
||
id="recordID">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A unique identifier for the record in the
|
||
(local) system of the contributor.</tei:ab>
|
||
<tei:ab type="label">Record ID</tei:ab>
|
||
<tei:ab type="dataValues">Controlled format</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:recordID">
|
||
<sch:extends rule="sch_pref"/>
|
||
<sch:extends rule="sch_alternate"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="recordType" type="lido:conceptComplexType" id="recordType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element indicating the kind of
|
||
cataloging level chosen for the record in focus, whether the record
|
||
is considered a single item, a constituent component of an item, or
|
||
an object group.</tei:ab>
|
||
<tei:ab type="label">Record Type</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/1object.html#RTFToC2a"> CDWA: 1.1. Catalog Level </tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">LIDO Terminology for
|
||
<tei:ref target="accompanying-document.html#recordType">Record Type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:recordType">
|
||
<sch:extends rule="sch_SKOS"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="recordSource" maxOccurs="unbounded" id="recordSource">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An identification of the source of information in this LIDO record,
|
||
generally the repository or other institution.</tei:ab>
|
||
<tei:ab type="label">Record Source</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open authority file, for example, one of those aggregated in
|
||
<tei:ref target="http://viaf.org/">VIAF</tei:ref> or in
|
||
<tei:ref target="https://www.wikidata.org/">Wikidata</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:recordSource">
|
||
<sch:extends rule="sch_OWL"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:legalBodyRefComplexType">
|
||
<xs:attribute ref="lido:type" id="recordSource_type">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the kind of source of the record in focus.<br/>
|
||
Note that this type attribute is primarily intended for use in application profiles.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">To be determined by application profiles.</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="recordRights"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="recordRights">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Structured information about rights regarding
|
||
the content provided in this LIDO record.</tei:ab>
|
||
<tei:ab type="label">Rights for Record</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:rightsComplexType">
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="recordInfoSet"
|
||
type="lido:recordInfoSetComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="recordInfoSet">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for metadata, presentation and
|
||
service information for the described object.</tei:ab>
|
||
<tei:ab type="label">Record Metadata Information Set</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:attribute name="relatedencoding" type="xs:string" id="relatedencoding">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the format of the data source
|
||
from which the data were migrated. For each sub-element with data values the
|
||
related source data fields can be referenced through the attributes
|
||
<tei:ref target="#encodinganalog">encodinganalog</tei:ref> and <tei:ref target="#label">label</tei:ref>.
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:complexType name="relatedEventSetComplexType" id="relatedEventSetComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper containing information about a single event
|
||
related to the event in focus.</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:element name="relatedEvent"
|
||
type="lido:eventSetComplexType"
|
||
minOccurs="0"
|
||
id="relatedEvent">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Display and index elements for a single event
|
||
related to the event in focus.</tei:ab>
|
||
<tei:ab type="label">Related Event</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="relatedEventRelType"
|
||
type="lido:conceptComplexType"
|
||
minOccurs="0"
|
||
id="relatedEventRelType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element indicating the kind of relationship between the event in focus and the related event.</tei:ab>
|
||
<tei:ab type="note">For implementation of the data, note that relationships
|
||
are conceptually reciprocal, but the Relationship Type is often
|
||
different on either side of the relationship.</tei:ab>
|
||
<tei:ab type="label">Related Event Relationship Type</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:relatedEventRelType">
|
||
<sch:extends rule="sch_SKOS"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
<xs:complexType name="relatedWorkSetComplexType" id="relatedWorkSetComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper containing information about a single object or
|
||
work, or a group of objects or works related to the object/work in focus,
|
||
including the kind of relationship between them. May include bibliographic objects in which the object/work is documented or
|
||
mentioned.<br/>
|
||
Repeated if there is more than one object or work, or more than one group of objects or works referred to.</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:element name="displayRelatedWork"
|
||
type="lido:textComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="displayRelatedWork">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A display element for the description of the related
|
||
object/work, including identifying information about the related
|
||
object/work and, possibly, information about the kind of the
|
||
relation.<br/>
|
||
Repeated for language variants only.</tei:ab>
|
||
<tei:ab type="label">Display Related Work</tei:ab>
|
||
<tei:ab type="dataValues">Free text</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="relatedWork"
|
||
type="lido:objectSetComplexType"
|
||
minOccurs="0"
|
||
id="relatedWork">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for display and reference elements of
|
||
an object or work related to the object/work in focus.</tei:ab>
|
||
<tei:ab type="label">Related Work</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/21related.html">
|
||
CDWA: 20. Related Works</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="relatedWorkRelType"
|
||
type="lido:conceptComplexType"
|
||
minOccurs="0"
|
||
id="relatedWorkRelType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element indicating the kind of
|
||
relationship between the object/work in focus and the related object or
|
||
work.</tei:ab>
|
||
<tei:ab type="note">For implementation of the data, note that relationships
|
||
are conceptually reciprocal, but the Relationship Type is often
|
||
different on either side of the relationship (e.g. one work is part of a
|
||
second work, but from the point of view of the second record, the first
|
||
work is the larger context for the second work). Whether or not
|
||
relationships are physically reciprocal as implemented in systems is a
|
||
local decision.</tei:ab>
|
||
<tei:ab type="label">Related Work Relationship Type</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/21related.html#RelatedWorks-RelationshipType"> CDWA: 20.1.1. Work Relationship Type </tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">LIDO Terminology for
|
||
<tei:ref target="accompanying-document.html#relatedWorkRelType">Related Work Relationship Type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:relatedWorkRelType">
|
||
<sch:extends rule="sch_SKOS"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="sourceRelatedWorkSet"
|
||
type="lido:textComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="sourceRelatedWorkSet">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">The source of the information about the relationship or the type of relationship between a related entity and the entity in focus of the LIDO record. Whenever possible, a published source should be given.</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
<xs:element name="relatedWorksWrap" id="relatedWorksWrap">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for information about an object or work related
|
||
to the object/work in focus.</tei:ab>
|
||
<tei:ab type="label">Related Works Wrapper</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:sequence>
|
||
<xs:element name="relatedWorkSet"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="relatedWorkSet">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for an object or work, or a group
|
||
of objects or works related to the object/work in focus.</tei:ab>
|
||
<tei:ab type="label">Related Work Set</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:relatedWorkSetComplexType">
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:complexType name="repositorySetComplexType" id="repositorySetComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper containing identification and designation of
|
||
the institution of custody and, possibly, indication of the exact location of
|
||
the object.<br/>
|
||
Repeated if there are several designations known, or if former repositories
|
||
should be listed.</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:element name="displayRepository"
|
||
type="lido:textComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="displayRepository">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A display element for designation and
|
||
identification of the institution of custody and, possibly, indication
|
||
of the exact location of the object.<br/>
|
||
Repeated for language variants only.</tei:ab>
|
||
<tei:ab type="label">Display Repository</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/26current.html#description">
|
||
CDWA: 21.1. Current Location Description
|
||
</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Free text</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="repositoryName"
|
||
type="lido:legalBodyRefComplexType"
|
||
minOccurs="0"
|
||
id="repositoryName">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Identification and designation of the institution
|
||
of custody, possibly with web link.</tei:ab>
|
||
<tei:ab type="label">Custody: Institution/Person</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/26current.html#repository_name">
|
||
CDWA: 21.2. Repository/Geographic Location
|
||
</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open authority file, for example, one of those aggregated in
|
||
<tei:ref target="http://viaf.org/">VIAF</tei:ref> or in
|
||
<tei:ref target="https://www.wikidata.org/">Wikidata</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:repositoryName">
|
||
<sch:extends rule="sch_OWL"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="workID" minOccurs="0" maxOccurs="unbounded" id="workID">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An unambiguous numeric or alphanumeric identification number
|
||
assigned to the object/work by the institution of custody.</tei:ab>
|
||
<tei:ab type="label">Custody: Identification Number</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:simpleContent>
|
||
<xs:extension base="xs:string">
|
||
<xs:attribute ref="lido:type" id="workID_type">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the kind of custodian identification number,
|
||
whether it is, for instance, an accession number or an inventory number.
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">LIDO Terminology for
|
||
<tei:ref target="accompanying-document.html#workID_type">Custody: Identification Number type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
<xs:attribute ref="lido:encodinganalog"/>
|
||
<xs:attribute ref="lido:label"/>
|
||
</xs:extension>
|
||
</xs:simpleContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="repositoryLocation"
|
||
type="lido:placeComplexType"
|
||
minOccurs="0"
|
||
id="repositoryLocation">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Structured information about the repository location or the geographic place of the object/work;
|
||
recording the geographic location is especially relevant for stationary works, such as architectural built works,
|
||
monumental works, or archeological sites.</tei:ab>
|
||
<tei:ab type="label">Location</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:repositoryLocation">
|
||
<sch:extends rule="sch_OWL"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="sourceRepositorySet"
|
||
type="lido:textComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="sourceRepositorySet">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">The source of the information about the repository being the current or former
|
||
repository of the entity in focus of the LIDO record. Whenever possible, a published source should be given.</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
<xs:attribute ref="lido:type" id="repositorySet_type">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the kind of repository or location as
|
||
the current or a former one.</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref>"https://www.getty.edu/research/publications/electronic_publications/cdwa/26current.html">CDWA: 21 Current Location</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">
|
||
<tei:ref target="accompanying-document.html#repositorySet_type">Custody/Repository Location Set type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:complexType>
|
||
<xs:element name="repositoryWrap" id="repositoryWrap">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for structured information about the repository
|
||
or location.</tei:ab>
|
||
<tei:ab type="label">Custody/Repository Location (Wrapper)</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:sequence>
|
||
<xs:element name="repositorySet"
|
||
type="lido:repositorySetComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="repositorySet">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for the identification, name and
|
||
location of the repository that is responsible for the object/work
|
||
in focus, or the geographic location of a stationary object/work,
|
||
such as a monumental object or a work of architecture. Repeated if
|
||
there are several designations known, or if former repositories
|
||
should be listed.</tei:ab>
|
||
<tei:ab type="label">Custody/Repository Location Set</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:complexType name="resourceSetComplexType" id="resourceSetComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper containing sets of resource information.<br/>
|
||
Repeated for multiple, distinct resources associated with the object/work, or
|
||
for variants representing the same resource.</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:element name="resourceID"
|
||
type="lido:identifierComplexType"
|
||
minOccurs="0"
|
||
id="resourceID">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">The unique numeric or alphanumeric identification
|
||
of the original (digital or analogue) resource.</tei:ab>
|
||
<tei:ab type="label">Resource Identification Number</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:resourceID">
|
||
<sch:extends rule="sch_pref"/>
|
||
<sch:extends rule="sch_alternate"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="resourceRepresentation"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="resourceRepresentation">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A digital representation of a resource for online
|
||
presentation.<br/>
|
||
Repeated for variants representing the same resource, such
|
||
as different sizes of the same image, or a thumbnail representing an
|
||
audio or video file and the digital audio or video file itself.</tei:ab>
|
||
<tei:ab type="label">Resource Representation</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:sequence>
|
||
<xs:element name="linkResource" id="linkResource">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A reference to the resource in the
|
||
worldwide web environment, usually a stable
|
||
URI/URL.</tei:ab>
|
||
<tei:ab type="label">Link Resource</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:linkResource">
|
||
<sch:extends rule="sch_pref"/>
|
||
<sch:extends rule="sch_alternate"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:simpleContent>
|
||
<xs:extension base="lido:webResourceComplexType">
|
||
<xs:attribute name="codecResource" type="xs:string" id="codecResource">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the codec required for rendering
|
||
the resource.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled format</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
</xs:extension>
|
||
</xs:simpleContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="resourceMeasurementsSet"
|
||
type="lido:measurementsSetComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="resourceMeasurementsSet">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Any technical measurement information
|
||
needed for online presentation of the resource.</tei:ab>
|
||
<tei:ab type="label">Resource Measurement Set</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
<xs:attribute ref="lido:type" id="resourceRepresentation_type">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the kind of
|
||
representation of a resource.<br/>
|
||
Examples include <em>placeholder</em>, <em>preview text</em>, or <em>provided image</em>.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">LIDO Terminology for
|
||
<tei:ref target="accompanying-document.html#resourceRepresentation_type">Resource Representation type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="resourceType"
|
||
type="lido:conceptComplexType"
|
||
minOccurs="0"
|
||
id="resourceType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element indicating the generic kind of the resource that serves as a surrogate of the object/work in focus. Examples may include photographs, digital images, or video recordings.</tei:ab>
|
||
<tei:ab type="label">Resource Type</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/22related.html#image_type">26.2.2. Image Type</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open vocabulary for
|
||
<tei:ref target="accompanying-document.html#resourceType">Resource Type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:resourceType">
|
||
<sch:extends rule="sch_SKOS"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="resourceRelType"
|
||
type="lido:conceptComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="resourceRelType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">The relationship of the resource to the
|
||
object/work being described.</tei:ab>
|
||
<tei:ab type="label">Resource Relationship Type</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/22related.html#relationship_type">
|
||
CDWA: 26.1.1. Image to Work Relationship Type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:resourceRelType">
|
||
<sch:extends rule="sch_SKOS"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="resourcePerspective"
|
||
type="lido:conceptComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="resourcePerspective">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element that characterizes the view in
|
||
terms of vantage point, perspective, or lighting effects.</tei:ab>
|
||
<tei:ab type="label">Resource Perspective</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/22related.html#RTFToC7">
|
||
CDWA: 26.2.9.1. View Type</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open vocabulary for
|
||
<tei:ref target="accompanying-document.html#resourcePerspective">Resource Perspective</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:resourcePerspective">
|
||
<sch:extends rule="sch_SKOS"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="resourceDescription"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="resourceDescription">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A textual description of the spatial,
|
||
chronological, or contextual aspects of the object/work as captured in
|
||
the resource in focus.</tei:ab>
|
||
<tei:ab type="label">Resource Description</tei:ab>
|
||
<tei:ab type="dataValues">Free text</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:simpleContent>
|
||
<xs:extension base="lido:textComplexType">
|
||
<xs:attribute ref="lido:type" id="resourceDescription_type">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the kind of
|
||
description of a resource.<br/>
|
||
Note that this type attribute is primarily intended for use in application profiles.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">To be determined by application profiles.</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:simpleContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="resourceDateTaken"
|
||
type="lido:dateSetComplexType"
|
||
minOccurs="0"
|
||
id="resourceDateTaken">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A date or range of dates associated with the
|
||
creation or production of the original resource, for instance an image
|
||
or a recording.<br/>
|
||
Note that this date is not necessarily the same as the
|
||
date of production of the digital resource.</tei:ab>
|
||
<tei:ab type="note">This is not necessarily the same as the date of
|
||
production of the digital resource (e.g. a digitization of a negative is
|
||
usually made years after the image was captured on film). Format will
|
||
vary depending upon implementation.</tei:ab>
|
||
<tei:ab type="label">Resource Date Taken</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="resourceSource"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="resourceSource">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An identification of the actor from which the image or other resource was obtained.
|
||
Used when the source differs from the source named in <tei:ref target="# ">Record Source</tei:ref>.</tei:ab>
|
||
<tei:ab type="label">Resource Source</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/22related.html#imageSource">
|
||
CDWA: 26.2.13. Image Source</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open authority file, for example, one of those aggregated in
|
||
<tei:ref target="http://viaf.org/">VIAF</tei:ref> or in
|
||
<tei:ref target="https://www.wikidata.org/">Wikidata</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:resourceSource">
|
||
<sch:extends rule="sch_OWL"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:legalBodyRefComplexType">
|
||
<xs:attribute ref="lido:type" id="resourceSource_type">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the kind of source of a resource.<br/>
|
||
Note that this type attribute is primarily intended for use in application profiles.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">To be determined by application profiles.</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="rightsResource"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="rightsResource">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Information about rights regarding the image or
|
||
other resource. Applicable if the holder of the reproduction rights for
|
||
the resource differs from the holder of rights for the object/work.</tei:ab>
|
||
<tei:ab type="label">Rights for Resource</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:rightsComplexType">
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
<xs:element name="resourceWrap" id="resourceWrap">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for structured information about resources that
|
||
serve as surrogates for an object/work, including digital images, videos or
|
||
audio files that represent it in an online service.</tei:ab>
|
||
<tei:ab type="label">Resource Wrapper</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:sequence>
|
||
<xs:element name="resourceSet"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="resourceSet">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Structured information about a resource serving as a surrogate
|
||
for the object/work in focus, such as a photograph or a digital image.
|
||
Repeated if there is more than one resource associated with the object/work in focus.</tei:ab>
|
||
<tei:ab type="note">Provides identification of a surrogate of the
|
||
object/work including digital images, slides, transparencies,
|
||
photographs, audio, video and moving images, but excluding items
|
||
that are considered object/works in their own right. For such as
|
||
drawings, prints, paintings or photographs considered art and other
|
||
works that themselves contain representations of other works, use
|
||
<tei:ref target="#relatedWorksWrap">Related Works</tei:ref>
|
||
and/or <tei:ref target="#subjectWrap">Subjects</tei:ref>.</tei:ab>
|
||
<tei:ab type="label">Resource Set</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:resourceSetComplexType">
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:complexType name="rightsComplexType" id="rightsComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Contains information about rights management. May include
|
||
copyright and other intellectual property statements as well as license information.</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/16copyright.html">
|
||
CDWA: 22. Copyright/Restrictions
|
||
</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:element name="rightsType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="rightsType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element for rights information being recorded.
|
||
This can refer to a generic kind of right, such as copyright or a related right,
|
||
but also be a specific rights or license statement like a standardized statement
|
||
on copyright, usage, or access rights.</tei:ab>
|
||
<tei:ab type="label">Rights Type</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open vocabulary for
|
||
<tei:ref target="accompanying-document.html#rightsType">Rights Type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:rightsType">
|
||
<sch:extends rule="sch_SKOS"/>
|
||
<sch:extends rule="sch_rightsType_type"/>
|
||
<sch:extends rule="sch_rightsType"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:conceptComplexType">
|
||
<xs:attribute ref="lido:type" id="rightsType_type">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the kind of rights type,
|
||
whether it refers to a generic kind of right, like copyright or performance rights,
|
||
or is a specific rights or license statement, namely
|
||
<tei:ref target="https://creativecommons.org/about/cclicenses/">Creative Commons Licenses</tei:ref>
|
||
and <tei:ref target="https://rightsstatements.org/">Rights Statements</tei:ref>.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">LIDO Terminology for
|
||
<tei:ref target="accompanying-document.html#rightsType_type">Rights Type type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="rightsDate"
|
||
type="lido:dateComplexType"
|
||
minOccurs="0"
|
||
id="rightsDate">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">The date on which a right is or was current.</tei:ab>
|
||
<tei:ab type="label">Rights Date</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="rightsHolder"
|
||
type="lido:rightsHolderComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="rightsHolder">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An identification of the person or the group of persons holding the rights referenced
|
||
in <tei:ref target="#rightsType">Rights Type</tei:ref>. Often refers to copyright and related rights,
|
||
such as the right to reproduce, distribute, exhibit or use the entity in focus, for example,
|
||
the object/work, resource or metadata record.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open authority file, for example, one of those aggregated in
|
||
<tei:ref target="http://viaf.org/">VIAF</tei:ref> or in
|
||
<tei:ref target="https://www.wikidata.org/">Wikidata</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:rightsHolder">
|
||
<sch:extends rule="sch_OWL"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="creditLine"
|
||
type="lido:textComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="creditLine">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A formal acknowledgement related to the entity in focus, for example, the object/work,
|
||
resource or metadata record, which identifies the contribution of the owner, benefactor, producer, or other
|
||
contributor to the entity's acquisition or production. May include, for instance, the name of the benefactor
|
||
and the kind of contribution, such as bequest, gift, or loan.<br/>
|
||
For resources, it can also state that copyrighted material has been reproduced with permission of the
|
||
copyright holder.<br/>
|
||
For metadata and/or resources, it can comprise an acknowledgement of the funding agency that
|
||
supported the digitisation and indexing.<br/>
|
||
Preferably transcribed verbatim as stated by the rights holder.</tei:ab>
|
||
<tei:ab type="label">Creditline</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/15ownership.html#creditline">
|
||
CDWA: 23.9. Owner's Credit Line</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/26current.html#credit">
|
||
CDWA: 21.2.6. Credit Line</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Free text</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
<xs:complexType name="rightsHolderComplexType" id="rightsHolderComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Contains information about the person or group of persons,
|
||
referred to as legal body, holding the described right.</tei:ab>
|
||
<tei:ab type="label">Rights Holder</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:legalBodyRefComplexType">
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
<xs:element name="rightsWorkWrap" id="rightsWorkWrap">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for structured information about rights
|
||
associated with the object/work in focus. Rights information about the record
|
||
and the resource is recorded in the respective rights elements.</tei:ab>
|
||
<tei:ab type="note">Rights information for the record and for resources is recorded
|
||
in the respective rights elements <tei:ref target="#recordRights">Rights for Record</tei:ref> and <tei:ref target="#rightsResource">Rights for Resource</tei:ref>.</tei:ab>
|
||
<tei:ab type="label">Rights for Work Wrapper</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:sequence>
|
||
<xs:element name="rightsWorkSet"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="rightsWorkSet">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Structured information about rights
|
||
management. May include copyright and other intellectual property
|
||
statements as well as license information about the object/work.</tei:ab>
|
||
<tei:ab type="label">Rights for Work Set</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:rightsComplexType">
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:attribute name="sortorder" type="xs:integer" id="sortorder">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute assigning a priority order for online presentation of the
|
||
element in focus.</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:attribute name="source" type="xs:string" id="source">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Source of the information given in the holding
|
||
element.</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:complexType name="subjectComplexType" id="subjectComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper containing a single set of subject indexing
|
||
information.<br/>
|
||
While not required, it is highly recommended to include subject information.</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/18subject.html#general_type">
|
||
16.2.1. General Subject Type</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/18subject.html#specific_type">
|
||
16.3.1. Specific Subject Type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:element name="extentSubject"
|
||
type="lido:conceptMixedComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="extentSubject">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element specifying the part of the
|
||
object/work to which the respective subject term or terms apply, when
|
||
there are multiple subjects.<br/>
|
||
Examples may include <em>side A</em>, <em>side B</em>,
|
||
<em>recto</em>, <em>verso</em>.</tei:ab>
|
||
<tei:ab type="label">Extent Subject</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/18subject.html#general_extent">
|
||
CDWA: 16.2.2. General Subject Extent</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open vocabulary for
|
||
<tei:ref target="accompanying-document.html#extentSubject">Extent Subject</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:extentConcept">
|
||
<sch:extends rule="sch_MixedContent"/>
|
||
<sch:extends rule="sch_MixedContentInfo"/>
|
||
<sch:extends rule="sch_SKOS"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="subjectConcept"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="subjectConcept">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An index element for the subject matter of the
|
||
object/work expressed by generic concepts. May include concepts to
|
||
describe iconographical themes, literary topics, or the material world.
|
||
References to individual entities, for instance actors or places, are
|
||
indicated in the respective sub-elements.<br/>
|
||
Repeated for each single or typed subject concept referred to
|
||
by the object/work in focus.</tei:ab>
|
||
<tei:ab type="label">Subject Concept</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/18subject.html#general">
|
||
CDWA: 16.2. General Subject Terms</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open vocabulary for
|
||
<tei:ref target="accompanying-document.html#subjectConcept">Subject Concept</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:subjectConcept">
|
||
<sch:extends rule="sch_SKOS"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:conceptComplexType">
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="subjectActor"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="subjectActor">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Display and index elements for a single
|
||
individual person, or a group of persons, depicted by an object/work, or
|
||
what it is about.<br/>
|
||
Note that the type attribute is always "Identification".</tei:ab>
|
||
<tei:ab type="label">Subject Actor Set</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/18subject.html#specific">
|
||
CDWA: 16.3. Specific Subject Terms</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open authority file, for example, one of those aggregated in
|
||
<tei:ref target="http://viaf.org/">VIAF</tei:ref> or in
|
||
<tei:ref target="https://www.wikidata.org/">Wikidata</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:actorSetComplexType">
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="subjectDate"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="subjectDate">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Display and index elements for the date or range of dates
|
||
referred to by an object/work, or what it is about.</tei:ab>
|
||
<tei:ab type="label">Subject Date Set</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:dateSetComplexType">
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="subjectEvent"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="subjectEvent">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Display and index elements for a single
|
||
individual event depicted by the object/work in focus, or what it is
|
||
about.</tei:ab>
|
||
<tei:ab type="label">Subject Event Set</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:eventSetComplexType">
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="subjectPlace"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="subjectPlace">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Display and index elements for a single
|
||
individual place depicted by the object/work in focus, or what it
|
||
about.</tei:ab>
|
||
<tei:ab type="label">Subject Place Set</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:placeSetComplexType">
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:element name="subjectObject"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="subjectObject">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Display and index elements for a single
|
||
individual object depicted by the object/work in focus, or what it is
|
||
about. The object may be, for instance, a particular building, like the
|
||
<tei:ref target="http://vocab.getty.edu/page/cona/700000141">Hagia Sophia</tei:ref>,
|
||
or a single work of art, such as a watercolor painting showing a
|
||
<tei:ref target="http://vocab.getty.edu/page/cona/700008345">View of the Hagia Sophia in Constantinople</tei:ref>.<br/>
|
||
Note that Subject Object does not relate to generic concepts,
|
||
but to individual entities only.</tei:ab>
|
||
<tei:ab type="label">Subject Object</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open authority file, for example,
|
||
<tei:ref target="https://www.getty.edu/research/tools/vocabularies/cona/">Cultural Objects Name Authority (CONA)</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:objectSetComplexType">
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
<xs:attribute ref="lido:type" id="subject_type">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the kind of subject information, whether it is, for instance,
|
||
a description of a generic subject, an identification of a named individual, or an interpretation of the theme.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled list</tei:ab>
|
||
<tei:ab type="recommendation">LIDO Terminology for
|
||
<tei:ref target="accompanying-document.html#subject_type">Subject type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
</xs:complexType>
|
||
<xs:complexType name="subjectSetComplexType" id="subjectSetComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper containing display and index elements for a
|
||
single set of subject information.</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:sequence>
|
||
<xs:element name="displaySubject"
|
||
type="lido:textComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="displaySubject">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A display element for the subject matter depicted
|
||
in the object/work, or what it is about, corresponding to the subsequent
|
||
subject element.<br/>
|
||
Repeated for language variants only.</tei:ab>
|
||
<tei:ab type="label">Display Subject</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/18subject.html#RTFToC2">
|
||
CDWA: 16.1. Subject Display</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Free text</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="subject"
|
||
type="lido:subjectComplexType"
|
||
minOccurs="0"
|
||
id="subject">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Structured information about the subject of the
|
||
object/work in focus. The sub-elements identify, describe, and/or interpret
|
||
what is depicted in and by an object/work, or what it is about.</tei:ab>
|
||
<tei:ab type="label">Subject</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
<xs:element name="subjectWrap" id="subjectWrap">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for structured information about the subject
|
||
matter of the object/work in focus. This may be a description or identification
|
||
of what the object/work depicts, sometimes referred to as <em>ofness</em>,
|
||
or an interpretation of its meaning, often referred to as <em>aboutness</em>.
|
||
Description relates to the generic content depicted in or by the work, that is,
|
||
what would be seen in the work by an objective viewer.
|
||
Identification relates to the specific subject, including named historical, mythological, or fictional subjects.
|
||
Interpretation relates to the iconographical, thematic, or symbolic meaning represented by the object/work.<br/>
|
||
To indicate the type of subject, refer to the terminology recommendation for
|
||
<tei:ref target="accompanying-document.html#subject_type">Subject type</tei:ref>.
|
||
</tei:ab>
|
||
<tei:ab type="label">Subject Wrapper</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/18subject.html">
|
||
CDWA: 16. Subject Matter</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/31subject.html">
|
||
CDWA: 31. Subject Authority</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:sequence>
|
||
<xs:element name="subjectSet"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="subjectSet">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper containing display and index
|
||
elements for a single set of subject information. Repeated for
|
||
multiple subjects, if the object/work has multiple parts, or if the
|
||
subject information is qualified by a type attribute.</tei:ab>
|
||
<tei:ab type="label">Subject Set</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:subjectSetComplexType">
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:complexType name="termComplexType" id="termComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Contains information about a word or phrase used to
|
||
designate a concept for indexing. The term may be obtained from a published
|
||
vocabulary, preferably Linked Open Data, or added as a local search term for
|
||
retrieval purposes.</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:simpleContent>
|
||
<xs:extension base="xs:string">
|
||
<xs:attribute ref="lido:pref"/>
|
||
<xs:attribute ref="lido:addedSearchTerm"/>
|
||
<xs:attributeGroup ref="lido:textAttributesSet"/>
|
||
</xs:extension>
|
||
</xs:simpleContent>
|
||
</xs:complexType>
|
||
<xs:complexType name="textComplexType" id="textComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Contains simple text with encodinganalog and label attribute.</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:simpleContent>
|
||
<xs:extension base="xs:string">
|
||
<xs:attributeGroup ref="lido:textAttributesSet"/>
|
||
</xs:extension>
|
||
</xs:simpleContent>
|
||
</xs:complexType>
|
||
<xs:group name="conceptElementsSet" id="conceptElementsSet">
|
||
<xs:sequence>
|
||
<xs:any minOccurs="0"
|
||
processContents="skip"
|
||
namespace="http://www.w3.org/2004/02/skos/core#"/>
|
||
<xs:element name="conceptID"
|
||
type="lido:identifierComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="conceptID">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A unique identifier for the concept.</tei:ab>
|
||
<tei:ab type="label">Concept Identifier</tei:ab>
|
||
<tei:ab type="dataValues">Controlled format</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:conceptID">
|
||
<sch:extends rule="sch_pref"/>
|
||
<sch:extends rule="sch_alternate"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
<xs:element name="term"
|
||
type="lido:termComplexType"
|
||
minOccurs="0"
|
||
maxOccurs="unbounded"
|
||
id="term">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A designation, word or phrase, representing the
|
||
generic concept used for indexing.</tei:ab>
|
||
<tei:ab type="label">Term/Label</tei:ab>
|
||
</xs:documentation>
|
||
<xs:appinfo>
|
||
<sch:pattern>
|
||
<sch:rule context="lido:term">
|
||
<sch:extends rule="sch_pref"/>
|
||
<sch:extends rule="sch_alternate"/>
|
||
</sch:rule>
|
||
</sch:pattern>
|
||
</xs:appinfo>
|
||
</xs:annotation>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:group>
|
||
<xs:attributeGroup name="textAttributesSet" id="textAttributesSet">
|
||
<xs:attribute ref="xml:lang"/>
|
||
<xs:attribute ref="lido:encodinganalog"/>
|
||
<xs:attribute ref="lido:label"/>
|
||
</xs:attributeGroup>
|
||
<xs:complexType name="conceptMixedComplexType"
|
||
mixed="true"
|
||
id="conceptMixedComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for mixed content. Allows either elements as defined in
|
||
<tei:ref target="#conceptComplexType">concept complex type</tei:ref> or simple text as
|
||
described in <tei:ref target="#textComplexType">text complex type</tei:ref>.<br/>
|
||
Note that these types are mutually exclusive.</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:group ref="lido:conceptElementsSet"/>
|
||
<xs:attributeGroup ref="lido:textAttributesSet"/>
|
||
</xs:complexType>
|
||
<xs:element name="titleWrap" id="titleWrap">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for structured information about the title or
|
||
name of an object/work.</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/4titles.html">
|
||
CDWA: 3. Titles or Names</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:sequence>
|
||
<xs:element name="titleSet" maxOccurs="unbounded" id="titleSet">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">A wrapper for structured information about a
|
||
single title or object name with source information. Repeated to
|
||
record multiple titles.</tei:ab>
|
||
<tei:ab type="label">Title or Object Name Set</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="https://www.getty.edu/research/publications/electronic_publications/cdwa/4titles.html#RTFToC3">
|
||
CDWA: 3.2. Title Type</tei:ref>
|
||
</tei:ab>
|
||
<tei:ab type="dataValues">Not applicable</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:complexType>
|
||
<xs:complexContent>
|
||
<xs:extension base="lido:appellationComplexType">
|
||
<xs:attribute ref="lido:type" id="titleSet_type">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the title or name assigned to an object/work.
|
||
Examples may include <em>descriptive title</em>, <em>original title</em>, or <em>repository title</em>.
|
||
If there are multiple titles, it is recommended to mark one of them as preferred,
|
||
to be used by default in displays.</tei:ab>
|
||
<tei:ab type="dataValues">Controlled terminology</tei:ab>
|
||
<tei:ab type="recommendation">Linked open vocabulary for
|
||
<tei:ref target="accompanying-document.html#titleSet_type">Title Set type</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:attribute ref="lido:sortorder"/>
|
||
<xs:attribute ref="lido:pref"/>
|
||
</xs:extension>
|
||
</xs:complexContent>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
</xs:sequence>
|
||
</xs:complexType>
|
||
</xs:element>
|
||
<xs:attribute name="type" type="xs:string" id="type">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the particular kind of
|
||
information given in the holding element. Will generally have to be populated
|
||
with a given value list.</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:complexType name="webResourceComplexType" id="webResourceComplexType">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">Contains a reference to a URL of a web resource that
|
||
describes or represents the entity in focus, for example, the object/work,
|
||
resource or metadata record.<br/>
|
||
Note that this web reference differs from an identifier for the item itself.</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
<xs:simpleContent>
|
||
<xs:extension base="xs:string">
|
||
<xs:attribute ref="lido:pref"/>
|
||
<xs:attribute name="formatResource" type="xs:string" id="formatResource">
|
||
<xs:annotation>
|
||
<xs:documentation>
|
||
<tei:ab type="description">An attribute indicating the internet media
|
||
type of the given web resource.</tei:ab>
|
||
<tei:ab type="furtherReading">
|
||
<tei:ref target="http://www.iana.org/assignments/media-types/">
|
||
IANA media types</tei:ref>
|
||
</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:attribute>
|
||
<xs:attributeGroup ref="lido:textAttributesSet"/>
|
||
</xs:extension>
|
||
</xs:simpleContent>
|
||
</xs:complexType>
|
||
<xs:annotation id="richardsNewConcept">
|
||
<xs:documentation xmlns="http://www.lido-schema.org/lidoProfile/"
|
||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||
<tei:ab type="title">Richard's extra documentation</tei:ab>
|
||
</xs:documentation>
|
||
</xs:annotation>
|
||
</xs:schema>
|