Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Main schema crossref5.3.1.xsd
Namespace http://www.crossref.org/schema/5.3.1
Properties
attribute form default unqualified
element form default unqualified
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element doi_batch
Namespace http://www.crossref.org/schema/5.3.1
Annotations
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.
Diagram
Diagram crossref5_3_1_xsd.tmp#doi_batch_version crossref5_3_1_xsd.tmp#head crossref5_3_1_xsd.tmp#body
Properties
content complex
Model
Children body, head
Instance
<doi_batch version="5.3.1" xmlns="http://www.crossref.org/schema/5.3.1">
  <head>{1,1}</head>
  <body>{1,1}</body>
</doi_batch>
Attributes
QName Type Fixed Use
version xsd:string 5.3.1 optional
Source
<xsd:element name="doi_batch">
  <xsd:annotation>
    <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>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="head"/>
      <xsd:element ref="body"/>
    </xsd:sequence>
    <xsd:attribute name="version" type="xsd:string" fixed="5.3.1"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element head
Namespace http://www.crossref.org/schema/5.3.1
Annotations
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.
Diagram
Diagram common5_3_1_xsd.tmp#doi_batch_id common5_3_1_xsd.tmp#timestamp common5_3_1_xsd.tmp#depositor common5_3_1_xsd.tmp#registrant
Properties
content complex
Used by
Element doi_batch
Model
Children depositor, doi_batch_id, registrant, timestamp
Instance
<head xmlns="http://www.crossref.org/schema/5.3.1">
  <doi_batch_id>{1,1}</doi_batch_id>
  <timestamp>{1,1}</timestamp>
  <depositor>{1,1}</depositor>
  <registrant>{1,1}</registrant>
</head>
Source
<xsd:element name="head">
  <xsd:annotation>
    <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.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="doi_batch_id"/>
      <xsd:element ref="timestamp"/>
      <xsd:element ref="depositor"/>
      <xsd:element ref="registrant"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element body
Namespace http://www.crossref.org/schema/5.3.1
Annotations
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.
Diagram
Diagram crossref5_3_1_xsd.tmp#journal crossref5_3_1_xsd.tmp#book crossref5_3_1_xsd.tmp#conference crossref5_3_1_xsd.tmp#sa_component crossref5_3_1_xsd.tmp#dissertation crossref5_3_1_xsd.tmp#report-paper crossref5_3_1_xsd.tmp#standard crossref5_3_1_xsd.tmp#database crossref5_3_1_xsd.tmp#peer_review crossref5_3_1_xsd.tmp#pending_publication crossref5_3_1_xsd.tmp#posted_content
Properties
content complex
Used by
Element doi_batch
Model
Children book, conference, database, dissertation, journal, peer_review, pending_publication, posted_content, report-paper, sa_component, standard
Instance
<body xmlns="http://www.crossref.org/schema/5.3.1">
  <journal>{1,unbounded}</journal>
  <book book_type="">{1,unbounded}</book>
  <conference>{1,unbounded}</conference>
  <sa_component parent_doi="">{1,unbounded}</sa_component>
  <dissertation language="" publication_type="full_text" reference_distribution_opts="none">{1,unbounded}</dissertation>
  <report-paper publication_type="full_text">{1,unbounded}</report-paper>
  <standard publication_type="full_text">{1,unbounded}</standard>
  <database>{1,unbounded}</database>
  <peer_review language="" recommendation="" revision-round="" stage="" type="">{1,unbounded}</peer_review>
  <pending_publication language="">{1,unbounded}</pending_publication>
  <posted_content language="" type="preprint">{1,unbounded}</posted_content>
</body>
Source
<xsd:element name="body">
  <xsd:annotation>
    <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>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:choice>
      <xsd:element ref="journal" maxOccurs="unbounded"/>
      <xsd:element ref="book" maxOccurs="unbounded"/>
      <xsd:element ref="conference" maxOccurs="unbounded"/>
      <xsd:element ref="sa_component" maxOccurs="unbounded"/>
      <xsd:element ref="dissertation" maxOccurs="unbounded"/>
      <xsd:element ref="report-paper" maxOccurs="unbounded"/>
      <xsd:element ref="standard" maxOccurs="unbounded"/>
      <xsd:element ref="database" maxOccurs="unbounded"/>
      <xsd:element ref="peer_review" maxOccurs="unbounded"/>
      <xsd:element ref="pending_publication" maxOccurs="unbounded"/>
      <xsd:element ref="posted_content" maxOccurs="unbounded"/>
    </xsd:choice>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element journal
Namespace http://www.crossref.org/schema/5.3.1
Annotations
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.
Diagram
Diagram crossref5_3_1_xsd.tmp#journal_metadata crossref5_3_1_xsd.tmp#journal_issue crossref5_3_1_xsd.tmp#journal_article
Properties
content complex
Used by
Element body
Model
Children journal_article, journal_issue, journal_metadata
Instance
<journal xmlns="http://www.crossref.org/schema/5.3.1">
  <journal_metadata language="" reference_distribution_opts="none">{1,1}</journal_metadata>
  <journal_issue>{0,1}</journal_issue>
  <journal_article language="" publication_type="full_text" reference_distribution_opts="none">{0,unbounded}</journal_article>
</journal>
Source
<xsd:element name="journal">
  <xsd:annotation>
    <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>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="journal_metadata"/>
      <xsd:element ref="journal_issue" minOccurs="0"/>
      <xsd:element ref="journal_article" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element journal_metadata
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Container for metadata that defines a journal.
Diagram
Diagram common5_3_1_xsd.tmp#language.atts common5_3_1_xsd.tmp#reference_distribution_opts.att crossref5_3_1_xsd.tmp#full_title crossref5_3_1_xsd.tmp#abbrev_title common5_3_1_xsd.tmp#issn crossref5_3_1_xsd.tmp#coden crossref5_3_1_xsd.tmp#archive_locations common5_3_1_xsd.tmp#doi_data
Properties
content complex
Used by
Element journal
Model
Children abbrev_title, archive_locations, coden, doi_data, full_title, issn
Instance
<journal_metadata language="" reference_distribution_opts="none" xmlns="http://www.crossref.org/schema/5.3.1">
  <full_title>{1,10}</full_title>
  <abbrev_title>{0,10}</abbrev_title>
  <issn media_type="print">{0,6}</issn>
  <coden>{0,1}</coden>
  <archive_locations>{0,1}</archive_locations>
  <doi_data>{0,1}</doi_data>
</journal_metadata>
Attributes
QName Type Default Use
language restriction of xsd:NMTOKEN optional
reference_distribution_opts restriction of xsd:string none optional
Source
<xsd:element name="journal_metadata">
  <xsd:annotation>
    <xsd:documentation>Container for metadata that defines a journal.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="full_title" maxOccurs="10"/>
      <xsd:element ref="abbrev_title" minOccurs="0" maxOccurs="10"/>
      <xsd:element ref="issn" minOccurs="0" maxOccurs="6"/>
      <xsd:element ref="coden" minOccurs="0"/>
      <xsd:element ref="archive_locations" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="doi_data" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="language.atts"/>
    <xsd:attributeGroup ref="reference_distribution_opts.att"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element full_title
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The full title by which a journal is commonly known or cited.
Diagram
Diagram
Type restriction of xsd:string
Properties
content simple
Facets
minLength 1
maxLength 255
Used by
Source
<xsd:element name="full_title">
  <xsd:annotation>
    <xsd:documentation>The full title by which a journal is commonly known or cited.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="255"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element abbrev_title
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Common abbreviation or abbreviations used when citing a journal. It is recommended that periods be included after abbreviated words within the title.
Diagram
Diagram
Type restriction of xsd:string
Properties
content simple
Facets
minLength 1
maxLength 150
Used by
Source
<xsd:element name="abbrev_title">
  <xsd:annotation>
    <xsd:documentation>Common abbreviation or abbreviations used when citing a journal. It is recommended that periods be included after abbreviated words within the title.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="150"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element coden
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The coden assigned to a journal or conference proceedings.
Diagram
Diagram
Type restriction of xsd:string
Properties
content simple
Facets
minLength 1
maxLength 6
Used by
Source
<xsd:element name="coden">
  <xsd:annotation>
    <xsd:documentation>The coden assigned to a journal or conference proceedings.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="6"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element archive_locations
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Container element for archive information
Diagram
Diagram crossref5_3_1_xsd.tmp#archive
Properties
content complex
Used by
Model
Children archive
Instance
<archive_locations xmlns="http://www.crossref.org/schema/5.3.1">
  <archive name="">{0,unbounded}</archive>
</archive_locations>
Source
<xsd:element name="archive_locations">
  <xsd:annotation>
    <xsd:documentation>Container element for archive information</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element maxOccurs="unbounded" minOccurs="0" ref="archive"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element archive
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Used to indicate the designated archiving organization(s) for an item.
Diagram
Diagram crossref5_3_1_xsd.tmp#archive_name
Properties
content complex
Used by
Attributes
QName Type Use
name restriction of xsd:string required
Source
<xsd:element name="archive">
  <xsd:annotation>
    <xsd:documentation>Used to indicate the designated archiving organization(s) for an item.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:attribute name="name" use="required">
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:enumeration value="CLOCKSS"/>
          <xsd:enumeration value="LOCKSS"/>
          <xsd:enumeration value="Portico"/>
          <xsd:enumeration value="KB"/>
          <xsd:enumeration value="Internet Archive"/>
          <xsd:enumeration value="DWT"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element journal_issue
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Container for metadata that defines a single issue of a journal.
Diagram
Diagram crossref5_3_1_xsd.tmp#contributors crossref5_3_1_xsd.tmp#titles crossref5_3_1_xsd.tmp#publication_date crossref5_3_1_xsd.tmp#journal_volume common5_3_1_xsd.tmp#issue crossref5_3_1_xsd.tmp#special_numbering crossref5_3_1_xsd.tmp#archive_locations common5_3_1_xsd.tmp#doi_data
Properties
content complex
Used by
Element journal
Model
Children archive_locations, contributors, doi_data, issue, journal_volume, publication_date, special_numbering, titles
Instance
<journal_issue xmlns="http://www.crossref.org/schema/5.3.1">
  <contributors>{0,1}</contributors>
  <titles>{0,1}</titles>
  <publication_date media_type="print">{1,10}</publication_date>
  <journal_volume>{0,1}</journal_volume>
  <issue>{0,1}</issue>
  <special_numbering>{0,1}</special_numbering>
  <archive_locations>{0,1}</archive_locations>
  <doi_data>{0,1}</doi_data>
</journal_issue>
Source
<xsd:element name="journal_issue">
  <xsd:annotation>
    <xsd:documentation>Container for metadata that defines a single issue of a journal.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="contributors" minOccurs="0"/>
      <xsd:element ref="titles" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="publication_date" maxOccurs="10"/>
      <xsd:element ref="journal_volume" minOccurs="0"/>
      <xsd:element ref="issue" minOccurs="0"/>
      <xsd:element ref="special_numbering" minOccurs="0"/>
      <xsd:element ref="archive_locations" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="doi_data" minOccurs="0"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element contributors
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The container for all who contributed to authoring or editing an item.
Diagram
Diagram crossref5_3_1_xsd.tmp#organization crossref5_3_1_xsd.tmp#person_name crossref5_3_1_xsd.tmp#anonymous
Properties
content complex
Used by
Model
Children anonymous, organization, person_name
Instance
<contributors xmlns="http://www.crossref.org/schema/5.3.1">
  <organization contributor_role="" language="" name-style="" sequence="">{1,1}</organization>
  <person_name contributor_role="" language="" name-style="" sequence="">{1,1}</person_name>
  <anonymous contributor_role="" language="" name-style="" sequence="">{1,1}</anonymous>
</contributors>
Source
<xsd:element name="contributors">
  <xsd:annotation>
    <xsd:documentation>The container for all who contributed to authoring or editing an item.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:choice maxOccurs="unbounded">
        <xsd:element ref="organization"/>
        <xsd:element ref="person_name"/>
        <xsd:element ref="anonymous"/>
      </xsd:choice>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element organization
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The name of an organization (as opposed to a person) that contributed to an item. If an item was authored by individuals in addition to one or more organizations, person_name and organization may be freely intermixed within contributors.
Diagram
Diagram crossref5_3_1_xsd.tmp#organization_t crossref5_3_1_xsd.tmp#contributor.atts
Type extension of organization_t
Type hierarchy
Properties
content complex
Used by
Element contributors
Attributes
QName Type Use
contributor_role restriction of xsd:NMTOKEN required
language restriction of xsd:NMTOKEN optional
name-style restriction of xsd:token optional
sequence restriction of xsd:NMTOKEN required
Source
<xsd:element name="organization">
  <xsd:annotation>
    <xsd:documentation>The name of an organization (as opposed to a person) that contributed to an item. If an item was authored by individuals in addition to one or more organizations, person_name and organization may be freely intermixed within contributors.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="organization_t">
        <xsd:attributeGroup ref="contributor.atts"/>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element person_name
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The name of a person (as opposed to an organization) that contributed to an item.
Diagram
Diagram crossref5_3_1_xsd.tmp#contributor.atts crossref5_3_1_xsd.tmp#given_name crossref5_3_1_xsd.tmp#surname crossref5_3_1_xsd.tmp#suffix crossref5_3_1_xsd.tmp#affiliations crossref5_3_1_xsd.tmp#ORCID crossref5_3_1_xsd.tmp#alt-name
Properties
content complex
Used by
Model
Children ORCID, affiliations, alt-name, given_name, suffix, surname
Instance
<person_name contributor_role="" language="" name-style="" sequence="" xmlns="http://www.crossref.org/schema/5.3.1">
  <given_name>{0,1}</given_name>
  <surname>{1,1}</surname>
  <suffix>{0,1}</suffix>
  <affiliations>{0,1}</affiliations>
  <ORCID authenticated="false">{0,1}</ORCID>
  <alt-name>{0,1}</alt-name>
</person_name>
Attributes
QName Type Use
contributor_role restriction of xsd:NMTOKEN required
language restriction of xsd:NMTOKEN optional
name-style restriction of xsd:token optional
sequence restriction of xsd:NMTOKEN required
Source
<xsd:element name="person_name">
  <xsd:annotation>
    <xsd:documentation>The name of a person (as opposed to an organization) that contributed to an item.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="given_name" minOccurs="0"/>
      <xsd:element ref="surname"/>
      <xsd:element ref="suffix" minOccurs="0"/>
      <xsd:element ref="affiliations" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="ORCID" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="alt-name" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="contributor.atts"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element given_name
Namespace http://www.crossref.org/schema/5.3.1
Annotations
A contributor's given name.
Diagram
Diagram
Type restriction of xsd:string
Properties
content simple
Facets
whiteSpace collapse
minLength 1
maxLength 60
pattern [^\d\?]*[^\?\s]+[^\d]*
Used by
Source
<xsd:element name="given_name">
  <xsd:annotation>
    <xsd:documentation>A contributor's given name.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="60"/>
      <xsd:minLength value="1"/>
      <xsd:pattern value="[^\d\?]*[^\?\s]+[^\d]*"/>
      <xsd:whiteSpace value="collapse"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element surname
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The family_name of a contributor.
Diagram
Diagram
Type restriction of xsd:string
Properties
content simple
Facets
whiteSpace collapse
minLength 1
maxLength 60
pattern [^\d\?]*[^\?\s]+[^\d]*
Used by
Source
<xsd:element name="surname">
  <xsd:annotation>
    <xsd:documentation>The family_name of a contributor.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="60"/>
      <xsd:minLength value="1"/>
      <xsd:pattern value="[^\d\?]*[^\?\s]+[^\d]*"/>
      <xsd:whiteSpace value="collapse"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element suffix
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The suffix of an author name, e.g. junior, senior, III.
Diagram
Diagram
Type restriction of xsd:string
Properties
content simple
Facets
minLength 1
maxLength 10
Used by
Source
<xsd:element name="suffix">
  <xsd:annotation>
    <xsd:documentation>The suffix of an author name, e.g. junior, senior, III.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="10"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element affiliations
Namespace http://www.crossref.org/schema/5.3.1
Diagram
Diagram crossref5_3_1_xsd.tmp#institution
Properties
content complex
Used by
Model
Children institution
Instance
<affiliations xmlns="http://www.crossref.org/schema/5.3.1">
  <institution>{1,unbounded}</institution>
</affiliations>
Source
<xsd:element name="affiliations">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="institution" minOccurs="1" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element institution
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Container element for information about an institution or organization associated with an item.
Diagram
Diagram crossref5_3_1_xsd.tmp#institution_name crossref5_3_1_xsd.tmp#institution_id crossref5_3_1_xsd.tmp#institution_id crossref5_3_1_xsd.tmp#institution_acronym crossref5_3_1_xsd.tmp#institution_place crossref5_3_1_xsd.tmp#institution_department
Properties
content complex
Used by
Model
Children institution_acronym, institution_department, institution_id, institution_name, institution_place
Instance
<institution xmlns="http://www.crossref.org/schema/5.3.1">
  <institution_name>{1,1}</institution_name>
  <institution_id type="">{0,unbounded}</institution_id>
  <institution_id type="">{1,unbounded}</institution_id>
  <institution_acronym>{0,6}</institution_acronym>
  <institution_place>{0,6}</institution_place>
  <institution_department>{0,6}</institution_department>
</institution>
Source
<xsd:element name="institution">
  <xsd:annotation>
    <xsd:documentation>Container element for information about an institution or organization associated with an item.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:choice>
        <xsd:sequence>
          <xsd:element ref="institution_name" minOccurs="1"/>
          <xsd:element ref="institution_id" minOccurs="0" maxOccurs="unbounded"/>
        </xsd:sequence>
        <xsd:element ref="institution_id" minOccurs="1" maxOccurs="unbounded"/>
      </xsd:choice>
      <xsd:element ref="institution_acronym" minOccurs="0" maxOccurs="6"/>
      <xsd:element ref="institution_place" minOccurs="0" maxOccurs="6"/>
      <xsd:element ref="institution_department" minOccurs="0" maxOccurs="6"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element institution_name
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The full name of an institution.
Diagram
Diagram
Type restriction of xsd:string
Properties
content simple
Facets
minLength 1
maxLength 1024
Used by
Element institution
Source
<xsd:element name="institution_name">
  <xsd:annotation>
    <xsd:documentation>The full name of an institution.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="1024"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element institution_id
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Identifier for an institution or organization (currently supported: ROR, ISNI, Wikidata). Identifiers must be included as a URI
Diagram
Diagram crossref5_3_1_xsd.tmp#PID crossref5_3_1_xsd.tmp#institution_id_type
Type extension of PID
Type hierarchy
  • xsd:string
Properties
content complex
Used by
Element institution
Attributes
QName Type Use
type restriction of xsd:NMTOKEN required
Source
<xsd:element name="institution_id">
  <xsd:annotation>
    <xsd:documentation>Identifier for an institution or organization (currently supported: ROR, ISNI, Wikidata). Identifiers must be included as a URI</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="PID">
        <xsd:attribute name="type" use="required">
          <xsd:simpleType>
            <xsd:restriction base="xsd:NMTOKEN">
              <xsd:enumeration value="ror"/>
              <xsd:enumeration value="isni"/>
              <xsd:enumeration value="wikidata"/>
            </xsd:restriction>
          </xsd:simpleType>
        </xsd:attribute>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element institution_acronym
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The acronym of the institution.
Diagram
Diagram
Type restriction of xsd:string
Properties
content simple
Facets
minLength 1
maxLength 255
Used by
Element institution
Source
<xsd:element name="institution_acronym">
  <xsd:annotation>
    <xsd:documentation>The acronym of the institution.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="255"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element institution_place
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The primary city location of the institution. institution_place gives the primary city location of the institution. When the location is a major city (e.g. New York, Amsterdam), no qualifying country or U.S. state need be given. If the city is not a major city, the appropriate country and/or state or province should be added.
Diagram
Diagram
Type restriction of xsd:string
Properties
content simple
Facets
minLength 2
maxLength 255
Used by
Element institution
Source
<xsd:element name="institution_place">
  <xsd:annotation>
    <xsd:documentation>The primary city location of the institution. institution_place gives the primary city location of the institution. When the location is a major city (e.g. New York, Amsterdam), no qualifying country or U.S. state need be given. If the city is not a major city, the appropriate country and/or state or province should be added.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="255"/>
      <xsd:minLength value="2"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element institution_department
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The department within an institution.
Diagram
Diagram
Type restriction of xsd:string
Properties
content simple
Facets
minLength 2
maxLength 255
Used by
Element institution
Source
<xsd:element name="institution_department">
  <xsd:annotation>
    <xsd:documentation>The department within an institution.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="255"/>
      <xsd:minLength value="2"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element ORCID
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The ORCID iD for an author.
Diagram
Diagram crossref5_3_1_xsd.tmp#orcid_t crossref5_3_1_xsd.tmp#ORCID_authenticated
Type extension of orcid_t
Type hierarchy
Properties
content complex
Used by
Element person_name
Attributes
QName Type Default Use
authenticated xsd:boolean false optional
Source
<xsd:element name="ORCID">
  <xsd:annotation>
    <xsd:documentation>The ORCID iD for an author.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="orcid_t">
        <xsd:attribute default="false" name="authenticated" type="xsd:boolean"/>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element alt-name
Namespace http://www.crossref.org/schema/5.3.1
Diagram
Diagram crossref5_3_1_xsd.tmp#name crossref5_3_1_xsd.tmp#string-name
Properties
content complex
Used by
Element person_name
Model
Children name, string-name
Instance
<alt-name xmlns="http://www.crossref.org/schema/5.3.1">
  <name content-type="" language="" name-style="western" specific-use="">{1,1}</name>
  <string-name content-type="" language="" name-style="western" specific-use="">{1,1}</string-name>
</alt-name>
Source
<xsd:element name="alt-name">
  <xsd:complexType>
    <xsd:choice maxOccurs="unbounded">
      <xsd:element ref="name"/>
      <xsd:element ref="string-name"/>
    </xsd:choice>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element name
Namespace http://www.crossref.org/schema/5.3.1
Diagram
Diagram crossref5_3_1_xsd.tmp#name_content-type crossref5_3_1_xsd.tmp#name_name-style crossref5_3_1_xsd.tmp#name_specific-use common5_3_1_xsd.tmp#language.atts crossref5_3_1_xsd.tmp#surname crossref5_3_1_xsd.tmp#given_name crossref5_3_1_xsd.tmp#given_name crossref5_3_1_xsd.tmp#prefix crossref5_3_1_xsd.tmp#suffix
Properties
content complex
Used by
Element alt-name
Model
Children given_name, prefix, suffix, surname
Instance
<name content-type="" language="" name-style="western" specific-use="" xmlns="http://www.crossref.org/schema/5.3.1">
  <surname>{1,1}</surname>
  <given_name>{0,1}</given_name>
  <given_name>{1,1}</given_name>
  <prefix content-type="" language="" specific-use="">{0,1}</prefix>
  <suffix>{0,1}</suffix>
</name>
Attributes
QName Type Default Use
content-type optional
language restriction of xsd:NMTOKEN optional
name-style restriction of xsd:token western optional
specific-use optional
Source
<xsd:element name="name">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:choice>
        <xsd:sequence>
          <xsd:element ref="surname"/>
          <xsd:element minOccurs="0" ref="given_name"/>
        </xsd:sequence>
        <xsd:element ref="given_name"/>
      </xsd:choice>
      <xsd:element minOccurs="0" ref="prefix"/>
      <xsd:element minOccurs="0" ref="suffix"/>
    </xsd:sequence>
    <xsd:attribute name="content-type"/>
    <xsd:attribute name="name-style" default="western">
      <xsd:simpleType>
        <xsd:restriction base="xsd:token">
          <xsd:enumeration value="western"/>
          <xsd:enumeration value="eastern"/>
          <xsd:enumeration value="islensk"/>
          <xsd:enumeration value="given-only"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="specific-use"/>
    <xsd:attributeGroup ref="language.atts"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element prefix
Namespace http://www.crossref.org/schema/5.3.1
Diagram
Diagram crossref5_3_1_xsd.tmp#prefix_content-type crossref5_3_1_xsd.tmp#prefix_specific-use common5_3_1_xsd.tmp#language.atts
Properties
content complex
mixed true
Used by
Elements name, string-name
Model
Attributes
QName Type Use
content-type optional
language restriction of xsd:NMTOKEN optional
specific-use optional
Source
<xsd:element name="prefix">
  <xsd:complexType mixed="true">
    <xsd:attribute name="content-type"/>
    <xsd:attribute name="specific-use"/>
    <xsd:attributeGroup ref="language.atts"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element string-name
Namespace http://www.crossref.org/schema/5.3.1
Diagram
Diagram crossref5_3_1_xsd.tmp#string-name_content-type crossref5_3_1_xsd.tmp#string-name_name-style crossref5_3_1_xsd.tmp#string-name_specific-use common5_3_1_xsd.tmp#language.atts crossref5_3_1_xsd.tmp#degrees crossref5_3_1_xsd.tmp#given_name crossref5_3_1_xsd.tmp#prefix crossref5_3_1_xsd.tmp#surname crossref5_3_1_xsd.tmp#suffix
Properties
content complex
mixed true
Used by
Element alt-name
Model
Children degrees, given_name, prefix, suffix, surname
Instance
<string-name content-type="" language="" name-style="western" specific-use="" xmlns="http://www.crossref.org/schema/5.3.1">
  <degrees content-type="" language="" specific-use="">{1,1}</degrees>
  <given_name>{1,1}</given_name>
  <prefix content-type="" language="" specific-use="">{1,1}</prefix>
  <surname>{1,1}</surname>
  <suffix>{1,1}</suffix>
</string-name>
Attributes
QName Type Default Use
content-type optional
language restriction of xsd:NMTOKEN optional
name-style restriction of xsd:token western optional
specific-use optional
Source
<xsd:element name="string-name">
  <xsd:complexType mixed="true">
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:element ref="degrees"/>
      <xsd:element ref="given_name"/>
      <xsd:element ref="prefix"/>
      <xsd:element ref="surname"/>
      <xsd:element ref="suffix"/>
    </xsd:choice>
    <xsd:attribute name="content-type"/>
    <xsd:attribute name="name-style" default="western">
      <xsd:simpleType>
        <xsd:restriction base="xsd:token">
          <xsd:enumeration value="western"/>
          <xsd:enumeration value="eastern"/>
          <xsd:enumeration value="islensk"/>
          <xsd:enumeration value="given-only"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="specific-use"/>
    <xsd:attributeGroup ref="language.atts"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element degrees
Namespace http://www.crossref.org/schema/5.3.1
Diagram
Diagram crossref5_3_1_xsd.tmp#degrees_content-type crossref5_3_1_xsd.tmp#degrees_specific-use common5_3_1_xsd.tmp#language.atts
Properties
content complex
mixed true
Used by
Element string-name
Model
Attributes
QName Type Use
content-type optional
language restriction of xsd:NMTOKEN optional
specific-use optional
Source
<xsd:element name="degrees">
  <xsd:complexType mixed="true">
    <xsd:attribute name="content-type"/>
    <xsd:attribute name="specific-use"/>
    <xsd:attributeGroup ref="language.atts"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element anonymous
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Diagram
Diagram crossref5_3_1_xsd.tmp#contributor.atts crossref5_3_1_xsd.tmp#affiliations
Properties
content complex
Used by
Element contributors
Model
Children affiliations
Instance
<anonymous contributor_role="" language="" name-style="" sequence="" xmlns="http://www.crossref.org/schema/5.3.1">
  <affiliations>{0,1}</affiliations>
</anonymous>
Attributes
QName Type Use
contributor_role restriction of xsd:NMTOKEN required
language restriction of xsd:NMTOKEN optional
name-style restriction of xsd:token optional
sequence restriction of xsd:NMTOKEN required
Source
<xsd:element name="anonymous">
  <xsd:annotation>
    <xsd:documentation>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="affiliations" minOccurs="0" maxOccurs="1"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="contributor.atts"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element titles
Namespace http://www.crossref.org/schema/5.3.1
Annotations
A container for the title and original language title elements.
Diagram
Diagram crossref5_3_1_xsd.tmp#title crossref5_3_1_xsd.tmp#subtitle crossref5_3_1_xsd.tmp#original_language_title crossref5_3_1_xsd.tmp#subtitle
Properties
content complex
Used by
Model
Children original_language_title, subtitle, title
Instance
<titles xmlns="http://www.crossref.org/schema/5.3.1">
  <title>{1,1}</title>
  <subtitle>{0,1}</subtitle>
  <original_language_title language="">{1,1}</original_language_title>
  <subtitle>{0,1}</subtitle>
</titles>
Source
<xsd:element name="titles">
  <xsd:annotation>
    <xsd:documentation>A container for the title and original language title elements.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:sequence>
        <xsd:element ref="title"/>
        <xsd:element ref="subtitle" minOccurs="0"/>
      </xsd:sequence>
      <xsd:sequence minOccurs="0">
        <xsd:element ref="original_language_title"/>
        <xsd:element ref="subtitle" minOccurs="0"/>
      </xsd:sequence>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element title
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The title of the item being registered.
Diagram
Diagram common5_3_1_xsd.tmp#b common5_3_1_xsd.tmp#i common5_3_1_xsd.tmp#em common5_3_1_xsd.tmp#strong common5_3_1_xsd.tmp#u common5_3_1_xsd.tmp#ovl common5_3_1_xsd.tmp#sup common5_3_1_xsd.tmp#sub common5_3_1_xsd.tmp#scp common5_3_1_xsd.tmp#tt common5_3_1_xsd.tmp#font mathml3-common_xsd.tmp#math common5_3_1_xsd.tmp#face_markup
Properties
content complex
mixed true
Used by
Element titles
Model
b | i | em | strong | u | ovl | sup | sub | scp | tt | font | m:math
Children b, em, font, i, m:math, ovl, scp, strong, sub, sup, tt, u
Instance
<title xmlns="http://www.crossref.org/schema/5.3.1" xmlns:mml="http://www.w3.org/1998/Math/MathML">
  <b>{1,1}</b>
  <i>{1,1}</i>
  <em>{1,1}</em>
  <strong>{1,1}</strong>
  <u>{1,1}</u>
  <ovl>{1,1}</ovl>
  <sup>{1,1}</sup>
  <sub>{1,1}</sub>
  <scp>{1,1}</scp>
  <tt>{1,1}</tt>
  <font>{1,1}</font>
  <mml:math accent="" accentunder="" align="" alignmentscope="" altimg="" altimg-height="" altimg-valign="" altimg-width="" alttext="" bevelled="" cdgroup="" charalign="" charspacing="" class="" close="" columnalign="" columnlines="" columnspacing="" columnspan="" columnwidth="" crossout="" decimalpoint="" denomalign="" depth="" dir="" display="" displaystyle="" edge="" equalcolumns="" equalrows="" fence="" form="" frame="" framespacing="" groupalign="" height="" href="" id="" indentalign="" indentalignfirst="" indentalignlast="" indentshift="" indentshiftfirst="" indentshiftlast="" indenttarget="" infixlinebreakstyle="" largeop="" leftoverhang="" length="" linebreak="" linebreakmultchar="" linebreakstyle="" lineleading="" linethickness="" location="" longdivstyle="" lquote="" lspace="" macros="" mathbackground="" mathcolor="" mathsize="" mathvariant="" maxsize="" maxwidth="" minlabelspacing="" minsize="" mode="" movablelimits="" mslinethickness="" notation="" numalign="" open="" other="" overflow="" position="" rightoverhang="" rowalign="" rowlines="" rowspacing="" rowspan="" rquote="" rspace="" scriptlevel="" scriptminsize="" scriptsizemultiplier="" selection="" separator="" separators="" shift="" side="" stackalign="" stretchy="" style="" subscriptshift="" superscriptshift="" symmetric="" valign="" width="" xref="">{1,1}</mml:math>
</title>
Source
<xsd:element name="title">
  <xsd:annotation>
    <xsd:documentation>The title of the item being registered.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType mixed="true">
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:group ref="face_markup"/>
    </xsd:choice>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element subtitle
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The sub-title portion of a title.
Diagram
Diagram common5_3_1_xsd.tmp#b common5_3_1_xsd.tmp#i common5_3_1_xsd.tmp#em common5_3_1_xsd.tmp#strong common5_3_1_xsd.tmp#u common5_3_1_xsd.tmp#ovl common5_3_1_xsd.tmp#sup common5_3_1_xsd.tmp#sub common5_3_1_xsd.tmp#scp common5_3_1_xsd.tmp#tt common5_3_1_xsd.tmp#font mathml3-common_xsd.tmp#math common5_3_1_xsd.tmp#face_markup
Properties
content complex
mixed true
Used by
Element titles
Model
b | i | em | strong | u | ovl | sup | sub | scp | tt | font | m:math
Children b, em, font, i, m:math, ovl, scp, strong, sub, sup, tt, u
Instance
<subtitle xmlns="http://www.crossref.org/schema/5.3.1" xmlns:mml="http://www.w3.org/1998/Math/MathML">
  <b>{1,1}</b>
  <i>{1,1}</i>
  <em>{1,1}</em>
  <strong>{1,1}</strong>
  <u>{1,1}</u>
  <ovl>{1,1}</ovl>
  <sup>{1,1}</sup>
  <sub>{1,1}</sub>
  <scp>{1,1}</scp>
  <tt>{1,1}</tt>
  <font>{1,1}</font>
  <mml:math accent="" accentunder="" align="" alignmentscope="" altimg="" altimg-height="" altimg-valign="" altimg-width="" alttext="" bevelled="" cdgroup="" charalign="" charspacing="" class="" close="" columnalign="" columnlines="" columnspacing="" columnspan="" columnwidth="" crossout="" decimalpoint="" denomalign="" depth="" dir="" display="" displaystyle="" edge="" equalcolumns="" equalrows="" fence="" form="" frame="" framespacing="" groupalign="" height="" href="" id="" indentalign="" indentalignfirst="" indentalignlast="" indentshift="" indentshiftfirst="" indentshiftlast="" indenttarget="" infixlinebreakstyle="" largeop="" leftoverhang="" length="" linebreak="" linebreakmultchar="" linebreakstyle="" lineleading="" linethickness="" location="" longdivstyle="" lquote="" lspace="" macros="" mathbackground="" mathcolor="" mathsize="" mathvariant="" maxsize="" maxwidth="" minlabelspacing="" minsize="" mode="" movablelimits="" mslinethickness="" notation="" numalign="" open="" other="" overflow="" position="" rightoverhang="" rowalign="" rowlines="" rowspacing="" rowspan="" rquote="" rspace="" scriptlevel="" scriptminsize="" scriptsizemultiplier="" selection="" separator="" separators="" shift="" side="" stackalign="" stretchy="" style="" subscriptshift="" superscriptshift="" symmetric="" valign="" width="" xref="">{1,1}</mml:math>
</subtitle>
Source
<xsd:element name="subtitle">
  <xsd:annotation>
    <xsd:documentation>The sub-title portion of a title.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType mixed="true">
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:group ref="face_markup"/>
    </xsd:choice>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element original_language_title
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The title of an item in its original language if the registration is for a translation of a work.
Diagram
Diagram common5_3_1_xsd.tmp#language.atts common5_3_1_xsd.tmp#b common5_3_1_xsd.tmp#i common5_3_1_xsd.tmp#em common5_3_1_xsd.tmp#strong common5_3_1_xsd.tmp#u common5_3_1_xsd.tmp#ovl common5_3_1_xsd.tmp#sup common5_3_1_xsd.tmp#sub common5_3_1_xsd.tmp#scp common5_3_1_xsd.tmp#tt common5_3_1_xsd.tmp#font mathml3-common_xsd.tmp#math common5_3_1_xsd.tmp#face_markup
Properties
content complex
mixed true
Used by
Element titles
Model
b | i | em | strong | u | ovl | sup | sub | scp | tt | font | m:math
Children b, em, font, i, m:math, ovl, scp, strong, sub, sup, tt, u
Instance
<original_language_title language="" xmlns="http://www.crossref.org/schema/5.3.1" xmlns:mml="http://www.w3.org/1998/Math/MathML">
  <b>{1,1}</b>
  <i>{1,1}</i>
  <em>{1,1}</em>
  <strong>{1,1}</strong>
  <u>{1,1}</u>
  <ovl>{1,1}</ovl>
  <sup>{1,1}</sup>
  <sub>{1,1}</sub>
  <scp>{1,1}</scp>
  <tt>{1,1}</tt>
  <font>{1,1}</font>
  <mml:math accent="" accentunder="" align="" alignmentscope="" altimg="" altimg-height="" altimg-valign="" altimg-width="" alttext="" bevelled="" cdgroup="" charalign="" charspacing="" class="" close="" columnalign="" columnlines="" columnspacing="" columnspan="" columnwidth="" crossout="" decimalpoint="" denomalign="" depth="" dir="" display="" displaystyle="" edge="" equalcolumns="" equalrows="" fence="" form="" frame="" framespacing="" groupalign="" height="" href="" id="" indentalign="" indentalignfirst="" indentalignlast="" indentshift="" indentshiftfirst="" indentshiftlast="" indenttarget="" infixlinebreakstyle="" largeop="" leftoverhang="" length="" linebreak="" linebreakmultchar="" linebreakstyle="" lineleading="" linethickness="" location="" longdivstyle="" lquote="" lspace="" macros="" mathbackground="" mathcolor="" mathsize="" mathvariant="" maxsize="" maxwidth="" minlabelspacing="" minsize="" mode="" movablelimits="" mslinethickness="" notation="" numalign="" open="" other="" overflow="" position="" rightoverhang="" rowalign="" rowlines="" rowspacing="" rowspan="" rquote="" rspace="" scriptlevel="" scriptminsize="" scriptsizemultiplier="" selection="" separator="" separators="" shift="" side="" stackalign="" stretchy="" style="" subscriptshift="" superscriptshift="" symmetric="" valign="" width="" xref="">{1,1}</mml:math>
</original_language_title>
Attributes
QName Type Use
language restriction of xsd:NMTOKEN optional
Source
<xsd:element name="original_language_title">
  <xsd:annotation>
    <xsd:documentation>The title of an item in its original language if the registration is for a translation of a work.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType mixed="true">
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:group ref="face_markup"/>
    </xsd:choice>
    <xsd:attributeGroup ref="language.atts"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element publication_date
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The date of publication. Multiple dates are allowed to allow for different dates of publication for online and print versions.
Diagram
Diagram crossref5_3_1_xsd.tmp#date_t_media_type crossref5_3_1_xsd.tmp#month crossref5_3_1_xsd.tmp#day crossref5_3_1_xsd.tmp#year crossref5_3_1_xsd.tmp#date_t
Type extension of date_t
Type hierarchy
Properties
content complex
Used by
Model
Children day, month, year
Instance
<publication_date media_type="print" xmlns="http://www.crossref.org/schema/5.3.1">
  <month>{0,1}</month>
  <day>{0,1}</day>
  <year>{1,1}</year>
</publication_date>
Attributes
QName Type Default Use
media_type restriction of xsd:NMTOKEN print optional
Source
<xsd:element name="publication_date">
  <xsd:annotation>
    <xsd:documentation>The date of publication. Multiple dates are allowed to allow for different dates of publication for online and print versions.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="date_t"/>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element month
Namespace http://www.crossref.org/schema/5.3.1
Annotations
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.
Diagram
Diagram crossref5_3_1_xsd.tmp#xrefMonth
Type xrefMonth
Properties
content simple
Facets
totalDigits 2
maxInclusive 34
minInclusive 01
Used by
Source
<xsd:element name="month" type="xrefMonth">
  <xsd:annotation>
    <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>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element day
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Day of publication. The should must be expressed with a leading zero if it is less than 10 (e.g. submit "05", not "5").
Diagram
Diagram crossref5_3_1_xsd.tmp#xrefDay
Type xrefDay
Properties
content simple
Facets
totalDigits 2
maxInclusive 31
minInclusive 01
Used by
Source
<xsd:element name="day" type="xrefDay">
  <xsd:annotation>
    <xsd:documentation>Day of publication. The should must be expressed with a leading zero if it is less than 10 (e.g. submit "05", not "5").</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element year
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Year of publication.
Diagram
Diagram crossref5_3_1_xsd.tmp#xrefYear
Type xrefYear
Properties
content simple
Facets
totalDigits 4
maxInclusive 2200
minInclusive 1400
Used by
Source
<xsd:element name="year" type="xrefYear">
  <xsd:annotation>
    <xsd:documentation>Year of publication.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element journal_volume
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Container for the journal volume and DOI assigned to an entire journal volume. You may register a DOI for an entire volume by including doi_data in journal_volume.
Diagram
Diagram common5_3_1_xsd.tmp#volume crossref5_3_1_xsd.tmp#publisher_item crossref5_3_1_xsd.tmp#archive_locations common5_3_1_xsd.tmp#doi_data
Properties
content complex
Used by
Element journal_issue
Model
Children archive_locations, doi_data, publisher_item, volume
Instance
<journal_volume xmlns="http://www.crossref.org/schema/5.3.1">
  <volume>{1,1}</volume>
  <publisher_item>{0,1}</publisher_item>
  <archive_locations>{0,1}</archive_locations>
  <doi_data>{0,1}</doi_data>
</journal_volume>
Source
<xsd:element name="journal_volume">
  <xsd:annotation>
    <xsd:documentation>Container for the journal volume and DOI assigned to an entire journal volume. You may register a DOI for an entire volume by including doi_data in journal_volume.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="volume"/>
      <xsd:element ref="publisher_item" minOccurs="0"/>
      <xsd:element ref="archive_locations" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="doi_data" minOccurs="0"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element publisher_item
Namespace http://www.crossref.org/schema/5.3.1
Annotations
A container for item identification numbers set by a publisher.
Diagram
Diagram crossref5_3_1_xsd.tmp#item_number crossref5_3_1_xsd.tmp#identifier
Properties
content complex
Used by
Model
Children identifier, item_number
Instance
<publisher_item xmlns="http://www.crossref.org/schema/5.3.1">
  <item_number item_number_type="">{0,3}</item_number>
  <identifier id_type="">{0,10}</identifier>
</publisher_item>
Source
<xsd:element name="publisher_item">
  <xsd:annotation>
    <xsd:documentation>A container for item identification numbers set by a publisher.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="item_number" minOccurs="0" maxOccurs="3"/>
      <xsd:element ref="identifier" minOccurs="0" maxOccurs="10"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element item_number
Namespace http://www.crossref.org/schema/5.3.1
Annotations
A publisher-assigned number that uniquely identifies the item being registered.
Diagram
Diagram crossref5_3_1_xsd.tmp#item_number_t crossref5_3_1_xsd.tmp#item_number_item_number_type
Type extension of item_number_t
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use
item_number_type xsd:string optional
Source
<xsd:element name="item_number">
  <xsd:annotation>
    <xsd:documentation>A publisher-assigned number that uniquely identifies the item being registered.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="item_number_t">
        <xsd:attribute name="item_number_type" type="xsd:string" use="optional"/>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element identifier
Namespace http://www.crossref.org/schema/5.3.1
Annotations
A public standard identifier that can be used to uniquely identify the item being registered.
Diagram
Diagram crossref5_3_1_xsd.tmp#identifier_t crossref5_3_1_xsd.tmp#identifier_id_type
Type extension of identifier_t
Type hierarchy
Properties
content complex
Used by
Element publisher_item
Attributes
QName Type Use
id_type restriction of xsd:NMTOKEN required
Source
<xsd:element name="identifier">
  <xsd:annotation>
    <xsd:documentation>A public standard identifier that can be used to uniquely identify the item being registered.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="identifier_t">
        <xsd:attribute name="id_type" use="required">
          <xsd:simpleType>
            <xsd:restriction base="xsd:NMTOKEN">
              <xsd:enumeration value="pii"/>
              <xsd:enumeration value="sici"/>
              <xsd:enumeration value="doi"/>
              <xsd:enumeration value="dai"/>
              <xsd:enumeration value="Z39.23"/>
              <xsd:enumeration value="ISO-std-ref"/>
              <xsd:enumeration value="std-designation"/>
              <xsd:enumeration value="report-number"/>
              <xsd:enumeration value="pmid"/>
              <xsd:enumeration value="other"/>
            </xsd:restriction>
          </xsd:simpleType>
        </xsd:attribute>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element special_numbering
Namespace http://www.crossref.org/schema/5.3.1
Annotations
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.
Diagram
Diagram
Type restriction of xsd:string
Properties
content simple
Facets
minLength 1
maxLength 15
Used by
Element journal_issue
Source
<xsd:element name="special_numbering">
  <xsd:annotation>
    <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>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="15"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element journal_article
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Container for all information about a single journal article.
Diagram
Diagram crossref5_3_1_xsd.tmp#publication_type.atts common5_3_1_xsd.tmp#language.atts common5_3_1_xsd.tmp#reference_distribution_opts.att crossref5_3_1_xsd.tmp#titles crossref5_3_1_xsd.tmp#contributors JATS-journalpublishing1-3d2-mathml3-elements_xsd.tmp#abstract crossref5_3_1_xsd.tmp#publication_date crossref5_3_1_xsd.tmp#acceptance_date crossref5_3_1_xsd.tmp#pages crossref5_3_1_xsd.tmp#publisher_item common5_3_1_xsd.tmp#crossmark fundref_xsd.tmp#program AccessIndicators_xsd.tmp#http___www.crossref.org_AccessIndicators.xsd_program clinicaltrials_xsd.tmp#http___www.crossref.org_clinicaltrials.xsd_program relations_xsd.tmp#http___www.crossref.org_relations.xsd_program crossref5_3_1_xsd.tmp#archive_locations common5_3_1_xsd.tmp#scn_policies common5_3_1_xsd.tmp#doi_data common5_3_1_xsd.tmp#citation_list crossref5_3_1_xsd.tmp#component_list
Properties
content complex
Used by
Element journal
Model
titles{1,20} , contributors{0,1} , abstract* , publication_date{1,10} , acceptance_date{0,1} , pages{0,1} , publisher_item{0,1} , (crossmark{0,1} | (program{0,1} , program{0,1} , program{0,1})) , program{0,1} , archive_locations{0,1} , scn_policies{0,1} , doi_data , citation_list{0,1} , component_list{0,1}
Children abstract, acceptance_date, archive_locations, citation_list, component_list, contributors, crossmark, doi_data, pages, program, publication_date, publisher_item, scn_policies, titles
Instance
<journal_article language="" publication_type="full_text" reference_distribution_opts="none" xmlns="http://www.crossref.org/schema/5.3.1" xmlns:jats="http://www.ncbi.nlm.nih.gov/JATS1" xmlns:fr="http://www.crossref.org/fundref.xsd" xmlns:ai="http://www.crossref.org/AccessIndicators.xsd" xmlns:ct="http://www.crossref.org/clinicaltrials.xsd" xmlns:rel="http://www.crossref.org/relations.xsd">
  <titles>{1,20}</titles>
  <contributors>{0,1}</contributors>
  <jats:abstract abstract-type="" xml:base="" id="" xml:lang="" specific-use="">{0,unbounded}</jats:abstract>
  <publication_date media_type="print">{1,10}</publication_date>
  <acceptance_date media_type="print">{0,1}</acceptance_date>
  <pages>{0,1}</pages>
  <publisher_item>{0,1}</publisher_item>
  <crossmark>{0,1}</crossmark>
  <fr:program name="fundref">{0,1}</fr:program>
  <ai:program name="AccessIndicators">{0,1}</ai:program>
  <ct:program>{0,1}</ct:program>
  <rel:program name="relations">{0,1}</rel:program>
  <archive_locations>{0,1}</archive_locations>
  <scn_policies>{0,1}</scn_policies>
  <doi_data>{1,1}</doi_data>
  <citation_list>{0,1}</citation_list>
  <component_list>{0,1}</component_list>
</journal_article>
Attributes
QName Type Default Use
language restriction of xsd:NMTOKEN optional
publication_type restriction of xsd:NMTOKEN full_text optional
reference_distribution_opts restriction of xsd:string none optional
Source
<xsd:element name="journal_article">
  <xsd:annotation>
    <xsd:documentation>Container for all information about a single journal article.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="titles" maxOccurs="20"/>
      <xsd:element ref="contributors" minOccurs="0"/>
      <xsd:element ref="jats:abstract" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="publication_date" maxOccurs="10"/>
      <xsd:element ref="acceptance_date" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="pages" minOccurs="0"/>
      <xsd:element ref="publisher_item" minOccurs="0"/>
      <xsd:choice>
        <xsd:element ref="crossmark" minOccurs="0"/>
        <xsd:sequence>
          <xsd:element ref="fr:program" minOccurs="0" maxOccurs="1"/>
          <xsd:element ref="ai:program" minOccurs="0" maxOccurs="1"/>
          <xsd:element ref="ct:program" minOccurs="0" maxOccurs="1"/>
        </xsd:sequence>
      </xsd:choice>
      <xsd:element ref="rel:program" minOccurs="0"/>
      <xsd:element ref="archive_locations" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="scn_policies" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="doi_data"/>
      <xsd:element ref="citation_list" minOccurs="0"/>
      <xsd:element ref="component_list" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="publication_type.atts"/>
    <xsd:attributeGroup ref="language.atts"/>
    <xsd:attributeGroup ref="reference_distribution_opts.att"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element acceptance_date
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The date a manuscript was accepted for publication.
Diagram
Diagram crossref5_3_1_xsd.tmp#date_t_media_type crossref5_3_1_xsd.tmp#month crossref5_3_1_xsd.tmp#day crossref5_3_1_xsd.tmp#year crossref5_3_1_xsd.tmp#date_t
Type extension of date_t
Type hierarchy
Properties
content complex
Used by
Model
Children day, month, year
Instance
<acceptance_date media_type="print" xmlns="http://www.crossref.org/schema/5.3.1">
  <month>{0,1}</month>
  <day>{0,1}</day>
  <year>{1,1}</year>
</acceptance_date>
Attributes
QName Type Default Use
media_type restriction of xsd:NMTOKEN print optional
Source
<xsd:element name="acceptance_date">
  <xsd:annotation>
    <xsd:documentation>The date a manuscript was accepted for publication.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="date_t"/>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element pages
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The container for information about page ranges.
Diagram
Diagram common5_3_1_xsd.tmp#first_page common5_3_1_xsd.tmp#last_page common5_3_1_xsd.tmp#other_pages
Properties
content complex
Used by
Model
Children first_page, last_page, other_pages
Instance
<pages xmlns="http://www.crossref.org/schema/5.3.1">
  <first_page>{1,1}</first_page>
  <last_page>{0,1}</last_page>
  <other_pages>{0,1}</other_pages>
</pages>
Source
<xsd:element name="pages">
  <xsd:annotation>
    <xsd:documentation>The container for information about page ranges.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="first_page"/>
      <xsd:element ref="last_page" minOccurs="0"/>
      <xsd:element ref="other_pages" minOccurs="0"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element component_list
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Container for a group of components
Diagram
Diagram crossref5_3_1_xsd.tmp#component
Properties
content complex
Used by
Model
Children component
Instance
<component_list xmlns="http://www.crossref.org/schema/5.3.1">
  <component component_size="" language="" parent_relation="" reg-agency="">{0,unbounded}</component>
</component_list>
Source
<xsd:element name="component_list">
  <xsd:annotation>
    <xsd:documentation>Container for a group of components</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="component" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element component
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Container for component metadata. Supplemental materials, figures, tables, and other items that can be considered a citeable part of a registered item may be registered as components.
Diagram
Diagram crossref5_3_1_xsd.tmp#component_parent_relation crossref5_3_1_xsd.tmp#component_reg-agency common5_3_1_xsd.tmp#language.atts crossref5_3_1_xsd.tmp#component_component_size crossref5_3_1_xsd.tmp#titles crossref5_3_1_xsd.tmp#contributors crossref5_3_1_xsd.tmp#publication_date crossref5_3_1_xsd.tmp#http___www.crossref.org_schema_5.3.1_description crossref5_3_1_xsd.tmp#format AccessIndicators_xsd.tmp#http___www.crossref.org_AccessIndicators.xsd_program common5_3_1_xsd.tmp#doi_data common5_3_1_xsd.tmp#doi
Properties
content complex
Used by
Element component_list
Model
Children contributors, description, doi, doi_data, format, program, publication_date, titles
Instance
<component component_size="" language="" parent_relation="" reg-agency="" xmlns="http://www.crossref.org/schema/5.3.1" xmlns:ai="http://www.crossref.org/AccessIndicators.xsd">
  <titles>{0,1}</titles>
  <contributors>{0,1}</contributors>
  <publication_date media_type="print">{0,1}</publication_date>
  <description language="">{0,1}</description>
  <format mime_type="">{0,1}</format>
  <ai:program name="AccessIndicators">{0,1}</ai:program>
  <doi_data>{1,1}</doi_data>
  <doi>{1,1}</doi>
</component>
Attributes
QName Type Use
component_size xsd:nonNegativeInteger optional
language restriction of xsd:NMTOKEN optional
parent_relation restriction of xsd:NMTOKEN required
reg-agency xsd:string optional
Source
<xsd:element name="component">
  <xsd:annotation>
    <xsd:documentation>Container for component metadata. Supplemental materials, figures, tables, and other items that can be considered a citeable part of a registered item may be registered as components.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="titles" minOccurs="0"/>
      <xsd:element ref="contributors" minOccurs="0"/>
      <xsd:element ref="publication_date" minOccurs="0"/>
      <xsd:element ref="description" minOccurs="0"/>
      <xsd:element ref="format" minOccurs="0"/>
      <xsd:element ref="ai:program" minOccurs="0"/>
      <xsd:choice>
        <xsd:element ref="doi_data"/>
        <xsd:element ref="doi"/>
      </xsd:choice>
    </xsd:sequence>
    <xsd:attribute name="parent_relation" use="required">
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="isPartOf"/>
          <xsd:enumeration value="isReferencedBy"/>
          <xsd:enumeration value="isRequiredBy"/>
          <xsd:enumeration value="isTranslationOf"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="reg-agency" use="optional">
      <xsd:simpleType>
        <xsd:restriction base="xsd:string"/>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attributeGroup ref="language.atts"/>
    <xsd:attribute name="component_size">
      <xsd:simpleType>
        <xsd:restriction base="xsd:nonNegativeInteger"/>
      </xsd:simpleType>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element description
Namespace http://www.crossref.org/schema/5.3.1
Annotations
A narrative description of a file (e.g. a figure caption or video description).
Diagram
Diagram common5_3_1_xsd.tmp#language.atts common5_3_1_xsd.tmp#b common5_3_1_xsd.tmp#i common5_3_1_xsd.tmp#em common5_3_1_xsd.tmp#strong common5_3_1_xsd.tmp#u common5_3_1_xsd.tmp#ovl common5_3_1_xsd.tmp#sup common5_3_1_xsd.tmp#sub common5_3_1_xsd.tmp#scp common5_3_1_xsd.tmp#tt common5_3_1_xsd.tmp#font mathml3-common_xsd.tmp#math common5_3_1_xsd.tmp#face_markup
Properties
content complex
mixed true
Used by
Model
b | i | em | strong | u | ovl | sup | sub | scp | tt | font | m:math
Children b, em, font, i, m:math, ovl, scp, strong, sub, sup, tt, u
Instance
<description language="" xmlns="http://www.crossref.org/schema/5.3.1" xmlns:mml="http://www.w3.org/1998/Math/MathML">
  <b>{1,1}</b>
  <i>{1,1}</i>
  <em>{1,1}</em>
  <strong>{1,1}</strong>
  <u>{1,1}</u>
  <ovl>{1,1}</ovl>
  <sup>{1,1}</sup>
  <sub>{1,1}</sub>
  <scp>{1,1}</scp>
  <tt>{1,1}</tt>
  <font>{1,1}</font>
  <mml:math accent="" accentunder="" align="" alignmentscope="" altimg="" altimg-height="" altimg-valign="" altimg-width="" alttext="" bevelled="" cdgroup="" charalign="" charspacing="" class="" close="" columnalign="" columnlines="" columnspacing="" columnspan="" columnwidth="" crossout="" decimalpoint="" denomalign="" depth="" dir="" display="" displaystyle="" edge="" equalcolumns="" equalrows="" fence="" form="" frame="" framespacing="" groupalign="" height="" href="" id="" indentalign="" indentalignfirst="" indentalignlast="" indentshift="" indentshiftfirst="" indentshiftlast="" indenttarget="" infixlinebreakstyle="" largeop="" leftoverhang="" length="" linebreak="" linebreakmultchar="" linebreakstyle="" lineleading="" linethickness="" location="" longdivstyle="" lquote="" lspace="" macros="" mathbackground="" mathcolor="" mathsize="" mathvariant="" maxsize="" maxwidth="" minlabelspacing="" minsize="" mode="" movablelimits="" mslinethickness="" notation="" numalign="" open="" other="" overflow="" position="" rightoverhang="" rowalign="" rowlines="" rowspacing="" rowspan="" rquote="" rspace="" scriptlevel="" scriptminsize="" scriptsizemultiplier="" selection="" separator="" separators="" shift="" side="" stackalign="" stretchy="" style="" subscriptshift="" superscriptshift="" symmetric="" valign="" width="" xref="">{1,1}</mml:math>
</description>
Attributes
QName Type Use
language restriction of xsd:NMTOKEN optional
Source
<xsd:element name="description">
  <xsd:annotation>
    <xsd:documentation>A narrative description of a file (e.g. a figure caption or video description).</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType mixed="true">
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:group ref="face_markup"/>
    </xsd:choice>
    <xsd:attributeGroup ref="language.atts"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element format
Namespace http://www.crossref.org/schema/5.3.1
Annotations
A narrative description of a component's file format and/or file extension.
Diagram
Diagram crossref5_3_1_xsd.tmp#format_t common5_3_1_xsd.tmp#mime_type.atts
Type extension of format_t
Type hierarchy
Properties
content complex
Used by
Elements component, dataset
Attributes
QName Type Use
mime_type restriction of xsd:string optional
Source
<xsd:element name="format">
  <xsd:annotation>
    <xsd:documentation>A narrative description of a component's file format and/or file extension.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="format_t">
        <xsd:attributeGroup ref="mime_type.atts"/>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element book
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Container for all information about a single book.
Diagram
Diagram crossref5_3_1_xsd.tmp#book_book_type crossref5_3_1_xsd.tmp#book_metadata crossref5_3_1_xsd.tmp#book_series_metadata crossref5_3_1_xsd.tmp#book_set_metadata crossref5_3_1_xsd.tmp#content_item
Properties
content complex
Used by
Element body
Model
Children book_metadata, book_series_metadata, book_set_metadata, content_item
Instance
<book book_type="" xmlns="http://www.crossref.org/schema/5.3.1">
  <book_metadata language="" reference_distribution_opts="none">{1,1}</book_metadata>
  <book_series_metadata language="" reference_distribution_opts="none">{1,1}</book_series_metadata>
  <book_set_metadata language="" reference_distribution_opts="none">{1,1}</book_set_metadata>
  <content_item component_type="" language="" level_sequence_number="1" publication_type="full_text" reference_distribution_opts="none">{0,unbounded}</content_item>
</book>
Attributes
QName Type Use
book_type restriction of xsd:NMTOKEN required
Source
<xsd:element name="book">
  <xsd:annotation>
    <xsd:documentation>Container for all information about a single book.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:choice>
        <xsd:element ref="book_metadata"/>
        <xsd:element ref="book_series_metadata"/>
        <xsd:element ref="book_set_metadata"/>
      </xsd:choice>
      <xsd:element ref="content_item" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="book_type" use="required">
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="edited_book"/>
          <xsd:enumeration value="monograph"/>
          <xsd:enumeration value="reference"/>
          <xsd:enumeration value="other"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element book_metadata
Namespace http://www.crossref.org/schema/5.3.1
Annotations
A container for all title-level metadata for a single book that is not part of a series or set.
Diagram
Diagram common5_3_1_xsd.tmp#language.atts common5_3_1_xsd.tmp#reference_distribution_opts.att crossref5_3_1_xsd.tmp#contributors crossref5_3_1_xsd.tmp#titles JATS-journalpublishing1-3d2-mathml3-elements_xsd.tmp#abstract common5_3_1_xsd.tmp#edition_number crossref5_3_1_xsd.tmp#publication_date crossref5_3_1_xsd.tmp#acceptance_date common5_3_1_xsd.tmp#http___www.crossref.org_schema_5.3.1_isbn crossref5_3_1_xsd.tmp#noisbn crossref5_3_1_xsd.tmp#publisher crossref5_3_1_xsd.tmp#publisher_item common5_3_1_xsd.tmp#crossmark fundref_xsd.tmp#program AccessIndicators_xsd.tmp#http___www.crossref.org_AccessIndicators.xsd_program relations_xsd.tmp#http___www.crossref.org_relations.xsd_program crossref5_3_1_xsd.tmp#archive_locations common5_3_1_xsd.tmp#doi_data common5_3_1_xsd.tmp#citation_list
Properties
content complex
Used by
Element book
Model
Children abstract, acceptance_date, archive_locations, citation_list, contributors, crossmark, doi_data, edition_number, isbn, noisbn, program, publication_date, publisher, publisher_item, titles
Instance
<book_metadata language="" reference_distribution_opts="none" xmlns="http://www.crossref.org/schema/5.3.1" xmlns:jats="http://www.ncbi.nlm.nih.gov/JATS1" xmlns:fr="http://www.crossref.org/fundref.xsd" xmlns:ai="http://www.crossref.org/AccessIndicators.xsd" xmlns:rel="http://www.crossref.org/relations.xsd">
  <contributors>{0,1}</contributors>
  <titles>{1,1}</titles>
  <jats:abstract abstract-type="" xml:base="" id="" xml:lang="" specific-use="">{0,unbounded}</jats:abstract>
  <edition_number>{0,1}</edition_number>
  <publication_date media_type="print">{1,10}</publication_date>
  <acceptance_date media_type="print">{0,1}</acceptance_date>
  <isbn media_type="print">{1,6}</isbn>
  <noisbn reason="">{1,1}</noisbn>
  <publisher>{1,unbounded}</publisher>
  <publisher_item>{0,1}</publisher_item>
  <crossmark>{0,1}</crossmark>
  <fr:program name="fundref">{0,1}</fr:program>
  <ai:program name="AccessIndicators">{0,1}</ai:program>
  <rel:program name="relations">{0,1}</rel:program>
  <archive_locations>{0,1}</archive_locations>
  <doi_data>{0,1}</doi_data>
  <citation_list>{0,1}</citation_list>
</book_metadata>
Attributes
QName Type Default Use
language restriction of xsd:NMTOKEN optional
reference_distribution_opts restriction of xsd:string none optional
Source
<xsd:element name="book_metadata">
  <xsd:annotation>
    <xsd:documentation>A container for all title-level metadata for a single book that is not part of a series or set.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="contributors" minOccurs="0"/>
      <xsd:element ref="titles"/>
      <xsd:element ref="jats:abstract" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="edition_number" minOccurs="0"/>
      <xsd:element ref="publication_date" maxOccurs="10"/>
      <xsd:element ref="acceptance_date" minOccurs="0" maxOccurs="1"/>
      <xsd:choice>
        <xsd:element ref="isbn" maxOccurs="6"/>
        <xsd:element ref="noisbn"/>
      </xsd:choice>
      <xsd:element ref="publisher" minOccurs="1" maxOccurs="unbounded"/>
      <xsd:element ref="publisher_item" minOccurs="0"/>
      <xsd:choice>
        <xsd:element ref="crossmark" minOccurs="0"/>
        <xsd:sequence>
          <xsd:element ref="fr:program" minOccurs="0" maxOccurs="1"/>
          <xsd:element ref="ai:program" minOccurs="0" maxOccurs="1"/>
        </xsd:sequence>
      </xsd:choice>
      <xsd:element ref="rel:program" minOccurs="0"/>
      <xsd:element ref="archive_locations" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="doi_data" minOccurs="0"/>
      <xsd:element ref="citation_list" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="language.atts"/>
    <xsd:attributeGroup ref="reference_distribution_opts.att"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element noisbn
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Identifies books or conference proceedings that have no ISBN assigned.
Diagram
Diagram crossref5_3_1_xsd.tmp#noisbn_reason
Properties
content complex
Used by
Attributes
QName Type Use
reason restriction of xsd:NMTOKEN required
Source
<xsd:element name="noisbn">
  <xsd:annotation>
    <xsd:documentation>Identifies books or conference proceedings that have no ISBN assigned.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:attribute name="reason" use="required">
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="archive_volume"/>
          <xsd:enumeration value="monograph"/>
          <xsd:enumeration value="simple_series"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element publisher
Namespace http://www.crossref.org/schema/5.3.1
Annotations
A container for information about the publisher of the item being registered
Diagram
Diagram crossref5_3_1_xsd.tmp#publisher_name crossref5_3_1_xsd.tmp#publisher_place
Properties
content complex
Used by
Model
Children publisher_name, publisher_place
Instance
<publisher xmlns="http://www.crossref.org/schema/5.3.1">
  <publisher_name>{1,1}</publisher_name>
  <publisher_place>{0,1}</publisher_place>
</publisher>
Source
<xsd:element name="publisher">
  <xsd:annotation>
    <xsd:documentation>A container for information about the publisher of the item being registered</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="publisher_name"/>
      <xsd:element ref="publisher_place" minOccurs="0"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element publisher_name
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The name of the publisher of a book or conference proceedings. This name may differ from that of the organization registering or maintaining the metadata record.
Diagram
Diagram
Type restriction of xsd:string
Properties
content simple
Facets
minLength 1
maxLength 255
Used by
Element publisher
Source
<xsd:element name="publisher_name">
  <xsd:annotation>
    <xsd:documentation>The name of the publisher of a book or conference proceedings. This name may differ from that of the organization registering or maintaining the metadata record.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="255"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element publisher_place
Namespace http://www.crossref.org/schema/5.3.1
Annotations
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.
Diagram
Diagram
Type restriction of xsd:string
Properties
content simple
Facets
minLength 2
maxLength 255
Used by
Element publisher
Source
<xsd:element name="publisher_place">
  <xsd:annotation>
    <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>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="255"/>
      <xsd:minLength value="2"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element book_series_metadata
Namespace http://www.crossref.org/schema/5.3.1
Annotations
A container for all information that applies to an individual volume of a book series.
Diagram
Diagram common5_3_1_xsd.tmp#language.atts common5_3_1_xsd.tmp#reference_distribution_opts.att crossref5_3_1_xsd.tmp#series_metadata crossref5_3_1_xsd.tmp#contributors crossref5_3_1_xsd.tmp#titles JATS-journalpublishing1-3d2-mathml3-elements_xsd.tmp#abstract common5_3_1_xsd.tmp#volume common5_3_1_xsd.tmp#volume common5_3_1_xsd.tmp#edition_number crossref5_3_1_xsd.tmp#publication_date common5_3_1_xsd.tmp#http___www.crossref.org_schema_5.3.1_isbn crossref5_3_1_xsd.tmp#noisbn crossref5_3_1_xsd.tmp#publication_date crossref5_3_1_xsd.tmp#publisher crossref5_3_1_xsd.tmp#publisher_item common5_3_1_xsd.tmp#crossmark fundref_xsd.tmp#program AccessIndicators_xsd.tmp#http___www.crossref.org_AccessIndicators.xsd_program relations_xsd.tmp#http___www.crossref.org_relations.xsd_program crossref5_3_1_xsd.tmp#archive_locations common5_3_1_xsd.tmp#doi_data common5_3_1_xsd.tmp#citation_list
Properties
content complex
Used by
Element book
Model
Children abstract, archive_locations, citation_list, contributors, crossmark, doi_data, edition_number, isbn, noisbn, program, publication_date, publisher, publisher_item, series_metadata, titles, volume
Instance
<book_series_metadata language="" reference_distribution_opts="none" xmlns="http://www.crossref.org/schema/5.3.1" xmlns:jats="http://www.ncbi.nlm.nih.gov/JATS1" xmlns:fr="http://www.crossref.org/fundref.xsd" xmlns:ai="http://www.crossref.org/AccessIndicators.xsd" xmlns:rel="http://www.crossref.org/relations.xsd">
  <series_metadata>{1,1}</series_metadata>
  <contributors>{0,1}</contributors>
  <titles>{1,1}</titles>
  <jats:abstract abstract-type="" xml:base="" id="" xml:lang="" specific-use="">{0,unbounded}</jats:abstract>
  <volume>{0,1}</volume>
  <volume>{1,1}</volume>
  <edition_number>{0,1}</edition_number>
  <publication_date media_type="print">{1,10}</publication_date>
  <isbn media_type="print">{1,6}</isbn>
  <noisbn reason="">{1,1}</noisbn>
  <publication_date media_type="print">{1,10}</publication_date>
  <publisher>{1,1}</publisher>
  <publisher_item>{0,1}</publisher_item>
  <crossmark>{0,1}</crossmark>
  <fr:program name="fundref">{0,1}</fr:program>
  <ai:program name="AccessIndicators">{0,1}</ai:program>
  <rel:program name="relations">{0,1}</rel:program>
  <archive_locations>{0,1}</archive_locations>
  <doi_data>{0,1}</doi_data>
  <citation_list>{0,1}</citation_list>
</book_series_metadata>
Attributes
QName Type Default Use
language restriction of xsd:NMTOKEN optional
reference_distribution_opts restriction of xsd:string none optional
Source
<xsd:element name="book_series_metadata">
  <xsd:annotation>
    <xsd:documentation>A container for all information that applies to an individual volume of a book series.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="series_metadata"/>
      <xsd:choice>
        <xsd:sequence>
          <xsd:element ref="contributors" minOccurs="0"/>
          <xsd:choice>
            <xsd:sequence>
              <xsd:element ref="titles"/>
              <xsd:element ref="jats:abstract" minOccurs="0" maxOccurs="unbounded"/>
              <xsd:element ref="volume" minOccurs="0"/>
            </xsd:sequence>
            <xsd:element ref="volume"/>
          </xsd:choice>
          <xsd:element ref="edition_number" minOccurs="0"/>
          <xsd:element ref="publication_date" maxOccurs="10"/>
          <xsd:choice>
            <xsd:element ref="isbn" maxOccurs="6"/>
            <xsd:element ref="noisbn"/>
          </xsd:choice>
        </xsd:sequence>
        <xsd:element ref="publication_date" maxOccurs="10"/>
      </xsd:choice>
      <xsd:element ref="publisher"/>
      <xsd:element ref="publisher_item" minOccurs="0"/>
      <xsd:choice>
        <xsd:element ref="crossmark" minOccurs="0"/>
        <xsd:sequence>
          <xsd:element ref="fr:program" minOccurs="0" maxOccurs="1"/>
          <xsd:element ref="ai:program" minOccurs="0" maxOccurs="1"/>
        </xsd:sequence>
      </xsd:choice>
      <xsd:element ref="rel:program" minOccurs="0"/>
      <xsd:element ref="archive_locations" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="doi_data" minOccurs="0"/>
      <xsd:element ref="citation_list" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="language.atts"/>
    <xsd:attributeGroup ref="reference_distribution_opts.att"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element series_metadata
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Container for metadata about a series publication.
Diagram
Diagram crossref5_3_1_xsd.tmp#contributors crossref5_3_1_xsd.tmp#titles JATS-journalpublishing1-3d2-mathml3-elements_xsd.tmp#abstract common5_3_1_xsd.tmp#issn crossref5_3_1_xsd.tmp#coden crossref5_3_1_xsd.tmp#series_number crossref5_3_1_xsd.tmp#publisher_item common5_3_1_xsd.tmp#crossmark fundref_xsd.tmp#program AccessIndicators_xsd.tmp#http___www.crossref.org_AccessIndicators.xsd_program crossref5_3_1_xsd.tmp#archive_locations common5_3_1_xsd.tmp#doi_data
Properties
content complex
Used by
Model
Children abstract, archive_locations, coden, contributors, crossmark, doi_data, issn, program, publisher_item, series_number, titles
Instance
<series_metadata xmlns="http://www.crossref.org/schema/5.3.1" xmlns:jats="http://www.ncbi.nlm.nih.gov/JATS1" xmlns:fr="http://www.crossref.org/fundref.xsd" xmlns:ai="http://www.crossref.org/AccessIndicators.xsd">
  <contributors>{0,1}</contributors>
  <titles>{1,1}</titles>
  <jats:abstract abstract-type="" xml:base="" id="" xml:lang="" specific-use="">{0,unbounded}</jats:abstract>
  <issn media_type="print">{1,6}</issn>
  <coden>{0,1}</coden>
  <series_number>{0,1}</series_number>
  <publisher_item>{0,1}</publisher_item>
  <crossmark>{0,1}</crossmark>
  <fr:program name="fundref">{0,1}</fr:program>
  <ai:program name="AccessIndicators">{0,1}</ai:program>
  <archive_locations>{0,1}</archive_locations>
  <doi_data>{0,1}</doi_data>
</series_metadata>
Source
<xsd:element name="series_metadata">
  <xsd:annotation>
    <xsd:documentation>Container for metadata about a series publication.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="contributors" minOccurs="0"/>
      <xsd:element ref="titles"/>
      <xsd:element ref="jats:abstract" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>The abstract element allows depositors to include abstracts extracted from NLM or JATS XML in Crossref deposits. The jats: namespace prefix must be included.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element ref="issn" maxOccurs="6"/>
      <xsd:element ref="coden" minOccurs="0"/>
      <xsd:element ref="series_number" minOccurs="0"/>
      <xsd:element ref="publisher_item" minOccurs="0"/>
      <xsd:choice>
        <xsd:element ref="crossmark" minOccurs="0"/>
        <xsd:sequence>
          <xsd:element ref="fr:program" minOccurs="0" maxOccurs="1"/>
          <xsd:element ref="ai:program" minOccurs="0" maxOccurs="1"/>
        </xsd:sequence>
      </xsd:choice>
      <xsd:element ref="archive_locations" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="doi_data" minOccurs="0"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element series_number
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The series number within a specific published conference discipline.
Diagram
Diagram
Type restriction of xsd:string
Properties
content simple
Facets
minLength 1
maxLength 15
Used by
Element series_metadata
Source
<xsd:element name="series_number">
  <xsd:annotation>
    <xsd:documentation>The series number within a specific published conference discipline.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="15"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element book_set_metadata
Namespace http://www.crossref.org/schema/5.3.1
Annotations
A container for all information that applies to an individual volume of a book set.
Diagram
Diagram common5_3_1_xsd.tmp#language.atts common5_3_1_xsd.tmp#reference_distribution_opts.att crossref5_3_1_xsd.tmp#set_metadata crossref5_3_1_xsd.tmp#contributors crossref5_3_1_xsd.tmp#titles JATS-journalpublishing1-3d2-mathml3-elements_xsd.tmp#abstract common5_3_1_xsd.tmp#volume common5_3_1_xsd.tmp#volume common5_3_1_xsd.tmp#edition_number crossref5_3_1_xsd.tmp#publication_date common5_3_1_xsd.tmp#http___www.crossref.org_schema_5.3.1_isbn crossref5_3_1_xsd.tmp#noisbn crossref5_3_1_xsd.tmp#publisher crossref5_3_1_xsd.tmp#publisher_item common5_3_1_xsd.tmp#crossmark fundref_xsd.tmp#program AccessIndicators_xsd.tmp#http___www.crossref.org_AccessIndicators.xsd_program relations_xsd.tmp#http___www.crossref.org_relations.xsd_program crossref5_3_1_xsd.tmp#archive_locations common5_3_1_xsd.tmp#doi_data common5_3_1_xsd.tmp#citation_list
Properties
content complex
Used by
Element book
Model
Children abstract, archive_locations, citation_list, contributors, crossmark, doi_data, edition_number, isbn, noisbn, program, publication_date, publisher, publisher_item, set_metadata, titles, volume
Instance
<book_set_metadata language="" reference_distribution_opts="none" xmlns="http://www.crossref.org/schema/5.3.1" xmlns:jats="http://www.ncbi.nlm.nih.gov/JATS1" xmlns:fr="http://www.crossref.org/fundref.xsd" xmlns:ai="http://www.crossref.org/AccessIndicators.xsd" xmlns:rel="http://www.crossref.org/relations.xsd">
  <set_metadata>{1,1}</set_metadata>
  <contributors>{0,1}</contributors>
  <titles>{1,1}</titles>
  <jats:abstract abstract-type="" xml:base="" id="" xml:lang="" specific-use="">{0,unbounded}</jats:abstract>
  <volume>{0,1}</volume>
  <volume>{1,1}</volume>
  <edition_number>{0,1}</edition_number>
  <publication_date media_type="print">{1,10}</publication_date>
  <isbn media_type="print">{1,6}</isbn>
  <noisbn reason="">{1,1}</noisbn>
  <publisher>{1,1}</publisher>
  <publisher_item>{0,1}</publisher_item>
  <crossmark>{0,1}</crossmark>
  <fr:program name="fundref">{0,1}</fr:program>
  <ai:program name="AccessIndicators">{0,1}</ai:program>
  <rel:program name="relations">{0,1}</rel:program>
  <archive_locations>{0,1}</archive_locations>
  <doi_data>{0,1}</doi_data>
  <citation_list>{0,1}</citation_list>
</book_set_metadata>
Attributes
QName Type Default Use
language restriction of xsd:NMTOKEN optional
reference_distribution_opts restriction of xsd:string none optional
Source
<xsd:element name="book_set_metadata">
  <xsd:annotation>
    <xsd:documentation>A container for all information that applies to an individual volume of a book set.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="set_metadata"/>
      <xsd:element ref="contributors" minOccurs="0"/>
      <xsd:choice>
        <xsd:sequence>
          <xsd:element ref="titles"/>
          <xsd:element ref="jats:abstract" minOccurs="0" maxOccurs="unbounded"/>
          <xsd:element ref="volume" minOccurs="0"/>
        </xsd:sequence>
        <xsd:element ref="volume"/>
      </xsd:choice>
      <xsd:element ref="edition_number" minOccurs="0"/>
      <xsd:element ref="publication_date" maxOccurs="10"/>
      <xsd:choice>
        <xsd:element ref="isbn" maxOccurs="6"/>
        <xsd:element ref="noisbn"/>
      </xsd:choice>
      <xsd:element ref="publisher"/>
      <xsd:element ref="publisher_item" minOccurs="0"/>
      <xsd:choice>
        <xsd:element ref="crossmark" minOccurs="0"/>
        <xsd:sequence>
          <xsd:element ref="fr:program" minOccurs="0" maxOccurs="1"/>
          <xsd:element ref="ai:program" minOccurs="0" maxOccurs="1"/>
        </xsd:sequence>
      </xsd:choice>
      <xsd:element ref="rel:program" minOccurs="0"/>
      <xsd:element ref="archive_locations" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="doi_data" minOccurs="0"/>
      <xsd:element ref="citation_list" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="language.atts"/>
    <xsd:attributeGroup ref="reference_distribution_opts.att"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element set_metadata
Namespace http://www.crossref.org/schema/5.3.1
Annotations
When a book consists of multiple volumes that are not part of a serial publication (series), set_metadata is used to describe information about the entire set.
Diagram
Diagram crossref5_3_1_xsd.tmp#titles common5_3_1_xsd.tmp#http___www.crossref.org_schema_5.3.1_isbn crossref5_3_1_xsd.tmp#noisbn crossref5_3_1_xsd.tmp#contributors crossref5_3_1_xsd.tmp#part_number crossref5_3_1_xsd.tmp#publisher_item crossref5_3_1_xsd.tmp#archive_locations common5_3_1_xsd.tmp#doi_data
Properties
content complex
Used by
Model
Children archive_locations, contributors, doi_data, isbn, noisbn, part_number, publisher_item, titles
Instance
<set_metadata xmlns="http://www.crossref.org/schema/5.3.1">
  <titles>{1,1}</titles>
  <isbn media_type="print">{1,6}</isbn>
  <noisbn reason="">{1,1}</noisbn>
  <contributors>{0,1}</contributors>
  <part_number>{0,1}</part_number>
  <publisher_item>{0,1}</publisher_item>
  <archive_locations>{0,1}</archive_locations>
  <doi_data>{0,1}</doi_data>
</set_metadata>
Source
<xsd:element name="set_metadata">
  <xsd:annotation>
    <xsd:documentation>When a book consists of multiple volumes that are not part of a serial publication (series), set_metadata is used to describe information about the entire set.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="titles"/>
      <xsd:choice>
        <xsd:element ref="isbn" maxOccurs="6"/>
        <xsd:element ref="noisbn"/>
      </xsd:choice>
      <xsd:element ref="contributors" minOccurs="0"/>
      <xsd:element ref="part_number" minOccurs="0"/>
      <xsd:element ref="publisher_item" minOccurs="0"/>
      <xsd:element ref="archive_locations" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="doi_data" minOccurs="0"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element part_number
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The part number of a given volume. In some cases, a book set will have multiple parts, and then one or more volumes within each part. The part number of a given volume should be deposited in this element.
Diagram
Diagram
Type restriction of xsd:string
Properties
content simple
Facets
minLength 1
maxLength 15
Used by
Element set_metadata
Source
<xsd:element name="part_number">
  <xsd:annotation>
    <xsd:documentation>The part number of a given volume. In some cases, a book set will have multiple parts, and then one or more volumes within each part. The part number of a given volume should be deposited in this element.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="15"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element content_item
Namespace http://www.crossref.org/schema/5.3.1
Annotations
A segment of a book, report, or standard for which a DOI is being registered. Most commonly used for book chapters.
Diagram
Diagram crossref5_3_1_xsd.tmp#content_item_component_type crossref5_3_1_xsd.tmp#content_item_level_sequence_number crossref5_3_1_xsd.tmp#publication_type.atts common5_3_1_xsd.tmp#language.atts common5_3_1_xsd.tmp#reference_distribution_opts.att crossref5_3_1_xsd.tmp#contributors crossref5_3_1_xsd.tmp#titles JATS-journalpublishing1-3d2-mathml3-elements_xsd.tmp#abstract common5_3_1_xsd.tmp#component_number crossref5_3_1_xsd.tmp#publication_date crossref5_3_1_xsd.tmp#acceptance_date crossref5_3_1_xsd.tmp#pages crossref5_3_1_xsd.tmp#publisher_item common5_3_1_xsd.tmp#crossmark fundref_xsd.tmp#program AccessIndicators_xsd.tmp#http___www.crossref.org_AccessIndicators.xsd_program clinicaltrials_xsd.tmp#http___www.crossref.org_clinicaltrials.xsd_program relations_xsd.tmp#http___www.crossref.org_relations.xsd_program crossref5_3_1_xsd.tmp#archive_locations common5_3_1_xsd.tmp#scn_policies common5_3_1_xsd.tmp#doi_data common5_3_1_xsd.tmp#citation_list crossref5_3_1_xsd.tmp#component_list
Properties
content complex
Used by
Model
Children abstract, acceptance_date, archive_locations, citation_list, component_list, component_number, contributors, crossmark, doi_data, pages, program, publication_date, publisher_item, scn_policies, titles
Instance
<content_item component_type="" language="" level_sequence_number="1" publication_type="full_text" reference_distribution_opts="none" xmlns="http://www.crossref.org/schema/5.3.1" xmlns:jats="http://www.ncbi.nlm.nih.gov/JATS1" xmlns:fr="http://www.crossref.org/fundref.xsd" xmlns:ai="http://www.crossref.org/AccessIndicators.xsd" xmlns:ct="http://www.crossref.org/clinicaltrials.xsd" xmlns:rel="http://www.crossref.org/relations.xsd">
  <contributors>{0,1}</contributors>
  <titles>{0,1}</titles>
  <jats:abstract abstract-type="" xml:base="" id="" xml:lang="" specific-use="">{0,unbounded}</jats:abstract>
  <component_number>{0,1}</component_number>
  <publication_date media_type="print">{0,10}</publication_date>
  <acceptance_date media_type="print">{0,1}</acceptance_date>
  <pages>{0,1}</pages>
  <publisher_item>{0,1}</publisher_item>
  <crossmark>{0,1}</crossmark>
  <fr:program name="fundref">{0,1}</fr:program>
  <ai:program name="AccessIndicators">{0,1}</ai:program>
  <ct:program>{0,1}</ct:program>
  <rel:program name="relations">{0,1}</rel:program>
  <archive_locations>{0,1}</archive_locations>
  <scn_policies>{0,1}</scn_policies>
  <doi_data>{1,1}</doi_data>
  <citation_list>{0,1}</citation_list>
  <component_list>{0,1}</component_list>
</content_item>
Attributes
QName Type Default Use
component_type restriction of xsd:NMTOKEN required
language restriction of xsd:NMTOKEN optional
level_sequence_number restriction of xsd:positiveInteger 1 optional
publication_type restriction of xsd:NMTOKEN full_text optional
reference_distribution_opts restriction of xsd:string none optional
Source
<xsd:element name="content_item">
  <xsd:annotation>
    <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>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="contributors" minOccurs="0"/>
      <xsd:element ref="titles" minOccurs="0"/>
      <xsd:element ref="jats:abstract" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="component_number" minOccurs="0"/>
      <xsd:element ref="publication_date" minOccurs="0" maxOccurs="10"/>
      <xsd:element ref="acceptance_date" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="pages" minOccurs="0"/>
      <xsd:element ref="publisher_item" minOccurs="0"/>
      <xsd:choice>
        <xsd:element ref="crossmark" minOccurs="0"/>
        <xsd:sequence>
          <xsd:element ref="fr:program" minOccurs="0" maxOccurs="1"/>
          <xsd:element ref="ai:program" minOccurs="0" maxOccurs="1"/>
          <xsd:element ref="ct:program" minOccurs="0" maxOccurs="1"/>
        </xsd:sequence>
      </xsd:choice>
      <xsd:element ref="rel:program" minOccurs="0"/>
      <xsd:element ref="archive_locations" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="scn_policies" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="doi_data"/>
      <xsd:element ref="citation_list" minOccurs="0"/>
      <xsd:element ref="component_list" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attribute name="component_type" use="required">
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="chapter"/>
          <xsd:enumeration value="section"/>
          <xsd:enumeration value="part"/>
          <xsd:enumeration value="track"/>
          <xsd:enumeration value="reference_entry"/>
          <xsd:enumeration value="other"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="level_sequence_number" default="1">
      <xsd:simpleType>
        <xsd:restriction base="xsd:positiveInteger">
          <xsd:maxInclusive value="9"/>
          <xsd:minInclusive value="1"/>
          <xsd:totalDigits value="1"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attributeGroup ref="publication_type.atts"/>
    <xsd:attributeGroup ref="language.atts"/>
    <xsd:attributeGroup ref="reference_distribution_opts.att"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element conference
Namespace http://www.crossref.org/schema/5.3.1
Annotations
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.
Diagram
Diagram crossref5_3_1_xsd.tmp#contributors crossref5_3_1_xsd.tmp#event_metadata crossref5_3_1_xsd.tmp#proceedings_series_metadata crossref5_3_1_xsd.tmp#proceedings_metadata crossref5_3_1_xsd.tmp#conference_paper
Properties
content complex
Used by
Element body
Model
Children conference_paper, contributors, event_metadata, proceedings_metadata, proceedings_series_metadata
Instance
<conference xmlns="http://www.crossref.org/schema/5.3.1">
  <contributors>{0,1}</contributors>
  <event_metadata>{1,1}</event_metadata>
  <proceedings_series_metadata reference_distribution_opts="none">{1,1}</proceedings_series_metadata>
  <proceedings_metadata language="" reference_distribution_opts="none">{1,1}</proceedings_metadata>
  <conference_paper language="" publication_type="full_text" reference_distribution_opts="none">{0,unbounded}</conference_paper>
</conference>
Source
<xsd:element name="conference">
  <xsd:annotation>
    <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>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="contributors" minOccurs="0"/>
      <xsd:element ref="event_metadata"/>
      <xsd:choice>
        <xsd:element ref="proceedings_series_metadata"/>
        <xsd:element ref="proceedings_metadata"/>
      </xsd:choice>
      <xsd:element ref="conference_paper" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element event_metadata
Namespace http://www.crossref.org/schema/5.3.1
Annotations
A container for all information that applies to a conference event. event_metadata captures information about a conference event. Data about conference proceedings is captured in proceedings_metadata.
Diagram
Diagram crossref5_3_1_xsd.tmp#conference_name crossref5_3_1_xsd.tmp#conference_theme crossref5_3_1_xsd.tmp#conference_acronym crossref5_3_1_xsd.tmp#conference_sponsor crossref5_3_1_xsd.tmp#conference_number crossref5_3_1_xsd.tmp#conference_location crossref5_3_1_xsd.tmp#conference_date
Properties
content complex
Used by
Element conference
Model
Children conference_acronym, conference_date, conference_location, conference_name, conference_number, conference_sponsor, conference_theme
Instance
<event_metadata xmlns="http://www.crossref.org/schema/5.3.1">
  <conference_name>{1,1}</conference_name>
  <conference_theme>{0,1}</conference_theme>
  <conference_acronym>{0,1}</conference_acronym>
  <conference_sponsor>{0,10}</conference_sponsor>
  <conference_number>{0,1}</conference_number>
  <conference_location>{0,1}</conference_location>
  <conference_date end_day="" end_month="" end_year="" start_day="" start_month="" start_year="">{0,1}</conference_date>
</event_metadata>
Source
<xsd:element name="event_metadata">
  <xsd:annotation>
    <xsd:documentation>A container for all information that applies to a conference event. event_metadata captures information about a conference event. Data about conference proceedings is captured in proceedings_metadata.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="conference_name"/>
      <xsd:element ref="conference_theme" minOccurs="0"/>
      <xsd:element ref="conference_acronym" minOccurs="0"/>
      <xsd:element ref="conference_sponsor" minOccurs="0" maxOccurs="10"/>
      <xsd:element ref="conference_number" minOccurs="0"/>
      <xsd:element ref="conference_location" minOccurs="0"/>
      <xsd:element ref="conference_date" minOccurs="0"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element conference_name
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The official name of the conference, excluding numbers commonly provided in conference
Diagram
Diagram
Type restriction of xsd:string
Properties
content simple
Facets
minLength 3
maxLength 512
Used by
Element event_metadata
Source
<xsd:element name="conference_name">
  <xsd:annotation>
    <xsd:documentation>The official name of the conference, excluding numbers commonly provided in conference</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="512"/>
      <xsd:minLength value="3"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element conference_theme
Namespace http://www.crossref.org/schema/5.3.1
Annotations
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.
Diagram
Diagram
Type restriction of xsd:string
Properties
content simple
Facets
minLength 1
maxLength 255
Used by
Element event_metadata
Source
<xsd:element name="conference_theme">
  <xsd:annotation>
    <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>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="255"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element conference_acronym
Namespace http://www.crossref.org/schema/5.3.1
Annotations
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.
Diagram
Diagram
Type restriction of xsd:string
Properties
content simple
Facets
minLength 1
maxLength 127
Used by
Element event_metadata
Source
<xsd:element name="conference_acronym">
  <xsd:annotation>
    <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>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="127"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element conference_sponsor
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The sponsoring organization(s) of a conference. Multiple sponsors may be given if a conference is hosted by more than one organization.
Diagram
Diagram
Type restriction of xsd:string
Properties
content simple
Facets
minLength 1
maxLength 255
Used by
Element event_metadata
Source
<xsd:element name="conference_sponsor">
  <xsd:annotation>
    <xsd:documentation>The sponsoring organization(s) of a conference. Multiple sponsors may be given if a conference is hosted by more than one organization.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="255"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element conference_number
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The number of a conference. conference_number should include only the number of the conference without any extra text
Diagram
Diagram
Type restriction of xsd:string
Properties
content simple
Facets
minLength 1
maxLength 15
Used by
Element event_metadata
Source
<xsd:element name="conference_number">
  <xsd:annotation>
    <xsd:documentation>The number of a conference. conference_number should include only the number of the conference without any extra text</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="15"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element conference_location
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The location of the conference. The city, state, province or country of the conference may be provided as appropriate.
Diagram
Diagram
Type restriction of xsd:string
Properties
content simple
Facets
minLength 2
maxLength 255
Used by
Element event_metadata
Source
<xsd:element name="conference_location">
  <xsd:annotation>
    <xsd:documentation>The location of the conference. The city, state, province or country of the conference may be provided as appropriate.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="255"/>
      <xsd:minLength value="2"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element conference_date
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The start and end dates of a conference event. conference_date may be used in three ways: 
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. 
2. If publishers have parsed date values, provide them in the attributes. 
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:<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>
Diagram
Diagram crossref5_3_1_xsd.tmp#conference_date_t crossref5_3_1_xsd.tmp#conference_date_start_day crossref5_3_1_xsd.tmp#conference_date_start_month crossref5_3_1_xsd.tmp#conference_date_start_year crossref5_3_1_xsd.tmp#conference_date_end_day crossref5_3_1_xsd.tmp#conference_date_end_month crossref5_3_1_xsd.tmp#conference_date_end_year
Type extension of conference_date_t
Type hierarchy
Properties
content complex
Used by
Element event_metadata
Attributes
QName Type Use
end_day xrefDay optional
end_month xrefMonth optional
end_year xrefYear optional
start_day xrefDay optional
start_month xrefMonth optional
start_year xrefYear optional
Source
<xsd:element name="conference_date">
  <xsd:annotation>
    <xsd:documentation>The start and end dates of a conference event. conference_date may be used in three ways: 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. 2. If publishers have parsed date values, provide them in the attributes. 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:
      <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>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="conference_date_t">
        <xsd:attribute name="start_day" type="xrefDay" use="optional"/>
        <xsd:attribute name="start_month" type="xrefMonth" use="optional"/>
        <xsd:attribute name="start_year" type="xrefYear" use="optional"/>
        <xsd:attribute name="end_day" type="xrefDay" use="optional"/>
        <xsd:attribute name="end_month" type="xrefMonth" use="optional"/>
        <xsd:attribute name="end_year" type="xrefYear" use="optional"/>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element proceedings_series_metadata
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Container for all information that applies to a specific conference proceeding that is part of a series.
Diagram
Diagram common5_3_1_xsd.tmp#reference_distribution_opts.att crossref5_3_1_xsd.tmp#series_metadata crossref5_3_1_xsd.tmp#proceedings_title common5_3_1_xsd.tmp#volume common5_3_1_xsd.tmp#volume crossref5_3_1_xsd.tmp#proceedings_subject crossref5_3_1_xsd.tmp#publisher crossref5_3_1_xsd.tmp#publication_date common5_3_1_xsd.tmp#http___www.crossref.org_schema_5.3.1_isbn crossref5_3_1_xsd.tmp#noisbn crossref5_3_1_xsd.tmp#proceedings_subject crossref5_3_1_xsd.tmp#publisher crossref5_3_1_xsd.tmp#publication_date crossref5_3_1_xsd.tmp#publisher_item crossref5_3_1_xsd.tmp#archive_locations common5_3_1_xsd.tmp#doi_data
Properties
content complex
Used by
Element conference
Model
Children archive_locations, doi_data, isbn, noisbn, proceedings_subject, proceedings_title, publication_date, publisher, publisher_item, series_metadata, volume
Instance
<proceedings_series_metadata reference_distribution_opts="none" xmlns="http://www.crossref.org/schema/5.3.1">
  <series_metadata>{1,1}</series_metadata>
  <proceedings_title>{1,1}</proceedings_title>
  <volume>{0,1}</volume>
  <volume>{1,1}</volume>
  <proceedings_subject>{0,1}</proceedings_subject>
  <publisher>{1,5}</publisher>
  <publication_date media_type="print">{1,10}</publication_date>
  <isbn media_type="print">{1,6}</isbn>
  <noisbn reason="">{1,1}</noisbn>
  <proceedings_subject>{0,1}</proceedings_subject>
  <publisher>{1,5}</publisher>
  <publication_date media_type="print">{1,10}</publication_date>
  <publisher_item>{0,1}</publisher_item>
  <archive_locations>{0,1}</archive_locations>
  <doi_data>{0,1}</doi_data>
</proceedings_series_metadata>
Attributes
QName Type Default Use
reference_distribution_opts restriction of xsd:string none optional
Source
<xsd:element name="proceedings_series_metadata">
  <xsd:annotation>
    <xsd:documentation>Container for all information that applies to a specific conference proceeding that is part of a series.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="series_metadata"/>
      <xsd:choice>
        <xsd:sequence>
          <xsd:choice>
            <xsd:sequence>
              <xsd:element ref="proceedings_title"/>
              <xsd:element ref="volume" minOccurs="0"/>
            </xsd:sequence>
            <xsd:element ref="volume"/>
          </xsd:choice>
          <xsd:element ref="proceedings_subject" minOccurs="0"/>
          <xsd:element ref="publisher" maxOccurs="5"/>
          <xsd:element ref="publication_date" maxOccurs="10"/>
          <xsd:choice>
            <xsd:element ref="isbn" maxOccurs="6"/>
            <xsd:element ref="noisbn"/>
          </xsd:choice>
        </xsd:sequence>
        <xsd:sequence>
          <xsd:element ref="proceedings_subject" minOccurs="0"/>
          <xsd:element ref="publisher" maxOccurs="5"/>
          <xsd:element ref="publication_date" maxOccurs="10"/>
        </xsd:sequence>
      </xsd:choice>
      <xsd:element ref="publisher_item" minOccurs="0"/>
      <xsd:element ref="archive_locations" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="doi_data" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="reference_distribution_opts.att"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element proceedings_title
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The undifferentiated title of a conference proceeding.
Diagram
Diagram
Type restriction of xsd:string
Properties
content simple
Facets
minLength 1
maxLength 511
Used by
Source
<xsd:element name="proceedings_title">
  <xsd:annotation>
    <xsd:documentation>The undifferentiated title of a conference proceeding.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="511"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element proceedings_subject
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The subject of the conference proceeding, e.g. "Computer Graphics" is the subject matter of SIGGRAPH.
Diagram
Diagram
Type restriction of xsd:string
Properties
content simple
Facets
minLength 1
maxLength 255
Used by
Source
<xsd:element name="proceedings_subject">
  <xsd:annotation>
    <xsd:documentation>The subject of the conference proceeding, e.g. "Computer Graphics" is the subject matter of SIGGRAPH.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="255"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element proceedings_metadata
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Container for all information that applies to a non-series conference proceeding.
Diagram
Diagram common5_3_1_xsd.tmp#language.atts common5_3_1_xsd.tmp#reference_distribution_opts.att crossref5_3_1_xsd.tmp#proceedings_title crossref5_3_1_xsd.tmp#proceedings_subject crossref5_3_1_xsd.tmp#publisher crossref5_3_1_xsd.tmp#publication_date common5_3_1_xsd.tmp#http___www.crossref.org_schema_5.3.1_isbn crossref5_3_1_xsd.tmp#noisbn crossref5_3_1_xsd.tmp#publisher_item crossref5_3_1_xsd.tmp#archive_locations common5_3_1_xsd.tmp#doi_data
Properties
content complex
Used by
Element conference
Model
Children archive_locations, doi_data, isbn, noisbn, proceedings_subject, proceedings_title, publication_date, publisher, publisher_item
Instance
<proceedings_metadata language="" reference_distribution_opts="none" xmlns="http://www.crossref.org/schema/5.3.1">
  <proceedings_title>{1,1}</proceedings_title>
  <proceedings_subject>{0,1}</proceedings_subject>
  <publisher>{1,5}</publisher>
  <publication_date media_type="print">{1,10}</publication_date>
  <isbn media_type="print">{1,6}</isbn>
  <noisbn reason="">{1,1}</noisbn>
  <publisher_item>{0,1}</publisher_item>
  <archive_locations>{0,1}</archive_locations>
  <doi_data>{0,1}</doi_data>
</proceedings_metadata>
Attributes
QName Type Default Use
language restriction of xsd:NMTOKEN optional
reference_distribution_opts restriction of xsd:string none optional
Source
<xsd:element name="proceedings_metadata">
  <xsd:annotation>
    <xsd:documentation>Container for all information that applies to a non-series conference proceeding.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="proceedings_title"/>
      <xsd:element ref="proceedings_subject" minOccurs="0"/>
      <xsd:element ref="publisher" maxOccurs="5"/>
      <xsd:element ref="publication_date" maxOccurs="10"/>
      <xsd:choice>
        <xsd:element ref="isbn" maxOccurs="6"/>
        <xsd:element ref="noisbn"/>
      </xsd:choice>
      <xsd:element ref="publisher_item" minOccurs="0"/>
      <xsd:element ref="archive_locations" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="doi_data" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="language.atts"/>
    <xsd:attributeGroup ref="reference_distribution_opts.att"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element conference_paper
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Container for all information about a single conference paper.
Diagram
Diagram crossref5_3_1_xsd.tmp#publication_type.atts common5_3_1_xsd.tmp#language.atts common5_3_1_xsd.tmp#reference_distribution_opts.att crossref5_3_1_xsd.tmp#contributors crossref5_3_1_xsd.tmp#titles JATS-journalpublishing1-3d2-mathml3-elements_xsd.tmp#abstract crossref5_3_1_xsd.tmp#publication_date crossref5_3_1_xsd.tmp#acceptance_date crossref5_3_1_xsd.tmp#pages crossref5_3_1_xsd.tmp#publisher_item common5_3_1_xsd.tmp#crossmark fundref_xsd.tmp#program AccessIndicators_xsd.tmp#http___www.crossref.org_AccessIndicators.xsd_program clinicaltrials_xsd.tmp#http___www.crossref.org_clinicaltrials.xsd_program relations_xsd.tmp#http___www.crossref.org_relations.xsd_program crossref5_3_1_xsd.tmp#archive_locations common5_3_1_xsd.tmp#scn_policies common5_3_1_xsd.tmp#doi_data common5_3_1_xsd.tmp#citation_list crossref5_3_1_xsd.tmp#component_list
Properties
content complex
Used by
Element conference
Model
Children abstract, acceptance_date, archive_locations, citation_list, component_list, contributors, crossmark, doi_data, pages, program, publication_date, publisher_item, scn_policies, titles
Instance
<conference_paper language="" publication_type="full_text" reference_distribution_opts="none" xmlns="http://www.crossref.org/schema/5.3.1" xmlns:jats="http://www.ncbi.nlm.nih.gov/JATS1" xmlns:fr="http://www.crossref.org/fundref.xsd" xmlns:ai="http://www.crossref.org/AccessIndicators.xsd" xmlns:ct="http://www.crossref.org/clinicaltrials.xsd" xmlns:rel="http://www.crossref.org/relations.xsd">
  <contributors>{0,1}</contributors>
  <titles>{1,1}</titles>
  <jats:abstract abstract-type="" xml:base="" id="" xml:lang="" specific-use="">{0,unbounded}</jats:abstract>
  <publication_date media_type="print">{0,10}</publication_date>
  <acceptance_date media_type="print">{0,1}</acceptance_date>
  <pages>{0,1}</pages>
  <publisher_item>{0,1}</publisher_item>
  <crossmark>{0,1}</crossmark>
  <fr:program name="fundref">{0,1}</fr:program>
  <ai:program name="AccessIndicators">{0,1}</ai:program>
  <ct:program>{0,1}</ct:program>
  <rel:program name="relations">{0,1}</rel:program>
  <archive_locations>{0,1}</archive_locations>
  <scn_policies>{0,1}</scn_policies>
  <doi_data>{1,1}</doi_data>
  <citation_list>{0,1}</citation_list>
  <component_list>{0,1}</component_list>
</conference_paper>
Attributes
QName Type Default Use
language restriction of xsd:NMTOKEN optional
publication_type restriction of xsd:NMTOKEN full_text optional
reference_distribution_opts restriction of xsd:string none optional
Source
<xsd:element name="conference_paper">
  <xsd:annotation>
    <xsd:documentation>Container for all information about a single conference paper.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="contributors" minOccurs="0"/>
      <xsd:element ref="titles"/>
      <xsd:element ref="jats:abstract" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="publication_date" minOccurs="0" maxOccurs="10"/>
      <xsd:element ref="acceptance_date" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="pages" minOccurs="0"/>
      <xsd:element ref="publisher_item" minOccurs="0"/>
      <xsd:choice>
        <xsd:element ref="crossmark" minOccurs="0"/>
        <xsd:sequence>
          <xsd:element ref="fr:program" minOccurs="0" maxOccurs="1"/>
          <xsd:element ref="ai:program" minOccurs="0" maxOccurs="1"/>
          <xsd:element ref="ct:program" minOccurs="0" maxOccurs="1"/>
        </xsd:sequence>
      </xsd:choice>
      <xsd:element ref="rel:program" minOccurs="0"/>
      <xsd:element ref="archive_locations" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="scn_policies" minOccurs="0" maxOccurs="1"/>
      <!-- cs-3495 -->
      <xsd:element ref="doi_data"/>
      <xsd:element ref="citation_list" minOccurs="0"/>
      <xsd:element ref="component_list" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="publication_type.atts"/>
    <xsd:attributeGroup ref="language.atts"/>
    <xsd:attributeGroup ref="reference_distribution_opts.att"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element sa_component
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Container for component metadata if the component is being registered after the parent record/DOI is created.
Diagram
Diagram crossref5_3_1_xsd.tmp#sa_component_parent_doi crossref5_3_1_xsd.tmp#component_list
Properties
content complex
Used by
Element body
Model
Children component_list
Instance
<sa_component parent_doi="" xmlns="http://www.crossref.org/schema/5.3.1">
  <component_list>{1,1}</component_list>
</sa_component>
Attributes
QName Type Use
parent_doi restriction of xsd:string required
Source
<xsd:element name="sa_component">
  <xsd:annotation>
    <xsd:documentation>Container for component metadata if the component is being registered after the parent record/DOI is created.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="component_list"/>
    </xsd:sequence>
    <xsd:attribute name="parent_doi" use="required">
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="2048"/>
          <xsd:minLength value="6"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element dissertation
Namespace http://www.crossref.org/schema/5.3.1
Annotations
dissertation is the top level element for deposit of metadata about one or more dissertations.
Diagram
Diagram crossref5_3_1_xsd.tmp#publication_type.atts common5_3_1_xsd.tmp#language.atts common5_3_1_xsd.tmp#reference_distribution_opts.att crossref5_3_1_xsd.tmp#person_name crossref5_3_1_xsd.tmp#contributors crossref5_3_1_xsd.tmp#titles JATS-journalpublishing1-3d2-mathml3-elements_xsd.tmp#abstract crossref5_3_1_xsd.tmp#approval_date crossref5_3_1_xsd.tmp#institution crossref5_3_1_xsd.tmp#http___www.crossref.org_schema_5.3.1_degree common5_3_1_xsd.tmp#http___www.crossref.org_schema_5.3.1_isbn crossref5_3_1_xsd.tmp#publisher_item common5_3_1_xsd.tmp#crossmark fundref_xsd.tmp#program AccessIndicators_xsd.tmp#http___www.crossref.org_AccessIndicators.xsd_program relations_xsd.tmp#http___www.crossref.org_relations.xsd_program crossref5_3_1_xsd.tmp#archive_locations common5_3_1_xsd.tmp#scn_policies common5_3_1_xsd.tmp#doi_data common5_3_1_xsd.tmp#citation_list crossref5_3_1_xsd.tmp#component_list
Properties
content complex
Used by
Element body
Model
Children abstract, approval_date, archive_locations, citation_list, component_list, contributors, crossmark, degree, doi_data, institution, isbn, person_name, program, publisher_item, scn_policies, titles
Instance
<dissertation language="" publication_type="full_text" reference_distribution_opts="none" xmlns="http://www.crossref.org/schema/5.3.1" xmlns:jats="http://www.ncbi.nlm.nih.gov/JATS1" xmlns:fr="http://www.crossref.org/fundref.xsd" xmlns:ai="http://www.crossref.org/AccessIndicators.xsd" xmlns:rel="http://www.crossref.org/relations.xsd">
  <person_name contributor_role="" language="" name-style="" sequence="">{1,unbounded}</person_name>
  <contributors>{1,1}</contributors>
  <titles>{1,1}</titles>
  <jats:abstract abstract-type="" xml:base="" id="" xml:lang="" specific-use="">{0,unbounded}</jats:abstract>
  <approval_date media_type="print">{1,10}</approval_date>
  <institution>{1,6}</institution>
  <degree>{0,10}</degree>
  <isbn media_type="print">{0,6}</isbn>
  <publisher_item>{0,1}</publisher_item>
  <crossmark>{0,1}</crossmark>
  <fr:program name="fundref">{0,1}</fr:program>
  <ai:program name="AccessIndicators">{0,1}</ai:program>
  <rel:program name="relations">{0,1}</rel:program>
  <archive_locations>{0,1}</archive_locations>
  <scn_policies>{0,1}</scn_policies>
  <doi_data>{1,1}</doi_data>
  <citation_list>{0,1}</citation_list>
  <component_list>{0,1}</component_list>
</dissertation>
Attributes
QName Type Default Use
language restriction of xsd:NMTOKEN optional
publication_type restriction of xsd:NMTOKEN full_text optional
reference_distribution_opts restriction of xsd:string none optional
Source
<xsd:element name="dissertation">
  <xsd:annotation>
    <xsd:documentation>dissertation is the top level element for deposit of metadata about one or more dissertations.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:choice>
        <xsd:element ref="person_name" minOccurs="1" maxOccurs="unbounded"/>
        <xsd:element ref="contributors"/>
      </xsd:choice>
      <xsd:element ref="titles"/>
      <xsd:element ref="jats:abstract" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="approval_date" maxOccurs="10"/>
      <xsd:element ref="institution" maxOccurs="6"/>
      <xsd:element ref="degree" minOccurs="0" maxOccurs="10"/>
      <xsd:element ref="isbn" minOccurs="0" maxOccurs="6"/>
      <xsd:element ref="publisher_item" minOccurs="0"/>
      <xsd:choice>
        <xsd:element ref="crossmark" minOccurs="0"/>
        <xsd:sequence>
          <xsd:element ref="fr:program" minOccurs="0" maxOccurs="1"/>
          <xsd:element ref="ai:program" minOccurs="0" maxOccurs="1"/>
        </xsd:sequence>
      </xsd:choice>
      <xsd:element ref="rel:program" minOccurs="0"/>
      <xsd:element ref="archive_locations" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="scn_policies" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="doi_data"/>
      <xsd:element ref="citation_list" minOccurs="0"/>
      <xsd:element ref="component_list" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="publication_type.atts"/>
    <xsd:attributeGroup ref="language.atts"/>
    <xsd:attributeGroup ref="reference_distribution_opts.att"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element approval_date
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The date on which a dissertation was accepted by the institution awarding the degree, a report was approved, or a standard was accepted.
Diagram
Diagram crossref5_3_1_xsd.tmp#date_t_media_type crossref5_3_1_xsd.tmp#month crossref5_3_1_xsd.tmp#day crossref5_3_1_xsd.tmp#year crossref5_3_1_xsd.tmp#date_t
Type extension of date_t
Type hierarchy
Properties
content complex
Used by
Model
Children day, month, year
Instance
<approval_date media_type="print" xmlns="http://www.crossref.org/schema/5.3.1">
  <month>{0,1}</month>
  <day>{0,1}</day>
  <year>{1,1}</year>
</approval_date>
Attributes
QName Type Default Use
media_type restriction of xsd:NMTOKEN print optional
Source
<xsd:element name="approval_date">
  <xsd:annotation>
    <xsd:documentation>The date on which a dissertation was accepted by the institution awarding the degree, a report was approved, or a standard was accepted.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="date_t"/>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element degree
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The degree(s) awarded for a dissertation.
Diagram
Diagram
Type restriction of xsd:string
Properties
content simple
Facets
minLength 2
maxLength 255
Used by
Element dissertation
Source
<xsd:element name="degree">
  <xsd:annotation>
    <xsd:documentation>The degree(s) awarded for a dissertation.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="255"/>
      <xsd:minLength value="2"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element report-paper
Namespace http://www.crossref.org/schema/5.3.1
Annotations
report-paper is the top level element for deposit of metadata about one or more reports or working papers.
Diagram
Diagram crossref5_3_1_xsd.tmp#publication_type.atts crossref5_3_1_xsd.tmp#report-paper_metadata crossref5_3_1_xsd.tmp#report-paper_series_metadata crossref5_3_1_xsd.tmp#content_item crossref5_3_1_xsd.tmp#component_list
Properties
content complex
Used by
Element body
Model
Children component_list, content_item, report-paper_metadata, report-paper_series_metadata
Instance
<report-paper publication_type="full_text" xmlns="http://www.crossref.org/schema/5.3.1">
  <report-paper_metadata language="" reference_distribution_opts="none">{1,1}</report-paper_metadata>
  <report-paper_series_metadata language="" reference_distribution_opts="none">{1,1}</report-paper_series_metadata>
  <content_item component_type="" language="" level_sequence_number="1" publication_type="full_text" reference_distribution_opts="none">{0,unbounded}</content_item>
  <component_list>{0,1}</component_list>
</report-paper>
Attributes
QName Type Default Use
publication_type restriction of xsd:NMTOKEN full_text optional
Source
<xsd:element name="report-paper">
  <xsd:annotation>
    <xsd:documentation>report-paper is the top level element for deposit of metadata about one or more reports or working papers.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:choice>
        <xsd:element ref="report-paper_metadata"/>
        <xsd:element ref="report-paper_series_metadata"/>
      </xsd:choice>
      <xsd:element ref="content_item" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="component_list" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="publication_type.atts"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element report-paper_metadata
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Container for the metadata related to a Technical Report or Working Paper.
Diagram
Diagram common5_3_1_xsd.tmp#language.atts common5_3_1_xsd.tmp#reference_distribution_opts.att crossref5_3_1_xsd.tmp#contributors crossref5_3_1_xsd.tmp#titles common5_3_1_xsd.tmp#edition_number JATS-journalpublishing1-3d2-mathml3-elements_xsd.tmp#abstract crossref5_3_1_xsd.tmp#publication_date crossref5_3_1_xsd.tmp#approval_date common5_3_1_xsd.tmp#http___www.crossref.org_schema_5.3.1_isbn crossref5_3_1_xsd.tmp#publisher crossref5_3_1_xsd.tmp#institution crossref5_3_1_xsd.tmp#publisher_item crossref5_3_1_xsd.tmp#contract_number common5_3_1_xsd.tmp#crossmark fundref_xsd.tmp#program AccessIndicators_xsd.tmp#http___www.crossref.org_AccessIndicators.xsd_program relations_xsd.tmp#http___www.crossref.org_relations.xsd_program crossref5_3_1_xsd.tmp#archive_locations common5_3_1_xsd.tmp#scn_policies common5_3_1_xsd.tmp#doi_data common5_3_1_xsd.tmp#citation_list
Properties
content complex
Used by
Element report-paper
Model
Children abstract, approval_date, archive_locations, citation_list, contract_number, contributors, crossmark, doi_data, edition_number, institution, isbn, program, publication_date, publisher, publisher_item, scn_policies, titles
Instance
<report-paper_metadata language="" reference_distribution_opts="none" xmlns="http://www.crossref.org/schema/5.3.1" xmlns:jats="http://www.ncbi.nlm.nih.gov/JATS1" xmlns:fr="http://www.crossref.org/fundref.xsd" xmlns:ai="http://www.crossref.org/AccessIndicators.xsd" xmlns:rel="http://www.crossref.org/relations.xsd">
  <contributors>{0,1}</contributors>
  <titles>{1,1}</titles>
  <edition_number>{0,1}</edition_number>
  <jats:abstract abstract-type="" xml:base="" id="" xml:lang="" specific-use="">{0,unbounded}</jats:abstract>
  <publication_date media_type="print">{1,10}</publication_date>
  <approval_date media_type="print">{0,10}</approval_date>
  <isbn media_type="print">{0,6}</isbn>
  <publisher>{0,1}</publisher>
  <institution>{0,5}</institution>
  <publisher_item>{0,1}</publisher_item>
  <contract_number>{0,1}</contract_number>
  <crossmark>{0,1}</crossmark>
  <fr:program name="fundref">{0,1}</fr:program>
  <ai:program name="AccessIndicators">{0,1}</ai:program>
  <rel:program name="relations">{0,1}</rel:program>
  <archive_locations>{0,1}</archive_locations>
  <scn_policies>{0,1}</scn_policies>
  <doi_data>{0,1}</doi_data>
  <citation_list>{0,1}</citation_list>
</report-paper_metadata>
Attributes
QName Type Default Use
language restriction of xsd:NMTOKEN optional
reference_distribution_opts restriction of xsd:string none optional
Source
<xsd:element name="report-paper_metadata">
  <xsd:annotation>
    <xsd:documentation>Container for the metadata related to a Technical Report or Working Paper.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="contributors" minOccurs="0"/>
      <xsd:element ref="titles"/>
      <xsd:element ref="edition_number" minOccurs="0"/>
      <xsd:element ref="jats:abstract" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="publication_date" maxOccurs="10"/>
      <xsd:element ref="approval_date" minOccurs="0" maxOccurs="10"/>
      <xsd:element ref="isbn" minOccurs="0" maxOccurs="6"/>
      <xsd:element ref="publisher" minOccurs="0"/>
      <xsd:element ref="institution" minOccurs="0" maxOccurs="5"/>
      <xsd:element ref="publisher_item" minOccurs="0"/>
      <xsd:element ref="contract_number" minOccurs="0"/>
      <xsd:choice>
        <xsd:element ref="crossmark" minOccurs="0"/>
        <xsd:sequence>
          <xsd:element ref="fr:program" minOccurs="0" maxOccurs="1"/>
          <xsd:element ref="ai:program" minOccurs="0" maxOccurs="1"/>
        </xsd:sequence>
      </xsd:choice>
      <xsd:element ref="rel:program" minOccurs="0"/>
      <xsd:element ref="archive_locations" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="scn_policies" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="doi_data" minOccurs="0"/>
      <xsd:element ref="citation_list" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="language.atts"/>
    <xsd:attributeGroup ref="reference_distribution_opts.att"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element contract_number
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The contract number under which a report or paper was written.
Diagram
Diagram
Type restriction of xsd:string
Properties
content simple
Facets
minLength 2
maxLength 255
Used by
Source
<xsd:element name="contract_number">
  <xsd:annotation>
    <xsd:documentation>The contract number under which a report or paper was written.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="255"/>
      <xsd:minLength value="2"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element report-paper_series_metadata
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Container for the metadata related to a Technical Report or Working Paper that is part of a series.
Diagram
Diagram common5_3_1_xsd.tmp#language.atts common5_3_1_xsd.tmp#reference_distribution_opts.att crossref5_3_1_xsd.tmp#series_metadata crossref5_3_1_xsd.tmp#contributors crossref5_3_1_xsd.tmp#titles JATS-journalpublishing1-3d2-mathml3-elements_xsd.tmp#abstract common5_3_1_xsd.tmp#volume common5_3_1_xsd.tmp#volume common5_3_1_xsd.tmp#edition_number crossref5_3_1_xsd.tmp#publication_date crossref5_3_1_xsd.tmp#approval_date common5_3_1_xsd.tmp#http___www.crossref.org_schema_5.3.1_isbn crossref5_3_1_xsd.tmp#publisher crossref5_3_1_xsd.tmp#institution crossref5_3_1_xsd.tmp#publisher_item crossref5_3_1_xsd.tmp#contract_number crossref5_3_1_xsd.tmp#archive_locations common5_3_1_xsd.tmp#doi_data common5_3_1_xsd.tmp#citation_list relations_xsd.tmp#http___www.crossref.org_relations.xsd_program
Properties
content complex
Used by
Element report-paper
Model
Children abstract, approval_date, archive_locations, citation_list, contract_number, contributors, doi_data, edition_number, institution, isbn, program, publication_date, publisher, publisher_item, series_metadata, titles, volume
Instance
<report-paper_series_metadata language="" reference_distribution_opts="none" xmlns="http://www.crossref.org/schema/5.3.1" xmlns:jats="http://www.ncbi.nlm.nih.gov/JATS1" xmlns:rel="http://www.crossref.org/relations.xsd">
  <series_metadata>{1,1}</series_metadata>
  <contributors>{0,1}</contributors>
  <titles>{1,1}</titles>
  <jats:abstract abstract-type="" xml:base="" id="" xml:lang="" specific-use="">{0,unbounded}</jats:abstract>
  <volume>{0,1}</volume>
  <volume>{1,1}</volume>
  <edition_number>{0,1}</edition_number>
  <publication_date media_type="print">{1,10}</publication_date>
  <approval_date media_type="print">{0,10}</approval_date>
  <isbn media_type="print">{0,6}</isbn>
  <publisher>{0,1}</publisher>
  <institution>{0,5}</institution>
  <publisher_item>{0,1}</publisher_item>
  <contract_number>{0,1}</contract_number>
  <archive_locations>{0,1}</archive_locations>
  <doi_data>{0,1}</doi_data>
  <citation_list>{0,1}</citation_list>
  <rel:program name="relations">{0,1}</rel:program>
</report-paper_series_metadata>
Attributes
QName Type Default Use
language restriction of xsd:NMTOKEN optional
reference_distribution_opts restriction of xsd:string none optional
Source
<xsd:element name="report-paper_series_metadata">
  <xsd:annotation>
    <xsd:documentation>Container for the metadata related to a Technical Report or Working Paper that is part of a series.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="series_metadata"/>
      <xsd:element ref="contributors" minOccurs="0"/>
      <xsd:choice>
        <xsd:sequence>
          <xsd:element ref="titles"/>
          <xsd:element ref="jats:abstract" minOccurs="0" maxOccurs="unbounded"/>
          <xsd:element ref="volume" minOccurs="0"/>
        </xsd:sequence>
        <xsd:element ref="volume"/>
      </xsd:choice>
      <xsd:element ref="edition_number" minOccurs="0"/>
      <xsd:element ref="publication_date" maxOccurs="10"/>
      <xsd:element ref="approval_date" minOccurs="0" maxOccurs="10"/>
      <xsd:element ref="isbn" minOccurs="0" maxOccurs="6"/>
      <xsd:element ref="publisher" minOccurs="0"/>
      <xsd:element ref="institution" minOccurs="0" maxOccurs="5"/>
      <xsd:element ref="publisher_item" minOccurs="0"/>
      <xsd:element ref="contract_number" minOccurs="0"/>
      <xsd:element ref="archive_locations" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="doi_data" minOccurs="0"/>
      <xsd:element ref="citation_list" minOccurs="0"/>
      <xsd:element ref="rel:program" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="language.atts"/>
    <xsd:attributeGroup ref="reference_distribution_opts.att"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element standard
Namespace http://www.crossref.org/schema/5.3.1
Annotations
standard is the top level element for deposit of metadata about standards developed by Standards Development Organizations (SDOs) or Consortia.
Diagram
Diagram crossref5_3_1_xsd.tmp#publication_type.atts crossref5_3_1_xsd.tmp#standard_metadata crossref5_3_1_xsd.tmp#content_item crossref5_3_1_xsd.tmp#component_list
Properties
content complex
Used by
Element body
Model
Children component_list, content_item, standard_metadata
Instance
<standard publication_type="full_text" xmlns="http://www.crossref.org/schema/5.3.1">
  <standard_metadata language="" publication_status="" reference_distribution_opts="none">{1,1}</standard_metadata>
  <content_item component_type="" language="" level_sequence_number="1" publication_type="full_text" reference_distribution_opts="none">{0,unbounded}</content_item>
  <component_list>{0,1}</component_list>
</standard>
Attributes
QName Type Default Use
publication_type restriction of xsd:NMTOKEN full_text optional
Source
<xsd:element name="standard">
  <xsd:annotation>
    <xsd:documentation>standard is the top level element for deposit of metadata about standards developed by Standards Development Organizations (SDOs) or Consortia.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:choice>
        <xsd:element ref="standard_metadata"/>
      </xsd:choice>
      <xsd:element ref="content_item" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="component_list" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="publication_type.atts"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element standard_metadata
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Container for the metadata related to a Standard that is not part of a series.
Diagram
Diagram crossref5_3_1_xsd.tmp#standard_metadata_publication_status common5_3_1_xsd.tmp#language.atts common5_3_1_xsd.tmp#reference_distribution_opts.att crossref5_3_1_xsd.tmp#contributors crossref5_3_1_xsd.tmp#titles JATS-journalpublishing1-3d2-mathml3-elements_xsd.tmp#abstract common5_3_1_xsd.tmp#designators common5_3_1_xsd.tmp#edition_number crossref5_3_1_xsd.tmp#approval_date common5_3_1_xsd.tmp#http___www.crossref.org_schema_5.3.1_isbn crossref5_3_1_xsd.tmp#publisher common5_3_1_xsd.tmp#standards_body crossref5_3_1_xsd.tmp#publisher_item common5_3_1_xsd.tmp#crossmark fundref_xsd.tmp#program AccessIndicators_xsd.tmp#http___www.crossref.org_AccessIndicators.xsd_program relations_xsd.tmp#http___www.crossref.org_relations.xsd_program crossref5_3_1_xsd.tmp#archive_locations common5_3_1_xsd.tmp#doi_data common5_3_1_xsd.tmp#citation_list
Properties
content complex
Used by
Element standard
Model
Children abstract, approval_date, archive_locations, citation_list, contributors, crossmark, designators, doi_data, edition_number, isbn, program, publisher, publisher_item, standards_body, titles
Instance
<standard_metadata language="" publication_status="" reference_distribution_opts="none" xmlns="http://www.crossref.org/schema/5.3.1" xmlns:jats="http://www.ncbi.nlm.nih.gov/JATS1" xmlns:fr="http://www.crossref.org/fundref.xsd" xmlns:ai="http://www.crossref.org/AccessIndicators.xsd" xmlns:rel="http://www.crossref.org/relations.xsd">
  <contributors>{0,1}</contributors>
  <titles>{1,1}</titles>
  <jats:abstract abstract-type="" xml:base="" id="" xml:lang="" specific-use="">{0,unbounded}</jats:abstract>
  <designators>{1,1}</designators>
  <edition_number>{0,1}</edition_number>
  <approval_date media_type="print">{0,1}</approval_date>
  <isbn media_type="print">{0,6}</isbn>
  <publisher>{0,1}</publisher>
  <standards_body>{1,1}</standards_body>
  <publisher_item>{0,1}</publisher_item>
  <crossmark>{0,1}</crossmark>
  <fr:program name="fundref">{0,1}</fr:program>
  <ai:program name="AccessIndicators">{0,1}</ai:program>
  <rel:program name="relations">{0,1}</rel:program>
  <archive_locations>{0,1}</archive_locations>
  <doi_data>{1,1}</doi_data>
  <citation_list>{0,1}</citation_list>
</standard_metadata>
Attributes
QName Type Default Use
language restriction of xsd:NMTOKEN optional
publication_status restriction of xsd:NMTOKEN optional
reference_distribution_opts restriction of xsd:string none optional
Source
<xsd:element name="standard_metadata">
  <xsd:annotation>
    <xsd:documentation>Container for the metadata related to a Standard that is not part of a series.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="contributors" minOccurs="0"/>
      <xsd:element ref="titles"/>
      <xsd:element ref="jats:abstract" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="designators" minOccurs="1" maxOccurs="1"/>
      <xsd:element ref="edition_number" minOccurs="0"/>
      <xsd:element ref="approval_date" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="isbn" minOccurs="0" maxOccurs="6"/>
      <xsd:element ref="publisher" minOccurs="0"/>
      <xsd:element ref="standards_body"/>
      <xsd:element ref="publisher_item" minOccurs="0"/>
      <xsd:choice>
        <xsd:element ref="crossmark" minOccurs="0"/>
        <xsd:sequence>
          <xsd:element ref="fr:program" minOccurs="0" maxOccurs="1"/>
          <xsd:element ref="ai:program" minOccurs="0" maxOccurs="1"/>
        </xsd:sequence>
      </xsd:choice>
      <xsd:element ref="rel:program" minOccurs="0"/>
      <xsd:element ref="archive_locations" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="doi_data" minOccurs="1" maxOccurs="1"/>
      <xsd:element ref="citation_list" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attribute name="publication_status" use="optional">
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="released"/>
          <xsd:enumeration value="withdrawn"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attributeGroup ref="language.atts"/>
    <xsd:attributeGroup ref="reference_distribution_opts.att"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element database
Namespace http://www.crossref.org/schema/5.3.1
Annotations
database is the top level element for deposit of metadata about one or more datasets or records in a database.
Diagram
Diagram crossref5_3_1_xsd.tmp#database_metadata crossref5_3_1_xsd.tmp#dataset crossref5_3_1_xsd.tmp#component_list
Properties
content complex
Used by
Element body
Model
Children component_list, database_metadata, dataset
Instance
<database xmlns="http://www.crossref.org/schema/5.3.1">
  <database_metadata language="" reference_distribution_opts="none">{1,1}</database_metadata>
  <dataset dataset_type="record">{0,unbounded}</dataset>
  <component_list>{0,1}</component_list>
</database>
Source
<xsd:element name="database">
  <xsd:annotation>
    <xsd:documentation>database is the top level element for deposit of metadata about one or more datasets or records in a database.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="database_metadata"/>
      <xsd:choice>
        <xsd:element ref="dataset" minOccurs="0" maxOccurs="unbounded"/>
        <xsd:element ref="component_list" minOccurs="0"/>
      </xsd:choice>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element database_metadata
Namespace http://www.crossref.org/schema/5.3.1
Annotations
database_metadata contains metadata about the database.
Diagram
Diagram common5_3_1_xsd.tmp#language.atts common5_3_1_xsd.tmp#reference_distribution_opts.att crossref5_3_1_xsd.tmp#contributors crossref5_3_1_xsd.tmp#titles crossref5_3_1_xsd.tmp#http___www.crossref.org_schema_5.3.1_description crossref5_3_1_xsd.tmp#database_date crossref5_3_1_xsd.tmp#publisher crossref5_3_1_xsd.tmp#institution crossref5_3_1_xsd.tmp#publisher_item crossref5_3_1_xsd.tmp#archive_locations common5_3_1_xsd.tmp#doi_data relations_xsd.tmp#http___www.crossref.org_relations.xsd_program
Properties
content complex
Used by
Element database
Model
Children archive_locations, contributors, database_date, description, doi_data, institution, program, publisher, publisher_item, titles
Instance
<database_metadata language="" reference_distribution_opts="none" xmlns="http://www.crossref.org/schema/5.3.1" xmlns:rel="http://www.crossref.org/relations.xsd">
  <contributors>{0,1}</contributors>
  <titles>{1,1}</titles>
  <description language="">{0,1}</description>
  <database_date>{0,10}</database_date>
  <publisher>{0,1}</publisher>
  <institution>{0,10}</institution>
  <publisher_item>{0,1}</publisher_item>
  <archive_locations>{0,1}</archive_locations>
  <doi_data>{0,1}</doi_data>
  <rel:program name="relations">{0,1}</rel:program>
</database_metadata>
Attributes
QName Type Default Use
language restriction of xsd:NMTOKEN optional
reference_distribution_opts restriction of xsd:string none optional
Source
<xsd:element name="database_metadata">
  <xsd:annotation>
    <xsd:documentation>database_metadata contains metadata about the database.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="contributors" minOccurs="0"/>
      <xsd:element ref="titles"/>
      <xsd:element ref="description" minOccurs="0"/>
      <xsd:element ref="database_date" minOccurs="0" maxOccurs="10"/>
      <xsd:element ref="publisher" minOccurs="0"/>
      <xsd:element ref="institution" minOccurs="0" maxOccurs="10"/>
      <xsd:element ref="publisher_item" minOccurs="0"/>
      <xsd:element ref="archive_locations" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="doi_data" minOccurs="0"/>
      <xsd:element ref="rel:program" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="language.atts"/>
    <xsd:attributeGroup ref="reference_distribution_opts.att"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element database_date
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Container for key dates in the life of a database or dataset.
Diagram
Diagram crossref5_3_1_xsd.tmp#creation_date crossref5_3_1_xsd.tmp#publication_date crossref5_3_1_xsd.tmp#http___www.crossref.org_schema_5.3.1_update_date
Properties
content complex
Used by
Model
Children creation_date, publication_date, update_date
Instance
<database_date xmlns="http://www.crossref.org/schema/5.3.1">
  <creation_date media_type="print">{0,1}</creation_date>
  <publication_date media_type="print">{0,1}</publication_date>
  <update_date media_type="print">{0,1}</update_date>
</database_date>
Source
<xsd:element name="database_date">
  <xsd:annotation>
    <xsd:documentation>Container for key dates in the life of a database or dataset.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="creation_date" minOccurs="0"/>
      <xsd:element ref="publication_date" minOccurs="0"/>
      <xsd:element ref="update_date" minOccurs="0"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element creation_date
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The date a database or dataset item was created.
Diagram
Diagram crossref5_3_1_xsd.tmp#date_t_media_type crossref5_3_1_xsd.tmp#month crossref5_3_1_xsd.tmp#day crossref5_3_1_xsd.tmp#year crossref5_3_1_xsd.tmp#date_t
Type extension of date_t
Type hierarchy
Properties
content complex
Used by
Element database_date
Model
Children day, month, year
Instance
<creation_date media_type="print" xmlns="http://www.crossref.org/schema/5.3.1">
  <month>{0,1}</month>
  <day>{0,1}</day>
  <year>{1,1}</year>
</creation_date>
Attributes
QName Type Default Use
media_type restriction of xsd:NMTOKEN print optional
Source
<xsd:element name="creation_date">
  <xsd:annotation>
    <xsd:documentation>The date a database or dataset item was created.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="date_t"/>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element update_date
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The date a dataset or database was last updated.
Diagram
Diagram crossref5_3_1_xsd.tmp#date_t_media_type crossref5_3_1_xsd.tmp#month crossref5_3_1_xsd.tmp#day crossref5_3_1_xsd.tmp#year crossref5_3_1_xsd.tmp#date_t
Type extension of date_t
Type hierarchy
Properties
content complex
Used by
Element database_date
Model
Children day, month, year
Instance
<update_date media_type="print" xmlns="http://www.crossref.org/schema/5.3.1">
  <month>{0,1}</month>
  <day>{0,1}</day>
  <year>{1,1}</year>
</update_date>
Attributes
QName Type Default Use
media_type restriction of xsd:NMTOKEN print optional
Source
<xsd:element name="update_date">
  <xsd:annotation>
    <xsd:documentation>The date a dataset or database was last updated.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="date_t"/>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element dataset
Namespace http://www.crossref.org/schema/5.3.1
Annotations
dataset is used to capture information about one or more database records or collections.
Diagram
Diagram crossref5_3_1_xsd.tmp#dataset_dataset_type crossref5_3_1_xsd.tmp#contributors crossref5_3_1_xsd.tmp#titles crossref5_3_1_xsd.tmp#database_date crossref5_3_1_xsd.tmp#publisher_item crossref5_3_1_xsd.tmp#http___www.crossref.org_schema_5.3.1_description crossref5_3_1_xsd.tmp#format common5_3_1_xsd.tmp#crossmark fundref_xsd.tmp#program AccessIndicators_xsd.tmp#http___www.crossref.org_AccessIndicators.xsd_program relations_xsd.tmp#http___www.crossref.org_relations.xsd_program crossref5_3_1_xsd.tmp#archive_locations common5_3_1_xsd.tmp#doi_data common5_3_1_xsd.tmp#citation_list crossref5_3_1_xsd.tmp#component_list
Properties
content complex
Used by
Element database
Model
Children archive_locations, citation_list, component_list, contributors, crossmark, database_date, description, doi_data, format, program, publisher_item, titles
Instance
<dataset dataset_type="record" xmlns="http://www.crossref.org/schema/5.3.1" xmlns:fr="http://www.crossref.org/fundref.xsd" xmlns:ai="http://www.crossref.org/AccessIndicators.xsd" xmlns:rel="http://www.crossref.org/relations.xsd">
  <contributors>{0,1}</contributors>
  <titles>{0,1}</titles>
  <database_date>{0,10}</database_date>
  <publisher_item>{0,1}</publisher_item>
  <description language="">{0,1}</description>
  <format mime_type="">{0,1}</format>
  <crossmark>{0,1}</crossmark>
  <fr:program name="fundref">{0,1}</fr:program>
  <ai:program name="AccessIndicators">{0,1}</ai:program>
  <rel:program name="relations">{0,1}</rel:program>
  <archive_locations>{0,1}</archive_locations>
  <doi_data>{1,1}</doi_data>
  <citation_list>{0,1}</citation_list>
  <component_list>{0,1}</component_list>
</dataset>
Attributes
QName Type Default Use
dataset_type restriction of xsd:NMTOKEN record optional
Source
<xsd:element name="dataset">
  <xsd:annotation>
    <xsd:documentation>dataset is used to capture information about one or more database records or collections.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="contributors" minOccurs="0"/>
      <xsd:element ref="titles" minOccurs="0"/>
      <xsd:element ref="database_date" minOccurs="0" maxOccurs="10"/>
      <xsd:element ref="publisher_item" minOccurs="0"/>
      <xsd:element ref="description" minOccurs="0"/>
      <xsd:element ref="format" minOccurs="0"/>
      <xsd:choice>
        <xsd:element ref="crossmark" minOccurs="0"/>
        <xsd:sequence>
          <xsd:element ref="fr:program" minOccurs="0" maxOccurs="1"/>
          <xsd:element ref="ai:program" minOccurs="0" maxOccurs="1"/>
        </xsd:sequence>
      </xsd:choice>
      <xsd:element ref="rel:program" minOccurs="0"/>
      <xsd:element ref="archive_locations" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="doi_data"/>
      <xsd:element ref="citation_list" minOccurs="0"/>
      <xsd:element ref="component_list" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attribute name="dataset_type" default="record">
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="record"/>
          <xsd:enumeration value="collection"/>
          <xsd:enumeration value="crossmark_policy"/>
          <xsd:enumeration value="other"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element peer_review
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The peer_review content type is intended for assigning DOIs to the reports and other artifacts associated with the review of published content.
Diagram
Diagram crossref5_3_1_xsd.tmp#peer_review_stage crossref5_3_1_xsd.tmp#peer_review_type crossref5_3_1_xsd.tmp#peer_review_recommendation crossref5_3_1_xsd.tmp#peer_review_revision-round common5_3_1_xsd.tmp#language.atts crossref5_3_1_xsd.tmp#contributors crossref5_3_1_xsd.tmp#titles crossref5_3_1_xsd.tmp#review_date crossref5_3_1_xsd.tmp#institution crossref5_3_1_xsd.tmp#competing_interest_statement crossref5_3_1_xsd.tmp#running_number AccessIndicators_xsd.tmp#http___www.crossref.org_AccessIndicators.xsd_program relations_xsd.tmp#http___www.crossref.org_relations.xsd_program common5_3_1_xsd.tmp#scn_policies common5_3_1_xsd.tmp#doi_data
Properties
content complex
Used by
Element body
Model
Children competing_interest_statement, contributors, doi_data, institution, program, review_date, running_number, scn_policies, titles
Instance
<peer_review language="" recommendation="" revision-round="" stage="" type="" xmlns="http://www.crossref.org/schema/5.3.1" xmlns:ai="http://www.crossref.org/AccessIndicators.xsd" xmlns:rel="http://www.crossref.org/relations.xsd">
  <contributors>{0,1}</contributors>
  <titles>{1,1}</titles>
  <review_date>{1,1}</review_date>
  <institution>{0,5}</institution>
  <competing_interest_statement language="">{0,1}</competing_interest_statement>
  <running_number>{0,1}</running_number>
  <ai:program name="AccessIndicators">{0,1}</ai:program>
  <rel:program name="relations">{1,1}</rel:program>
  <scn_policies>{0,1}</scn_policies>
  <doi_data>{1,1}</doi_data>
</peer_review>
Attributes
QName Type Use Annotation
language restriction of xsd:NMTOKEN optional
recommendation restriction of xsd:NMTOKEN optional
revision-round xsd:integer optional
Required attribute. First submission defined as revision round zero
stage restriction of xsd:NMTOKEN optional
type restriction of xsd:NMTOKEN optional
Source
<xsd:element name="peer_review">
  <xsd:annotation>
    <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.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="contributors" minOccurs="0"/>
      <xsd:element ref="titles" minOccurs="1" maxOccurs="1"/>
      <xsd:element ref="review_date" minOccurs="1" maxOccurs="1"/>
      <xsd:element ref="institution" minOccurs="0" maxOccurs="5"/>
      <xsd:element ref="competing_interest_statement" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="running_number" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="ai:program" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="rel:program" minOccurs="1"/>
      <xsd:element ref="scn_policies" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="doi_data" minOccurs="1" maxOccurs="1"/>
    </xsd:sequence>
    <xsd:attribute name="stage" use="optional">
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="pre-publication"/>
          <xsd:enumeration value="post-publication"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="type" use="optional">
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="referee-report"/>
          <xsd:enumeration value="editor-report"/>
          <xsd:enumeration value="author-comment"/>
          <xsd:enumeration value="community-comment"/>
          <xsd:enumeration value="manuscript"/>
          <xsd:enumeration value="aggregate"/>
          <xsd:enumeration value="recommendation"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="recommendation" use="optional">
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="major-revision"/>
          <xsd:enumeration value="minor-revision"/>
          <xsd:enumeration value="reject"/>
          <xsd:enumeration value="reject-with-resubmit"/>
          <xsd:enumeration value="accept"/>
          <xsd:enumeration value="accept-with-reservation"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="revision-round" use="optional" type="xsd:integer">
      <xsd:annotation>
        <xsd:documentation>Required attribute. First submission defined as revision round zero</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attributeGroup ref="language.atts"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element review_date
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The date a review was published to a repository.
Diagram
Diagram crossref5_3_1_xsd.tmp#month crossref5_3_1_xsd.tmp#day crossref5_3_1_xsd.tmp#year
Properties
content complex
Used by
Element peer_review
Model
Children day, month, year
Instance
<review_date xmlns="http://www.crossref.org/schema/5.3.1">
  <month>{1,1}</month>
  <day>{1,1}</day>
  <year>{1,1}</year>
</review_date>
Source
<xsd:element name="review_date">
  <xsd:annotation>
    <xsd:documentation>The date a review was published to a repository.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="month"/>
      <xsd:element ref="day"/>
      <xsd:element ref="year"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element competing_interest_statement
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Statement of competing interest supplied by a review author during the review process.
Diagram
Diagram common5_3_1_xsd.tmp#language.atts common5_3_1_xsd.tmp#b common5_3_1_xsd.tmp#i common5_3_1_xsd.tmp#em common5_3_1_xsd.tmp#strong common5_3_1_xsd.tmp#u common5_3_1_xsd.tmp#ovl common5_3_1_xsd.tmp#sup common5_3_1_xsd.tmp#sub common5_3_1_xsd.tmp#scp common5_3_1_xsd.tmp#tt common5_3_1_xsd.tmp#font mathml3-common_xsd.tmp#math common5_3_1_xsd.tmp#face_markup
Properties
content complex
mixed true
Used by
Element peer_review
Model
b | i | em | strong | u | ovl | sup | sub | scp | tt | font | m:math
Children b, em, font, i, m:math, ovl, scp, strong, sub, sup, tt, u
Instance
<competing_interest_statement language="" xmlns="http://www.crossref.org/schema/5.3.1" xmlns:mml="http://www.w3.org/1998/Math/MathML">
  <b>{1,1}</b>
  <i>{1,1}</i>
  <em>{1,1}</em>
  <strong>{1,1}</strong>
  <u>{1,1}</u>
  <ovl>{1,1}</ovl>
  <sup>{1,1}</sup>
  <sub>{1,1}</sub>
  <scp>{1,1}</scp>
  <tt>{1,1}</tt>
  <font>{1,1}</font>
  <mml:math accent="" accentunder="" align="" alignmentscope="" altimg="" altimg-height="" altimg-valign="" altimg-width="" alttext="" bevelled="" cdgroup="" charalign="" charspacing="" class="" close="" columnalign="" columnlines="" columnspacing="" columnspan="" columnwidth="" crossout="" decimalpoint="" denomalign="" depth="" dir="" display="" displaystyle="" edge="" equalcolumns="" equalrows="" fence="" form="" frame="" framespacing="" groupalign="" height="" href="" id="" indentalign="" indentalignfirst="" indentalignlast="" indentshift="" indentshiftfirst="" indentshiftlast="" indenttarget="" infixlinebreakstyle="" largeop="" leftoverhang="" length="" linebreak="" linebreakmultchar="" linebreakstyle="" lineleading="" linethickness="" location="" longdivstyle="" lquote="" lspace="" macros="" mathbackground="" mathcolor="" mathsize="" mathvariant="" maxsize="" maxwidth="" minlabelspacing="" minsize="" mode="" movablelimits="" mslinethickness="" notation="" numalign="" open="" other="" overflow="" position="" rightoverhang="" rowalign="" rowlines="" rowspacing="" rowspan="" rquote="" rspace="" scriptlevel="" scriptminsize="" scriptsizemultiplier="" selection="" separator="" separators="" shift="" side="" stackalign="" stretchy="" style="" subscriptshift="" superscriptshift="" symmetric="" valign="" width="" xref="">{1,1}</mml:math>
</competing_interest_statement>
Attributes
QName Type Use
language restriction of xsd:NMTOKEN optional
Source
<xsd:element name="competing_interest_statement">
  <xsd:annotation>
    <xsd:documentation>Statement of competing interest supplied by a review author during the review process.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType mixed="true">
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:group ref="face_markup"/>
    </xsd:choice>
    <xsd:attributeGroup ref="language.atts"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element running_number
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Running numbers to specify the various reports (ex: RC1 to RC4)
Diagram
Diagram
Type xsd:string
Properties
content simple
Used by
Element peer_review
Source
<xsd:element name="running_number" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>Running numbers to specify the various reports (ex: RC1 to RC4)</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element pending_publication
Namespace http://www.crossref.org/schema/5.3.1
Annotations
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.
Diagram
Diagram common5_3_1_xsd.tmp#language.atts crossref5_3_1_xsd.tmp#contributors crossref5_3_1_xsd.tmp#publication crossref5_3_1_xsd.tmp#titles crossref5_3_1_xsd.tmp#acceptance_date crossref5_3_1_xsd.tmp#institution crossref5_3_1_xsd.tmp#item_number crossref5_3_1_xsd.tmp#intent_statement JATS-journalpublishing1-3d2-mathml3-elements_xsd.tmp#abstract common5_3_1_xsd.tmp#crossmark fundref_xsd.tmp#program AccessIndicators_xsd.tmp#http___www.crossref.org_AccessIndicators.xsd_program relations_xsd.tmp#http___www.crossref.org_relations.xsd_program common5_3_1_xsd.tmp#doi
Properties
content complex
Used by
Element body
Model
Children abstract, acceptance_date, contributors, crossmark, doi, institution, intent_statement, item_number, program, publication, titles
Instance
<pending_publication language="" xmlns="http://www.crossref.org/schema/5.3.1" xmlns:jats="http://www.ncbi.nlm.nih.gov/JATS1" xmlns:fr="http://www.crossref.org/fundref.xsd" xmlns:ai="http://www.crossref.org/AccessIndicators.xsd" xmlns:rel="http://www.crossref.org/relations.xsd">
  <contributors>{0,1}</contributors>
  <publication>{1,1}</publication>
  <titles>{0,1}</titles>
  <acceptance_date media_type="print">{1,1}</acceptance_date>
  <institution>{0,5}</institution>
  <item_number item_number_type="">{0,3}</item_number>
  <intent_statement language="">{0,1}</intent_statement>
  <jats:abstract abstract-type="" xml:base="" id="" xml:lang="" specific-use="">{0,unbounded}</jats:abstract>
  <crossmark>{0,1}</crossmark>
  <fr:program name="fundref">{0,1}</fr:program>
  <ai:program name="AccessIndicators">{0,1}</ai:program>
  <rel:program name="relations">{0,1}</rel:program>
  <doi>{1,1}</doi>
</pending_publication>
Attributes
QName Type Use
language restriction of xsd:NMTOKEN optional
Source
<xsd:element name="pending_publication">
  <xsd:annotation>
    <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>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="contributors" minOccurs="0"/>
      <xsd:element ref="publication"/>
      <xsd:element ref="titles" minOccurs="0"/>
      <xsd:element ref="acceptance_date" minOccurs="1" maxOccurs="1"/>
      <xsd:element ref="institution" minOccurs="0" maxOccurs="5"/>
      <xsd:element ref="item_number" minOccurs="0" maxOccurs="3"/>
      <xsd:element ref="intent_statement" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="jats:abstract" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:choice>
        <xsd:element ref="crossmark" minOccurs="0"/>
        <xsd:sequence>
          <xsd:element ref="fr:program" minOccurs="0" maxOccurs="1"/>
          <xsd:element ref="ai:program" minOccurs="0" maxOccurs="1"/>
        </xsd:sequence>
      </xsd:choice>
      <xsd:element ref="rel:program" minOccurs="0"/>
      <xsd:element ref="doi" minOccurs="1" maxOccurs="1"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="language.atts"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element publication
Namespace http://www.crossref.org/schema/5.3.1
Annotations
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
Diagram
Diagram crossref5_3_1_xsd.tmp#full_title common5_3_1_xsd.tmp#issn common5_3_1_xsd.tmp#http___www.crossref.org_schema_5.3.1_isbn common5_3_1_xsd.tmp#doi common5_3_1_xsd.tmp#issn common5_3_1_xsd.tmp#http___www.crossref.org_schema_5.3.1_isbn
Properties
content complex
Used by
Model
Children doi, full_title, isbn, issn
Instance
<publication xmlns="http://www.crossref.org/schema/5.3.1">
  <full_title>{1,10}</full_title>
  <issn media_type="print">{1,1}</issn>
  <isbn media_type="print">{1,1}</isbn>
  <doi>{1,1}</doi>
  <issn media_type="print">{0,1}</issn>
  <isbn media_type="print">{0,1}</isbn>
</publication>
Source
<xsd:element name="publication">
  <xsd:annotation>
    <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>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="full_title" maxOccurs="10"/>
      <xsd:choice>
        <xsd:sequence>
          <xsd:choice>
            <xsd:element ref="issn" minOccurs="1" maxOccurs="1"/>
            <xsd:element ref="isbn" minOccurs="1" maxOccurs="1"/>
          </xsd:choice>
        </xsd:sequence>
        <xsd:sequence>
          <xsd:element ref="doi" minOccurs="1" maxOccurs="1"/>
          <xsd:choice>
            <xsd:element ref="issn" minOccurs="0" maxOccurs="1"/>
            <xsd:element ref="isbn" minOccurs="0" maxOccurs="1"/>
          </xsd:choice>
        </xsd:sequence>
      </xsd:choice>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element intent_statement
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Member's custom statement of intent to publish content for which a pending publication DOI has been created
Diagram
Diagram common5_3_1_xsd.tmp#language.atts common5_3_1_xsd.tmp#b common5_3_1_xsd.tmp#i common5_3_1_xsd.tmp#u common5_3_1_xsd.tmp#a
Properties
content complex
mixed true
Used by
Model
b | i | u | a
Children a, b, i, u
Instance
<intent_statement language="" xmlns="http://www.crossref.org/schema/5.3.1">
  <b>{1,1}</b>
  <i>{1,1}</i>
  <u>{1,1}</u>
  <a href="">{1,1}</a>
</intent_statement>
Attributes
QName Type Use
language restriction of xsd:NMTOKEN optional
Source
<xsd:element name="intent_statement">
  <xsd:annotation>
    <xsd:documentation>Member's custom statement of intent to publish content for which a pending publication DOI has been created</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType mixed="true">
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:element ref="b"/>
      <xsd:element ref="i"/>
      <xsd:element ref="u"/>
      <xsd:element ref="a"/>
    </xsd:choice>
    <xsd:attributeGroup ref="language.atts"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element posted_content
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Container for posted content metadata.
Diagram
Diagram crossref5_3_1_xsd.tmp#posted_content_type common5_3_1_xsd.tmp#language.atts crossref5_3_1_xsd.tmp#group_title crossref5_3_1_xsd.tmp#contributors crossref5_3_1_xsd.tmp#titles crossref5_3_1_xsd.tmp#posted_date crossref5_3_1_xsd.tmp#acceptance_date crossref5_3_1_xsd.tmp#institution crossref5_3_1_xsd.tmp#item_number JATS-journalpublishing1-3d2-mathml3-elements_xsd.tmp#abstract fundref_xsd.tmp#program AccessIndicators_xsd.tmp#http___www.crossref.org_AccessIndicators.xsd_program relations_xsd.tmp#http___www.crossref.org_relations.xsd_program common5_3_1_xsd.tmp#scn_policies common5_3_1_xsd.tmp#doi_data common5_3_1_xsd.tmp#citation_list
Properties
content complex
Used by
Element body
Model
Children abstract, acceptance_date, citation_list, contributors, doi_data, group_title, institution, item_number, posted_date, program, scn_policies, titles
Instance
<posted_content language="" type="preprint" xmlns="http://www.crossref.org/schema/5.3.1" xmlns:jats="http://www.ncbi.nlm.nih.gov/JATS1" xmlns:fr="http://www.crossref.org/fundref.xsd" xmlns:ai="http://www.crossref.org/AccessIndicators.xsd" xmlns:rel="http://www.crossref.org/relations.xsd">
  <group_title>{0,1}</group_title>
  <contributors>{0,1}</contributors>
  <titles>{1,1}</titles>
  <posted_date media_type="print">{1,1}</posted_date>
  <acceptance_date media_type="print">{0,1}</acceptance_date>
  <institution>{0,5}</institution>
  <item_number item_number_type="">{0,3}</item_number>
  <jats:abstract abstract-type="" xml:base="" id="" xml:lang="" specific-use="">{0,unbounded}</jats:abstract>
  <fr:program name="fundref">{0,1}</fr:program>
  <ai:program name="AccessIndicators">{0,1}</ai:program>
  <rel:program name="relations">{0,1}</rel:program>
  <scn_policies>{0,1}</scn_policies>
  <doi_data>{1,1}</doi_data>
  <citation_list>{0,1}</citation_list>
</posted_content>
Attributes
QName Type Default Use
language restriction of xsd:NMTOKEN optional
type restriction of xsd:NMTOKEN preprint optional
Source
<xsd:element name="posted_content">
  <xsd:annotation>
    <xsd:documentation>Container for posted content metadata.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="group_title" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="contributors" minOccurs="0"/>
      <xsd:element ref="titles"/>
      <xsd:element ref="posted_date" minOccurs="1" maxOccurs="1"/>
      <xsd:element ref="acceptance_date" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="institution" minOccurs="0" maxOccurs="5"/>
      <xsd:element ref="item_number" minOccurs="0" maxOccurs="3"/>
      <xsd:element ref="jats:abstract" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element maxOccurs="1" ref="fr:program" minOccurs="0"/>
      <xsd:element ref="ai:program" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="rel:program" minOccurs="0"/>
      <xsd:element ref="scn_policies" minOccurs="0" maxOccurs="1"/>
      <!-- cs-3495 -->
      <xsd:element ref="doi_data" minOccurs="1"/>
      <xsd:element ref="citation_list" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attribute name="type" default="preprint">
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="preprint"/>
          <xsd:enumeration value="working_paper"/>
          <xsd:enumeration value="letter"/>
          <xsd:enumeration value="dissertation"/>
          <xsd:enumeration value="report"/>
          <xsd:enumeration value="review"/>
          <xsd:enumeration value="other"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attributeGroup ref="language.atts"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element group_title
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Posted content may be organzed 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.
Diagram
Diagram
Type restriction of xsd:string
Properties
content simple
Facets
minLength 1
maxLength 1024
Used by
Element posted_content
Source
<xsd:element name="group_title">
  <xsd:annotation>
    <xsd:documentation>Posted content may be organzed 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>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="1024"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element posted_date
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The date a pre-print was posted to a repository.
Diagram
Diagram crossref5_3_1_xsd.tmp#date_t_media_type crossref5_3_1_xsd.tmp#month crossref5_3_1_xsd.tmp#day crossref5_3_1_xsd.tmp#year crossref5_3_1_xsd.tmp#date_t
Type extension of date_t
Type hierarchy
Properties
content complex
Used by
Element posted_content
Model
Children day, month, year
Instance
<posted_date media_type="print" xmlns="http://www.crossref.org/schema/5.3.1">
  <month>{0,1}</month>
  <day>{0,1}</day>
  <year>{1,1}</year>
</posted_date>
Attributes
QName Type Default Use
media_type restriction of xsd:NMTOKEN print optional
Source
<xsd:element name="posted_date">
  <xsd:annotation>
    <xsd:documentation>The date a pre-print was posted to a repository.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="date_t"/>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Element content_date
Namespace http://www.crossref.org/schema/5.3.1
Annotations
The date a piece of content was created.
Diagram
Diagram crossref5_3_1_xsd.tmp#date_t_media_type crossref5_3_1_xsd.tmp#month crossref5_3_1_xsd.tmp#day crossref5_3_1_xsd.tmp#year crossref5_3_1_xsd.tmp#date_t
Type extension of date_t
Type hierarchy
Properties
content complex
Model
Children day, month, year
Instance
<content_date media_type="print" xmlns="http://www.crossref.org/schema/5.3.1">
  <month>{0,1}</month>
  <day>{0,1}</day>
  <year>{1,1}</year>
</content_date>
Attributes
QName Type Default Use
media_type restriction of xsd:NMTOKEN print optional
Source
<xsd:element name="content_date">
  <xsd:annotation>
    <xsd:documentation>The date a piece of content was created.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="date_t"/>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Simple Type organization_t
Namespace http://www.crossref.org/schema/5.3.1
Diagram
Diagram
Type restriction of xsd:string
Facets
whiteSpace collapse
minLength 1
maxLength 511
Used by
Element organization
Source
<xsd:simpleType name="organization_t">
  <xsd:restriction base="xsd:string">
    <xsd:maxLength value="511"/>
    <xsd:minLength value="1"/>
    <xsd:whiteSpace value="collapse"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Simple Type PID
Namespace http://www.crossref.org/schema/5.3.1
Diagram
Diagram
Type restriction of xsd:string
Facets
pattern [hH][tT][tT][pP][sS]://.{1,50}
Used by
Element institution_id
Source
<xsd:simpleType name="PID">
  <xsd:restriction base="xsd:string">
    <xsd:pattern value="[hH][tT][tT][pP][sS]://.{1,50}"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Simple Type orcid_t
Namespace http://www.crossref.org/schema/5.3.1
Diagram
Diagram
Type restriction of xsd:string
Facets
pattern http?://orcid.org/[0-9]{4}-[0-9]{4}-[0-9]{4}-[0-9]{3}[X0-9]{1}
Used by
Element ORCID
Source
<xsd:simpleType name="orcid_t">
  <xsd:restriction base="xsd:string">
    <xsd:pattern value="http?://orcid.org/[0-9]{4}-[0-9]{4}-[0-9]{4}-[0-9]{3}[X0-9]{1}"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Complex Type date_t
Namespace http://www.crossref.org/schema/5.3.1
Diagram
Diagram crossref5_3_1_xsd.tmp#date_t_media_type crossref5_3_1_xsd.tmp#month crossref5_3_1_xsd.tmp#day crossref5_3_1_xsd.tmp#year
Used by
Model
Children day, month, year
Attributes
QName Type Default Use
media_type restriction of xsd:NMTOKEN print optional
Source
<xsd:complexType name="date_t">
  <xsd:sequence>
    <xsd:element ref="month" minOccurs="0"/>
    <xsd:element ref="day" minOccurs="0"/>
    <xsd:element ref="year"/>
  </xsd:sequence>
  <xsd:attribute name="media_type" default="print">
    <xsd:simpleType>
      <xsd:restriction base="xsd:NMTOKEN">
        <xsd:enumeration value="online"/>
        <xsd:enumeration value="print"/>
        <xsd:enumeration value="other"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
</xsd:complexType>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Simple Type xrefMonth
Namespace http://www.crossref.org/schema/5.3.1
Diagram
Diagram
Type restriction of xsd:positiveInteger
Facets
totalDigits 2
maxInclusive 34
minInclusive 01
Used by
Source
<xsd:simpleType name="xrefMonth">
  <xsd:restriction base="xsd:positiveInteger">
    <xsd:maxInclusive value="34"/>
    <xsd:minInclusive value="01"/>
    <xsd:totalDigits value="2"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Simple Type xrefDay
Namespace http://www.crossref.org/schema/5.3.1
Diagram
Diagram
Type restriction of xsd:positiveInteger
Facets
totalDigits 2
maxInclusive 31
minInclusive 01
Used by
Source
<xsd:simpleType name="xrefDay">
  <xsd:restriction base="xsd:positiveInteger">
    <xsd:maxInclusive value="31"/>
    <xsd:minInclusive value="01"/>
    <xsd:totalDigits value="2"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Simple Type xrefYear
Namespace http://www.crossref.org/schema/5.3.1
Annotations
Basic data types for date parts.
Diagram
Diagram
Type restriction of xsd:positiveInteger
Facets
totalDigits 4
maxInclusive 2200
minInclusive 1400
Used by
Source
<xsd:simpleType name="xrefYear">
  <xsd:annotation>
    <xsd:documentation>Basic data types for date parts.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:positiveInteger">
    <xsd:maxInclusive value="2200"/>
    <xsd:minInclusive value="1400"/>
    <xsd:totalDigits value="4"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Simple Type item_number_t
Namespace http://www.crossref.org/schema/5.3.1
Diagram
Diagram
Type restriction of xsd:string
Facets
minLength 1
maxLength 32
Used by
Element item_number
Source
<xsd:simpleType name="item_number_t">
  <xsd:restriction base="xsd:string">
    <xsd:maxLength value="32"/>
    <xsd:minLength value="1"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Simple Type identifier_t
Namespace http://www.crossref.org/schema/5.3.1
Diagram
Diagram
Type restriction of xsd:string
Facets
minLength 1
maxLength 255
Used by
Element identifier
Source
<xsd:simpleType name="identifier_t">
  <xsd:restriction base="xsd:string">
    <xsd:maxLength value="255"/>
    <xsd:minLength value="1"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Simple Type format_t
Namespace http://www.crossref.org/schema/5.3.1
Diagram
Diagram
Type restriction of xsd:string
Facets
minLength 0
maxLength 130
Used by
Element format
Source
<xsd:simpleType name="format_t">
  <xsd:restriction base="xsd:string">
    <xsd:maxLength value="130"/>
    <xsd:minLength value="0"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Simple Type conference_date_t
Namespace http://www.crossref.org/schema/5.3.1
Diagram
Diagram
Type restriction of xsd:string
Facets
minLength 0
maxLength 100
Used by
Element conference_date
Source
<xsd:simpleType name="conference_date_t">
  <xsd:restriction base="xsd:string">
    <xsd:maxLength value="100"/>
    <xsd:minLength value="0"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute archive / @name
Namespace No namespace
Type restriction of xsd:string
Properties
use required
Facets
enumeration CLOCKSS
enumeration LOCKSS
enumeration Portico
enumeration KB
enumeration Internet Archive
enumeration DWT
Used by
Element archive
Source
<xsd:attribute name="name" use="required">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="CLOCKSS"/>
      <xsd:enumeration value="LOCKSS"/>
      <xsd:enumeration value="Portico"/>
      <xsd:enumeration value="KB"/>
      <xsd:enumeration value="Internet Archive"/>
      <xsd:enumeration value="DWT"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute contributor.atts / @sequence
Namespace No namespace
Type restriction of xsd:NMTOKEN
Properties
use required
Facets
enumeration first
enumeration additional
Used by
Attribute Group contributor.atts
Source
<xsd:attribute name="sequence" use="required">
  <xsd:simpleType>
    <xsd:restriction base="xsd:NMTOKEN">
      <xsd:enumeration value="first"/>
      <xsd:enumeration value="additional"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute contributor.atts / @contributor_role
Namespace No namespace
Type restriction of xsd:NMTOKEN
Properties
use required
Facets
enumeration author
enumeration editor
enumeration chair
enumeration reviewer
enumeration review-assistant
enumeration stats-reviewer
enumeration reviewer-external
enumeration reader
enumeration translator
Used by
Attribute Group contributor.atts
Source
<xsd:attribute name="contributor_role" use="required">
  <xsd:simpleType>
    <xsd:restriction base="xsd:NMTOKEN">
      <xsd:enumeration value="author"/>
      <xsd:enumeration value="editor"/>
      <xsd:enumeration value="chair"/>
      <xsd:enumeration value="reviewer"/>
      <xsd:enumeration value="review-assistant"/>
      <xsd:enumeration value="stats-reviewer"/>
      <xsd:enumeration value="reviewer-external"/>
      <xsd:enumeration value="reader"/>
      <xsd:enumeration value="translator"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute contributor.atts / @name-style
Namespace No namespace
Type restriction of xsd:token
Properties
use optional
Facets
enumeration western
enumeration eastern
enumeration islensk
enumeration given-only
Used by
Attribute Group contributor.atts
Source
<xsd:attribute name="name-style" use="optional">
  <xsd:simpleType>
    <xsd:restriction base="xsd:token">
      <xsd:enumeration value="western"/>
      <xsd:enumeration value="eastern"/>
      <xsd:enumeration value="islensk"/>
      <xsd:enumeration value="given-only"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute institution_id / @type
Namespace No namespace
Type restriction of xsd:NMTOKEN
Properties
use required
Facets
enumeration ror
enumeration isni
enumeration wikidata
Used by
Element institution_id
Source
<xsd:attribute name="type" use="required">
  <xsd:simpleType>
    <xsd:restriction base="xsd:NMTOKEN">
      <xsd:enumeration value="ror"/>
      <xsd:enumeration value="isni"/>
      <xsd:enumeration value="wikidata"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute ORCID / @authenticated
Namespace No namespace
Type xsd:boolean
Properties
default false
Used by
Element ORCID
Source
<xsd:attribute default="false" name="authenticated" type="xsd:boolean"/>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute prefix / @content-type
Namespace No namespace
Used by
Element prefix
Source
<xsd:attribute name="content-type"/>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute prefix / @specific-use
Namespace No namespace
Used by
Element prefix
Source
<xsd:attribute name="specific-use"/>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute name / @content-type
Namespace No namespace
Used by
Element name
Source
<xsd:attribute name="content-type"/>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute name / @name-style
Namespace No namespace
Type restriction of xsd:token
Properties
default western
Facets
enumeration western
enumeration eastern
enumeration islensk
enumeration given-only
Used by
Element name
Source
<xsd:attribute name="name-style" default="western">
  <xsd:simpleType>
    <xsd:restriction base="xsd:token">
      <xsd:enumeration value="western"/>
      <xsd:enumeration value="eastern"/>
      <xsd:enumeration value="islensk"/>
      <xsd:enumeration value="given-only"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute name / @specific-use
Namespace No namespace
Used by
Element name
Source
<xsd:attribute name="specific-use"/>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute degrees / @content-type
Namespace No namespace
Used by
Element degrees
Source
<xsd:attribute name="content-type"/>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute degrees / @specific-use
Namespace No namespace
Used by
Element degrees
Source
<xsd:attribute name="specific-use"/>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute string-name / @content-type
Namespace No namespace
Used by
Element string-name
Source
<xsd:attribute name="content-type"/>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute string-name / @name-style
Namespace No namespace
Type restriction of xsd:token
Properties
default western
Facets
enumeration western
enumeration eastern
enumeration islensk
enumeration given-only
Used by
Element string-name
Source
<xsd:attribute name="name-style" default="western">
  <xsd:simpleType>
    <xsd:restriction base="xsd:token">
      <xsd:enumeration value="western"/>
      <xsd:enumeration value="eastern"/>
      <xsd:enumeration value="islensk"/>
      <xsd:enumeration value="given-only"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute string-name / @specific-use
Namespace No namespace
Used by
Element string-name
Source
<xsd:attribute name="specific-use"/>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute date_t / @media_type
Namespace No namespace
Type restriction of xsd:NMTOKEN
Properties
default print
Facets
enumeration online
enumeration print
enumeration other
Used by
Complex Type date_t
Source
<xsd:attribute name="media_type" default="print">
  <xsd:simpleType>
    <xsd:restriction base="xsd:NMTOKEN">
      <xsd:enumeration value="online"/>
      <xsd:enumeration value="print"/>
      <xsd:enumeration value="other"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute item_number / @item_number_type
Namespace No namespace
Type xsd:string
Properties
use optional
Used by
Element item_number
Source
<xsd:attribute name="item_number_type" type="xsd:string" use="optional"/>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute identifier / @id_type
Namespace No namespace
Type restriction of xsd:NMTOKEN
Properties
use required
Facets
enumeration pii
enumeration sici
enumeration doi
enumeration dai
enumeration Z39.23
enumeration ISO-std-ref
enumeration std-designation
enumeration report-number
enumeration pmid
enumeration other
Used by
Element identifier
Source
<xsd:attribute name="id_type" use="required">
  <xsd:simpleType>
    <xsd:restriction base="xsd:NMTOKEN">
      <xsd:enumeration value="pii"/>
      <xsd:enumeration value="sici"/>
      <xsd:enumeration value="doi"/>
      <xsd:enumeration value="dai"/>
      <xsd:enumeration value="Z39.23"/>
      <xsd:enumeration value="ISO-std-ref"/>
      <xsd:enumeration value="std-designation"/>
      <xsd:enumeration value="report-number"/>
      <xsd:enumeration value="pmid"/>
      <xsd:enumeration value="other"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute component / @parent_relation
Namespace No namespace
Type restriction of xsd:NMTOKEN
Properties
use required
Facets
enumeration isPartOf
enumeration isReferencedBy
enumeration isRequiredBy
enumeration isTranslationOf
Used by
Element component
Source
<xsd:attribute name="parent_relation" use="required">
  <xsd:simpleType>
    <xsd:restriction base="xsd:NMTOKEN">
      <xsd:enumeration value="isPartOf"/>
      <xsd:enumeration value="isReferencedBy"/>
      <xsd:enumeration value="isRequiredBy"/>
      <xsd:enumeration value="isTranslationOf"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute component / @reg-agency
Namespace No namespace
Type xsd:string
Properties
use optional
Used by
Element component
Source
<xsd:attribute name="reg-agency" use="optional">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string"/>
  </xsd:simpleType>
</xsd:attribute>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute component / @component_size
Namespace No namespace
Type xsd:nonNegativeInteger
Properties
content simple
Used by
Element component
Source
<xsd:attribute name="component_size">
  <xsd:simpleType>
    <xsd:restriction base="xsd:nonNegativeInteger"/>
  </xsd:simpleType>
</xsd:attribute>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute publication_type.atts / @publication_type
Namespace No namespace
Type restriction of xsd:NMTOKEN
Properties
default full_text
Facets
enumeration abstract_only
enumeration full_text
enumeration bibliographic_record
Used by
Attribute Group publication_type.atts
Source
<xsd:attribute name="publication_type" default="full_text">
  <xsd:simpleType>
    <xsd:restriction base="xsd:NMTOKEN">
      <xsd:enumeration value="abstract_only"/>
      <xsd:enumeration value="full_text"/>
      <xsd:enumeration value="bibliographic_record"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute noisbn / @reason
Namespace No namespace
Type restriction of xsd:NMTOKEN
Properties
use required
Facets
enumeration archive_volume
enumeration monograph
enumeration simple_series
Used by
Element noisbn
Source
<xsd:attribute name="reason" use="required">
  <xsd:simpleType>
    <xsd:restriction base="xsd:NMTOKEN">
      <xsd:enumeration value="archive_volume"/>
      <xsd:enumeration value="monograph"/>
      <xsd:enumeration value="simple_series"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute content_item / @component_type
Namespace No namespace
Type restriction of xsd:NMTOKEN
Properties
use required
Facets
enumeration chapter
enumeration section
enumeration part
enumeration track
enumeration reference_entry
enumeration other
Used by
Element content_item
Source
<xsd:attribute name="component_type" use="required">
  <xsd:simpleType>
    <xsd:restriction base="xsd:NMTOKEN">
      <xsd:enumeration value="chapter"/>
      <xsd:enumeration value="section"/>
      <xsd:enumeration value="part"/>
      <xsd:enumeration value="track"/>
      <xsd:enumeration value="reference_entry"/>
      <xsd:enumeration value="other"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute content_item / @level_sequence_number
Namespace No namespace
Type restriction of xsd:positiveInteger
Properties
default 1
Facets
totalDigits 1
maxInclusive 9
minInclusive 1
Used by
Element content_item
Source
<xsd:attribute name="level_sequence_number" default="1">
  <xsd:simpleType>
    <xsd:restriction base="xsd:positiveInteger">
      <xsd:maxInclusive value="9"/>
      <xsd:minInclusive value="1"/>
      <xsd:totalDigits value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute book / @book_type
Namespace No namespace
Type restriction of xsd:NMTOKEN
Properties
use required
Facets
enumeration edited_book
enumeration monograph
enumeration reference
enumeration other
Used by
Element book
Source
<xsd:attribute name="book_type" use="required">
  <xsd:simpleType>
    <xsd:restriction base="xsd:NMTOKEN">
      <xsd:enumeration value="edited_book"/>
      <xsd:enumeration value="monograph"/>
      <xsd:enumeration value="reference"/>
      <xsd:enumeration value="other"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute conference_date / @start_day
Namespace No namespace
Type xrefDay
Properties
use optional
Facets
totalDigits 2
maxInclusive 31
minInclusive 01
Used by
Element conference_date
Source
<xsd:attribute name="start_day" type="xrefDay" use="optional"/>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute conference_date / @start_month
Namespace No namespace
Type xrefMonth
Properties
use optional
Facets
totalDigits 2
maxInclusive 34
minInclusive 01
Used by
Element conference_date
Source
<xsd:attribute name="start_month" type="xrefMonth" use="optional"/>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute conference_date / @start_year
Namespace No namespace
Type xrefYear
Properties
use optional
Facets
totalDigits 4
maxInclusive 2200
minInclusive 1400
Used by
Element conference_date
Source
<xsd:attribute name="start_year" type="xrefYear" use="optional"/>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute conference_date / @end_day
Namespace No namespace
Type xrefDay
Properties
use optional
Facets
totalDigits 2
maxInclusive 31
minInclusive 01
Used by
Element conference_date
Source
<xsd:attribute name="end_day" type="xrefDay" use="optional"/>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute conference_date / @end_month
Namespace No namespace
Type xrefMonth
Properties
use optional
Facets
totalDigits 2
maxInclusive 34
minInclusive 01
Used by
Element conference_date
Source
<xsd:attribute name="end_month" type="xrefMonth" use="optional"/>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute conference_date / @end_year
Namespace No namespace
Type xrefYear
Properties
use optional
Facets
totalDigits 4
maxInclusive 2200
minInclusive 1400
Used by
Element conference_date
Source
<xsd:attribute name="end_year" type="xrefYear" use="optional"/>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute sa_component / @parent_doi
Namespace No namespace
Type restriction of xsd:string
Properties
use required
Facets
minLength 6
maxLength 2048
Used by
Element sa_component
Source
<xsd:attribute name="parent_doi" use="required">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="2048"/>
      <xsd:minLength value="6"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute standard_metadata / @publication_status
Namespace No namespace
Type restriction of xsd:NMTOKEN
Properties
use optional
Facets
enumeration released
enumeration withdrawn
Used by
Source
<xsd:attribute name="publication_status" use="optional">
  <xsd:simpleType>
    <xsd:restriction base="xsd:NMTOKEN">
      <xsd:enumeration value="released"/>
      <xsd:enumeration value="withdrawn"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute dataset / @dataset_type
Namespace No namespace
Type restriction of xsd:NMTOKEN
Properties
default record
Facets
enumeration record
enumeration collection
enumeration crossmark_policy
enumeration other
Used by
Element dataset
Source
<xsd:attribute name="dataset_type" default="record">
  <xsd:simpleType>
    <xsd:restriction base="xsd:NMTOKEN">
      <xsd:enumeration value="record"/>
      <xsd:enumeration value="collection"/>
      <xsd:enumeration value="crossmark_policy"/>
      <xsd:enumeration value="other"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute peer_review / @stage
Namespace No namespace
Type restriction of xsd:NMTOKEN
Properties
use optional
Facets
enumeration pre-publication
enumeration post-publication
Used by
Element peer_review
Source
<xsd:attribute name="stage" use="optional">
  <xsd:simpleType>
    <xsd:restriction base="xsd:NMTOKEN">
      <xsd:enumeration value="pre-publication"/>
      <xsd:enumeration value="post-publication"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute peer_review / @type
Namespace No namespace
Type restriction of xsd:NMTOKEN
Properties
use optional
Facets
enumeration referee-report
enumeration editor-report
enumeration author-comment
enumeration community-comment
enumeration manuscript
enumeration aggregate
enumeration recommendation
Used by
Element peer_review
Source
<xsd:attribute name="type" use="optional">
  <xsd:simpleType>
    <xsd:restriction base="xsd:NMTOKEN">
      <xsd:enumeration value="referee-report"/>
      <xsd:enumeration value="editor-report"/>
      <xsd:enumeration value="author-comment"/>
      <xsd:enumeration value="community-comment"/>
      <xsd:enumeration value="manuscript"/>
      <xsd:enumeration value="aggregate"/>
      <xsd:enumeration value="recommendation"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute peer_review / @recommendation
Namespace No namespace
Type restriction of xsd:NMTOKEN
Properties
use optional
Facets
enumeration major-revision
enumeration minor-revision
enumeration reject
enumeration reject-with-resubmit
enumeration accept
enumeration accept-with-reservation
Used by
Element peer_review
Source
<xsd:attribute name="recommendation" use="optional">
  <xsd:simpleType>
    <xsd:restriction base="xsd:NMTOKEN">
      <xsd:enumeration value="major-revision"/>
      <xsd:enumeration value="minor-revision"/>
      <xsd:enumeration value="reject"/>
      <xsd:enumeration value="reject-with-resubmit"/>
      <xsd:enumeration value="accept"/>
      <xsd:enumeration value="accept-with-reservation"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute peer_review / @revision-round
Namespace No namespace
Annotations
Required attribute. First submission defined as revision round zero
Type xsd:integer
Properties
use optional
Used by
Element peer_review
Source
<xsd:attribute name="revision-round" use="optional" type="xsd:integer">
  <xsd:annotation>
    <xsd:documentation>Required attribute. First submission defined as revision round zero</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute posted_content / @type
Namespace No namespace
Type restriction of xsd:NMTOKEN
Properties
default preprint
Facets
enumeration preprint
enumeration working_paper
enumeration letter
enumeration dissertation
enumeration report
enumeration review
enumeration other
Used by
Element posted_content
Source
<xsd:attribute name="type" default="preprint">
  <xsd:simpleType>
    <xsd:restriction base="xsd:NMTOKEN">
      <xsd:enumeration value="preprint"/>
      <xsd:enumeration value="working_paper"/>
      <xsd:enumeration value="letter"/>
      <xsd:enumeration value="dissertation"/>
      <xsd:enumeration value="report"/>
      <xsd:enumeration value="review"/>
      <xsd:enumeration value="other"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute doi_batch / @version
Namespace No namespace
Type xsd:string
Properties
fixed 5.3.1
Used by
Element doi_batch
Source
<xsd:attribute name="version" type="xsd:string" fixed="5.3.1"/>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute Group contributor.atts
Namespace http://www.crossref.org/schema/5.3.1
Diagram
Diagram crossref5_3_1_xsd.tmp#contributor.atts_sequence crossref5_3_1_xsd.tmp#contributor.atts_contributor_role crossref5_3_1_xsd.tmp#contributor.atts_name-style common5_3_1_xsd.tmp#language.atts_language common5_3_1_xsd.tmp#language.atts
Used by
Attributes
QName Type Use
contributor_role restriction of xsd:NMTOKEN required
language restriction of xsd:NMTOKEN optional
name-style restriction of xsd:token optional
sequence restriction of xsd:NMTOKEN required
Source
<xsd:attributeGroup name="contributor.atts">
  <xsd:attribute name="sequence" use="required">
    <xsd:simpleType>
      <xsd:restriction base="xsd:NMTOKEN">
        <xsd:enumeration value="first"/>
        <xsd:enumeration value="additional"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="contributor_role" use="required">
    <xsd:simpleType>
      <xsd:restriction base="xsd:NMTOKEN">
        <xsd:enumeration value="author"/>
        <xsd:enumeration value="editor"/>
        <xsd:enumeration value="chair"/>
        <xsd:enumeration value="reviewer"/>
        <xsd:enumeration value="review-assistant"/>
        <xsd:enumeration value="stats-reviewer"/>
        <xsd:enumeration value="reviewer-external"/>
        <xsd:enumeration value="reader"/>
        <xsd:enumeration value="translator"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="name-style" use="optional">
    <xsd:simpleType>
      <xsd:restriction base="xsd:token">
        <xsd:enumeration value="western"/>
        <xsd:enumeration value="eastern"/>
        <xsd:enumeration value="islensk"/>
        <xsd:enumeration value="given-only"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attributeGroup ref="language.atts"/>
</xsd:attributeGroup>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd
Attribute Group publication_type.atts
Namespace http://www.crossref.org/schema/5.3.1
Diagram
Diagram crossref5_3_1_xsd.tmp#publication_type.atts_publication_type
Used by
Attributes
QName Type Default Use
publication_type restriction of xsd:NMTOKEN full_text optional
Source
<xsd:attributeGroup name="publication_type.atts">
  <xsd:attribute name="publication_type" default="full_text">
    <xsd:simpleType>
      <xsd:restriction base="xsd:NMTOKEN">
        <xsd:enumeration value="abstract_only"/>
        <xsd:enumeration value="full_text"/>
        <xsd:enumeration value="bibliographic_record"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
</xsd:attributeGroup>
Schema location file:/Users/pfeeney/Documents/GitHub/schema/schemas/crossref5.3.1.xsd