commonmeta-py 0.106__py3-none-any.whl → 0.108__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- commonmeta/__init__.py +12 -3
- commonmeta/api_utils.py +3 -2
- commonmeta/base_utils.py +186 -3
- commonmeta/cli.py +114 -34
- commonmeta/constants.py +20 -0
- commonmeta/file_utils.py +112 -0
- commonmeta/metadata.py +102 -42
- commonmeta/readers/codemeta_reader.py +1 -1
- commonmeta/readers/crossref_reader.py +23 -10
- commonmeta/readers/crossref_xml_reader.py +1 -1
- commonmeta/readers/datacite_reader.py +6 -4
- commonmeta/readers/{json_feed_reader.py → jsonfeed_reader.py} +12 -12
- commonmeta/resources/crossref/common5.4.0.xsd +1264 -0
- commonmeta/resources/crossref/{crossref5.3.1.xsd → crossref5.4.0.xsd} +286 -88
- commonmeta/resources/crossref/doi_resources5.4.0.xsd +117 -0
- commonmeta/resources/crossref/fundingdata5.4.0.xsd +59 -0
- commonmeta/resources/crossref/fundref.xsd +29 -19
- commonmeta/resources/crossref/languages5.4.0.xsd +8119 -0
- commonmeta/resources/crossref/mediatypes5.4.0.xsd +2207 -0
- commonmeta/resources/crossref/module-ali.xsd +14 -6
- commonmeta/resources/crossref/standard-modules/mathml3/mathml3-common.xsd +101 -0
- commonmeta/resources/crossref/standard-modules/mathml3/mathml3-content.xsd +683 -0
- commonmeta/resources/crossref/standard-modules/mathml3/mathml3-presentation.xsd +2092 -0
- commonmeta/resources/crossref/standard-modules/mathml3/mathml3-strict-content.xsd +186 -0
- commonmeta/resources/crossref/standard-modules/mathml3/mathml3.xsd +9 -0
- commonmeta/resources/crossref/standard-modules/mathml3/module-ali.xsd +47 -0
- commonmeta/resources/crossref/standard-modules/module-ali.xsd +47 -0
- commonmeta/resources/crossref/standard-modules/xlink.xsd +100 -0
- commonmeta/resources/crossref/standard-modules/xml.xsd +287 -0
- commonmeta/resources/crossref/xml.xsd +287 -0
- commonmeta/schema_utils.py +25 -0
- commonmeta/utils.py +90 -15
- commonmeta/writers/bibtex_writer.py +5 -5
- commonmeta/writers/citation_writer.py +10 -5
- commonmeta/writers/commonmeta_writer.py +5 -17
- commonmeta/writers/crossref_xml_writer.py +1032 -4
- commonmeta/writers/csl_writer.py +6 -6
- commonmeta/writers/datacite_writer.py +11 -6
- commonmeta/writers/inveniordm_writer.py +286 -10
- commonmeta/writers/ris_writer.py +3 -3
- commonmeta/writers/schema_org_writer.py +10 -5
- {commonmeta_py-0.106.dist-info → commonmeta_py-0.108.dist-info}/METADATA +5 -2
- {commonmeta_py-0.106.dist-info → commonmeta_py-0.108.dist-info}/RECORD +46 -32
- commonmeta/crossref_utils.py +0 -583
- commonmeta/resources/crossref/common5.3.1.xsd +0 -1538
- {commonmeta_py-0.106.dist-info → commonmeta_py-0.108.dist-info}/WHEEL +0 -0
- {commonmeta_py-0.106.dist-info → commonmeta_py-0.108.dist-info}/entry_points.txt +0 -0
- {commonmeta_py-0.106.dist-info → commonmeta_py-0.108.dist-info}/licenses/LICENSE +0 -0
@@ -1,19 +1,39 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<xsd:schema xmlns="http://www.crossref.org/schema/5.4.0"
|
3
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
4
|
+
targetNamespace="http://www.crossref.org/schema/5.4.0"
|
5
|
+
xmlns:fr="http://www.crossref.org/fundref.xsd"
|
6
|
+
xmlns:fd="http://www.crossref.org/fundingdata5.4.0.xsd"
|
7
|
+
xmlns:ct="http://www.crossref.org/clinicaltrials.xsd"
|
8
|
+
xmlns:ai="http://www.crossref.org/AccessIndicators.xsd"
|
9
|
+
xmlns:rel="http://www.crossref.org/relations.xsd" xmlns:mml="http://www.w3.org/1998/Math/MathML"
|
10
|
+
xmlns:jats="http://www.ncbi.nlm.nih.gov/JATS1">
|
11
|
+
|
12
|
+
<!--*************************************************************
|
13
|
+
Crossref Metadata Input Schema v. 5.4.0
|
3
14
|
*************************************************************
|
4
|
-
|
15
|
+
|
5
16
|
This is the latest iteration of the Crossref Metadata Input Schema, used to register metadata records with Crossref. This schema was originally developed for Crossref by Inera (http://www.inera.com) and is currently maintained by Crossref staff.
|
6
17
|
|
7
18
|
As of version 4.5.0 all changes are noted in the release notes for the schema repository in GitLab: https://gitlab.com/crossref/schema/-/releases
|
8
|
-
|
9
|
-
Prior updates are noted as comments within previous schema versions.
|
10
|
-
|
19
|
+
|
20
|
+
Prior updates are noted as comments within previous schema versions. -->
|
21
|
+
|
22
|
+
<!-- include common schema -->
|
23
|
+
|
24
|
+
<xsd:include schemaLocation="common5.4.0.xsd"/>
|
25
|
+
|
26
|
+
<!-- imported schema -->
|
11
27
|
<xsd:import namespace="http://www.ncbi.nlm.nih.gov/JATS1" schemaLocation="JATS-journalpublishing1-3d2-mathml3.xsd"/>
|
28
|
+
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2009/01/xml.xsd"/>
|
12
29
|
<xsd:import namespace="http://www.w3.org/1998/Math/MathML" schemaLocation="http://www.w3.org/Math/XMLSchema/mathml3/mathml3.xsd"/>
|
13
30
|
<xsd:import namespace="http://www.crossref.org/fundref.xsd" schemaLocation="fundref.xsd"/>
|
31
|
+
<xsd:import namespace="http://www.crossref.org/fundingdata5.4.0.xsd" schemaLocation="fundingdata5.4.0.xsd"/>
|
14
32
|
<xsd:import namespace="http://www.crossref.org/clinicaltrials.xsd" schemaLocation="clinicaltrials.xsd"/>
|
15
33
|
<xsd:import namespace="http://www.crossref.org/AccessIndicators.xsd" schemaLocation="AccessIndicators.xsd"/>
|
16
|
-
<xsd:import namespace="http://www.crossref.org/relations.xsd" schemaLocation="relations.xsd"
|
34
|
+
<xsd:import namespace="http://www.crossref.org/relations.xsd" schemaLocation="relations.xsd"/>
|
35
|
+
|
36
|
+
<!-- *** Head elements (used when processing submission XML) -->
|
17
37
|
<xsd:element name="doi_batch">
|
18
38
|
<xsd:annotation>
|
19
39
|
<xsd:documentation>Top level element for a metadata record submission. This element indicates the start and end of the XML file. The version number is fixed to the version of the schema. </xsd:documentation>
|
@@ -23,12 +43,13 @@ Prior updates are noted as comments within previous schema versions. --><!--
|
|
23
43
|
<xsd:element ref="head"/>
|
24
44
|
<xsd:element ref="body"/>
|
25
45
|
</xsd:sequence>
|
26
|
-
<xsd:attribute name="version" type="xsd:string" fixed="5.
|
46
|
+
<xsd:attribute name="version" type="xsd:string" fixed="5.4.0"/>
|
27
47
|
</xsd:complexType>
|
28
48
|
</xsd:element>
|
29
49
|
<xsd:element name="head">
|
30
50
|
<xsd:annotation>
|
31
|
-
<xsd:documentation>Container for information related to the DOI batch submission. This element uniquely identifies the batch deposit to Crossref and contains information that will be used as a reference in error messages triggered during submission processing.
|
51
|
+
<xsd:documentation>Container for information related to the DOI batch submission. This element uniquely identifies the batch deposit to Crossref and contains information that will be used as a reference in error messages triggered during submission processing.
|
52
|
+
</xsd:documentation>
|
32
53
|
</xsd:annotation>
|
33
54
|
<xsd:complexType>
|
34
55
|
<xsd:sequence>
|
@@ -39,6 +60,7 @@ Prior updates are noted as comments within previous schema versions. --><!--
|
|
39
60
|
</xsd:sequence>
|
40
61
|
</xsd:complexType>
|
41
62
|
</xsd:element>
|
63
|
+
|
42
64
|
<xsd:element name="body">
|
43
65
|
<xsd:annotation>
|
44
66
|
<xsd:documentation>Container for the main body of a DOI record submission. While it is possible to include records for multiple journals, books, conferences, or other types of content in a single submission, it is not possible to mix content types within a single DOI submission. </xsd:documentation>
|
@@ -58,10 +80,13 @@ Prior updates are noted as comments within previous schema versions. --><!--
|
|
58
80
|
<xsd:element ref="posted_content" maxOccurs="unbounded"/>
|
59
81
|
</xsd:choice>
|
60
82
|
</xsd:complexType>
|
61
|
-
</xsd:element
|
83
|
+
</xsd:element>
|
84
|
+
|
85
|
+
<!-- *** Journal elements ***-->
|
86
|
+
|
62
87
|
<xsd:element name="journal">
|
63
88
|
<xsd:annotation>
|
64
|
-
<xsd:documentation>Container for all information about a single journal and the volumes, issues, and articles being registered within the journal.
|
89
|
+
<xsd:documentation>Container for all information about a single journal and the volumes, issues, and articles being registered within the journal. Within a journal instance you may register articles from a single issue, detailed in journal_issue. If you want to register items from more than one issue you must use multiple journal instances within your XML file.</xsd:documentation>
|
65
90
|
</xsd:annotation>
|
66
91
|
<xsd:complexType>
|
67
92
|
<xsd:sequence>
|
@@ -85,7 +110,6 @@ Prior updates are noted as comments within previous schema versions. --><!--
|
|
85
110
|
<xsd:element ref="doi_data" minOccurs="0"/>
|
86
111
|
</xsd:sequence>
|
87
112
|
<xsd:attributeGroup ref="language.atts"/>
|
88
|
-
<xsd:attributeGroup ref="reference_distribution_opts.att"/>
|
89
113
|
</xsd:complexType>
|
90
114
|
</xsd:element>
|
91
115
|
<xsd:element name="full_title">
|
@@ -99,9 +123,11 @@ Prior updates are noted as comments within previous schema versions. --><!--
|
|
99
123
|
</xsd:restriction>
|
100
124
|
</xsd:simpleType>
|
101
125
|
</xsd:element>
|
126
|
+
|
102
127
|
<xsd:element name="abbrev_title">
|
103
128
|
<xsd:annotation>
|
104
|
-
<xsd:documentation> Common abbreviation or abbreviations used when citing a journal. It is recommended that periods be included after abbreviated words within the title.
|
129
|
+
<xsd:documentation> Common abbreviation or abbreviations used when citing a journal. It is recommended that periods be included after abbreviated words within the title.
|
130
|
+
</xsd:documentation>
|
105
131
|
</xsd:annotation>
|
106
132
|
<xsd:simpleType>
|
107
133
|
<xsd:restriction base="xsd:string">
|
@@ -142,7 +168,7 @@ Prior updates are noted as comments within previous schema versions. --><!--
|
|
142
168
|
</xsd:element>
|
143
169
|
<xsd:element name="special_numbering">
|
144
170
|
<xsd:annotation>
|
145
|
-
<xsd:documentation>Issue level numbering for supplements or special issues. Text defining the type of special issue (e.g.
|
171
|
+
<xsd:documentation>Issue level numbering for supplements or special issues. Text defining the type of special issue (e.g. "suppl") should be included in this element along with the number.</xsd:documentation>
|
146
172
|
</xsd:annotation>
|
147
173
|
<xsd:simpleType>
|
148
174
|
<xsd:restriction base="xsd:string">
|
@@ -175,15 +201,19 @@ Prior updates are noted as comments within previous schema versions. --><!--
|
|
175
201
|
<xsd:element ref="rel:program" minOccurs="0"/>
|
176
202
|
<xsd:element ref="archive_locations" minOccurs="0" maxOccurs="1"/>
|
177
203
|
<xsd:element ref="scn_policies" minOccurs="0" maxOccurs="1"/>
|
204
|
+
<xsd:element ref="version_info" minOccurs="0"/>
|
178
205
|
<xsd:element ref="doi_data"/>
|
179
206
|
<xsd:element ref="citation_list" minOccurs="0"/>
|
180
207
|
<xsd:element ref="component_list" minOccurs="0"/>
|
181
208
|
</xsd:sequence>
|
182
209
|
<xsd:attributeGroup ref="publication_type.atts"/>
|
183
210
|
<xsd:attributeGroup ref="language.atts"/>
|
184
|
-
|
211
|
+
|
185
212
|
</xsd:complexType>
|
186
|
-
</xsd:element
|
213
|
+
</xsd:element>
|
214
|
+
|
215
|
+
<!-- *** Conference elements -->
|
216
|
+
|
187
217
|
<xsd:element name="conference">
|
188
218
|
<xsd:annotation>
|
189
219
|
<xsd:documentation>Container for all information about a single conference and its proceedings. If a conference proceedings spans multiple volumes, each volume must be contained in a unique conference element.</xsd:documentation>
|
@@ -229,7 +259,7 @@ Prior updates are noted as comments within previous schema versions. --><!--
|
|
229
259
|
</xsd:element>
|
230
260
|
<xsd:element name="conference_theme">
|
231
261
|
<xsd:annotation>
|
232
|
-
<xsd:documentation>The theme is the slogan or special emphasis of a conference in a particular year. It differs from the subject of a conference in that the subject is stable over the years while the theme may vary from year to year. For example, the American Society for Information Science and Technology conference theme was
|
262
|
+
<xsd:documentation>The theme is the slogan or special emphasis of a conference in a particular year. It differs from the subject of a conference in that the subject is stable over the years while the theme may vary from year to year. For example, the American Society for Information Science and Technology conference theme was "Knowledge: Creation, Organization and Use" in 1999 and "Defining Information Architecture" in 2000.</xsd:documentation>
|
233
263
|
</xsd:annotation>
|
234
264
|
<xsd:simpleType>
|
235
265
|
<xsd:restriction base="xsd:string">
|
@@ -240,7 +270,7 @@ Prior updates are noted as comments within previous schema versions. --><!--
|
|
240
270
|
</xsd:element>
|
241
271
|
<xsd:element name="conference_acronym">
|
242
272
|
<xsd:annotation>
|
243
|
-
<xsd:documentation>The popularly known as or jargon name (e.g. SIGGRAPH for
|
273
|
+
<xsd:documentation>The popularly known as or jargon name (e.g. SIGGRAPH for "Special Interest Group on Computer Graphics"). Authors commonly cite the conference acronym rather than the full conference or proceedings name, so it is best to include this element when it is available.</xsd:documentation>
|
244
274
|
</xsd:annotation>
|
245
275
|
<xsd:simpleType>
|
246
276
|
<xsd:restriction base="xsd:string">
|
@@ -290,9 +320,11 @@ Prior updates are noted as comments within previous schema versions. --><!--
|
|
290
320
|
</xsd:simpleType>
|
291
321
|
<xsd:element name="conference_date">
|
292
322
|
<xsd:annotation>
|
293
|
-
<xsd:documentation>
|
294
|
-
|
295
|
-
|
323
|
+
<xsd:documentation>The start and end dates of a conference event. conference_date may be used in three ways:
|
324
|
+
1. If publishers that do not have parsed date values, provide just text with the conference dates. The date text should be taken from the proceedings title page.
|
325
|
+
2. If publishers have parsed date values, provide them in the attributes.
|
326
|
+
3. If both parsed date values and the date text are available, both should be provided. This is the preferred tagging for conference_date. For example:
|
327
|
+
<conference_date start_month="01" start_year="1997" start_day="15" end_year="1997" end_month="01" end_day="17">Jan. 15-17, 1997</conference_date>
|
296
328
|
</xsd:documentation>
|
297
329
|
</xsd:annotation>
|
298
330
|
<xsd:complexType>
|
@@ -319,7 +351,7 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
319
351
|
<xsd:element ref="publisher" maxOccurs="5"/>
|
320
352
|
<xsd:element ref="publication_date" maxOccurs="10"/>
|
321
353
|
<xsd:choice>
|
322
|
-
<xsd:element ref="isbn" maxOccurs="
|
354
|
+
<xsd:element ref="isbn" maxOccurs="100"/>
|
323
355
|
<xsd:element ref="noisbn"/>
|
324
356
|
</xsd:choice>
|
325
357
|
<xsd:element ref="publisher_item" minOccurs="0"/>
|
@@ -327,7 +359,7 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
327
359
|
<xsd:element ref="doi_data" minOccurs="0"/>
|
328
360
|
</xsd:sequence>
|
329
361
|
<xsd:attributeGroup ref="language.atts"/>
|
330
|
-
|
362
|
+
|
331
363
|
</xsd:complexType>
|
332
364
|
</xsd:element>
|
333
365
|
<xsd:element name="proceedings_series_metadata">
|
@@ -350,7 +382,7 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
350
382
|
<xsd:element ref="publisher" maxOccurs="5"/>
|
351
383
|
<xsd:element ref="publication_date" maxOccurs="10"/>
|
352
384
|
<xsd:choice>
|
353
|
-
<xsd:element ref="isbn" maxOccurs="
|
385
|
+
<xsd:element ref="isbn" maxOccurs="100"/>
|
354
386
|
<xsd:element ref="noisbn"/>
|
355
387
|
</xsd:choice>
|
356
388
|
</xsd:sequence>
|
@@ -364,7 +396,7 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
364
396
|
<xsd:element ref="archive_locations" minOccurs="0" maxOccurs="1"/>
|
365
397
|
<xsd:element ref="doi_data" minOccurs="0"/>
|
366
398
|
</xsd:sequence>
|
367
|
-
|
399
|
+
|
368
400
|
</xsd:complexType>
|
369
401
|
</xsd:element>
|
370
402
|
<xsd:element name="proceedings_title">
|
@@ -380,7 +412,7 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
380
412
|
</xsd:element>
|
381
413
|
<xsd:element name="proceedings_subject">
|
382
414
|
<xsd:annotation>
|
383
|
-
<xsd:documentation>The subject of the conference proceeding, e.g.
|
415
|
+
<xsd:documentation>The subject of the conference proceeding, e.g. "Computer Graphics" is the subject matter of SIGGRAPH.</xsd:documentation>
|
384
416
|
</xsd:annotation>
|
385
417
|
<xsd:simpleType>
|
386
418
|
<xsd:restriction base="xsd:string">
|
@@ -412,16 +444,20 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
412
444
|
</xsd:choice>
|
413
445
|
<xsd:element ref="rel:program" minOccurs="0"/>
|
414
446
|
<xsd:element ref="archive_locations" minOccurs="0" maxOccurs="1"/>
|
415
|
-
<xsd:element ref="scn_policies" minOccurs="0" maxOccurs="1"
|
447
|
+
<xsd:element ref="scn_policies" minOccurs="0" maxOccurs="1"/>
|
448
|
+
<xsd:element ref="version_info" minOccurs="0"/>
|
416
449
|
<xsd:element ref="doi_data"/>
|
417
450
|
<xsd:element ref="citation_list" minOccurs="0"/>
|
418
451
|
<xsd:element ref="component_list" minOccurs="0"/>
|
419
452
|
</xsd:sequence>
|
420
453
|
<xsd:attributeGroup ref="publication_type.atts"/>
|
421
454
|
<xsd:attributeGroup ref="language.atts"/>
|
422
|
-
|
455
|
+
|
423
456
|
</xsd:complexType>
|
424
|
-
</xsd:element
|
457
|
+
</xsd:element>
|
458
|
+
|
459
|
+
<!-- *** book elements *** -->
|
460
|
+
|
425
461
|
<xsd:element name="book">
|
426
462
|
<xsd:annotation>
|
427
463
|
<xsd:documentation>Container for all information about a single book.</xsd:documentation>
|
@@ -460,7 +496,7 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
460
496
|
<xsd:element ref="publication_date" maxOccurs="10"/>
|
461
497
|
<xsd:element ref="acceptance_date" minOccurs="0" maxOccurs="1"/>
|
462
498
|
<xsd:choice>
|
463
|
-
<xsd:element ref="isbn" maxOccurs="
|
499
|
+
<xsd:element ref="isbn" maxOccurs="100"/>
|
464
500
|
<xsd:element ref="noisbn"/>
|
465
501
|
</xsd:choice>
|
466
502
|
<xsd:element ref="publisher" minOccurs="1" maxOccurs="unbounded"/>
|
@@ -478,7 +514,7 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
478
514
|
<xsd:element ref="citation_list" minOccurs="0"/>
|
479
515
|
</xsd:sequence>
|
480
516
|
<xsd:attributeGroup ref="language.atts"/>
|
481
|
-
|
517
|
+
|
482
518
|
</xsd:complexType>
|
483
519
|
</xsd:element>
|
484
520
|
<xsd:element name="book_series_metadata">
|
@@ -502,7 +538,7 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
502
538
|
<xsd:element ref="edition_number" minOccurs="0"/>
|
503
539
|
<xsd:element ref="publication_date" maxOccurs="10"/>
|
504
540
|
<xsd:choice>
|
505
|
-
<xsd:element ref="isbn" maxOccurs="
|
541
|
+
<xsd:element ref="isbn" maxOccurs="100"/>
|
506
542
|
<xsd:element ref="noisbn"/>
|
507
543
|
</xsd:choice>
|
508
544
|
</xsd:sequence>
|
@@ -523,7 +559,6 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
523
559
|
<xsd:element ref="citation_list" minOccurs="0"/>
|
524
560
|
</xsd:sequence>
|
525
561
|
<xsd:attributeGroup ref="language.atts"/>
|
526
|
-
<xsd:attributeGroup ref="reference_distribution_opts.att"/>
|
527
562
|
</xsd:complexType>
|
528
563
|
</xsd:element>
|
529
564
|
<xsd:element name="book_set_metadata">
|
@@ -545,7 +580,7 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
545
580
|
<xsd:element ref="edition_number" minOccurs="0"/>
|
546
581
|
<xsd:element ref="publication_date" maxOccurs="10"/>
|
547
582
|
<xsd:choice>
|
548
|
-
<xsd:element ref="isbn" maxOccurs="
|
583
|
+
<xsd:element ref="isbn" maxOccurs="100"/>
|
549
584
|
<xsd:element ref="noisbn"/>
|
550
585
|
</xsd:choice>
|
551
586
|
<xsd:element ref="publisher"/>
|
@@ -563,9 +598,11 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
563
598
|
<xsd:element ref="citation_list" minOccurs="0"/>
|
564
599
|
</xsd:sequence>
|
565
600
|
<xsd:attributeGroup ref="language.atts"/>
|
566
|
-
<xsd:attributeGroup ref="reference_distribution_opts.att"/>
|
567
601
|
</xsd:complexType>
|
568
|
-
</xsd:element
|
602
|
+
</xsd:element>
|
603
|
+
|
604
|
+
<!-- elements used across content types -->
|
605
|
+
|
569
606
|
<xsd:element name="content_item">
|
570
607
|
<xsd:annotation>
|
571
608
|
<xsd:documentation>A segment of a book, report, or standard for which a DOI is being registered. Most commonly used for book chapters.</xsd:documentation>
|
@@ -591,6 +628,7 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
591
628
|
<xsd:element ref="rel:program" minOccurs="0"/>
|
592
629
|
<xsd:element ref="archive_locations" minOccurs="0" maxOccurs="1"/>
|
593
630
|
<xsd:element ref="scn_policies" minOccurs="0" maxOccurs="1"/>
|
631
|
+
<xsd:element ref="version_info" minOccurs="0" maxOccurs="1"/>
|
594
632
|
<xsd:element ref="doi_data"/>
|
595
633
|
<xsd:element ref="citation_list" minOccurs="0"/>
|
596
634
|
<xsd:element ref="component_list" minOccurs="0"/>
|
@@ -618,7 +656,7 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
618
656
|
</xsd:attribute>
|
619
657
|
<xsd:attributeGroup ref="publication_type.atts"/>
|
620
658
|
<xsd:attributeGroup ref="language.atts"/>
|
621
|
-
|
659
|
+
|
622
660
|
</xsd:complexType>
|
623
661
|
</xsd:element>
|
624
662
|
<xsd:element name="series_metadata">
|
@@ -658,7 +696,7 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
658
696
|
<xsd:sequence>
|
659
697
|
<xsd:element ref="titles"/>
|
660
698
|
<xsd:choice>
|
661
|
-
<xsd:element ref="isbn" maxOccurs="
|
699
|
+
<xsd:element ref="isbn" maxOccurs="100"/>
|
662
700
|
<xsd:element ref="noisbn"/>
|
663
701
|
</xsd:choice>
|
664
702
|
<xsd:element ref="contributors" minOccurs="0"/>
|
@@ -690,7 +728,10 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
690
728
|
<xsd:minLength value="1"/>
|
691
729
|
</xsd:restriction>
|
692
730
|
</xsd:simpleType>
|
693
|
-
</xsd:element
|
731
|
+
</xsd:element>
|
732
|
+
|
733
|
+
<!-- *** dissertation elements *** -->
|
734
|
+
|
694
735
|
<xsd:element name="dissertation">
|
695
736
|
<xsd:annotation>
|
696
737
|
<xsd:documentation>dissertation is the top level element for deposit of metadata about one or more dissertations.</xsd:documentation>
|
@@ -706,7 +747,7 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
706
747
|
<xsd:element ref="approval_date" maxOccurs="10"/>
|
707
748
|
<xsd:element ref="institution" maxOccurs="6"/>
|
708
749
|
<xsd:element ref="degree" minOccurs="0" maxOccurs="10"/>
|
709
|
-
<xsd:element ref="isbn" minOccurs="0" maxOccurs="
|
750
|
+
<xsd:element ref="isbn" minOccurs="0" maxOccurs="100"/>
|
710
751
|
<xsd:element ref="publisher_item" minOccurs="0"/>
|
711
752
|
<xsd:choice>
|
712
753
|
<xsd:element ref="crossmark" minOccurs="0"/>
|
@@ -718,15 +759,17 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
718
759
|
<xsd:element ref="rel:program" minOccurs="0"/>
|
719
760
|
<xsd:element ref="archive_locations" minOccurs="0" maxOccurs="1"/>
|
720
761
|
<xsd:element ref="scn_policies" minOccurs="0" maxOccurs="1"/>
|
762
|
+
<xsd:element ref="version_info" minOccurs="0" maxOccurs="1"/>
|
721
763
|
<xsd:element ref="doi_data"/>
|
722
764
|
<xsd:element ref="citation_list" minOccurs="0"/>
|
723
765
|
<xsd:element ref="component_list" minOccurs="0"/>
|
724
766
|
</xsd:sequence>
|
725
767
|
<xsd:attributeGroup ref="publication_type.atts"/>
|
726
768
|
<xsd:attributeGroup ref="language.atts"/>
|
727
|
-
|
769
|
+
|
728
770
|
</xsd:complexType>
|
729
771
|
</xsd:element>
|
772
|
+
|
730
773
|
<xsd:element name="report-paper">
|
731
774
|
<xsd:annotation>
|
732
775
|
<xsd:documentation>report-paper is the top level element for deposit of metadata about one or more reports or working papers. </xsd:documentation>
|
@@ -755,7 +798,7 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
755
798
|
<xsd:element ref="jats:abstract" minOccurs="0" maxOccurs="unbounded"/>
|
756
799
|
<xsd:element ref="publication_date" maxOccurs="10"/>
|
757
800
|
<xsd:element ref="approval_date" minOccurs="0" maxOccurs="10"/>
|
758
|
-
<xsd:element ref="isbn" minOccurs="0" maxOccurs="
|
801
|
+
<xsd:element ref="isbn" minOccurs="0" maxOccurs="100"/>
|
759
802
|
<xsd:element ref="publisher" minOccurs="0"/>
|
760
803
|
<xsd:element ref="institution" minOccurs="0" maxOccurs="5"/>
|
761
804
|
<xsd:element ref="publisher_item" minOccurs="0"/>
|
@@ -770,16 +813,17 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
770
813
|
<xsd:element ref="rel:program" minOccurs="0"/>
|
771
814
|
<xsd:element ref="archive_locations" minOccurs="0" maxOccurs="1"/>
|
772
815
|
<xsd:element ref="scn_policies" minOccurs="0" maxOccurs="1"/>
|
816
|
+
<xsd:element ref="version_info" minOccurs="0" maxOccurs="1"/>
|
773
817
|
<xsd:element ref="doi_data" minOccurs="0"/>
|
774
818
|
<xsd:element ref="citation_list" minOccurs="0"/>
|
775
819
|
</xsd:sequence>
|
776
820
|
<xsd:attributeGroup ref="language.atts"/>
|
777
|
-
|
821
|
+
|
778
822
|
</xsd:complexType>
|
779
823
|
</xsd:element>
|
780
824
|
<xsd:element name="report-paper_series_metadata">
|
781
825
|
<xsd:annotation>
|
782
|
-
<xsd:documentation>Container for the metadata related to a
|
826
|
+
<xsd:documentation>Container for the metadata related to a technical report or working paper that is part of a series.</xsd:documentation>
|
783
827
|
</xsd:annotation>
|
784
828
|
<xsd:complexType>
|
785
829
|
<xsd:sequence>
|
@@ -796,18 +840,19 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
796
840
|
<xsd:element ref="edition_number" minOccurs="0"/>
|
797
841
|
<xsd:element ref="publication_date" maxOccurs="10"/>
|
798
842
|
<xsd:element ref="approval_date" minOccurs="0" maxOccurs="10"/>
|
799
|
-
<xsd:element ref="isbn" minOccurs="0" maxOccurs="
|
843
|
+
<xsd:element ref="isbn" minOccurs="0" maxOccurs="100"/>
|
800
844
|
<xsd:element ref="publisher" minOccurs="0"/>
|
801
845
|
<xsd:element ref="institution" minOccurs="0" maxOccurs="5"/>
|
802
846
|
<xsd:element ref="publisher_item" minOccurs="0"/>
|
803
847
|
<xsd:element ref="contract_number" minOccurs="0"/>
|
804
848
|
<xsd:element ref="archive_locations" minOccurs="0" maxOccurs="1"/>
|
849
|
+
<xsd:element ref="version_info" minOccurs="0" maxOccurs="1"/>
|
805
850
|
<xsd:element ref="doi_data" minOccurs="0"/>
|
806
851
|
<xsd:element ref="citation_list" minOccurs="0"/>
|
807
852
|
<xsd:element ref="rel:program" minOccurs="0"/>
|
808
853
|
</xsd:sequence>
|
809
854
|
<xsd:attributeGroup ref="language.atts"/>
|
810
|
-
|
855
|
+
|
811
856
|
</xsd:complexType>
|
812
857
|
</xsd:element>
|
813
858
|
<xsd:element name="standard">
|
@@ -825,6 +870,7 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
825
870
|
<xsd:attributeGroup ref="publication_type.atts"/>
|
826
871
|
</xsd:complexType>
|
827
872
|
</xsd:element>
|
873
|
+
|
828
874
|
<xsd:element name="standard_metadata">
|
829
875
|
<xsd:annotation>
|
830
876
|
<xsd:documentation>Container for the metadata related to a Standard that is not part of a series.</xsd:documentation>
|
@@ -837,7 +883,7 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
837
883
|
<xsd:element ref="designators" minOccurs="1" maxOccurs="1"/>
|
838
884
|
<xsd:element ref="edition_number" minOccurs="0"/>
|
839
885
|
<xsd:element ref="approval_date" minOccurs="0" maxOccurs="1"/>
|
840
|
-
<xsd:element ref="isbn" minOccurs="0" maxOccurs="
|
886
|
+
<xsd:element ref="isbn" minOccurs="0" maxOccurs="100"/>
|
841
887
|
<xsd:element ref="publisher" minOccurs="0"/>
|
842
888
|
<xsd:element ref="standards_body"/>
|
843
889
|
<xsd:element ref="publisher_item" minOccurs="0"/>
|
@@ -850,6 +896,7 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
850
896
|
</xsd:choice>
|
851
897
|
<xsd:element ref="rel:program" minOccurs="0"/>
|
852
898
|
<xsd:element ref="archive_locations" minOccurs="0" maxOccurs="1"/>
|
899
|
+
<xsd:element ref="version_info" minOccurs="0" maxOccurs="1"/>
|
853
900
|
<xsd:element ref="doi_data" minOccurs="1" maxOccurs="1"/>
|
854
901
|
<xsd:element ref="citation_list" minOccurs="0"/>
|
855
902
|
</xsd:sequence>
|
@@ -862,9 +909,11 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
862
909
|
</xsd:simpleType>
|
863
910
|
</xsd:attribute>
|
864
911
|
<xsd:attributeGroup ref="language.atts"/>
|
865
|
-
|
912
|
+
|
866
913
|
</xsd:complexType>
|
867
914
|
</xsd:element>
|
915
|
+
|
916
|
+
|
868
917
|
<xsd:element name="database">
|
869
918
|
<xsd:annotation>
|
870
919
|
<xsd:documentation>database is the top level element for deposit of metadata about one or more datasets or records in a database. </xsd:documentation>
|
@@ -893,11 +942,12 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
893
942
|
<xsd:element ref="institution" minOccurs="0" maxOccurs="10"/>
|
894
943
|
<xsd:element ref="publisher_item" minOccurs="0"/>
|
895
944
|
<xsd:element ref="archive_locations" minOccurs="0" maxOccurs="1"/>
|
945
|
+
<xsd:element ref="version_info" minOccurs="0" maxOccurs="1"/>
|
896
946
|
<xsd:element ref="doi_data" minOccurs="0"/>
|
897
947
|
<xsd:element ref="rel:program" minOccurs="0"/>
|
898
948
|
</xsd:sequence>
|
899
949
|
<xsd:attributeGroup ref="language.atts"/>
|
900
|
-
|
950
|
+
|
901
951
|
</xsd:complexType>
|
902
952
|
</xsd:element>
|
903
953
|
<xsd:element name="dataset">
|
@@ -921,6 +971,7 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
921
971
|
</xsd:choice>
|
922
972
|
<xsd:element ref="rel:program" minOccurs="0"/>
|
923
973
|
<xsd:element ref="archive_locations" minOccurs="0" maxOccurs="1"/>
|
974
|
+
<xsd:element ref="version_info" minOccurs="0" maxOccurs="1"/>
|
924
975
|
<xsd:element ref="doi_data"/>
|
925
976
|
<xsd:element ref="citation_list" minOccurs="0"/>
|
926
977
|
<xsd:element ref="component_list" minOccurs="0"/>
|
@@ -936,12 +987,14 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
936
987
|
</xsd:simpleType>
|
937
988
|
</xsd:attribute>
|
938
989
|
</xsd:complexType>
|
939
|
-
</xsd:element
|
990
|
+
</xsd:element>
|
991
|
+
|
992
|
+
<!-- ===========================================================
|
940
993
|
Top level content type for pending_publication DOIs
|
941
|
-
==============================================================
|
994
|
+
============================================================== -->
|
942
995
|
<xsd:element name="publication">
|
943
996
|
<xsd:annotation>
|
944
|
-
<xsd:documentation>Used to define a publication (book, journal, etc) for pending publication content. A title must be supplied, as well as an ISSN, ISBN, or title-level DOI </xsd:documentation>
|
997
|
+
<xsd:documentation>Used to define a publication (book, journal, etc.) for pending publication content. A title must be supplied, as well as an ISSN, ISBN, or title-level DOI </xsd:documentation>
|
945
998
|
</xsd:annotation>
|
946
999
|
<xsd:complexType>
|
947
1000
|
<xsd:sequence>
|
@@ -964,9 +1017,10 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
964
1017
|
</xsd:sequence>
|
965
1018
|
</xsd:complexType>
|
966
1019
|
</xsd:element>
|
1020
|
+
|
967
1021
|
<xsd:element name="intent_statement">
|
968
1022
|
<xsd:annotation>
|
969
|
-
<xsd:documentation>Member
|
1023
|
+
<xsd:documentation>Member's custom statement of intent to publish content for which a pending publication DOI has been created</xsd:documentation>
|
970
1024
|
</xsd:annotation>
|
971
1025
|
<xsd:complexType mixed="true">
|
972
1026
|
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
@@ -977,12 +1031,15 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
977
1031
|
</xsd:choice>
|
978
1032
|
<xsd:attributeGroup ref="language.atts"/>
|
979
1033
|
</xsd:complexType>
|
980
|
-
</xsd:element
|
1034
|
+
</xsd:element>
|
1035
|
+
|
1036
|
+
<!-- ===========================================================
|
981
1037
|
Top level content type for peer_review DOIs
|
982
|
-
==============================================================
|
1038
|
+
============================================================== -->
|
983
1039
|
<xsd:element name="peer_review">
|
984
1040
|
<xsd:annotation>
|
985
|
-
<xsd:documentation> The peer_review content type is intended for assigning DOIs to the reports and other artifacts associated with the review of published content.
|
1041
|
+
<xsd:documentation> The peer_review content type is intended for assigning DOIs to the reports and other artifacts associated with the review of published content.
|
1042
|
+
</xsd:documentation>
|
986
1043
|
</xsd:annotation>
|
987
1044
|
<xsd:complexType>
|
988
1045
|
<xsd:sequence>
|
@@ -1036,8 +1093,11 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
1036
1093
|
</xsd:annotation>
|
1037
1094
|
</xsd:attribute>
|
1038
1095
|
<xsd:attributeGroup ref="language.atts"/>
|
1096
|
+
|
1039
1097
|
</xsd:complexType>
|
1098
|
+
|
1040
1099
|
</xsd:element>
|
1100
|
+
|
1041
1101
|
<xsd:element name="competing_interest_statement">
|
1042
1102
|
<xsd:annotation>
|
1043
1103
|
<xsd:documentation>Statement of competing interest supplied by a review author during the review process.</xsd:documentation>
|
@@ -1049,16 +1109,23 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
1049
1109
|
<xsd:attributeGroup ref="language.atts"/>
|
1050
1110
|
</xsd:complexType>
|
1051
1111
|
</xsd:element>
|
1112
|
+
|
1052
1113
|
<xsd:element name="running_number" type="xsd:string">
|
1053
1114
|
<xsd:annotation>
|
1054
1115
|
<xsd:documentation>Running numbers to specify the various reports (ex: RC1 to RC4) </xsd:documentation>
|
1055
1116
|
</xsd:annotation>
|
1056
|
-
</xsd:element
|
1057
|
-
|
1058
|
-
|
1117
|
+
</xsd:element>
|
1118
|
+
|
1119
|
+
|
1120
|
+
|
1121
|
+
<!-- ===========================================================
|
1122
|
+
Top level content type for prepublication DOIs
|
1123
|
+
============================================================== -->
|
1124
|
+
|
1125
|
+
|
1059
1126
|
<xsd:element name="pending_publication">
|
1060
1127
|
<xsd:annotation>
|
1061
|
-
<xsd:documentation>Container for
|
1128
|
+
<xsd:documentation>Container for 'pending publication' metadata. Pending publication DOIs are used to create a DOI for a content item that is not yet available online or in print.</xsd:documentation>
|
1062
1129
|
</xsd:annotation>
|
1063
1130
|
<xsd:complexType>
|
1064
1131
|
<xsd:sequence>
|
@@ -1079,15 +1146,21 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
1079
1146
|
</xsd:choice>
|
1080
1147
|
<xsd:element ref="rel:program" minOccurs="0"/>
|
1081
1148
|
<xsd:element ref="doi" minOccurs="1" maxOccurs="1"/>
|
1149
|
+
|
1082
1150
|
</xsd:sequence>
|
1083
1151
|
<xsd:attributeGroup ref="language.atts"/>
|
1152
|
+
|
1084
1153
|
</xsd:complexType>
|
1085
|
-
</xsd:element
|
1086
|
-
|
1087
|
-
|
1154
|
+
</xsd:element>
|
1155
|
+
|
1156
|
+
<!-- ===========================================================
|
1157
|
+
Posted Content elements
|
1158
|
+
============================================================== -->
|
1159
|
+
|
1088
1160
|
<xsd:element name="posted_content">
|
1089
1161
|
<xsd:annotation>
|
1090
|
-
<xsd:documentation>Container for posted content metadata.
|
1162
|
+
<xsd:documentation>Container for posted content metadata.
|
1163
|
+
</xsd:documentation>
|
1091
1164
|
</xsd:annotation>
|
1092
1165
|
<xsd:complexType>
|
1093
1166
|
<xsd:sequence>
|
@@ -1096,13 +1169,15 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
1096
1169
|
<xsd:element ref="titles"/>
|
1097
1170
|
<xsd:element ref="posted_date" minOccurs="1" maxOccurs="1"/>
|
1098
1171
|
<xsd:element ref="acceptance_date" minOccurs="0" maxOccurs="1"/>
|
1172
|
+
<xsd:element ref="status" minOccurs="0" maxOccurs="unbounded"/>
|
1099
1173
|
<xsd:element ref="institution" minOccurs="0" maxOccurs="5"/>
|
1100
1174
|
<xsd:element ref="item_number" minOccurs="0" maxOccurs="3"/>
|
1101
1175
|
<xsd:element ref="jats:abstract" minOccurs="0" maxOccurs="unbounded"/>
|
1102
|
-
<xsd:element
|
1176
|
+
<xsd:element ref="fr:program" minOccurs="0" maxOccurs="1" />
|
1103
1177
|
<xsd:element ref="ai:program" minOccurs="0" maxOccurs="1"/>
|
1104
1178
|
<xsd:element ref="rel:program" minOccurs="0"/>
|
1105
|
-
<xsd:element ref="scn_policies" minOccurs="0" maxOccurs="1"
|
1179
|
+
<xsd:element ref="scn_policies" minOccurs="0" maxOccurs="1"/>
|
1180
|
+
<xsd:element ref="version_info" minOccurs="0" maxOccurs="1"/>
|
1106
1181
|
<xsd:element ref="doi_data" minOccurs="1"/>
|
1107
1182
|
<xsd:element ref="citation_list" minOccurs="0"/>
|
1108
1183
|
</xsd:sequence>
|
@@ -1120,11 +1195,13 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
1120
1195
|
</xsd:simpleType>
|
1121
1196
|
</xsd:attribute>
|
1122
1197
|
<xsd:attributeGroup ref="language.atts"/>
|
1198
|
+
|
1123
1199
|
</xsd:complexType>
|
1124
1200
|
</xsd:element>
|
1201
|
+
|
1125
1202
|
<xsd:element name="group_title">
|
1126
1203
|
<xsd:annotation>
|
1127
|
-
<xsd:documentation>Posted content may be
|
1204
|
+
<xsd:documentation>Posted content may be organized into groupings within a given publisher. This element provides for naming the group. It is expected that publishers will have a small number of groups each of which reflect a topic or subject area.</xsd:documentation>
|
1128
1205
|
</xsd:annotation>
|
1129
1206
|
<xsd:simpleType>
|
1130
1207
|
<xsd:restriction base="xsd:string">
|
@@ -1132,11 +1209,42 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
1132
1209
|
<xsd:minLength value="1"/>
|
1133
1210
|
</xsd:restriction>
|
1134
1211
|
</xsd:simpleType>
|
1135
|
-
</xsd:element
|
1212
|
+
</xsd:element>
|
1213
|
+
|
1136
1214
|
|
1137
|
-
10. Elements common to reports, dissertations and standards
|
1138
1215
|
|
1139
|
-
|
1216
|
+
|
1217
|
+
<xsd:element name="status">
|
1218
|
+
<xsd:complexType>
|
1219
|
+
<xsd:sequence>
|
1220
|
+
<xsd:element ref="description" minOccurs="1" maxOccurs="unbounded"/>
|
1221
|
+
</xsd:sequence>
|
1222
|
+
<xsd:attribute name="type">
|
1223
|
+
<xsd:simpleType>
|
1224
|
+
<xsd:restriction base="xsd:NMTOKEN">
|
1225
|
+
<xsd:enumeration value="withdrawn"/>
|
1226
|
+
<xsd:enumeration value="removed"/>
|
1227
|
+
</xsd:restriction>
|
1228
|
+
</xsd:simpleType>
|
1229
|
+
</xsd:attribute>
|
1230
|
+
<xsd:attribute name="date" type="xsd:date"/>
|
1231
|
+
</xsd:complexType>
|
1232
|
+
</xsd:element>
|
1233
|
+
|
1234
|
+
<xsd:simpleType name="status_description">
|
1235
|
+
<xsd:restriction base="xsd:string">
|
1236
|
+
<xsd:maxLength value="2000"/>
|
1237
|
+
<xsd:minLength value="1"/>
|
1238
|
+
</xsd:restriction>
|
1239
|
+
</xsd:simpleType>
|
1240
|
+
|
1241
|
+
|
1242
|
+
|
1243
|
+
<!-- =============================================================
|
1244
|
+
|
1245
|
+
Elements common to reports, dissertations and standards
|
1246
|
+
|
1247
|
+
============================================================= -->
|
1140
1248
|
<xsd:element name="institution">
|
1141
1249
|
<xsd:annotation>
|
1142
1250
|
<xsd:documentation>Container element for information about an institution or organization associated with an item.</xsd:documentation>
|
@@ -1225,6 +1333,8 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
1225
1333
|
</xsd:restriction>
|
1226
1334
|
</xsd:simpleType>
|
1227
1335
|
</xsd:element>
|
1336
|
+
|
1337
|
+
|
1228
1338
|
<xsd:element name="degree">
|
1229
1339
|
<xsd:annotation>
|
1230
1340
|
<xsd:documentation>The degree(s) awarded for a dissertation.</xsd:documentation>
|
@@ -1258,6 +1368,7 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
1258
1368
|
</xsd:simpleType>
|
1259
1369
|
</xsd:attribute>
|
1260
1370
|
</xsd:attributeGroup>
|
1371
|
+
|
1261
1372
|
<xsd:attributeGroup name="contributor.atts">
|
1262
1373
|
<xsd:attribute name="sequence" use="required">
|
1263
1374
|
<xsd:simpleType>
|
@@ -1294,6 +1405,8 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
1294
1405
|
</xsd:attribute>
|
1295
1406
|
<xsd:attributeGroup ref="language.atts"/>
|
1296
1407
|
</xsd:attributeGroup>
|
1408
|
+
|
1409
|
+
|
1297
1410
|
<xsd:element name="contributors">
|
1298
1411
|
<xsd:annotation>
|
1299
1412
|
<xsd:documentation>The container for all who contributed to authoring or editing an item.</xsd:documentation>
|
@@ -1333,19 +1446,29 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
1333
1446
|
</xsd:annotation>
|
1334
1447
|
<xsd:complexType>
|
1335
1448
|
<xsd:sequence>
|
1336
|
-
<xsd:
|
1337
|
-
|
1449
|
+
<xsd:choice>
|
1450
|
+
<xsd:sequence>
|
1451
|
+
<xsd:element ref="given_name" minOccurs="1"/>
|
1452
|
+
<xsd:element ref="surname" minOccurs="1"/>
|
1453
|
+
<xsd:element ref="name" minOccurs="0" maxOccurs="unbounded"/>
|
1454
|
+
</xsd:sequence>
|
1455
|
+
<xsd:sequence>
|
1456
|
+
<xsd:element ref="surname" minOccurs="1"/>
|
1457
|
+
<xsd:element ref="name" minOccurs="0" maxOccurs="unbounded"/>
|
1458
|
+
</xsd:sequence>
|
1459
|
+
<xsd:element ref="name" minOccurs="1" maxOccurs="unbounded"/>
|
1460
|
+
</xsd:choice>
|
1338
1461
|
<xsd:element ref="suffix" minOccurs="0"/>
|
1339
1462
|
<xsd:element ref="affiliations" minOccurs="0" maxOccurs="1"/>
|
1340
1463
|
<xsd:element ref="ORCID" minOccurs="0" maxOccurs="1"/>
|
1341
|
-
|
1464
|
+
<!--<xsd:element ref="alt-name" minOccurs="0"/>-->
|
1342
1465
|
</xsd:sequence>
|
1343
1466
|
<xsd:attributeGroup ref="contributor.atts"/>
|
1344
1467
|
</xsd:complexType>
|
1345
1468
|
</xsd:element>
|
1346
1469
|
<xsd:element name="anonymous">
|
1347
1470
|
<xsd:annotation>
|
1348
|
-
<xsd:documentation
|
1471
|
+
<xsd:documentation>Used to capture anonymous contributors.</xsd:documentation>
|
1349
1472
|
</xsd:annotation>
|
1350
1473
|
<xsd:complexType>
|
1351
1474
|
<xsd:sequence>
|
@@ -1354,9 +1477,25 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
1354
1477
|
<xsd:attributeGroup ref="contributor.atts"/>
|
1355
1478
|
</xsd:complexType>
|
1356
1479
|
</xsd:element>
|
1480
|
+
|
1481
|
+
<xsd:element name="name">
|
1482
|
+
<xsd:annotation>
|
1483
|
+
<xsd:documentation>Full name of a contributor (includes family names, middle names, given names) Should represent name as it appears in citations </xsd:documentation>
|
1484
|
+
</xsd:annotation>
|
1485
|
+
<xsd:simpleType>
|
1486
|
+
<xsd:restriction base="xsd:string">
|
1487
|
+
<xsd:maxLength value="60"/>
|
1488
|
+
<xsd:minLength value="1"/>
|
1489
|
+
<xsd:pattern value="[^\d\?]*[^\?\s]+[^\d]*"/>
|
1490
|
+
<xsd:whiteSpace value="collapse"/>
|
1491
|
+
</xsd:restriction>
|
1492
|
+
</xsd:simpleType>
|
1493
|
+
</xsd:element>
|
1494
|
+
|
1495
|
+
|
1357
1496
|
<xsd:element name="given_name">
|
1358
1497
|
<xsd:annotation>
|
1359
|
-
<xsd:documentation>A contributor
|
1498
|
+
<xsd:documentation>A contributor's given name.</xsd:documentation>
|
1360
1499
|
</xsd:annotation>
|
1361
1500
|
<xsd:simpleType>
|
1362
1501
|
<xsd:restriction base="xsd:string">
|
@@ -1396,6 +1535,7 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
1396
1535
|
<xsd:pattern value="https?://orcid.org/[0-9]{4}-[0-9]{4}-[0-9]{4}-[0-9]{3}[X0-9]{1}"/>
|
1397
1536
|
</xsd:restriction>
|
1398
1537
|
</xsd:simpleType>
|
1538
|
+
|
1399
1539
|
<xsd:element name="ORCID">
|
1400
1540
|
<xsd:annotation>
|
1401
1541
|
<xsd:documentation>The ORCID iD for an author.</xsd:documentation>
|
@@ -1415,6 +1555,7 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
1415
1555
|
</xsd:sequence>
|
1416
1556
|
</xsd:complexType>
|
1417
1557
|
</xsd:element>
|
1558
|
+
<!--
|
1418
1559
|
<xsd:element name="alt-name">
|
1419
1560
|
<xsd:complexType>
|
1420
1561
|
<xsd:choice maxOccurs="unbounded">
|
@@ -1423,6 +1564,8 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
1423
1564
|
</xsd:choice>
|
1424
1565
|
</xsd:complexType>
|
1425
1566
|
</xsd:element>
|
1567
|
+
-->
|
1568
|
+
<!--
|
1426
1569
|
<xsd:element name="name">
|
1427
1570
|
<xsd:complexType>
|
1428
1571
|
<xsd:sequence>
|
@@ -1475,6 +1618,8 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
1475
1618
|
<xsd:attributeGroup ref="language.atts"/>
|
1476
1619
|
</xsd:complexType>
|
1477
1620
|
</xsd:element>
|
1621
|
+
|
1622
|
+
-->
|
1478
1623
|
<xsd:element name="prefix">
|
1479
1624
|
<xsd:complexType mixed="true">
|
1480
1625
|
<xsd:attribute name="content-type"/>
|
@@ -1602,17 +1747,21 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
1602
1747
|
<xsd:complexType mixed="true">
|
1603
1748
|
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
1604
1749
|
<xsd:group ref="face_markup"/>
|
1750
|
+
|
1605
1751
|
</xsd:choice>
|
1606
1752
|
</xsd:complexType>
|
1607
|
-
</xsd:element
|
1753
|
+
</xsd:element>
|
1754
|
+
|
1755
|
+
<!-- *** Dates *** -->
|
1756
|
+
|
1608
1757
|
<xsd:element name="month" type="xrefMonth">
|
1609
1758
|
<xsd:annotation>
|
1610
|
-
<xsd:documentation>Month of publication. The month must be expressed in numeric format rather spelling out the name (e.g
|
1759
|
+
<xsd:documentation>Month of publication. The month must be expressed in numeric format rather spelling out the name (e.g. submit "10", not "October"). The month must be expressed with a leading zero if it is less than 10 (e.g. submit "05", not "5"). When a journal issue has both an issue number and a season, the issue number should be placed in issue. If the month of publication is not known, the season should be placed in month as a two-digit value as follows: Season Value Spring 21 Summer 22 Autumn 23 Winter 24 First Quarter 31 Second Quarter 32 Third Quarter 33 Fourth Quarter 34 In cases when an issue covers multiple months, e.g. "March-April", include only the digits for the first month of the range.</xsd:documentation>
|
1611
1760
|
</xsd:annotation>
|
1612
1761
|
</xsd:element>
|
1613
1762
|
<xsd:element name="day" type="xrefDay">
|
1614
1763
|
<xsd:annotation>
|
1615
|
-
<xsd:documentation>Day of publication. The
|
1764
|
+
<xsd:documentation>Day of publication. The day must be expressed with a leading zero if it is less than 10 (e.g. submit "05", not "5").</xsd:documentation>
|
1616
1765
|
</xsd:annotation>
|
1617
1766
|
</xsd:element>
|
1618
1767
|
<xsd:element name="year" type="xrefYear">
|
@@ -1674,7 +1823,7 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
1674
1823
|
</xsd:element>
|
1675
1824
|
<xsd:element name="update_date">
|
1676
1825
|
<xsd:annotation>
|
1677
|
-
<xsd:documentation>The date a
|
1826
|
+
<xsd:documentation>The date a dataset or database was last updated.</xsd:documentation>
|
1678
1827
|
</xsd:annotation>
|
1679
1828
|
<xsd:complexType>
|
1680
1829
|
<xsd:complexContent>
|
@@ -1753,7 +1902,9 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
1753
1902
|
<xsd:minInclusive value="01"/>
|
1754
1903
|
<xsd:totalDigits value="2"/>
|
1755
1904
|
</xsd:restriction>
|
1756
|
-
</xsd:simpleType
|
1905
|
+
</xsd:simpleType>
|
1906
|
+
|
1907
|
+
<!-- *** pages and identifiers *** -->
|
1757
1908
|
<xsd:element name="pages">
|
1758
1909
|
<xsd:annotation>
|
1759
1910
|
<xsd:documentation>The container for information about page ranges.</xsd:documentation>
|
@@ -1766,6 +1917,7 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
1766
1917
|
</xsd:sequence>
|
1767
1918
|
</xsd:complexType>
|
1768
1919
|
</xsd:element>
|
1920
|
+
|
1769
1921
|
<xsd:element name="noisbn">
|
1770
1922
|
<xsd:annotation>
|
1771
1923
|
<xsd:documentation>Identifies books or conference proceedings that have no ISBN assigned.</xsd:documentation>
|
@@ -1854,7 +2006,9 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
1854
2006
|
</xsd:extension>
|
1855
2007
|
</xsd:simpleContent>
|
1856
2008
|
</xsd:complexType>
|
1857
|
-
</xsd:element
|
2009
|
+
</xsd:element>
|
2010
|
+
|
2011
|
+
<!-- *** archiving elements *** -->
|
1858
2012
|
<xsd:element name="publisher">
|
1859
2013
|
<xsd:annotation>
|
1860
2014
|
<xsd:documentation>A container for information about the publisher of the item being registered</xsd:documentation>
|
@@ -1865,10 +2019,13 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
1865
2019
|
<xsd:element ref="publisher_place" minOccurs="0"/>
|
1866
2020
|
</xsd:sequence>
|
1867
2021
|
</xsd:complexType>
|
1868
|
-
</xsd:element
|
2022
|
+
</xsd:element>
|
2023
|
+
|
2024
|
+
<!-- *** other metadata -->
|
2025
|
+
|
1869
2026
|
<xsd:element name="publisher_place">
|
1870
2027
|
<xsd:annotation>
|
1871
|
-
<xsd:documentation>publisher_place gives the primary city location of the publisher.
|
2028
|
+
<xsd:documentation>publisher_place gives the primary city location of the publisher. If the city is not a major city, the appropriate country, state, or province should be added.</xsd:documentation>
|
1872
2029
|
</xsd:annotation>
|
1873
2030
|
<xsd:simpleType>
|
1874
2031
|
<xsd:restriction base="xsd:string">
|
@@ -1888,6 +2045,7 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
1888
2045
|
</xsd:restriction>
|
1889
2046
|
</xsd:simpleType>
|
1890
2047
|
</xsd:element>
|
2048
|
+
|
1891
2049
|
<xsd:element name="description">
|
1892
2050
|
<xsd:annotation>
|
1893
2051
|
<xsd:documentation>A narrative description of a file (e.g. a figure caption or video description).</xsd:documentation>
|
@@ -1897,8 +2055,12 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
1897
2055
|
<xsd:group ref="face_markup"/>
|
1898
2056
|
</xsd:choice>
|
1899
2057
|
<xsd:attributeGroup ref="language.atts"/>
|
2058
|
+
<xsd:attribute ref="xml:lang"/>
|
1900
2059
|
</xsd:complexType>
|
1901
2060
|
</xsd:element>
|
2061
|
+
|
2062
|
+
|
2063
|
+
|
1902
2064
|
<xsd:simpleType name="format_t">
|
1903
2065
|
<xsd:restriction base="xsd:string">
|
1904
2066
|
<xsd:maxLength value="130"/>
|
@@ -1907,7 +2069,7 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
1907
2069
|
</xsd:simpleType>
|
1908
2070
|
<xsd:element name="format">
|
1909
2071
|
<xsd:annotation>
|
1910
|
-
<xsd:documentation>A narrative description of a component
|
2072
|
+
<xsd:documentation>A narrative description of a component's file format and/or file extension.</xsd:documentation>
|
1911
2073
|
</xsd:annotation>
|
1912
2074
|
<xsd:complexType>
|
1913
2075
|
<xsd:simpleContent>
|
@@ -1935,15 +2097,51 @@ The start and end dates of a conference event. conference_date may be used in th
|
|
1935
2097
|
<xsd:attribute name="name" use="required">
|
1936
2098
|
<xsd:simpleType>
|
1937
2099
|
<xsd:restriction base="xsd:string">
|
2100
|
+
<xsd:enumeration value="ADS"/>
|
2101
|
+
<xsd:enumeration value="BL"/>
|
2102
|
+
<xsd:enumeration value="Cariniana Network"/>
|
1938
2103
|
<xsd:enumeration value="CLOCKSS"/>
|
2104
|
+
<xsd:enumeration value="DWT"/>
|
2105
|
+
<xsd:enumeration value="HathiTrust"/>
|
2106
|
+
<xsd:enumeration value="Internet Archive"/>
|
2107
|
+
<xsd:enumeration value="KB"/>
|
1939
2108
|
<xsd:enumeration value="LOCKSS"/>
|
2109
|
+
<xsd:enumeration value="LOC"/>
|
2110
|
+
<xsd:enumeration value="NAA"/>
|
2111
|
+
<xsd:enumeration value="NARA"/>
|
2112
|
+
<xsd:enumeration value="NDPP"/>
|
2113
|
+
<xsd:enumeration value="NSK"/>
|
2114
|
+
<xsd:enumeration value="PKP PN"/>
|
1940
2115
|
<xsd:enumeration value="Portico"/>
|
1941
|
-
<xsd:enumeration value="
|
1942
|
-
<xsd:enumeration value="
|
1943
|
-
<xsd:enumeration value="
|
2116
|
+
<xsd:enumeration value="PSNC"/>
|
2117
|
+
<xsd:enumeration value="Scholars Portal"/>
|
2118
|
+
<xsd:enumeration value="TNA"/>
|
1944
2119
|
</xsd:restriction>
|
1945
2120
|
</xsd:simpleType>
|
1946
2121
|
</xsd:attribute>
|
1947
2122
|
</xsd:complexType>
|
1948
2123
|
</xsd:element>
|
1949
|
-
|
2124
|
+
<xsd:element name="version_info">
|
2125
|
+
<xsd:complexType>
|
2126
|
+
<xsd:sequence>
|
2127
|
+
<xsd:element ref="version" minOccurs="1"/>
|
2128
|
+
<xsd:element ref="description" minOccurs="0" maxOccurs="unbounded"/>
|
2129
|
+
</xsd:sequence>
|
2130
|
+
</xsd:complexType>
|
2131
|
+
</xsd:element>
|
2132
|
+
<xsd:element name="version">
|
2133
|
+
<xsd:complexType>
|
2134
|
+
<xsd:simpleContent>
|
2135
|
+
<xsd:extension base="version">
|
2136
|
+
<xsd:attribute ref="xml:lang"/>
|
2137
|
+
</xsd:extension>
|
2138
|
+
</xsd:simpleContent>
|
2139
|
+
</xsd:complexType>
|
2140
|
+
</xsd:element>
|
2141
|
+
<xsd:simpleType name="version">
|
2142
|
+
<xsd:restriction base="xsd:string">
|
2143
|
+
<xsd:maxLength value="100"/>
|
2144
|
+
<xsd:minLength value="1"/>
|
2145
|
+
</xsd:restriction>
|
2146
|
+
</xsd:simpleType>
|
2147
|
+
</xsd:schema>
|