Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by

Table of Contents

Group by:

http://researchgraph.org/schema/v2.0/xml/nodes

Main schema registryObjects.xsd
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Annotations
ResearchGraph schema has been based on RIF-CS schema.
Properties
attribute form default unqualified
element form default qualified
version 2.0
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/registryObjects.xsd
[ top ]
Included schema researcher.xsd
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Properties
attribute form default unqualified
element form default qualified
version 2.0
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/researcher.xsd
[ top ]
Included schema publication.xsd
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Properties
attribute form default unqualified
element form default qualified
version 2.0
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/publication.xsd
[ top ]
Included schema dataset.xsd
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Properties
attribute form default unqualified
element form default qualified
version 2.0
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/dataset.xsd
[ top ]
Included schema grant.xsd
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Properties
attribute form default unqualified
element form default qualified
version 2.0
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/grant.xsd
[ top ]
Included schema relation.xsd
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Properties
attribute form default unqualified
element form default qualified
version 2.0
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/relation.xsd
[ top ]
Element registryObjects
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Annotations
Wrapper element for registryObjects' elements.
Diagram
Diagram index.tmp#registryObjects_researchers index.tmp#registryObjects_publications index.tmp#registryObjects_datasets index.tmp#registryObjects_grants index.tmp#registryObjects_relations
Properties
content complex
Model
Children datasets, grants, publications, relations, researchers
Instance
<registryObjects xmlns="http://researchgraph.org/schema/v2.0/xml/nodes">
  <researchers>{0,1}</researchers>
  <publications>{0,1}</publications>
  <datasets>{0,1}</datasets>
  <grants>{0,1}</grants>
  <relations>{0,1}</relations>
</registryObjects>
Source
<xsd:element name="registryObjects">
  <xsd:annotation>
    <xsd:documentation>Wrapper element for registryObjects' elements.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:all>
      <xsd:element name="researchers" minOccurs="0" maxOccurs="1">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element ref="researcher" minOccurs="1" maxOccurs="unbounded"/>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="publications" minOccurs="0" maxOccurs="1">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element ref="publication" minOccurs="1" maxOccurs="unbounded"/>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="datasets" minOccurs="0" maxOccurs="1">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element ref="dataset" minOccurs="1" maxOccurs="unbounded"/>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="grants" minOccurs="0" maxOccurs="1">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element ref="grant" minOccurs="1" maxOccurs="unbounded"/>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="relations" minOccurs="0" maxOccurs="1">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element ref="relation" minOccurs="1" maxOccurs="unbounded"/>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
    </xsd:all>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/registryObjects.xsd
[ top ]
Element registryObjects / researchers
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Diagram
Diagram index.tmp#researcher
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children researcher
Instance
<researchers xmlns="http://researchgraph.org/schema/v2.0/xml/nodes">
  <researcher>{1,unbounded}</researcher>
</researchers>
Source
<xsd:element name="researchers" minOccurs="0" maxOccurs="1">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="researcher" minOccurs="1" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/registryObjects.xsd
[ top ]
Element researcher
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Annotations
Description of a researcher.
Diagram
Diagram index.tmp#researcher_key index.tmp#researcher_source index.tmp#researcher_local_id index.tmp#researcher_last_updated index.tmp#researcher_url index.tmp#researcher_full_name index.tmp#researcher_first_name index.tmp#researcher_last_name index.tmp#researcher_orcid index.tmp#researcher_scopus_author_id
Properties
content complex
Used by
Model
Children first_name, full_name, key, last_name, last_updated, local_id, orcid, scopus_author_id, source, url
Instance
<researcher xmlns="http://researchgraph.org/schema/v2.0/xml/nodes">
  <key>{1,1}</key>
  <source>{1,1}</source>
  <local_id>{1,1}</local_id>
  <last_updated>{1,1}</last_updated>
  <url>{0,1}</url>
  <full_name>{1,1}</full_name>
  <first_name>{0,1}</first_name>
  <last_name>{0,1}</last_name>
  <orcid>{0,1}</orcid>
  <scopus_author_id>{0,1}</scopus_author_id>
</researcher>
Source
<xsd:element name="researcher">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Description of a researcher.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:all>
      <xsd:element name="key" type="xsd:anyURI" minOccurs="1" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>Recommended Syntax: {metadata-provider-domain}/{local_id} Example: sydney.edu.au/00144fdd4fa6</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="source" type="xsd:anyURI" minOccurs="1" maxOccurs="1"/>
      <xsd:element name="local_id" type="xsd:string" minOccurs="1" maxOccurs="1"/>
      <xsd:element name="last_updated" type="xsd:dateTime" minOccurs="1" maxOccurs="1"/>
      <xsd:element name="url" type="xsd:anyURI" minOccurs="0" maxOccurs="1"/>
      <xsd:element name="full_name" type="xsd:string" minOccurs="1" maxOccurs="1"/>
      <xsd:element name="first_name" type="xsd:string" minOccurs="0" maxOccurs="1"/>
      <xsd:element name="last_name" type="xsd:string" minOccurs="0" maxOccurs="1"/>
      <xsd:element name="orcid" type="xsd:anyURI" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">Syntax: http://orcid.org/xxxx-xxxx-xxxx-xxxx More info: http://support.orcid.org/knowledgebase/articles/116780-structure-of-the-orcid-identifier</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="scopus_author_id" type="xsd:string" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">Scopus Author ID.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:all>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/researcher.xsd
[ top ]
Element researcher / key
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Annotations
Recommended Syntax: {metadata-provider-domain}/{local_id}
                            
Example: sydney.edu.au/00144fdd4fa6
Diagram
Diagram
Type xsd:anyURI
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="key" type="xsd:anyURI" minOccurs="1" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Recommended Syntax: {metadata-provider-domain}/{local_id} Example: sydney.edu.au/00144fdd4fa6</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/researcher.xsd
[ top ]
Element researcher / source
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Diagram
Diagram
Type xsd:anyURI
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="source" type="xsd:anyURI" minOccurs="1" maxOccurs="1"/>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/researcher.xsd
[ top ]
Element researcher / local_id
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="local_id" type="xsd:string" minOccurs="1" maxOccurs="1"/>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/researcher.xsd
[ top ]
Element researcher / last_updated
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Diagram
Diagram
Type xsd:dateTime
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="last_updated" type="xsd:dateTime" minOccurs="1" maxOccurs="1"/>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/researcher.xsd
[ top ]
Element researcher / url
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Diagram
Diagram
Type xsd:anyURI
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="url" type="xsd:anyURI" minOccurs="0" maxOccurs="1"/>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/researcher.xsd
[ top ]
Element researcher / full_name
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="full_name" type="xsd:string" minOccurs="1" maxOccurs="1"/>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/researcher.xsd
[ top ]
Element researcher / first_name
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="first_name" type="xsd:string" minOccurs="0" maxOccurs="1"/>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/researcher.xsd
[ top ]
Element researcher / last_name
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="last_name" type="xsd:string" minOccurs="0" maxOccurs="1"/>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/researcher.xsd
[ top ]
Element researcher / orcid
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Annotations
Syntax: http://orcid.org/xxxx-xxxx-xxxx-xxxx  
                            
More info: http://support.orcid.org/knowledgebase/articles/116780-structure-of-the-orcid-identifier
Diagram
Diagram
Type xsd:anyURI
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="orcid" type="xsd:anyURI" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Syntax: http://orcid.org/xxxx-xxxx-xxxx-xxxx More info: http://support.orcid.org/knowledgebase/articles/116780-structure-of-the-orcid-identifier</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/researcher.xsd
[ top ]
Element researcher / scopus_author_id
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Annotations
Scopus Author ID.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="scopus_author_id" type="xsd:string" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Scopus Author ID.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/researcher.xsd
[ top ]
Element registryObjects / publications
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Diagram
Diagram index.tmp#publication
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children publication
Instance
<publications xmlns="http://researchgraph.org/schema/v2.0/xml/nodes">
  <publication>{1,unbounded}</publication>
</publications>
Source
<xsd:element name="publications" minOccurs="0" maxOccurs="1">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="publication" minOccurs="1" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/registryObjects.xsd
[ top ]
Element publication
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Annotations
Journla or conference publication
Diagram
Diagram index.tmp#publication_key index.tmp#publication_source index.tmp#publication_local_id index.tmp#publication_last_updated index.tmp#publication_url index.tmp#publication_title index.tmp#publication_authors_list index.tmp#publication_doi index.tmp#publication_publication_year index.tmp#publication_scopus_eid
Properties
content complex
Used by
Model
Children authors_list, doi, key, last_updated, local_id, publication_year, scopus_eid, source, title, url
Instance
<publication xmlns="http://researchgraph.org/schema/v2.0/xml/nodes">
  <key>{1,1}</key>
  <source>{1,1}</source>
  <local_id>{1,1}</local_id>
  <last_updated>{1,1}</last_updated>
  <url>{0,1}</url>
  <title>{1,1}</title>
  <authors_list>{1,1}</authors_list>
  <doi>{0,1}</doi>
  <publication_year>{0,1}</publication_year>
  <scopus_eid>{0,1}</scopus_eid>
</publication>
Source
<xsd:element name="publication">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Journla or conference publication</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:all>
      <xsd:element name="key" type="xsd:anyURI" minOccurs="1" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>Recommended Syntax: {metadata-provider-domain}/{local_id} Example: sydney.edu.au/00144fdd4fa6</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="source" type="xsd:anyURI" minOccurs="1" maxOccurs="1"/>
      <xsd:element name="local_id" type="xsd:string" minOccurs="1" maxOccurs="1"/>
      <xsd:element name="last_updated" type="xsd:dateTime" minOccurs="1" maxOccurs="1"/>
      <xsd:element name="url" type="xsd:anyURI" minOccurs="0" maxOccurs="1"/>
      <xsd:element name="title" type="xsd:string" minOccurs="1" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">Publication title. This field provides human readable information about the publication.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="authors_list" type="xsd:string" minOccurs="1" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">Comma separated list of authors. It complements the title to make the publication easly recognisable for human readers.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="doi" type="xsd:anyURI" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>Syntax: http://doi.org/doi_prefix/doi_suffix</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="publication_year" type="xsd:gYear" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>The publication year (YYYY).</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="scopus_eid" type="xsd:string" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">Scopue EID for the article.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:all>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/publication.xsd
[ top ]
Element publication / key
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Annotations
Recommended Syntax: {metadata-provider-domain}/{local_id}
                            
Example: sydney.edu.au/00144fdd4fa6
Diagram
Diagram
Type xsd:anyURI
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="key" type="xsd:anyURI" minOccurs="1" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Recommended Syntax: {metadata-provider-domain}/{local_id} Example: sydney.edu.au/00144fdd4fa6</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/publication.xsd
[ top ]
Element publication / source
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Diagram
Diagram
Type xsd:anyURI
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="source" type="xsd:anyURI" minOccurs="1" maxOccurs="1"/>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/publication.xsd
[ top ]
Element publication / local_id
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="local_id" type="xsd:string" minOccurs="1" maxOccurs="1"/>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/publication.xsd
[ top ]
Element publication / last_updated
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Diagram
Diagram
Type xsd:dateTime
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="last_updated" type="xsd:dateTime" minOccurs="1" maxOccurs="1"/>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/publication.xsd
[ top ]
Element publication / url
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Diagram
Diagram
Type xsd:anyURI
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="url" type="xsd:anyURI" minOccurs="0" maxOccurs="1"/>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/publication.xsd
[ top ]
Element publication / title
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Annotations
Publication title. This field provides human readable information about the publication.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="title" type="xsd:string" minOccurs="1" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Publication title. This field provides human readable information about the publication.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/publication.xsd
[ top ]
Element publication / authors_list
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Annotations
Comma separated list of authors. It complements the title to make the publication easly recognisable for human readers.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="authors_list" type="xsd:string" minOccurs="1" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Comma separated list of authors. It complements the title to make the publication easly recognisable for human readers.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/publication.xsd
[ top ]
Element publication / doi
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Annotations
Syntax: http://doi.org/doi_prefix/doi_suffix
Diagram
Diagram
Type xsd:anyURI
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="doi" type="xsd:anyURI" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Syntax: http://doi.org/doi_prefix/doi_suffix</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/publication.xsd
[ top ]
Element publication / publication_year
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Annotations
The publication year (YYYY).
Diagram
Diagram
Type xsd:gYear
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="publication_year" type="xsd:gYear" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>The publication year (YYYY).</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/publication.xsd
[ top ]
Element publication / scopus_eid
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Annotations
Scopue EID for the article.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="scopus_eid" type="xsd:string" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Scopue EID for the article.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/publication.xsd
[ top ]
Element registryObjects / datasets
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Diagram
Diagram index.tmp#dataset
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children dataset
Instance
<datasets xmlns="http://researchgraph.org/schema/v2.0/xml/nodes">
  <dataset>{1,unbounded}</dataset>
</datasets>
Source
<xsd:element name="datasets" minOccurs="0" maxOccurs="1">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="dataset" minOccurs="1" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/registryObjects.xsd
[ top ]
Element dataset
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Annotations
Description of a research dataset
Diagram
Diagram index.tmp#dataset_key index.tmp#dataset_source index.tmp#dataset_local_id index.tmp#dataset_last_updated index.tmp#dataset_url index.tmp#dataset_title index.tmp#dataset_doi index.tmp#dataset_publication_year index.tmp#dataset_license index.tmp#dataset_megabyte
Properties
content complex
Used by
Model
Children doi, key, last_updated, license, local_id, megabyte, publication_year, source, title, url
Instance
<dataset xmlns="http://researchgraph.org/schema/v2.0/xml/nodes">
  <key>{1,1}</key>
  <source>{1,1}</source>
  <local_id>{1,1}</local_id>
  <last_updated>{1,1}</last_updated>
  <url>{0,1}</url>
  <title>{1,1}</title>
  <doi>{0,1}</doi>
  <publication_year>{0,1}</publication_year>
  <license>{0,1}</license>
  <megabyte>{0,1}</megabyte>
</dataset>
Source
<xsd:element name="dataset">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Description of a research dataset</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:all>
      <xsd:element name="key" type="xsd:anyURI" minOccurs="1" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>Recommended Syntax: {metadata-provider-domain}/{local_id} Example: sydney.edu.au/00144fdd4fa6</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="source" type="xsd:anyURI" minOccurs="1" maxOccurs="1"/>
      <xsd:element name="local_id" type="xsd:string" minOccurs="1" maxOccurs="1"/>
      <xsd:element name="last_updated" type="xsd:dateTime" minOccurs="1" maxOccurs="1"/>
      <xsd:element name="url" type="xsd:anyURI" minOccurs="0" maxOccurs="1"/>
      <xsd:element name="title" type="xsd:string" minOccurs="1" maxOccurs="1"/>
      <xsd:element name="doi" type="xsd:anyURI" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>Syntax: http://doi.org/doi_prefix/doi_suffix</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="publication_year" type="xsd:gYear" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>The publication year (YYYY).</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="license" type="xsd:anyURI" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>Example: http://creativecommons.org/licenses/by/3.0/</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="megabyte" type="xsd:decimal" minOccurs="0" maxOccurs="1"/>
    </xsd:all>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/dataset.xsd
[ top ]
Element dataset / key
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Annotations
Recommended Syntax: {metadata-provider-domain}/{local_id}
                            
Example: sydney.edu.au/00144fdd4fa6
Diagram
Diagram
Type xsd:anyURI
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="key" type="xsd:anyURI" minOccurs="1" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Recommended Syntax: {metadata-provider-domain}/{local_id} Example: sydney.edu.au/00144fdd4fa6</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/dataset.xsd
[ top ]
Element dataset / source
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Diagram
Diagram
Type xsd:anyURI
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="source" type="xsd:anyURI" minOccurs="1" maxOccurs="1"/>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/dataset.xsd
[ top ]
Element dataset / local_id
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="local_id" type="xsd:string" minOccurs="1" maxOccurs="1"/>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/dataset.xsd
[ top ]
Element dataset / last_updated
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Diagram
Diagram
Type xsd:dateTime
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="last_updated" type="xsd:dateTime" minOccurs="1" maxOccurs="1"/>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/dataset.xsd
[ top ]
Element dataset / url
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Diagram
Diagram
Type xsd:anyURI
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="url" type="xsd:anyURI" minOccurs="0" maxOccurs="1"/>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/dataset.xsd
[ top ]
Element dataset / title
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="title" type="xsd:string" minOccurs="1" maxOccurs="1"/>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/dataset.xsd
[ top ]
Element dataset / doi
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Annotations
Syntax: http://doi.org/doi_prefix/doi_suffix
Diagram
Diagram
Type xsd:anyURI
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="doi" type="xsd:anyURI" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Syntax: http://doi.org/doi_prefix/doi_suffix</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/dataset.xsd
[ top ]
Element dataset / publication_year
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Annotations
The publication year (YYYY).
Diagram
Diagram
Type xsd:gYear
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="publication_year" type="xsd:gYear" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>The publication year (YYYY).</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/dataset.xsd
[ top ]
Element dataset / license
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Annotations
Example: http://creativecommons.org/licenses/by/3.0/
Diagram
Diagram
Type xsd:anyURI
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="license" type="xsd:anyURI" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Example: http://creativecommons.org/licenses/by/3.0/</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/dataset.xsd
[ top ]
Element dataset / megabyte
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Diagram
Diagram
Type xsd:decimal
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="megabyte" type="xsd:decimal" minOccurs="0" maxOccurs="1"/>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/dataset.xsd
[ top ]
Element registryObjects / grants
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Diagram
Diagram index.tmp#grant
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children grant
Instance
<grants xmlns="http://researchgraph.org/schema/v2.0/xml/nodes">
  <grant>{1,unbounded}</grant>
</grants>
Source
<xsd:element name="grants" minOccurs="0" maxOccurs="1">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="grant" minOccurs="1" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/registryObjects.xsd
[ top ]
Element grant
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Annotations
Research grant or project.
Diagram
Diagram index.tmp#grant_key index.tmp#grant_source index.tmp#grant_local_id index.tmp#grant_last_updated index.tmp#grant_url index.tmp#grant_title index.tmp#grant_purl index.tmp#grant_participant_list index.tmp#grant_funder index.tmp#grant_start_year index.tmp#grant_end_year
Properties
content complex
Used by
Model
Children end_year, funder, key, last_updated, local_id, participant_list, purl, source, start_year, title, url
Instance
<grant xmlns="http://researchgraph.org/schema/v2.0/xml/nodes">
  <key>{1,1}</key>
  <source>{1,1}</source>
  <local_id>{1,1}</local_id>
  <last_updated>{1,1}</last_updated>
  <url>{0,1}</url>
  <title>{0,1}</title>
  <purl>{0,1}</purl>
  <participant_list>{0,1}</participant_list>
  <funder>{1,1}</funder>
  <start_year>{0,1}</start_year>
  <end_year>{0,1}</end_year>
</grant>
Source
<xsd:element name="grant">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Research grant or project.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:all>
      <xsd:element name="key" type="xsd:anyURI" minOccurs="1" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>Recommended Syntax: {metadata-provider-domain}/{local_id} Example: sydney.edu.au/00144fdd4fa6</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="source" type="xsd:anyURI" minOccurs="1" maxOccurs="1"/>
      <xsd:element name="local_id" type="xsd:string" minOccurs="1" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>The prefered value for local_id is the grant number.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="last_updated" type="xsd:dateTime" minOccurs="1" maxOccurs="1"/>
      <xsd:element name="url" type="xsd:anyURI" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>Landing page for the grant information</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="title" type="xsd:string" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">Grant title, a human readable information about the grant. It has been set to optional because in some case the title of the grant is not available.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="purl" type="xsd:anyURI" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>Syntax: http://purl.org/au-research/grants/ ... At the time of creating this document this field is only applicable to Australian grants funded by ARC and NHMRC.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="participant_list" type="xsd:string" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">Comma separated list of grant participants. It is derived from the grant proposal, and often complement the grant title to make the grant recognisable for human users.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="funder" type="xsd:anyURI"/>
      <xsd:element name="start_year" type="xsd:gYear" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>The start year (YYYY) of the grant.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="end_year" type="xsd:gYear" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>The end year (YYYY) of the grant.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:all>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/grant.xsd
[ top ]
Element grant / key
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Annotations
Recommended Syntax: {metadata-provider-domain}/{local_id}
                            
Example: sydney.edu.au/00144fdd4fa6
Diagram
Diagram
Type xsd:anyURI
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="key" type="xsd:anyURI" minOccurs="1" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Recommended Syntax: {metadata-provider-domain}/{local_id} Example: sydney.edu.au/00144fdd4fa6</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/grant.xsd
[ top ]
Element grant / source
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Diagram
Diagram
Type xsd:anyURI
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="source" type="xsd:anyURI" minOccurs="1" maxOccurs="1"/>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/grant.xsd
[ top ]
Element grant / local_id
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Annotations
The prefered value for local_id is the grant number.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="local_id" type="xsd:string" minOccurs="1" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>The prefered value for local_id is the grant number.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/grant.xsd
[ top ]
Element grant / last_updated
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Diagram
Diagram
Type xsd:dateTime
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="last_updated" type="xsd:dateTime" minOccurs="1" maxOccurs="1"/>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/grant.xsd
[ top ]
Element grant / url
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Annotations
Landing page for the grant information
Diagram
Diagram
Type xsd:anyURI
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="url" type="xsd:anyURI" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Landing page for the grant information</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/grant.xsd
[ top ]
Element grant / title
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Annotations
Grant title, a human readable information about the grant. It has been set to optional because in some case the title of the grant is not available.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="title" type="xsd:string" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Grant title, a human readable information about the grant. It has been set to optional because in some case the title of the grant is not available.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/grant.xsd
[ top ]
Element grant / purl
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Annotations
Syntax: http://purl.org/au-research/grants/ ...
                            
At the time of creating this document this field is only applicable to Australian grants funded by ARC and NHMRC.
Diagram
Diagram
Type xsd:anyURI
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="purl" type="xsd:anyURI" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Syntax: http://purl.org/au-research/grants/ ... At the time of creating this document this field is only applicable to Australian grants funded by ARC and NHMRC.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/grant.xsd
[ top ]
Element grant / participant_list
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Annotations
Comma separated list of grant participants. It is derived from the grant proposal, and often complement the grant title to make the grant recognisable for human users.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="participant_list" type="xsd:string" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Comma separated list of grant participants. It is derived from the grant proposal, and often complement the grant title to make the grant recognisable for human users.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/grant.xsd
[ top ]
Element grant / funder
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Diagram
Diagram
Type xsd:anyURI
Properties
content simple
Source
<xsd:element name="funder" type="xsd:anyURI"/>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/grant.xsd
[ top ]
Element grant / start_year
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Annotations
The start year (YYYY) of the grant.
Diagram
Diagram
Type xsd:gYear
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="start_year" type="xsd:gYear" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>The start year (YYYY) of the grant.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/grant.xsd
[ top ]
Element grant / end_year
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Annotations
The end year (YYYY) of the grant.
Diagram
Diagram
Type xsd:gYear
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="end_year" type="xsd:gYear" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>The end year (YYYY) of the grant.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/grant.xsd
[ top ]
Element registryObjects / relations
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Diagram
Diagram index.tmp#relation
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children relation
Instance
<relations xmlns="http://researchgraph.org/schema/v2.0/xml/nodes">
  <relation>{1,unbounded}</relation>
</relations>
Source
<xsd:element name="relations" minOccurs="0" maxOccurs="1">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="relation" minOccurs="1" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/registryObjects.xsd
[ top ]
Element relation
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Diagram
Diagram index.tmp#relation_from_key index.tmp#relation_to_uri index.tmp#relation_label
Properties
content complex
Used by
Model
Children from_key, label, to_uri
Instance
<relation xmlns="http://researchgraph.org/schema/v2.0/xml/nodes">
  <from_key>{1,1}</from_key>
  <to_uri>{1,1}</to_uri>
  <label>{0,1}</label>
</relation>
Source
<xsd:element name="relation">
  <xsd:complexType>
    <xsd:all>
      <xsd:element name="from_key" type="xsd:anyURI" minOccurs="1" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">The key value for the source objecy. This key (value of this element) should exist in the registry.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="to_uri" type="xsd:anyURI" minOccurs="1" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">Enables the connection to ORCID, DOI (publication or dataset), PURL (grant, or ANZSRC field of research), or key of other nodes.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="label" type="xsd:string" minOccurs="0" maxOccurs="1" default="relatedTo"/>
    </xsd:all>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/relation.xsd
[ top ]
Element relation / from_key
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Annotations
The key value for the source objecy. This key (value of this element) should exist in the registry.
Diagram
Diagram
Type xsd:anyURI
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="from_key" type="xsd:anyURI" minOccurs="1" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The key value for the source objecy. This key (value of this element) should exist in the registry.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/relation.xsd
[ top ]
Element relation / to_uri
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Annotations
Enables the connection to ORCID, DOI (publication or dataset), PURL (grant, or ANZSRC field of research), or key of other nodes.
Diagram
Diagram
Type xsd:anyURI
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="to_uri" type="xsd:anyURI" minOccurs="1" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Enables the connection to ORCID, DOI (publication or dataset), PURL (grant, or ANZSRC field of research), or key of other nodes.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/relation.xsd
[ top ]
Element relation / label
Namespace http://researchgraph.org/schema/v2.0/xml/nodes
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
default relatedTo
Source
<xsd:element name="label" type="xsd:string" minOccurs="0" maxOccurs="1" default="relatedTo"/>
Schema location file:/Users/Admin/github/researchgraph/schema/xsd/relation.xsd
[ top ]