<xs:element name="Sources" type="SourcesType"><xs:annotation><xs:documentation>All relevant references to data sources</xs:documentation></xs:annotation></xs:element>
Year of the bibliographic reference. Example: 2008
Diagram
Type
xs:gYear
Properties
content:
simple
Source
<xs:element name="Year" type="xs:gYear"><xs:annotation><xs:documentation>Year of the bibliographic reference. Example: 2008</xs:documentation></xs:annotation></xs:element>
Volume of the bibliographic reference. Example: 72A
Diagram
Type
xs:string
Properties
content:
simple
minOccurs:
0
Source
<xs:element name="Volume" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>Volume of the bibliographic reference. Example: 72A</xs:documentation></xs:annotation></xs:element>
Initial page of a bibliographic reference. Example: 22
Diagram
Type
xs:string
Properties
content:
simple
minOccurs:
0
Source
<xs:element name="PageBegin" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>Initial page of a bibliographic reference. Example: 22</xs:documentation></xs:annotation></xs:element>
Final page of a bibliographic reference. Example: 23
Diagram
Type
xs:string
Properties
content:
simple
minOccurs:
0
Source
<xs:element name="PageEnd" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>Final page of a bibliographic reference. Example: 23</xs:documentation></xs:annotation></xs:element>
A Uniform Resource Identifier of a bibliographic reference. Example: http://www.iop.org/EJ/abstract/0953-4075/41/10/105002
Diagram
Type
xs:anyURI
Properties
content:
simple
minOccurs:
0
Source
<xs:element name="UniformResourceIdentifier" type="xs:anyURI" minOccurs="0"><xs:annotation><xs:documentation>A Uniform Resource Identifier of a bibliographic reference. Example: http://www.iop.org/EJ/abstract/0953-4075/41/10/105002</xs:documentation></xs:annotation></xs:element>
Publisher of a bibliographic reference. Example: IOP Publishing Ltd
Diagram
Type
xs:string
Properties
content:
simple
minOccurs:
0
Source
<xs:element name="Publisher" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>Publisher of a bibliographic reference. Example: IOP Publishing Ltd</xs:documentation></xs:annotation></xs:element>
<xs:element name="Name" type="xs:string" maxOccurs="unbounded"><xs:annotation><xs:documentation>Name of an editor</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProductionDate" type="xs:date" minOccurs="0"><xs:annotation><xs:documentation>Date of the reference</xs:documentation></xs:annotation></xs:element>
<xs:element name="Version" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>Version of a database, code, etc.</xs:documentation></xs:annotation></xs:element>
BibTeX representation of reference, for those who already have it in database
Diagram
Type
xs:string
Properties
content:
simple
minOccurs:
0
Source
<xs:element name="BibTeX" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>BibTeX representation of reference, for those who already have it in database</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="SourceType"><xs:annotation><xs:documentation>Description of bibliography (references). Word "reference" is avoided</xs:documentation></xs:annotation><xs:all><xs:element name="Category" type="SourceCategoryType"><xs:annotation><xs:documentation>Bibliographic reference type. Example: journal</xs:documentation></xs:annotation></xs:element><xs:element name="SourceName" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>Bibliographic reference name. Example: Physical Review</xs:documentation></xs:annotation></xs:element><xs:element name="Year" type="xs:gYear"><xs:annotation><xs:documentation>Year of the bibliographic reference. Example: 2008</xs:documentation></xs:annotation></xs:element><xs:element name="Authors" type="AuthorsType"/><xs:element name="Title" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>Title</xs:documentation></xs:annotation></xs:element><xs:element name="Volume" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>Volume of the bibliographic reference. Example: 72A</xs:documentation></xs:annotation></xs:element><xs:element name="DigitalObjectIdentifier" type="xs:token" minOccurs="0"><xs:annotation><xs:documentation>Digital Object Identifier. Example: doi:10.1016/j.adt.2007.11.003</xs:documentation></xs:annotation></xs:element><xs:element name="ArticleNumber" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>Article number, journal-specific article identifier, may contain any string</xs:documentation></xs:annotation></xs:element><xs:element name="PageBegin" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>Initial page of a bibliographic reference. Example: 22</xs:documentation></xs:annotation></xs:element><xs:element name="PageEnd" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>Final page of a bibliographic reference. Example: 23</xs:documentation></xs:annotation></xs:element><xs:element name="UniformResourceIdentifier" type="xs:anyURI" minOccurs="0"><xs:annotation><xs:documentation>A Uniform Resource Identifier of a bibliographic reference. Example: http://www.iop.org/EJ/abstract/0953-4075/41/10/105002</xs:documentation></xs:annotation></xs:element><xs:element name="Publisher" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>Publisher of a bibliographic reference. Example: IOP Publishing Ltd</xs:documentation></xs:annotation></xs:element><xs:element name="City" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>City of publication. Example: Bristol.</xs:documentation></xs:annotation></xs:element><xs:element name="Editors" type="EditorsType" minOccurs="0"/><xs:element name="ProductionDate" type="xs:date" minOccurs="0"><xs:annotation><xs:documentation>Date of the reference</xs:documentation></xs:annotation></xs:element><xs:element name="Version" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>Version of a database, code, etc.</xs:documentation></xs:annotation></xs:element><xs:element name="Comments" type="xs:string" minOccurs="0"/><xs:element name="BibTeX" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>BibTeX representation of reference, for those who already have it in database</xs:documentation></xs:annotation></xs:element></xs:all><xs:attribute name="sourceID" type="SourceIDType" use="required"/></xs:complexType>
<xs:complexType name="EditorsType"><xs:sequence><xs:element name="Name" type="xs:string" maxOccurs="unbounded"><xs:annotation><xs:documentation>Name of an editor</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>