Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DARIAH-DE OAI-PMH Services
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DARIAH-DE
DARIAH-DE OAI-PMH Services
Commits
eb2bec97
Commit
eb2bec97
authored
3 years ago
by
Stefan E. Funk
Browse files
Options
Downloads
Patches
Plain Diff
Add missing xsd
parent
d1e7dd8c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#275698
passed
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
oaipmh-core/src/main/resources/include/simpledc20021212.xsd
+78
-0
78 additions, 0 deletions
oaipmh-core/src/main/resources/include/simpledc20021212.xsd
with
78 additions
and
0 deletions
oaipmh-core/src/main/resources/include/simpledc20021212.xsd
0 → 100644
+
78
−
0
View file @
eb2bec97
<xs:schema
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xmlns=
"http://purl.org/dc/elements/1.1/"
targetNamespace=
"http://purl.org/dc/elements/1.1/"
elementFormDefault=
"qualified"
attributeFormDefault=
"unqualified"
>
<xs:annotation>
<xs:documentation
xml:lang=
"en"
>
Simple DC XML Schema, 2002-10-09
by Pete Johnston (p.johnston@ukoln.ac.uk),
Carl Lagoze (lagoze@cs.cornell.edu), Andy Powell (a.powell@ukoln.ac.uk),
Herbert Van de Sompel (hvdsomp@yahoo.com).
This schema defines terms for Simple Dublin Core, i.e. the 15
elements from the http://purl.org/dc/elements/1.1/ namespace, with
no use of encoding schemes or element refinements.
Default content type for all elements is xs:string with xml:lang
attribute available.
Supercedes version of 2002-03-12.
Amended to remove namespace declaration for http://www.w3.org/XML/1998/namespace namespace,
and to reference lang attribute via built-in xml: namespace prefix.
xs:appinfo also removed.
</xs:documentation>
</xs:annotation>
<xs:import
namespace=
"http://www.w3.org/XML/1998/namespace"
schemaLocation=
"http://www.w3.org/2001/03/xml.xsd"
>
</xs:import>
<xs:element
name=
"title"
type=
"elementType"
/>
<xs:element
name=
"creator"
type=
"elementType"
/>
<xs:element
name=
"subject"
type=
"elementType"
/>
<xs:element
name=
"description"
type=
"elementType"
/>
<xs:element
name=
"publisher"
type=
"elementType"
/>
<xs:element
name=
"contributor"
type=
"elementType"
/>
<xs:element
name=
"date"
type=
"elementType"
/>
<xs:element
name=
"type"
type=
"elementType"
/>
<xs:element
name=
"format"
type=
"elementType"
/>
<xs:element
name=
"identifier"
type=
"elementType"
/>
<xs:element
name=
"source"
type=
"elementType"
/>
<xs:element
name=
"language"
type=
"elementType"
/>
<xs:element
name=
"relation"
type=
"elementType"
/>
<xs:element
name=
"coverage"
type=
"elementType"
/>
<xs:element
name=
"rights"
type=
"elementType"
/>
<xs:group
name=
"elementsGroup"
>
<xs:sequence>
<xs:choice
minOccurs=
"0"
maxOccurs=
"unbounded"
>
<xs:element
ref=
"title"
/>
<xs:element
ref=
"creator"
/>
<xs:element
ref=
"subject"
/>
<xs:element
ref=
"description"
/>
<xs:element
ref=
"publisher"
/>
<xs:element
ref=
"contributor"
/>
<xs:element
ref=
"date"
/>
<xs:element
ref=
"type"
/>
<xs:element
ref=
"format"
/>
<xs:element
ref=
"identifier"
/>
<xs:element
ref=
"source"
/>
<xs:element
ref=
"language"
/>
<xs:element
ref=
"relation"
/>
<xs:element
ref=
"coverage"
/>
<xs:element
ref=
"rights"
/>
</xs:choice>
</xs:sequence>
</xs:group>
<xs:complexType
name=
"elementType"
>
<xs:simpleContent>
<xs:extension
base=
"xs:string"
>
<xs:attribute
ref=
"xml:lang"
use=
"optional"
/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:schema>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment