Showing:

Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Main schema doi_resources4.3.0.xsd
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Properties
attribute form default: unqualified
element form default: unqualified
Schema location http://www.crossref.org/schema/deposit/doi_resources4.3.0.xsd
Included schema common4.3.0.xsd
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Properties
attribute form default: unqualified
element form default: unqualified
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element doi_batch
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram NO_NAMESPACE.tmp#doi_batch_version 4_3_0.tmp#head 4_3_0.tmp#body
Properties
content: complex
Model head , body
Children body, head
Instance
<doi_batch version="4.3.0">
  <head>{1,1}</head>
  <body>{1,1}</body>
</doi_batch>
Attributes
QName Type Fixed Default Use Annotation
version xsd:string 4.3.0 optional
Source
<xsd:element name="doi_batch">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="head"/>
      <xsd:element ref="body"/>
    </xsd:sequence>
    <xsd:attribute name="version" type="xsd:string" fixed="4.3.0"/>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/doi_resources4.3.0.xsd
Element head
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#doi_batch_id 4_3_0.tmp#depositor
Properties
content: complex
Used by
Element doi_batch
Model doi_batch_id , depositor
Children depositor, doi_batch_id
Instance
<head>
  <doi_batch_id>{1,1}</doi_batch_id>
  <depositor>{1,1}</depositor>
</head>
Source
<xsd:element name="head">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="doi_batch_id"/>
      <xsd:element ref="depositor"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/doi_resources4.3.0.xsd
Element doi_batch_id
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type restriction of xsd:string
Properties
content: simple
Facets
minLength 4
maxLength 100
Used by
Element head
Source
<xsd:element name="doi_batch_id">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="100"/>
      <xsd:minLength value="4"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element depositor
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#name 4_3_0.tmp#email_address
Properties
content: complex
Used by
Element head
Model name , email_address
Children email_address, name
Instance
<depositor>
  <name>{1,1}</name>
  <email_address>{1,1}</email_address>
</depositor>
Source
<xsd:element name="depositor">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="name"/>
      <xsd:element ref="email_address"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element name
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type restriction of xsd:string
Properties
content: simple
Facets
minLength 1
maxLength 130
Used by
Element depositor
Source
<xsd:element name="name">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="130"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element email_address
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type restriction of xsd:string
Properties
content: simple
Facets
minLength 6
maxLength 200
pattern [\p{L}\p{N}!/+\-_]+(\.[\p{L}\p{N}!/+\-_]+)*@[\p{L}\p{N}!/+\-_]+(\.[\p{L}_]+)+
Used by
Element depositor
Source
<xsd:element name="email_address">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="200"/>
      <xsd:minLength value="6"/>
      <xsd:pattern value="[\p{L}\p{N}!/+\-_]+(\.[\p{L}\p{N}!/+\-_]+)*@[\p{L}\p{N}!/+\-_]+(\.[\p{L}_]+)+"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element body
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#doi_citations 4_3_0.tmp#doi_resources 4_3_0.tmp#crossmark_data
Properties
content: complex
Used by
Element doi_batch
Model doi_citations* , doi_resources* , crossmark_data*
Children crossmark_data, doi_citations, doi_resources
Instance
<body>
  <doi_citations>{0,unbounded}</doi_citations>
  <doi_resources>{0,unbounded}</doi_resources>
  <crossmark_data>{0,unbounded}</crossmark_data>
</body>
Source
<xsd:element name="body">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="doi_citations" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="doi_resources" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="crossmark_data" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/doi_resources4.3.0.xsd
Element doi_citations
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#doi 4_3_0.tmp#citation_list
Properties
content: complex
Used by
Element body
Model doi , citation_list
Children citation_list, doi
Instance
<doi_citations>
  <doi>{1,1}</doi>
  <citation_list>{1,1}</citation_list>
</doi_citations>
Source
<xsd:element name="doi_citations">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="doi"/>
      <xsd:element ref="citation_list"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/doi_resources4.3.0.xsd
Element doi
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type doi_t
Type hierarchy
Properties
content: simple
Facets
minLength 6
maxLength 2048
Used by
Source
<xsd:element name="doi">
  <xsd:simpleType>
    <xsd:restriction base="doi_t"/>
  </xsd:simpleType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element citation_list
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#citation
Properties
content: complex
Used by
Element doi_citations
Model citation*
Children citation
Instance
<citation_list>
  <citation key="">{0,unbounded}</citation>
</citation_list>
Source
<xsd:element name="citation_list">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="citation" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element citation
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#issn 4_3_0.tmp#journal_title 4_3_0.tmp#author 4_3_0.tmp#volume 4_3_0.tmp#issue 4_3_0.tmp#first_page 4_3_0.tmp#cYear 4_3_0.tmp#doi 4_3_0.tmp#isbn 4_3_0.tmp#series_title 4_3_0.tmp#volume_title 4_3_0.tmp#edition_number 4_3_0.tmp#component_number 4_3_0.tmp#article_title 4_3_0.tmp#unstructured_citation 4_3_0.tmp#citation_t 4_3_0.tmp#citation_key.atts
Type extension of citation_t
Type hierarchy
Properties
content: complex
Used by
Element citation_list
Model ALL(issn{0,1} journal_title{0,1} author{0,1} volume{0,1} issue{0,1} first_page{0,1} cYear{0,1} doi{0,1} isbn{0,1} series_title{0,1} volume_title{0,1} edition_number{0,1} component_number{0,1} article_title{0,1} unstructured_citation{0,1})
Children article_title, author, cYear, component_number, doi, edition_number, first_page, isbn, issn, issue, journal_title, series_title, unstructured_citation, volume, volume_title
Instance
<citation key="">
  <issn media_type="print">{0,1}</issn>
  <journal_title>{0,1}</journal_title>
  <author>{0,1}</author>
  <volume>{0,1}</volume>
  <issue>{0,1}</issue>
  <first_page>{0,1}</first_page>
  <cYear>{0,1}</cYear>
  <doi>{0,1}</doi>
  <isbn media_type="print">{0,1}</isbn>
  <series_title>{0,1}</series_title>
  <volume_title>{0,1}</volume_title>
  <edition_number>{0,1}</edition_number>
  <component_number>{0,1}</component_number>
  <article_title>{0,1}</article_title>
  <unstructured_citation>{0,1}</unstructured_citation>
</citation>
Attributes
QName Type Fixed Default Use Annotation
key xsd:string required
Source
<xsd:element name="citation">
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="citation_t">
        <xsd:attributeGroup ref="citation_key.atts"/>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element issn
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#issn_t 4_3_0.tmp#media_type.atts
Type extension of issn_t
Type hierarchy
Properties
content: complex
Used by
Complex Type citation_t
Element citation
Attributes
QName Type Fixed Default Use Annotation
media_type restriction of xsd:NMTOKEN print optional
Source
<xsd:element name="issn">
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="issn_t">
        <xsd:attributeGroup ref="media_type.atts"/>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element journal_title
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type xsd:string
Properties
content: simple
Used by
Complex Type citation_t
Element citation
Source
<xsd:element name="journal_title" type="xsd:string"/>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element author
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type xsd:string
Properties
content: simple
Used by
Complex Type citation_t
Element citation
Source
<xsd:element name="author" type="xsd:string"/>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element volume
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type restriction of xsd:string
Properties
content: simple
Facets
minLength 1
maxLength 32
Used by
Complex Type citation_t
Element citation
Source
<xsd:element name="volume">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="32"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element issue
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type restriction of xsd:string
Properties
content: simple
Facets
minLength 1
maxLength 32
Used by
Complex Type citation_t
Element citation
Source
<xsd:element name="issue">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="32"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element first_page
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type restriction of xsd:string
Properties
content: simple
Facets
minLength 1
maxLength 32
Used by
Complex Type citation_t
Elements citation, pages
Source
<xsd:element name="first_page">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="32"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element cYear
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type xsd:string
Properties
content: simple
Used by
Complex Type citation_t
Element citation
Source
<xsd:element name="cYear" type="xsd:string"/>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element isbn
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#isbn_t 4_3_0.tmp#media_type.atts
Type extension of isbn_t
Type hierarchy
Properties
content: complex
Used by
Complex Type citation_t
Element citation
Attributes
QName Type Fixed Default Use Annotation
media_type restriction of xsd:NMTOKEN print optional
Source
<xsd:element name="isbn">
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="isbn_t">
        <xsd:attributeGroup ref="media_type.atts"/>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element series_title
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type xsd:string
Properties
content: simple
Used by
Complex Type citation_t
Element citation
Source
<xsd:element name="series_title" type="xsd:string"/>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element volume_title
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type xsd:string
Properties
content: simple
Used by
Complex Type citation_t
Element citation
Source
<xsd:element name="volume_title" type="xsd:string"/>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element edition_number
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type restriction of xsd:string
Properties
content: simple
Facets
minLength 1
maxLength 15
Used by
Complex Type citation_t
Element citation
Source
<xsd:element name="edition_number">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="15"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element component_number
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type restriction of xsd:string
Properties
content: simple
Facets
minLength 1
maxLength 50
Used by
Complex Type citation_t
Element citation
Source
<xsd:element name="component_number">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="50"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element article_title
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type xsd:string
Properties
content: simple
Used by
Complex Type citation_t
Element citation
Source
<xsd:element name="article_title" type="xsd:string"/>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element unstructured_citation
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#b 4_3_0.tmp#i 4_3_0.tmp#u 4_3_0.tmp#ovl 4_3_0.tmp#sup 4_3_0.tmp#sub 4_3_0.tmp#scp 4_3_0.tmp#tt 4_3_0.tmp#font 4_3_0.tmp#face_markup
Properties
content: complex
mixed: true
Used by
Complex Type citation_t
Element citation
Model b | i | u | ovl | sup | sub | scp | tt | font
Children b, font, i, ovl, scp, sub, sup, tt, u
Instance
<unstructured_citation>
  <b>{1,1}</b>
  <i>{1,1}</i>
  <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>
</unstructured_citation>
Source
<xsd:element name="unstructured_citation">
  <xsd:complexType mixed="true">
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:group ref="face_markup"/>
    </xsd:choice>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element b
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#b 4_3_0.tmp#i 4_3_0.tmp#u 4_3_0.tmp#ovl 4_3_0.tmp#sup 4_3_0.tmp#sub 4_3_0.tmp#scp 4_3_0.tmp#tt 4_3_0.tmp#font 4_3_0.tmp#face_markup 4_3_0.tmp#xrefFaces
Type xrefFaces
Properties
content: complex
mixed: true
Used by
Element Group face_markup
Model b | i | u | ovl | sup | sub | scp | tt | font
Children b, font, i, ovl, scp, sub, sup, tt, u
Instance
<b>
  <b>{1,1}</b>
  <i>{1,1}</i>
  <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>
</b>
Source
<xsd:element name="b" type="xrefFaces"/>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element i
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#b 4_3_0.tmp#i 4_3_0.tmp#u 4_3_0.tmp#ovl 4_3_0.tmp#sup 4_3_0.tmp#sub 4_3_0.tmp#scp 4_3_0.tmp#tt 4_3_0.tmp#font 4_3_0.tmp#face_markup 4_3_0.tmp#xrefFaces
Type xrefFaces
Properties
content: complex
mixed: true
Used by
Element Group face_markup
Model b | i | u | ovl | sup | sub | scp | tt | font
Children b, font, i, ovl, scp, sub, sup, tt, u
Instance
<i>
  <b>{1,1}</b>
  <i>{1,1}</i>
  <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>
</i>
Source
<xsd:element name="i" type="xrefFaces"/>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element u
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#b 4_3_0.tmp#i 4_3_0.tmp#u 4_3_0.tmp#ovl 4_3_0.tmp#sup 4_3_0.tmp#sub 4_3_0.tmp#scp 4_3_0.tmp#tt 4_3_0.tmp#font 4_3_0.tmp#face_markup 4_3_0.tmp#xrefFaces
Type xrefFaces
Properties
content: complex
mixed: true
Used by
Element Group face_markup
Model b | i | u | ovl | sup | sub | scp | tt | font
Children b, font, i, ovl, scp, sub, sup, tt, u
Instance
<u>
  <b>{1,1}</b>
  <i>{1,1}</i>
  <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>
</u>
Source
<xsd:element name="u" type="xrefFaces"/>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element ovl
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#b 4_3_0.tmp#i 4_3_0.tmp#u 4_3_0.tmp#ovl 4_3_0.tmp#sup 4_3_0.tmp#sub 4_3_0.tmp#scp 4_3_0.tmp#tt 4_3_0.tmp#font 4_3_0.tmp#face_markup 4_3_0.tmp#xrefFaces
Type xrefFaces
Properties
content: complex
mixed: true
Used by
Element Group face_markup
Model b | i | u | ovl | sup | sub | scp | tt | font
Children b, font, i, ovl, scp, sub, sup, tt, u
Instance
<ovl>
  <b>{1,1}</b>
  <i>{1,1}</i>
  <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>
</ovl>
Source
<xsd:element name="ovl" type="xrefFaces"/>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element sup
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#b 4_3_0.tmp#i 4_3_0.tmp#u 4_3_0.tmp#ovl 4_3_0.tmp#sup 4_3_0.tmp#sub 4_3_0.tmp#scp 4_3_0.tmp#tt 4_3_0.tmp#font 4_3_0.tmp#face_markup 4_3_0.tmp#xrefFaces
Type xrefFaces
Properties
content: complex
mixed: true
Used by
Element Group face_markup
Model b | i | u | ovl | sup | sub | scp | tt | font
Children b, font, i, ovl, scp, sub, sup, tt, u
Instance
<sup>
  <b>{1,1}</b>
  <i>{1,1}</i>
  <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>
</sup>
Source
<xsd:element name="sup" type="xrefFaces"/>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element sub
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#b 4_3_0.tmp#i 4_3_0.tmp#u 4_3_0.tmp#ovl 4_3_0.tmp#sup 4_3_0.tmp#sub 4_3_0.tmp#scp 4_3_0.tmp#tt 4_3_0.tmp#font 4_3_0.tmp#face_markup 4_3_0.tmp#xrefFaces
Type xrefFaces
Properties
content: complex
mixed: true
Used by
Element Group face_markup
Model b | i | u | ovl | sup | sub | scp | tt | font
Children b, font, i, ovl, scp, sub, sup, tt, u
Instance
<sub>
  <b>{1,1}</b>
  <i>{1,1}</i>
  <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>
</sub>
Source
<xsd:element name="sub" type="xrefFaces"/>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element scp
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#b 4_3_0.tmp#i 4_3_0.tmp#u 4_3_0.tmp#ovl 4_3_0.tmp#sup 4_3_0.tmp#sub 4_3_0.tmp#scp 4_3_0.tmp#tt 4_3_0.tmp#font 4_3_0.tmp#face_markup 4_3_0.tmp#xrefFaces
Type xrefFaces
Properties
content: complex
mixed: true
Used by
Element Group face_markup
Model b | i | u | ovl | sup | sub | scp | tt | font
Children b, font, i, ovl, scp, sub, sup, tt, u
Instance
<scp>
  <b>{1,1}</b>
  <i>{1,1}</i>
  <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>
</scp>
Source
<xsd:element name="scp" type="xrefFaces"/>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element tt
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#b 4_3_0.tmp#i 4_3_0.tmp#u 4_3_0.tmp#ovl 4_3_0.tmp#sup 4_3_0.tmp#sub 4_3_0.tmp#scp 4_3_0.tmp#tt 4_3_0.tmp#font 4_3_0.tmp#face_markup 4_3_0.tmp#xrefFaces
Type xrefFaces
Properties
content: complex
mixed: true
Used by
Element Group face_markup
Model b | i | u | ovl | sup | sub | scp | tt | font
Children b, font, i, ovl, scp, sub, sup, tt, u
Instance
<tt>
  <b>{1,1}</b>
  <i>{1,1}</i>
  <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>
</tt>
Source
<xsd:element name="tt" type="xrefFaces"/>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element font
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#b 4_3_0.tmp#i 4_3_0.tmp#u 4_3_0.tmp#ovl 4_3_0.tmp#sup 4_3_0.tmp#sub 4_3_0.tmp#scp 4_3_0.tmp#tt 4_3_0.tmp#font 4_3_0.tmp#face_markup 4_3_0.tmp#xrefFaces
Type xrefFaces
Properties
content: complex
mixed: true
Used by
Element Group face_markup
Model b | i | u | ovl | sup | sub | scp | tt | font
Children b, font, i, ovl, scp, sub, sup, tt, u
Instance
<font>
  <b>{1,1}</b>
  <i>{1,1}</i>
  <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>
</font>
Source
<xsd:element name="font" type="xrefFaces"/>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element doi_resources
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#doi 4_3_0.tmp#collection
Properties
content: complex
Used by
Element body
Model doi , collection
Children collection, doi
Instance
<doi_resources>
  <doi>{1,1}</doi>
  <collection multi-resolution="" property="">{1,1}</collection>
</doi_resources>
Source
<xsd:element name="doi_resources">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="doi"/>
      <xsd:element ref="collection"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/doi_resources4.3.0.xsd
Element collection
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram NO_NAMESPACE.tmp#collection_property NO_NAMESPACE.tmp#collection_multi-resolution 4_3_0.tmp#item
Properties
content: complex
Used by
Model item*
Children item
Instance
<collection multi-resolution="" property="">
  <item country="" crawler="" label="">{0,unbounded}</item>
</collection>
Attributes
QName Type Fixed Default Use Annotation
multi-resolution restriction of xsd:NMTOKEN optional
property restriction of xsd:NMTOKEN required
Source
<xsd:element name="collection">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="item" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="property" use="required">
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="list-based"/>
          <xsd:enumeration value="country-based"/>
          <xsd:enumeration value="crawler-based"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="multi-resolution">
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="lock"/>
          <xsd:enumeration value="unlock"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element item
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram NO_NAMESPACE.tmp#item_crawler NO_NAMESPACE.tmp#item_label NO_NAMESPACE.tmp#item_country 4_3_0.tmp#doi 4_3_0.tmp#resource
Properties
content: complex
Used by
Element collection
Model (doi | resource)
Children doi, resource
Instance
<item country="" crawler="" label="">
  <doi>{1,1}</doi>
  <resource>{1,1}</resource>
</item>
Attributes
QName Type Fixed Default Use Annotation
country restriction of xsd:NMTOKEN optional
crawler restriction of xsd:NMTOKEN optional
label restriction of xsd:string optional
Source
<xsd:element name="item">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:choice minOccurs="0">
        <xsd:element ref="doi"/>
        <xsd:element ref="resource"/>
      </xsd:choice>
    </xsd:sequence>
    <xsd:attribute name="crawler" use="optional">
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="altavista"/>
          <xsd:enumeration value="google"/>
          <xsd:enumeration value="msn"/>
          <xsd:enumeration value="scirus"/>
          <xsd:enumeration value="yahoo"/>
          <xsd:enumeration value="iParadigms"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="label" use="optional">
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="128"/>
          <xsd:minLength value="6"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="country" use="optional">
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="AX"/>
          <xsd:enumeration value="AF"/>
          <xsd:enumeration value="AL"/>
          <xsd:enumeration value="DZ"/>
          <xsd:enumeration value="AS"/>
          <xsd:enumeration value="AD"/>
          <xsd:enumeration value="AO"/>
          <xsd:enumeration value="AI"/>
          <xsd:enumeration value="AQ"/>
          <xsd:enumeration value="AG"/>
          <xsd:enumeration value="AR"/>
          <xsd:enumeration value="AM"/>
          <xsd:enumeration value="AW"/>
          <xsd:enumeration value="AU"/>
          <xsd:enumeration value="AT"/>
          <xsd:enumeration value="AZ"/>
          <xsd:enumeration value="BS"/>
          <xsd:enumeration value="BH"/>
          <xsd:enumeration value="BD"/>
          <xsd:enumeration value="BB"/>
          <xsd:enumeration value="BY"/>
          <xsd:enumeration value="BE"/>
          <xsd:enumeration value="BZ"/>
          <xsd:enumeration value="BJ"/>
          <xsd:enumeration value="BM"/>
          <xsd:enumeration value="BT"/>
          <xsd:enumeration value="BO"/>
          <xsd:enumeration value="BA"/>
          <xsd:enumeration value="BW"/>
          <xsd:enumeration value="BV"/>
          <xsd:enumeration value="BR"/>
          <xsd:enumeration value="IO"/>
          <xsd:enumeration value="BN"/>
          <xsd:enumeration value="BG"/>
          <xsd:enumeration value="BF"/>
          <xsd:enumeration value="BI"/>
          <xsd:enumeration value="KH"/>
          <xsd:enumeration value="CM"/>
          <xsd:enumeration value="CA"/>
          <xsd:enumeration value="CV"/>
          <xsd:enumeration value="KY"/>
          <xsd:enumeration value="CF"/>
          <xsd:enumeration value="TD"/>
          <xsd:enumeration value="CL"/>
          <xsd:enumeration value="CN"/>
          <xsd:enumeration value="CX"/>
          <xsd:enumeration value="CC"/>
          <xsd:enumeration value="CO"/>
          <xsd:enumeration value="KM"/>
          <xsd:enumeration value="CD"/>
          <xsd:enumeration value="CG"/>
          <xsd:enumeration value="CK"/>
          <xsd:enumeration value="CR"/>
          <xsd:enumeration value="CI"/>
          <xsd:enumeration value="HR"/>
          <xsd:enumeration value="CU"/>
          <xsd:enumeration value="CY"/>
          <xsd:enumeration value="CZ"/>
          <xsd:enumeration value="DK"/>
          <xsd:enumeration value="DJ"/>
          <xsd:enumeration value="DM"/>
          <xsd:enumeration value="DO"/>
          <xsd:enumeration value="EC"/>
          <xsd:enumeration value="EG"/>
          <xsd:enumeration value="SV"/>
          <xsd:enumeration value="GQ"/>
          <xsd:enumeration value="ER"/>
          <xsd:enumeration value="EE"/>
          <xsd:enumeration value="ET"/>
          <xsd:enumeration value="FK"/>
          <xsd:enumeration value="FO"/>
          <xsd:enumeration value="FJ"/>
          <xsd:enumeration value="FI"/>
          <xsd:enumeration value="FR"/>
          <xsd:enumeration value="GF"/>
          <xsd:enumeration value="PF"/>
          <xsd:enumeration value="TF"/>
          <xsd:enumeration value="GA"/>
          <xsd:enumeration value="GM"/>
          <xsd:enumeration value="GE"/>
          <xsd:enumeration value="DE"/>
          <xsd:enumeration value="GH"/>
          <xsd:enumeration value="GI"/>
          <xsd:enumeration value="GR"/>
          <xsd:enumeration value="GL"/>
          <xsd:enumeration value="GD"/>
          <xsd:enumeration value="GP"/>
          <xsd:enumeration value="GU"/>
          <xsd:enumeration value="GT"/>
          <xsd:enumeration value="GN"/>
          <xsd:enumeration value="GW"/>
          <xsd:enumeration value="GY"/>
          <xsd:enumeration value="HT"/>
          <xsd:enumeration value="HM"/>
          <xsd:enumeration value="HN"/>
          <xsd:enumeration value="HK"/>
          <xsd:enumeration value="HU"/>
          <xsd:enumeration value="IS"/>
          <xsd:enumeration value="IN"/>
          <xsd:enumeration value="ID"/>
          <xsd:enumeration value="IR"/>
          <xsd:enumeration value="IQ"/>
          <xsd:enumeration value="IE"/>
          <xsd:enumeration value="IL"/>
          <xsd:enumeration value="IT"/>
          <xsd:enumeration value="JM"/>
          <xsd:enumeration value="JP"/>
          <xsd:enumeration value="JO"/>
          <xsd:enumeration value="KZ"/>
          <xsd:enumeration value="KE"/>
          <xsd:enumeration value="KI"/>
          <xsd:enumeration value="KP"/>
          <xsd:enumeration value="KR"/>
          <xsd:enumeration value="KW"/>
          <xsd:enumeration value="KG"/>
          <xsd:enumeration value="LA"/>
          <xsd:enumeration value="LV"/>
          <xsd:enumeration value="LB"/>
          <xsd:enumeration value="LS"/>
          <xsd:enumeration value="LR"/>
          <xsd:enumeration value="LY"/>
          <xsd:enumeration value="LI"/>
          <xsd:enumeration value="LT"/>
          <xsd:enumeration value="LU"/>
          <xsd:enumeration value="MO"/>
          <xsd:enumeration value="MK"/>
          <xsd:enumeration value="MG"/>
          <xsd:enumeration value="MW"/>
          <xsd:enumeration value="MY"/>
          <xsd:enumeration value="MV"/>
          <xsd:enumeration value="ML"/>
          <xsd:enumeration value="MT"/>
          <xsd:enumeration value="MH"/>
          <xsd:enumeration value="MQ"/>
          <xsd:enumeration value="MR"/>
          <xsd:enumeration value="MU"/>
          <xsd:enumeration value="YT"/>
          <xsd:enumeration value="MX"/>
          <xsd:enumeration value="FM"/>
          <xsd:enumeration value="MD"/>
          <xsd:enumeration value="MC"/>
          <xsd:enumeration value="MN"/>
          <xsd:enumeration value="MS"/>
          <xsd:enumeration value="MA"/>
          <xsd:enumeration value="MZ"/>
          <xsd:enumeration value="MM"/>
          <xsd:enumeration value="NA"/>
          <xsd:enumeration value="NR"/>
          <xsd:enumeration value="NP"/>
          <xsd:enumeration value="NL"/>
          <xsd:enumeration value="AN"/>
          <xsd:enumeration value="NC"/>
          <xsd:enumeration value="NZ"/>
          <xsd:enumeration value="NI"/>
          <xsd:enumeration value="NE"/>
          <xsd:enumeration value="NG"/>
          <xsd:enumeration value="NU"/>
          <xsd:enumeration value="NF"/>
          <xsd:enumeration value="MP"/>
          <xsd:enumeration value="NO"/>
          <xsd:enumeration value="OM"/>
          <xsd:enumeration value="PK"/>
          <xsd:enumeration value="PW"/>
          <xsd:enumeration value="PS"/>
          <xsd:enumeration value="PA"/>
          <xsd:enumeration value="PG"/>
          <xsd:enumeration value="PY"/>
          <xsd:enumeration value="PE"/>
          <xsd:enumeration value="PH"/>
          <xsd:enumeration value="PN"/>
          <xsd:enumeration value="PL"/>
          <xsd:enumeration value="PT"/>
          <xsd:enumeration value="PR"/>
          <xsd:enumeration value="QA"/>
          <xsd:enumeration value="RE"/>
          <xsd:enumeration value="RO"/>
          <xsd:enumeration value="RU"/>
          <xsd:enumeration value="RW"/>
          <xsd:enumeration value="SH"/>
          <xsd:enumeration value="KN"/>
          <xsd:enumeration value="LC"/>
          <xsd:enumeration value="PM"/>
          <xsd:enumeration value="VC"/>
          <xsd:enumeration value="WS"/>
          <xsd:enumeration value="SM"/>
          <xsd:enumeration value="ST"/>
          <xsd:enumeration value="SA"/>
          <xsd:enumeration value="SN"/>
          <xsd:enumeration value="CS"/>
          <xsd:enumeration value="SC"/>
          <xsd:enumeration value="SL"/>
          <xsd:enumeration value="SG"/>
          <xsd:enumeration value="SK"/>
          <xsd:enumeration value="SI"/>
          <xsd:enumeration value="SB"/>
          <xsd:enumeration value="SO"/>
          <xsd:enumeration value="ZA"/>
          <xsd:enumeration value="GS"/>
          <xsd:enumeration value="ES"/>
          <xsd:enumeration value="LK"/>
          <xsd:enumeration value="SD"/>
          <xsd:enumeration value="SR"/>
          <xsd:enumeration value="SJ"/>
          <xsd:enumeration value="SZ"/>
          <xsd:enumeration value="SE"/>
          <xsd:enumeration value="CH"/>
          <xsd:enumeration value="SY"/>
          <xsd:enumeration value="TW"/>
          <xsd:enumeration value="TJ"/>
          <xsd:enumeration value="TZ"/>
          <xsd:enumeration value="TH"/>
          <xsd:enumeration value="TL"/>
          <xsd:enumeration value="TG"/>
          <xsd:enumeration value="TK"/>
          <xsd:enumeration value="TO"/>
          <xsd:enumeration value="TT"/>
          <xsd:enumeration value="TN"/>
          <xsd:enumeration value="TR"/>
          <xsd:enumeration value="TM"/>
          <xsd:enumeration value="TC"/>
          <xsd:enumeration value="TV"/>
          <xsd:enumeration value="UG"/>
          <xsd:enumeration value="UA"/>
          <xsd:enumeration value="AE"/>
          <xsd:enumeration value="GB"/>
          <xsd:enumeration value="US"/>
          <xsd:enumeration value="UM"/>
          <xsd:enumeration value="UY"/>
          <xsd:enumeration value="UZ"/>
          <xsd:enumeration value="VU"/>
          <xsd:enumeration value="VA"/>
          <xsd:enumeration value="VE"/>
          <xsd:enumeration value="VN"/>
          <xsd:enumeration value="VG"/>
          <xsd:enumeration value="VI"/>
          <xsd:enumeration value="WF"/>
          <xsd:enumeration value="EH"/>
          <xsd:enumeration value="YE"/>
          <xsd:enumeration value="ZM"/>
          <xsd:enumeration value="ZW"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element resource
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type restriction of xsd:anyURI
Properties
content: simple
Facets
minLength 1
maxLength 2048
Used by
Elements doi_data, item
Source
<xsd:element name="resource">
  <xsd:simpleType>
    <xsd:restriction base="xsd:anyURI">
      <xsd:maxLength value="2048"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element crossmark_data
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#doi 4_3_0.tmp#crossmark
Properties
content: complex
Used by
Element body
Model doi , crossmark
Children crossmark, doi
Instance
<crossmark_data>
  <doi>{1,1}</doi>
  <crossmark>{1,1}</crossmark>
</crossmark_data>
Source
<xsd:element name="crossmark_data">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="doi"/>
      <xsd:element ref="crossmark"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/doi_resources4.3.0.xsd
Element crossmark
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#crossmark_version 4_3_0.tmp#crossmark_policy 4_3_0.tmp#crossmark_domains 4_3_0.tmp#crossmark_domain_exclusive 4_3_0.tmp#updates 4_3_0.tmp#custom_metadata
Properties
content: complex
Used by
Element crossmark_data
Model crossmark_version{0,1} , crossmark_policy , crossmark_domains , crossmark_domain_exclusive , updates{0,1} , custom_metadata{0,1}
Children crossmark_domain_exclusive, crossmark_domains, crossmark_policy, crossmark_version, custom_metadata, updates
Instance
<crossmark>
  <crossmark_version>{0,1}</crossmark_version>
  <crossmark_policy>{1,1}</crossmark_policy>
  <crossmark_domains>{1,1}</crossmark_domains>
  <crossmark_domain_exclusive>{1,1}</crossmark_domain_exclusive>
  <updates>{0,1}</updates>
  <custom_metadata>{0,1}</custom_metadata>
</crossmark>
Source
<xsd:element name="crossmark">
  <xsd:complexType>
    <xsd:sequence minOccurs="0">
      <xsd:element ref="crossmark_version" minOccurs="0"/>
      <xsd:element ref="crossmark_policy"/>
      <!--Required element. A DOI which points to a publisher's CrossMark policy document. Publishers might have different policies for different publications.<-->
      <xsd:element ref="crossmark_domains"/>
      <!--A list of domains where the publisher maintains updates and corrections to their content. Minimally, one of these should include the Internet domain name of the publisher's web site(s), but the publisher might also decide to include 3rd party aggregators (e.g. Ebsco, IngentaConnect) or archives with which the publisher has agreements to update the content.-->
      <xsd:element ref="crossmark_domain_exclusive"/>
      <!--Required element. Some publishers encourage broad third party hosting of the publisher's content. Other publishers do not. And still others vary their policy depending on whether a particular article has been published under an OA policy or not. This boolean flag allows the publisher to indicate whether the CrossMarked content will only legitimately be updated on the CrossMark domain (true) or whether the publisher encourages updating the content on other sites as well (false). -->
      <xsd:sequence minOccurs="0">
        <xsd:element ref="updates" minOccurs="0"/>
        <!--Optional element. A document might provide updates (e.g. corrections, clarifications, retractions) to several other documents. When this is the case, the DOIs of the documents that are being *updated* should be listed here.-->
        <xsd:element ref="custom_metadata" minOccurs="0"/>
        <!--Optional element. Publishers are encouraged to provided any non-bibliographical metadata that they feel might help the researcher evaluate and make better use of the content that the Crossmark record refers to. For example, publishers might want to provide funding information, clinical trial numbers, information about the peer-review process or a summary of the publication history of the document.-->
      </xsd:sequence>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element crossmark_version
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type xsd:string
Properties
content: simple
Used by
Element crossmark
Source
<xsd:element name="crossmark_version" type="xsd:string"/>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element crossmark_policy
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#doi_t
Type doi_t
Properties
content: simple
Facets
minLength 6
maxLength 2048
Used by
Element crossmark
Source
<xsd:element name="crossmark_policy" type="doi_t"/>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element crossmark_domains
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#crossmark_domain
Properties
content: complex
Used by
Element crossmark
Model crossmark_domain+
Children crossmark_domain
Instance
<crossmark_domains>
  <crossmark_domain>{1,unbounded}</crossmark_domain>
</crossmark_domains>
Source
<xsd:element name="crossmark_domains">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element maxOccurs="unbounded" ref="crossmark_domain"/>
      <!--A "crossmark_domain" is made up of two subelements; a "domain" and a "filter". The domain is required but the filter is optional and is only needed for use in situations where content from multiple publishers/publications is on the same host with the same domain name (e.g. an aggregator) and one needs to use the referrer's URI "path" to further determine whether the content in a crossmark domain.-->
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element crossmark_domain
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#domain 4_3_0.tmp#filter
Properties
content: complex
Used by
Model domain , filter{0,1}
Children domain, filter
Instance
<crossmark_domain>
  <domain>{1,1}</domain>
  <filter>{0,1}</filter>
</crossmark_domain>
Source
<xsd:element name="crossmark_domain">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="domain"/>
      <!--Required element. This should be a simple Internet domain name or subdomain name (e.g. www.psychoceramics.org or psychoceramics.org). It is used to identify when a referring URL is coming from a CrossMark domain.-->
      <xsd:element minOccurs="0" ref="filter"/>
      <!--Optional element. The filter element is used to disambiguate content in situations where multiple publishers share the same host (e.g. when on an aggregated platform). It should contain a substring of the path that can be used to uniquely identify a publisher's or publication's content. For instance, using the string "alpsp" here would help the CrossMark system distinguish between ALPSP publications on the ingentaconnect host and other publications on the same host.-->
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element domain
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#cm_domain
Type cm_domain
Properties
content: simple
Facets
minLength 4
maxLength 1024
pattern [A-Za-z0-9_]+([-.][A-Za-z0-9_]+)*\.[A-Za-z0-9_]+([-.][A-Za-z0-9_]+)*
Used by
Source
<xsd:element name="domain" type="cm_domain"/>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element filter
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type xsd:string
Properties
content: simple
Used by
Source
<xsd:element name="filter" type="xsd:string"/>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element crossmark_domain_exclusive
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type xsd:boolean
Properties
content: simple
Used by
Element crossmark
Source
<xsd:element name="crossmark_domain_exclusive" type="xsd:boolean"/>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element updates
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#update
Properties
content: complex
Used by
Element crossmark
Model update+
Children update
Instance
<updates>
  <update date="" label="" type="">{1,unbounded}</update>
</updates>
Source
<xsd:element name="updates">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element maxOccurs="unbounded" ref="update"/>
      <!--The DOI of the content being updated (e.g. corrected, retracted, etc.)-->
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element update
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#doi_t NO_NAMESPACE.tmp#update_label NO_NAMESPACE.tmp#update_type NO_NAMESPACE.tmp#update_date
Type extension of doi_t
Type hierarchy
Properties
content: complex
mixed: true
Used by
Element updates
Attributes
QName Type Fixed Default Use Annotation
date xsd:date required
label cm_update_label required
type cm_update_type required
Source
<xsd:element name="update">
  <xsd:complexType mixed="true">
    <xsd:simpleContent>
      <xsd:extension base="doi_t">
        <xsd:attribute name="label" use="required" type="cm_update_label"/>
        <!--Required attribute. This should be a human-readable version of the "type" attribute. This is what gets displayed in the CrossMark dialog when there is an update.-->
        <xsd:attribute name="type" use="required" type="cm_update_type"/>
        <!--Required attribute. There are many "types" of "updates". "Corrections, "clarifications", "retractions" and "withdrawals" are just a few of the better-known types. However, different publishers sometimes have to support different, custom update types- for instance, "protocol amendments", "letters of concern", etc. This attribute should be used to give the machine-readable name of the type. The human-readable version of the type should be but in the "label" attribute."-->
        <xsd:attribute name="date" use="required" type="xsd:date"/>
        <!--Required attribute. The date of the update will be displayed in the CrossMark dialog and can help the researcher easily tell whther they are likley to have seen the update.-->
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element custom_metadata
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#assertion
Properties
content: complex
Used by
Element crossmark
Model assertion+
Children assertion
Instance
<custom_metadata>
  <assertion explanation="" group_label="" group_name="" href="" label="" name="" order="">{1,unbounded}</assertion>
</custom_metadata>
Source
<xsd:element name="custom_metadata">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element maxOccurs="unbounded" ref="assertion"/>
      <!--An assertion is a piece of custom, non-bibliographic metadata that the publisher is asserting about the content to which the CrossMark refers.-->
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element assertion
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram NO_NAMESPACE.tmp#assertion_explanation NO_NAMESPACE.tmp#assertion_group_label NO_NAMESPACE.tmp#assertion_group_name NO_NAMESPACE.tmp#assertion_label NO_NAMESPACE.tmp#assertion_name NO_NAMESPACE.tmp#assertion_order NO_NAMESPACE.tmp#assertion_href 4_3_0.tmp#b 4_3_0.tmp#i 4_3_0.tmp#u 4_3_0.tmp#ovl 4_3_0.tmp#sup 4_3_0.tmp#sub 4_3_0.tmp#scp 4_3_0.tmp#tt 4_3_0.tmp#font 4_3_0.tmp#face_markup
Properties
content: complex
mixed: true
Used by
Element custom_metadata
Model b | i | u | ovl | sup | sub | scp | tt | font
Children b, font, i, ovl, scp, sub, sup, tt, u
Instance
<assertion explanation="" group_label="" group_name="" href="" label="" name="" order="">
  <b>{1,1}</b>
  <i>{1,1}</i>
  <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>
</assertion>
Attributes
QName Type Fixed Default Use Annotation
explanation xsd:anyURI optional
group_label cm_assertion_group_label optional
group_name cm_assertion_group_name optional
href xsd:anyURI optional
label cm_assertion_label optional
name cm_assertion_name required
order xsd:integer optional
Source
<xsd:element name="assertion">
  <xsd:complexType mixed="true">
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:group ref="face_markup"/>
    </xsd:choice>
    <xsd:attribute name="explanation" type="xsd:anyURI"/>
    <!--Optional attribute. If the publisher wants to provide a further explanation of what the particular "assertion" means, they can link to such an explanation by providing an appropriate url on the "explanation" attribute.-->
    <xsd:attribute name="group_label" type="cm_assertion_group_label"/>
    <!--Optional attribute. This is the human-readable form of the "group_name" attribute. This is what will be displayed in the group headings on the CrossMark metadata record dialog.-->
    <xsd:attribute name="group_name" type="cm_assertion_group_name"/>
    <!--Optional attribute. Some assertions could be logically "grouped" together in the CrossMark dialog. For instance, if the publisher is recording several pieces of metadata related to funding sources (source name, percentage, grant number), they may want to make sure that these three assertions are grouped next to each-other in the CrossMark dialog. The group_name attribute is the machine-readable value that will be used for grouping such assertions.-->
    <xsd:attribute name="label" type="cm_assertion_label"/>
    <!--Optional attribute. This is the human-readable version of the name attribute which will be displayed in the CrossMark dialog. If this attribute is missing, then the value of the assertion will *not* be displayed in the dialog. Publishers may want to "hide" assertions this way in cases where the assertion value is too large or too complex to display in the dialog, but where the assertion is nonetheless valuable enough to include in API queries and metadata dumps (e.g. detailed licensing terms)-->
    <xsd:attribute name="name" use="required" type="cm_assertion_name"/>
    <!--Required attribute. This is the machine-readable name of the assertion. Use the "label" attribute to provide a human-readable version of the name.-->
    <xsd:attribute name="order" type="xsd:integer"/>
    <!--Optional attribute. The publisher may want to control the order in which assertions are displayed to the user in the CrossMark dialog. All assertions will be sorted by this element if it is present.-->
    <xsd:attribute name="href" type="xsd:anyURI"/>
    <!--Optional attribute-->
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element timestamp
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type xsd:double
Properties
content: simple
Used by
Element doi_data
Source
<xsd:element name="timestamp" type="xsd:double"/>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element registrant
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type restriction of xsd:string
Properties
content: simple
Facets
minLength 1
maxLength 255
Source
<xsd:element name="registrant">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="255"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element doi_data
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#doi 4_3_0.tmp#timestamp 4_3_0.tmp#resource 4_3_0.tmp#collection
Properties
content: complex
Used by
Element component
Model doi , timestamp{0,1} , resource , collection*
Children collection, doi, resource, timestamp
Instance
<doi_data>
  <doi>{1,1}</doi>
  <timestamp>{0,1}</timestamp>
  <resource>{1,1}</resource>
  <collection multi-resolution="" property="">{0,unbounded}</collection>
</doi_data>
Source
<xsd:element name="doi_data">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="doi"/>
      <xsd:element ref="timestamp" minOccurs="0"/>
      <xsd:element ref="resource"/>
      <xsd:element ref="collection" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element property
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#property_t NO_NAMESPACE.tmp#property_type
Type extension of property_t
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
type xsd:string required
Source
<xsd:element name="property">
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="property_t">
        <xsd:attribute name="type" type="xsd:string" use="required"/>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element contributors
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#organization 4_3_0.tmp#person_name
Properties
content: complex
Used by
Element component
Model (organization | person_name)
Children organization, person_name
Instance
<contributors>
  <organization contributor_role="" sequence="">{1,1}</organization>
  <person_name contributor_role="" sequence="">{1,1}</person_name>
</contributors>
Source
<xsd:element name="contributors">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:choice maxOccurs="unbounded">
        <xsd:element ref="organization"/>
        <xsd:element ref="person_name"/>
      </xsd:choice>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element organization
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#organization_t 4_3_0.tmp#contributor.atts
Type extension of organization_t
Type hierarchy
Properties
content: complex
Used by
Element contributors
Attributes
QName Type Fixed Default Use Annotation
contributor_role restriction of xsd:NMTOKEN required
sequence restriction of xsd:NMTOKEN required
Source
<xsd:element name="organization">
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="organization_t">
        <xsd:attributeGroup ref="contributor.atts"/>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element person_name
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#contributor.atts 4_3_0.tmp#given_name 4_3_0.tmp#surname 4_3_0.tmp#suffix 4_3_0.tmp#affiliation
Properties
content: complex
Used by
Element contributors
Model given_name{0,1} , surname , suffix{0,1} , affiliation{0,5}
Children affiliation, given_name, suffix, surname
Instance
<person_name contributor_role="" sequence="">
  <given_name>{0,1}</given_name>
  <surname>{1,1}</surname>
  <suffix>{0,1}</suffix>
  <affiliation>{0,5}</affiliation>
</person_name>
Attributes
QName Type Fixed Default Use Annotation
contributor_role restriction of xsd:NMTOKEN required
sequence restriction of xsd:NMTOKEN required
Source
<xsd:element name="person_name">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="given_name" minOccurs="0"/>
      <xsd:element ref="surname"/>
      <xsd:element ref="suffix" minOccurs="0"/>
      <xsd:element ref="affiliation" minOccurs="0" maxOccurs="5"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="contributor.atts"/>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element given_name
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type restriction of xsd:string
Properties
content: simple
Facets
minLength 1
maxLength 35
pattern [^\d\?]*
Used by
Element person_name
Source
<xsd:element name="given_name">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="35"/>
      <xsd:minLength value="1"/>
      <xsd:pattern value="[^\d\?]*"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element surname
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type restriction of xsd:string
Properties
content: simple
Facets
minLength 1
maxLength 35
pattern [^\d\?]*[^\d\?\s]+[^\d\?]*
Used by
Element person_name
Source
<xsd:element name="surname">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="35"/>
      <xsd:minLength value="1"/>
      <xsd:pattern value="[^\d\?]*[^\d\?\s]+[^\d\?]*"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element suffix
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type restriction of xsd:string
Properties
content: simple
Facets
minLength 1
maxLength 10
Used by
Element person_name
Source
<xsd:element name="suffix">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="10"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element affiliation
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type restriction of xsd:string
Properties
content: simple
Facets
minLength 1
maxLength 512
Used by
Element person_name
Source
<xsd:element name="affiliation">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="512"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element titles
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#title 4_3_0.tmp#subtitle 4_3_0.tmp#original_language_title 4_3_0.tmp#subtitle
Properties
content: complex
Used by
Element component
Model title , subtitle{0,1} , original_language_title , subtitle{0,1}
Children original_language_title, subtitle, title
Instance
<titles>
  <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: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 http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element title
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#b 4_3_0.tmp#i 4_3_0.tmp#u 4_3_0.tmp#ovl 4_3_0.tmp#sup 4_3_0.tmp#sub 4_3_0.tmp#scp 4_3_0.tmp#tt 4_3_0.tmp#font 4_3_0.tmp#face_markup
Properties
content: complex
mixed: true
Used by
Element titles
Model b | i | u | ovl | sup | sub | scp | tt | font
Children b, font, i, ovl, scp, sub, sup, tt, u
Instance
<title>
  <b>{1,1}</b>
  <i>{1,1}</i>
  <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>
</title>
Source
<xsd:element name="title">
  <xsd:complexType mixed="true">
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:group ref="face_markup"/>
    </xsd:choice>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element subtitle
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#b 4_3_0.tmp#i 4_3_0.tmp#u 4_3_0.tmp#ovl 4_3_0.tmp#sup 4_3_0.tmp#sub 4_3_0.tmp#scp 4_3_0.tmp#tt 4_3_0.tmp#font 4_3_0.tmp#face_markup
Properties
content: complex
mixed: true
Used by
Element titles
Model b | i | u | ovl | sup | sub | scp | tt | font
Children b, font, i, ovl, scp, sub, sup, tt, u
Instance
<subtitle>
  <b>{1,1}</b>
  <i>{1,1}</i>
  <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>
</subtitle>
Source
<xsd:element name="subtitle">
  <xsd:complexType mixed="true">
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:group ref="face_markup"/>
    </xsd:choice>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element original_language_title
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#language.atts 4_3_0.tmp#b 4_3_0.tmp#i 4_3_0.tmp#u 4_3_0.tmp#ovl 4_3_0.tmp#sup 4_3_0.tmp#sub 4_3_0.tmp#scp 4_3_0.tmp#tt 4_3_0.tmp#font 4_3_0.tmp#face_markup
Properties
content: complex
mixed: true
Used by
Element titles
Model b | i | u | ovl | sup | sub | scp | tt | font
Children b, font, i, ovl, scp, sub, sup, tt, u
Instance
<original_language_title language="">
  <b>{1,1}</b>
  <i>{1,1}</i>
  <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>
</original_language_title>
Attributes
QName Type Fixed Default Use Annotation
language restriction of xsd:NMTOKEN optional
Source
<xsd:element name="original_language_title">
  <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 http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element month
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#xrefMonth
Type xrefMonth
Properties
content: simple
Facets
totalDigits 2
maxInclusive 34
minInclusive 01
Used by
Complex Type date_t
Element publication_date
Source
<xsd:element name="month" type="xrefMonth"/>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element day
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#xrefDay
Type xrefDay
Properties
content: simple
Facets
totalDigits 2
maxInclusive 31
minInclusive 01
Used by
Complex Type date_t
Element publication_date
Source
<xsd:element name="day" type="xrefDay"/>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element year
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#xrefYear
Type xrefYear
Properties
content: simple
Facets
totalDigits 4
maxInclusive 2200
minInclusive 1400
Used by
Complex Type date_t
Element publication_date
Source
<xsd:element name="year" type="xrefYear"/>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element publication_date
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram NO_NAMESPACE.tmp#date_t_media_type 4_3_0.tmp#month 4_3_0.tmp#day 4_3_0.tmp#year 4_3_0.tmp#date_t
Type extension of date_t
Type hierarchy
Properties
content: complex
Used by
Element component
Model month{0,1} , day{0,1} , year
Children day, month, year
Instance
<publication_date media_type="print">
  <month>{0,1}</month>
  <day>{0,1}</day>
  <year>{1,1}</year>
</publication_date>
Attributes
QName Type Fixed Default Use Annotation
media_type restriction of xsd:NMTOKEN print optional
Source
<xsd:element name="publication_date">
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="date_t"/>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element pages
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#first_page 4_3_0.tmp#last_page 4_3_0.tmp#other_pages
Properties
content: complex
Model first_page , last_page{0,1} , other_pages{0,1}
Children first_page, last_page, other_pages
Instance
<pages>
  <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: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 http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element last_page
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type restriction of xsd:string
Properties
content: simple
Facets
minLength 1
maxLength 32
Used by
Element pages
Source
<xsd:element name="last_page">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="32"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element other_pages
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type restriction of xsd:string
Properties
content: simple
Facets
minLength 1
maxLength 100
Used by
Element pages
Source
<xsd:element name="other_pages">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="100"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element noisbn
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram NO_NAMESPACE.tmp#noisbn_reason
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
reason restriction of xsd:NMTOKEN required
Source
<xsd:element name="noisbn">
  <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:restriction>
      </xsd:simpleType>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element coden
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type restriction of xsd:string
Properties
content: simple
Facets
minLength 1
maxLength 6
Source
<xsd:element name="coden">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="6"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element sa_component
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram NO_NAMESPACE.tmp#sa_component_parent_doi 4_3_0.tmp#component_list
Properties
content: complex
Model component_list
Children component_list
Instance
<sa_component parent_doi="">
  <component_list>{1,1}</component_list>
</sa_component>
Attributes
QName Type Fixed Default Use Annotation
parent_doi restriction of xsd:string required
Source
<xsd:element name="sa_component">
  <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 http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element component_list
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#component
Properties
content: complex
Used by
Element sa_component
Model component*
Children component
Instance
<component_list>
  <component component_size="" language="" parent_relation="">{0,unbounded}</component>
</component_list>
Source
<xsd:element name="component_list">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="component" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element component
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram NO_NAMESPACE.tmp#component_parent_relation 4_3_0.tmp#language.atts NO_NAMESPACE.tmp#component_component_size 4_3_0.tmp#titles 4_3_0.tmp#contributors 4_3_0.tmp#publication_date 4_3_0.tmp#description 4_3_0.tmp#format 4_3_0.tmp#doi_data
Properties
content: complex
Used by
Element component_list
Model titles{0,1} , contributors{0,1} , publication_date{0,1} , description{0,1} , format{0,1} , doi_data
Children contributors, description, doi_data, format, publication_date, titles
Instance
<component component_size="" language="" parent_relation="">
  <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>
  <doi_data>{1,1}</doi_data>
</component>
Attributes
QName Type Fixed Default Use Annotation
component_size xsd:nonNegativeInteger optional
language restriction of xsd:NMTOKEN optional
parent_relation restriction of xsd:NMTOKEN required
Source
<xsd:element name="component">
  <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="doi_data"/>
    </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: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 http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element description
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#language.atts 4_3_0.tmp#b 4_3_0.tmp#i 4_3_0.tmp#u 4_3_0.tmp#ovl 4_3_0.tmp#sup 4_3_0.tmp#sub 4_3_0.tmp#scp 4_3_0.tmp#tt 4_3_0.tmp#font 4_3_0.tmp#face_markup
Properties
content: complex
mixed: true
Used by
Element component
Model b | i | u | ovl | sup | sub | scp | tt | font
Children b, font, i, ovl, scp, sub, sup, tt, u
Instance
<description language="">
  <b>{1,1}</b>
  <i>{1,1}</i>
  <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>
</description>
Attributes
QName Type Fixed Default Use Annotation
language restriction of xsd:NMTOKEN optional
Source
<xsd:element name="description">
  <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 http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element format
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#format_t 4_3_0.tmp#mime_type.atts
Type extension of format_t
Type hierarchy
Properties
content: complex
Used by
Element component
Attributes
QName Type Fixed Default Use Annotation
mime_type restriction of xsd:string optional
Source
<xsd:element name="format">
  <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 http://www.crossref.org/schema/deposit/common4.3.0.xsd
Element unassigned_content
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram NO_NAMESPACE.tmp#unassigned_content_type
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
type restriction of xsd:NMTOKEN required
Source
<xsd:element name="unassigned_content">
  <xsd:complexType>
    <xsd:attribute name="type" use="required">
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="aheadOfPrint"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Simple Type doi_t
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type restriction of xsd:string
Facets
minLength 6
maxLength 2048
Used by
Source
<xsd:simpleType name="doi_t">
  <xsd:restriction base="xsd:string">
    <xsd:maxLength value="2048"/>
    <xsd:minLength value="6"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Complex Type citation_t
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#issn 4_3_0.tmp#journal_title 4_3_0.tmp#author 4_3_0.tmp#volume 4_3_0.tmp#issue 4_3_0.tmp#first_page 4_3_0.tmp#cYear 4_3_0.tmp#doi 4_3_0.tmp#isbn 4_3_0.tmp#series_title 4_3_0.tmp#volume_title 4_3_0.tmp#edition_number 4_3_0.tmp#component_number 4_3_0.tmp#article_title 4_3_0.tmp#unstructured_citation
Used by
Element citation
Model ALL(issn{0,1} journal_title{0,1} author{0,1} volume{0,1} issue{0,1} first_page{0,1} cYear{0,1} doi{0,1} isbn{0,1} series_title{0,1} volume_title{0,1} edition_number{0,1} component_number{0,1} article_title{0,1} unstructured_citation{0,1})
Children article_title, author, cYear, component_number, doi, edition_number, first_page, isbn, issn, issue, journal_title, series_title, unstructured_citation, volume, volume_title
Source
<xsd:complexType name="citation_t">
  <xsd:all>
    <xsd:element ref="issn" minOccurs="0"/>
    <xsd:element ref="journal_title" minOccurs="0"/>
    <xsd:element ref="author" minOccurs="0"/>
    <xsd:element ref="volume" minOccurs="0"/>
    <xsd:element ref="issue" minOccurs="0"/>
    <xsd:element ref="first_page" minOccurs="0"/>
    <xsd:element ref="cYear" minOccurs="0"/>
    <xsd:element ref="doi" minOccurs="0"/>
    <!-- book/conf.    specific elements -->
    <xsd:element ref="isbn" minOccurs="0"/>
    <xsd:element ref="series_title" minOccurs="0"/>
    <xsd:element ref="volume_title" minOccurs="0"/>
    <xsd:element ref="edition_number" minOccurs="0"/>
    <xsd:element ref="component_number" minOccurs="0"/>
    <!--  end of book/conf. specific elements-->
    <xsd:element ref="article_title" minOccurs="0"/>
    <!-- Citation text as it appears in    the    article    , future placeholder -->
    <xsd:element ref="unstructured_citation" minOccurs="0"/>
  </xsd:all>
</xsd:complexType>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Simple Type issn_t
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type restriction of xsd:string
Facets
minLength 8
maxLength 9
pattern \d{4}-?\d{3}[\dX]
Used by
Element issn
Source
<xsd:simpleType name="issn_t">
  <xsd:restriction base="xsd:string">
    <xsd:maxLength value="9"/>
    <xsd:minLength value="8"/>
    <xsd:pattern value="\d{4}-?\d{3}[\dX]"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Simple Type isbn_t
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram
Type restriction of xsd:string
Facets
minLength 10
maxLength 17
pattern (978-)?\d[\d \-]+[\dX]
Used by
Element isbn
Source
<xsd:simpleType name="isbn_t">
  <xsd:restriction base="xsd:string">
    <xsd:maxLength value="17"/>
    <xsd:minLength value="10"/>
    <xsd:pattern value="(978-)?\d[\d \-]+[\dX]"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location http://www.crossref.org/schema/deposit/common4.3.0.xsd
Complex Type xrefFaces
Namespace http://www.crossref.org/doi_resources_schema/4.3.0
Diagram
Diagram 4_3_0.tmp#b 4_3_0.tmp#i 4_3_0.tmp#u 4_3_0.tmp#ovl 4_3_0.tmp#sup 4_3_0.tmp#sub 4_3_0.tmp#scp 4_3_0.tmp#tt 4_3_0.tmp#font 4_3_0.tmp#face_markup
Properties