Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Included schema oaf-result-1.0.xsd
Namespace http://namespace.openaire.eu/oaf
Annotations
This schema describes elements and properties of the OpenAIRE Result entity. For an overview of the model, please check the OpenAIRE Research Graph Data Model at https://doi.org/10.5281/zenodo.2643199
Properties
attribute form default unqualified
element form default qualified
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-result-1_0_xsd.tmp#result_creator oaf-result-1_0_xsd.tmp#result_resulttype oaf-result-1_0_xsd.tmp#result_language oaf-result-1_0_xsd.tmp#result_country oaf-result-1_0_xsd.tmp#result_subject oaf-result-1_0_xsd.tmp#result_title oaf-result-1_0_xsd.tmp#result_relevantdate oaf-result-1_0_xsd.tmp#result_description oaf-result-1_0_xsd.tmp#result_dateofacceptance oaf-result-1_0_xsd.tmp#result_publisher oaf-result-1_0_xsd.tmp#result_embargoenddate oaf-result-1_0_xsd.tmp#result_source oaf-result-1_0_xsd.tmp#result_format oaf-result-1_0_xsd.tmp#result_contributor oaf-result-1_0_xsd.tmp#result_resourcetype oaf-result-1_0_xsd.tmp#result_coverage oaf-result-1_0_xsd.tmp#result_bestaccessright oaf-result-1_0_xsd.tmp#result_journal oaf-result-1_0_xsd.tmp#result_pid oaf-result-1_0_xsd.tmp#result_device oaf-result-1_0_xsd.tmp#result_size oaf-result-1_0_xsd.tmp#result_version oaf-result-1_0_xsd.tmp#result_lastmetadataupdate oaf-result-1_0_xsd.tmp#result_metadataversionnumber oaf-result-1_0_xsd.tmp#result_originalId oaf-result-1_0_xsd.tmp#result_collectedfrom oaf-result-1_0_xsd.tmp#result_context oaf-result-1_0_xsd.tmp#result_rels oaf-result-1_0_xsd.tmp#result_instances oaf-result-1_0_xsd.tmp#result_citations
Properties
content complex
Used by
Element entity
Model
Children bestaccessright, citations, collectedfrom, context, contributor, country, coverage, creator, dateofacceptance, description, device, embargoenddate, format, instances, journal, language, lastmetadataupdate, metadataversionnumber, originalId, pid, publisher, relevantdate, rels, resourcetype, resulttype, size, source, subject, title, version
Instance
<result xmlns="http://namespace.openaire.eu/oaf">
  <creator name="" ORCID="" rank="" surname="">{1,1}</creator>
  <resulttype classid="" classname="" schemeid="" schemename="">{1,1}</resulttype>
  <language classid="" classname="" schemeid="" schemename="">{1,1}</language>
  <country classid="" classname="" inferenceprovenance="" inferred="" schemeid="" schemename="" trust="">{1,1}</country>
  <subject schemename="" classid="" trust="" classname="" inferenceprovenance="" inferred="" schemeid="">{1,1}</subject>
  <title schemename="" classid="" trust="" classname="" inferenceprovenance="" inferred="" schemeid="">{1,1}</title>
  <relevantdate schemename="" classid="" trust="" classname="" inferenceprovenance="" inferred="" schemeid="">{1,1}</relevantdate>
  <description>{1,1}</description>
  <dateofacceptance>{1,1}</dateofacceptance>
  <publisher>{1,1}</publisher>
  <embargoenddate>{1,1}</embargoenddate>
  <source>{1,1}</source>
  <format>{1,1}</format>
  <contributor>{1,1}</contributor>
  <resourcetype classid="" classname="" schemeid="" schemename="">{1,1}</resourcetype>
  <coverage>{1,1}</coverage>
  <bestaccessright classid="" classname="" schemeid="" schemename="">{1,1}</bestaccessright>
  <journal eissn="" ep="" iss="" issn="" lissn="" sp="" vol="">{1,1}</journal>
  <pid schemename="" classid="" trust="" classname="" inferenceprovenance="" inferred="" schemeid="">{1,1}</pid>
  <device>{1,1}</device>
  <size>{1,1}</size>
  <version>{1,1}</version>
  <lastmetadataupdate>{1,1}</lastmetadataupdate>
  <metadataversionnumber>{1,1}</metadataversionnumber>
  <originalId>{1,unbounded}</originalId>
  <collectedfrom classid="" classname="" id="" inferenceprovenance="" inferred="" name="" schemeid="" schemename="" trust="">{1,unbounded}</collectedfrom>
  <context classid="" classname="" id="" inferenceprovenance="" inferred="" label="" schemeid="" schemename="" trust="">{1,1}</context>
  <rels>{1,1}</rels>
  <instances>{1,1}</instances>
  <citations provenance="" trust="">{0,1}</citations>
</result>
Source
<xs:element name="result">
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element name="creator">
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="xs:string">
              <xs:attribute name="name" type="xs:string"/>
              <xs:attribute name="surname" type="xs:string"/>
              <xs:attribute name="ORCID" type="xs:string"/>
              <xs:attribute name="rank" type="xs:int"/>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="resulttype" type="qualifierType">
        <xs:annotation>
          <xs:documentation>Tells if this record is about a publication or a dataset.
            <p>For allowed values check: http://api.openaire.eu/vocabularies/dnet:result_typologies</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="language" type="qualifierType"/>
      <xs:element name="country" type="dataInfoType"/>
      <xs:element name="subject" type="structuredPropertyElementType"/>
      <xs:element name="title" type="structuredPropertyElementType">
        <xs:annotation>
          <xs:documentation>Title of this research result.
            <p>Different types of titles are allowed: see http://api.openaire.eu/vocabularies/dnet:dataCite_title</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="relevantdate" type="structuredPropertyElementType"/>
      <xs:element name="description" type="xs:string"/>
      <xs:element name="dateofacceptance" type="xs:string"/>
      <xs:element name="publisher" type="xs:string"/>
      <xs:element name="embargoenddate" type="xs:string"/>
      <xs:element name="source" type="xs:string">
        <xs:annotation>
          <xs:documentation>The semantics of this field is inherited from dc:source in Dublin Core.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="format" type="xs:string"/>
      <xs:element name="contributor" type="xs:string"/>
      <xs:element name="resourcetype" type="qualifierType">
        <xs:annotation>
          <xs:documentation>This field is valid only if resulttype is "dataset". It expresses the nature of the dataset.
            <p>For allowed values check: http://api.openaire.eu/vocabularies/dnet:publication_resource</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="coverage" type="xs:string"/>
      <xs:element name="bestaccessright" type="qualifierType">
        <xs:annotation>
          <xs:documentation>The best access right available for this result among the available licenses of its children elements.
            <p>For allowed values check: http://api.openaire.eu/vocabularies/dnet:access_modes</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="journal" type="journalType"/>
      <xs:element name="pid" type="structuredPropertyElementType">
        <xs:annotation>
          <xs:documentation>Persistent identifier.
            <p>For allowed pid systems check: http://api.openaire.eu/vocabularies/dnet:pid_types</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="device" type="xs:string">
        <xs:annotation>
          <xs:documentation>This field is valid only if resulttype is "dataset". It contains information about the device used to generate the dataset.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="size" type="xs:string">
        <xs:annotation>
          <xs:documentation>This field is valid only if resulttype is "dataset". It contains information about the size of the dataset.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="version" type="xs:string">
        <xs:annotation>
          <xs:documentation>This field is valid only if resulttype is "dataset". It contains information about the version of the dataset.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="lastmetadataupdate" type="xs:string">
        <xs:annotation>
          <xs:documentation>This field is valid only if resulttype is "dataset". It is the last update date of the metadata of the dataset.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="metadataversionnumber" type="xs:string">
        <xs:annotation>
          <xs:documentation>This field is valid only if resulttype is "dataset". It contains information about the version of the metadata of the dataset.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="originalId" type="xs:string" maxOccurs="unbounded"/>
      <xs:element name="collectedfrom" type="namedIdElementType" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Identifier and name of the datasource from which this result has been collected from (e.g., "OpenDOAR").</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="context" type="contextType">
        <xs:annotation>
          <xs:documentation>Research community, initiative, infrastructure or funding agency related to this result.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="rels" type="relsType">
        <xs:annotation>
          <xs:documentation>Relationships to other entities.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="instances" type="instancesType" minOccurs="1" maxOccurs="1"/>
      <xs:element name="citations" type="citationsType" maxOccurs="1" minOccurs="0"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / creator
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-result-1_0_xsd.tmp#result_result_creator_name oaf-result-1_0_xsd.tmp#result_result_creator_surname oaf-result-1_0_xsd.tmp#result_result_creator_ORCID oaf-result-1_0_xsd.tmp#result_result_creator_rank
Type extension of xs:string
Properties
content complex
Attributes
QName Type Use
ORCID xs:string optional
name xs:string optional
rank xs:int optional
surname xs:string optional
Source
<xs:element name="creator">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="name" type="xs:string"/>
        <xs:attribute name="surname" type="xs:string"/>
        <xs:attribute name="ORCID" type="xs:string"/>
        <xs:attribute name="rank" type="xs:int"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / resulttype
Namespace http://namespace.openaire.eu/oaf
Annotations
Tells if this record is about a publication or a dataset. <p>For allowed values check: http://api.openaire.eu/vocabularies/dnet:result_typologies</p>
Diagram
Diagram oaf-common-1_0_xsd.tmp#qualifierAttributeGroup oaf-common-1_0_xsd.tmp#qualifierType
Type qualifierType
Properties
content complex
Attributes
QName Type Use
classid xs:string required
classname xs:string required
schemeid xs:string required
schemename xs:string required
Source
<xs:element name="resulttype" type="qualifierType">
  <xs:annotation>
    <xs:documentation>Tells if this record is about a publication or a dataset.
      <p>For allowed values check: http://api.openaire.eu/vocabularies/dnet:result_typologies</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / language
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-common-1_0_xsd.tmp#qualifierAttributeGroup oaf-common-1_0_xsd.tmp#qualifierType
Type qualifierType
Properties
content complex
Attributes
QName Type Use
classid xs:string required
classname xs:string required
schemeid xs:string required
schemename xs:string required
Source
<xs:element name="language" type="qualifierType"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / country
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-common-1_0_xsd.tmp#dataInfoAttributeGroup oaf-common-1_0_xsd.tmp#dataInfoType
Type dataInfoType
Properties
content complex
Attributes
QName Type Use Annotation
classid xs:string required
classname xs:string required
inferenceprovenance xs:string optional
Which algorithm inferred the current property.
inferred xs:boolean optional
True if this information has been inferred by the automatic
inference algorithms run by OpenAIRE.
schemeid xs:string required
schemename xs:string required
trust xs:string optional
Value of trust of this information in the range [0,1]. More the
value, more trustworthy is the information.
Source
<xs:element name="country" type="dataInfoType"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / subject
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-common-1_0_xsd.tmp#qualifierAttributeGroup oaf-common-1_0_xsd.tmp#dataInfoAttributeGroup oaf-common-1_0_xsd.tmp#structuredPropertyElementType
Type structuredPropertyElementType
Properties
content complex
Attributes
QName Type Use Annotation
classid xs:string required
classname xs:string required
inferenceprovenance xs:string optional
Which algorithm inferred the current property.
inferred xs:boolean optional
True if this information has been inferred by the automatic
inference algorithms run by OpenAIRE.
schemeid xs:string required
schemename xs:string required
trust xs:string optional
Value of trust of this information in the range [0,1]. More the
value, more trustworthy is the information.
Source
<xs:element name="subject" type="structuredPropertyElementType"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / title
Namespace http://namespace.openaire.eu/oaf
Annotations
Title of this research result. <p>Different types of titles are allowed: see http://api.openaire.eu/vocabularies/dnet:dataCite_title</p>
Diagram
Diagram oaf-common-1_0_xsd.tmp#qualifierAttributeGroup oaf-common-1_0_xsd.tmp#dataInfoAttributeGroup oaf-common-1_0_xsd.tmp#structuredPropertyElementType
Type structuredPropertyElementType
Properties
content complex
Attributes
QName Type Use Annotation
classid xs:string required
classname xs:string required
inferenceprovenance xs:string optional
Which algorithm inferred the current property.
inferred xs:boolean optional
True if this information has been inferred by the automatic
inference algorithms run by OpenAIRE.
schemeid xs:string required
schemename xs:string required
trust xs:string optional
Value of trust of this information in the range [0,1]. More the
value, more trustworthy is the information.
Source
<xs:element name="title" type="structuredPropertyElementType">
  <xs:annotation>
    <xs:documentation>Title of this research result.
      <p>Different types of titles are allowed: see http://api.openaire.eu/vocabularies/dnet:dataCite_title</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / relevantdate
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-common-1_0_xsd.tmp#qualifierAttributeGroup oaf-common-1_0_xsd.tmp#dataInfoAttributeGroup oaf-common-1_0_xsd.tmp#structuredPropertyElementType
Type structuredPropertyElementType
Properties
content complex
Attributes
QName Type Use Annotation
classid xs:string required
classname xs:string required
inferenceprovenance xs:string optional
Which algorithm inferred the current property.
inferred xs:boolean optional
True if this information has been inferred by the automatic
inference algorithms run by OpenAIRE.
schemeid xs:string required
schemename xs:string required
trust xs:string optional
Value of trust of this information in the range [0,1]. More the
value, more trustworthy is the information.
Source
<xs:element name="relevantdate" type="structuredPropertyElementType"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / description
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="description" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / dateofacceptance
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="dateofacceptance" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / publisher
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="publisher" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / embargoenddate
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="embargoenddate" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / source
Namespace http://namespace.openaire.eu/oaf
Annotations
The semantics of this field is inherited from dc:source in
Dublin Core.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="source" type="xs:string">
  <xs:annotation>
    <xs:documentation>The semantics of this field is inherited from dc:source in Dublin Core.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / format
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="format" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / contributor
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="contributor" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / resourcetype
Namespace http://namespace.openaire.eu/oaf
Annotations
This field is valid only if resulttype is "dataset". It
expresses the nature of the dataset. <p>For allowed values check: http://api.openaire.eu/vocabularies/dnet:publication_resource</p>
Diagram
Diagram oaf-common-1_0_xsd.tmp#qualifierAttributeGroup oaf-common-1_0_xsd.tmp#qualifierType
Type qualifierType
Properties
content complex
Attributes
QName Type Use
classid xs:string required
classname xs:string required
schemeid xs:string required
schemename xs:string required
Source
<xs:element name="resourcetype" type="qualifierType">
  <xs:annotation>
    <xs:documentation>This field is valid only if resulttype is "dataset". It expresses the nature of the dataset.
      <p>For allowed values check: http://api.openaire.eu/vocabularies/dnet:publication_resource</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / coverage
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="coverage" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / bestaccessright
Namespace http://namespace.openaire.eu/oaf
Annotations
The best access right available for this result among the
available licenses of its children elements. <p>For allowed values check: http://api.openaire.eu/vocabularies/dnet:access_modes</p>
Diagram
Diagram oaf-common-1_0_xsd.tmp#qualifierAttributeGroup oaf-common-1_0_xsd.tmp#qualifierType
Type qualifierType
Properties
content complex
Attributes
QName Type Use
classid xs:string required
classname xs:string required
schemeid xs:string required
schemename xs:string required
Source
<xs:element name="bestaccessright" type="qualifierType">
  <xs:annotation>
    <xs:documentation>The best access right available for this result among the available licenses of its children elements.
      <p>For allowed values check: http://api.openaire.eu/vocabularies/dnet:access_modes</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / journal
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-result-1_0_xsd.tmp#journalType_eissn oaf-result-1_0_xsd.tmp#journalType_issn oaf-result-1_0_xsd.tmp#journalType_lissn oaf-result-1_0_xsd.tmp#journalType_ep oaf-result-1_0_xsd.tmp#journalType_iss oaf-result-1_0_xsd.tmp#journalType_sp oaf-result-1_0_xsd.tmp#journalType_vol oaf-result-1_0_xsd.tmp#journalType
Type journalType
Properties
content complex
Attributes
QName Type Use
eissn optional
ep optional
iss optional
issn optional
lissn optional
sp optional
vol optional
Source
<xs:element name="journal" type="journalType"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / pid
Namespace http://namespace.openaire.eu/oaf
Annotations
Persistent identifier. <p>For allowed pid systems check: http://api.openaire.eu/vocabularies/dnet:pid_types</p>
Diagram
Diagram oaf-common-1_0_xsd.tmp#qualifierAttributeGroup oaf-common-1_0_xsd.tmp#dataInfoAttributeGroup oaf-common-1_0_xsd.tmp#structuredPropertyElementType
Type structuredPropertyElementType
Properties
content complex
Attributes
QName Type Use Annotation
classid xs:string required
classname xs:string required
inferenceprovenance xs:string optional
Which algorithm inferred the current property.
inferred xs:boolean optional
True if this information has been inferred by the automatic
inference algorithms run by OpenAIRE.
schemeid xs:string required
schemename xs:string required
trust xs:string optional
Value of trust of this information in the range [0,1]. More the
value, more trustworthy is the information.
Source
<xs:element name="pid" type="structuredPropertyElementType">
  <xs:annotation>
    <xs:documentation>Persistent identifier.
      <p>For allowed pid systems check: http://api.openaire.eu/vocabularies/dnet:pid_types</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / device
Namespace http://namespace.openaire.eu/oaf
Annotations
This field is valid only if resulttype is "dataset". It
contains information about the device used to generate the dataset.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="device" type="xs:string">
  <xs:annotation>
    <xs:documentation>This field is valid only if resulttype is "dataset". It contains information about the device used to generate the dataset.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / size
Namespace http://namespace.openaire.eu/oaf
Annotations
This field is valid only if resulttype is "dataset". It
contains information about the size of the dataset.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="size" type="xs:string">
  <xs:annotation>
    <xs:documentation>This field is valid only if resulttype is "dataset". It contains information about the size of the dataset.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / version
Namespace http://namespace.openaire.eu/oaf
Annotations
This field is valid only if resulttype is "dataset". It
contains information about the version of the dataset.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="version" type="xs:string">
  <xs:annotation>
    <xs:documentation>This field is valid only if resulttype is "dataset". It contains information about the version of the dataset.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / lastmetadataupdate
Namespace http://namespace.openaire.eu/oaf
Annotations
This field is valid only if resulttype is "dataset". It
is the last update date of the metadata of the dataset.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="lastmetadataupdate" type="xs:string">
  <xs:annotation>
    <xs:documentation>This field is valid only if resulttype is "dataset". It is the last update date of the metadata of the dataset.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / metadataversionnumber
Namespace http://namespace.openaire.eu/oaf
Annotations
This field is valid only if resulttype is "dataset". It
contains information about the version of the metadata of the dataset.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="metadataversionnumber" type="xs:string">
  <xs:annotation>
    <xs:documentation>This field is valid only if resulttype is "dataset". It contains information about the version of the metadata of the dataset.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / originalId
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
maxOccurs unbounded
Source
<xs:element name="originalId" type="xs:string" maxOccurs="unbounded"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / collectedfrom
Namespace http://namespace.openaire.eu/oaf
Annotations
Identifier and name of the datasource from which this
result has been collected from (e.g., "OpenDOAR").
Diagram
Diagram oaf-common-1_0_xsd.tmp#namedIdElementType_id oaf-common-1_0_xsd.tmp#namedIdElementType_name oaf-common-1_0_xsd.tmp#dataInfoAttributeGroup oaf-common-1_0_xsd.tmp#namedIdElementType
Type namedIdElementType
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use Annotation
classid xs:string required
classname xs:string required
id required
inferenceprovenance xs:string optional
Which algorithm inferred the current property.
inferred xs:boolean optional
True if this information has been inferred by the automatic
inference algorithms run by OpenAIRE.
name required
schemeid xs:string required
schemename xs:string required
trust xs:string optional
Value of trust of this information in the range [0,1]. More the
value, more trustworthy is the information.
Source
<xs:element name="collectedfrom" type="namedIdElementType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Identifier and name of the datasource from which this result has been collected from (e.g., "OpenDOAR").</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / context
Namespace http://namespace.openaire.eu/oaf
Annotations
Research community, initiative, infrastructure or funding agency related to this result.
Diagram
Diagram oaf-common-1_0_xsd.tmp#labeledIdElementType_id oaf-common-1_0_xsd.tmp#labeledIdElementType_label oaf-common-1_0_xsd.tmp#labeledIdElementType oaf-common-1_0_xsd.tmp#dataInfoAttributeGroup oaf-common-1_0_xsd.tmp#contextType_category oaf-common-1_0_xsd.tmp#contextType
Type contextType
Type hierarchy
Properties
content complex
Model
Children category
Instance
<context classid="" classname="" id="" inferenceprovenance="" inferred="" label="" schemeid="" schemename="" trust="" xmlns="http://namespace.openaire.eu/oaf">
  <category id="" label="">{1,1}</category>
</context>
Attributes
QName Type Use Annotation
classid xs:string required
classname xs:string required
id required
inferenceprovenance xs:string optional
Which algorithm inferred the current property.
inferred xs:boolean optional
True if this information has been inferred by the automatic
inference algorithms run by OpenAIRE.
label required
schemeid xs:string required
schemename xs:string required
trust xs:string optional
Value of trust of this information in the range [0,1]. More the
value, more trustworthy is the information.
Source
<xs:element name="context" type="contextType">
  <xs:annotation>
    <xs:documentation>Research community, initiative, infrastructure or funding agency related to this result.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / rels
Namespace http://namespace.openaire.eu/oaf
Annotations
Relationships to other entities.
Diagram
Diagram oaf-common-1_0_xsd.tmp#relsType_rel oaf-common-1_0_xsd.tmp#relsType
Type relsType
Properties
content complex
Model
Children rel
Instance
<rels xmlns="http://namespace.openaire.eu/oaf">
  <rel classid="" classname="" inferenceprovenance="" inferred="" schemeid="" schemename="" trust="">{0,1}</rel>
</rels>
Source
<xs:element name="rels" type="relsType">
  <xs:annotation>
    <xs:documentation>Relationships to other entities.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / instances
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-result-1_0_xsd.tmp#instancesType_instance oaf-result-1_0_xsd.tmp#instancesType_externalreference oaf-result-1_0_xsd.tmp#instancesType
Type instancesType
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children externalreference, instance
Instance
<instances xmlns="http://namespace.openaire.eu/oaf">
  <instance id="">{1,unbounded}</instance>
  <externalreference classid="" classname="" inferenceprovenance="" inferred="" schemeid="" schemename="" trust="">{0,unbounded}</externalreference>
</instances>
Source
<xs:element name="instances" type="instancesType" minOccurs="1" maxOccurs="1"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element instancesType / instance
Namespace http://namespace.openaire.eu/oaf
Annotations
Actual digital representation of the publication or dataset.
Diagram
Diagram oaf-result-1_0_xsd.tmp#instanceType_id oaf-result-1_0_xsd.tmp#instanceType_license oaf-result-1_0_xsd.tmp#instanceType_accessright oaf-result-1_0_xsd.tmp#instanceType_instancetype oaf-result-1_0_xsd.tmp#instanceType_collectedfrom oaf-result-1_0_xsd.tmp#instanceType_hostedby oaf-result-1_0_xsd.tmp#instanceType_webresource oaf-result-1_0_xsd.tmp#instanceType_distributionlocation oaf-result-1_0_xsd.tmp#instanceType_dateofacceptance oaf-result-1_0_xsd.tmp#instanceType_processingchargeamount oaf-result-1_0_xsd.tmp#instanceType_processingchargecurrency oaf-result-1_0_xsd.tmp#instanceType_refereed oaf-result-1_0_xsd.tmp#instanceType
Type instanceType
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children accessright, collectedfrom, dateofacceptance, distributionlocation, hostedby, instancetype, license, processingchargeamount, processingchargecurrency, refereed, webresource
Instance
<instance id="" xmlns="http://namespace.openaire.eu/oaf">
  <license classid="" classname="" inferenceprovenance="" inferred="" schemeid="" schemename="" trust="">{1,1}</license>
  <accessright classid="" classname="" schemeid="" schemename="">{1,1}</accessright>
  <instancetype classid="" classname="" schemeid="" schemename="">{1,1}</instancetype>
  <collectedfrom classid="" classname="" id="" inferenceprovenance="" inferred="" name="" schemeid="" schemename="" trust="">{1,1}</collectedfrom>
  <hostedby classid="" classname="" id="" inferenceprovenance="" inferred="" name="" schemeid="" schemename="" trust="">{1,1}</hostedby>
  <webresource>{1,unbounded}</webresource>
  <distributionlocation>{0,1}</distributionlocation>
  <dateofacceptance>{0,1}</dateofacceptance>
  <processingchargeamount classid="" classname="" inferenceprovenance="" inferred="" schemeid="" schemename="" trust="">{1,1}</processingchargeamount>
  <processingchargecurrency classid="" classname="" inferenceprovenance="" inferred="" schemeid="" schemename="" trust="">{1,1}</processingchargecurrency>
  <refereed classid="" classname="" inferenceprovenance="" inferred="" schemeid="" schemename="" trust="">{1,1}</refereed>
</instance>
Attributes
QName Type Use
id required
Source
<xs:element name="instance" type="instanceType" minOccurs="1" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Actual digital representation of the publication or dataset.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element instanceType / license
Namespace http://namespace.openaire.eu/oaf
Annotations
License to access this actual manifestation of the
result. Typically it is a URL. OpenAIRE does not yet attempt any harmonization and reflect the original values that are available in the collected metadata records.
Diagram
Diagram oaf-common-1_0_xsd.tmp#dataInfoAttributeGroup oaf-common-1_0_xsd.tmp#fieldType
Type fieldType
Properties
content complex
Attributes
QName Type Use Annotation
classid xs:string required
classname xs:string required
inferenceprovenance xs:string optional
Which algorithm inferred the current property.
inferred xs:boolean optional
True if this information has been inferred by the automatic
inference algorithms run by OpenAIRE.
schemeid xs:string required
schemename xs:string required
trust xs:string optional
Value of trust of this information in the range [0,1]. More the
value, more trustworthy is the information.
Source
<xs:element name="license" type="fieldType">
  <xs:annotation>
    <xs:documentation>License to access this actual manifestation of the result. Typically it is a URL. OpenAIRE does not yet attempt any harmonization and reflect the original values that are available in the collected metadata records.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element instanceType / accessright
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-common-1_0_xsd.tmp#qualifierAttributeGroup oaf-common-1_0_xsd.tmp#qualifierType
Type qualifierType
Properties
content complex
Attributes
QName Type Use
classid xs:string required
classname xs:string required
schemeid xs:string required
schemename xs:string required
Source
<xs:element name="accessright" type="qualifierType"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element instanceType / instancetype
Namespace http://namespace.openaire.eu/oaf
Annotations
Type of the instance, for example: article, thesis, etc. <p>For allowed values check: http://api.openaire.eu/vocabularies/dnet:publication_resource</p>
Diagram
Diagram oaf-common-1_0_xsd.tmp#qualifierAttributeGroup oaf-common-1_0_xsd.tmp#qualifierType
Type qualifierType
Properties
content complex
Attributes
QName Type Use
classid xs:string required
classname xs:string required
schemeid xs:string required
schemename xs:string required
Source
<xs:element name="instancetype" type="qualifierType">
  <xs:annotation>
    <xs:documentation>Type of the instance, for example: article, thesis, etc.
      <p>For allowed values check: http://api.openaire.eu/vocabularies/dnet:publication_resource</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element instanceType / collectedfrom
Namespace http://namespace.openaire.eu/oaf
Annotations
Datasource from which OpenAIRE collected the description of this instance.
Diagram
Diagram oaf-common-1_0_xsd.tmp#namedIdElementType_id oaf-common-1_0_xsd.tmp#namedIdElementType_name oaf-common-1_0_xsd.tmp#dataInfoAttributeGroup oaf-common-1_0_xsd.tmp#namedIdElementType
Type namedIdElementType
Properties
content complex
maxOccurs 1
Attributes
QName Type Use Annotation
classid xs:string required
classname xs:string required
id required
inferenceprovenance xs:string optional
Which algorithm inferred the current property.
inferred xs:boolean optional
True if this information has been inferred by the automatic
inference algorithms run by OpenAIRE.
name required
schemeid xs:string required
schemename xs:string required
trust xs:string optional
Value of trust of this information in the range [0,1]. More the
value, more trustworthy is the information.
Source
<xs:element name="collectedfrom" type="namedIdElementType" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Datasource from which OpenAIRE collected the description of this instance.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element instanceType / hostedby
Namespace http://namespace.openaire.eu/oaf
Annotations
Datasource hosting this file.
Diagram
Diagram oaf-common-1_0_xsd.tmp#namedIdElementType_id oaf-common-1_0_xsd.tmp#namedIdElementType_name oaf-common-1_0_xsd.tmp#dataInfoAttributeGroup oaf-common-1_0_xsd.tmp#namedIdElementType
Type namedIdElementType
Properties
content complex
maxOccurs 1
Attributes
QName Type Use Annotation
classid xs:string required
classname xs:string required
id required
inferenceprovenance xs:string optional
Which algorithm inferred the current property.
inferred xs:boolean optional
True if this information has been inferred by the automatic
inference algorithms run by OpenAIRE.
name required
schemeid xs:string required
schemename xs:string required
trust xs:string optional
Value of trust of this information in the range [0,1]. More the
value, more trustworthy is the information.
Source
<xs:element name="hostedby" type="namedIdElementType" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Datasource hosting this file.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element instanceType / webresource
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-result-1_0_xsd.tmp#webresourceType_url oaf-result-1_0_xsd.tmp#webresourceType
Type webresourceType
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children url
Instance
<webresource xmlns="http://namespace.openaire.eu/oaf">
  <url>{1,1}</url>
</webresource>
Source
<xs:element name="webresource" type="webresourceType" minOccurs="1" maxOccurs="unbounded"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element webresourceType / url
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="url" type="xs:string" minOccurs="1" maxOccurs="1"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element instanceType / distributionlocation
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="distributionlocation" type="xs:string" minOccurs="0"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element instanceType / dateofacceptance
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="dateofacceptance" type="xs:string" minOccurs="0"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element instanceType / processingchargeamount
Namespace http://namespace.openaire.eu/oaf
Annotations
Article/Book Processing Charge
Diagram
Diagram oaf-common-1_0_xsd.tmp#dataInfoAttributeGroup oaf-common-1_0_xsd.tmp#fieldType
Type fieldType
Properties
content complex
Attributes
QName Type Use Annotation
classid xs:string required
classname xs:string required
inferenceprovenance xs:string optional
Which algorithm inferred the current property.
inferred xs:boolean optional
True if this information has been inferred by the automatic
inference algorithms run by OpenAIRE.
schemeid xs:string required
schemename xs:string required
trust xs:string optional
Value of trust of this information in the range [0,1]. More the
value, more trustworthy is the information.
Source
<xs:element name="processingchargeamount" type="fieldType">
  <xs:annotation>
    <xs:documentation>Article/Book Processing Charge</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element instanceType / processingchargecurrency
Namespace http://namespace.openaire.eu/oaf
Annotations
Currency for the value in processingchargeamount
Diagram
Diagram oaf-common-1_0_xsd.tmp#dataInfoAttributeGroup oaf-common-1_0_xsd.tmp#fieldType
Type fieldType
Properties
content complex
Attributes
QName Type Use Annotation
classid xs:string required
classname xs:string required
inferenceprovenance xs:string optional
Which algorithm inferred the current property.
inferred xs:boolean optional
True if this information has been inferred by the automatic
inference algorithms run by OpenAIRE.
schemeid xs:string required
schemename xs:string required
trust xs:string optional
Value of trust of this information in the range [0,1]. More the
value, more trustworthy is the information.
Source
<xs:element name="processingchargecurrency" type="fieldType">
  <xs:annotation>
    <xs:documentation>Currency for the value in processingchargeamount</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element instanceType / refereed
Namespace http://namespace.openaire.eu/oaf
Annotations
Peer-review status
Diagram
Diagram oaf-common-1_0_xsd.tmp#dataInfoAttributeGroup oaf-common-1_0_xsd.tmp#fieldType
Type fieldType
Properties
content complex
Attributes
QName Type Use Annotation
classid xs:string required
classname xs:string required
inferenceprovenance xs:string optional
Which algorithm inferred the current property.
inferred xs:boolean optional
True if this information has been inferred by the automatic
inference algorithms run by OpenAIRE.
schemeid xs:string required
schemename xs:string required
trust xs:string optional
Value of trust of this information in the range [0,1]. More the
value, more trustworthy is the information.
Source
<xs:element name="refereed" type="fieldType">
  <xs:annotation>
    <xs:documentation>Peer-review status</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element instancesType / externalreference
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-common-1_0_xsd.tmp#dataInfoAttributeGroup oaf-common-1_0_xsd.tmp#externalreferenceType_sitename oaf-common-1_0_xsd.tmp#externalreferenceType_url oaf-common-1_0_xsd.tmp#externalreferenceType_qualifier oaf-common-1_0_xsd.tmp#externalreferenceType_refidentifier oaf-common-1_0_xsd.tmp#externalreferenceType
Type externalreferenceType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children qualifier, refidentifier, sitename, url
Instance
<externalreference classid="" classname="" inferenceprovenance="" inferred="" schemeid="" schemename="" trust="" xmlns="http://namespace.openaire.eu/oaf">
  <sitename>{0,1}</sitename>
  <url>{0,1}</url>
  <qualifier classid="" classname="" schemeid="" schemename="">{0,1}</qualifier>
  <refidentifier>{0,1}</refidentifier>
</externalreference>
Attributes
QName Type Use Annotation
classid xs:string required
classname xs:string required
inferenceprovenance xs:string optional
Which algorithm inferred the current property.
inferred xs:boolean optional
True if this information has been inferred by the automatic
inference algorithms run by OpenAIRE.
schemeid xs:string required
schemename xs:string required
trust xs:string optional
Value of trust of this information in the range [0,1]. More the
value, more trustworthy is the information.
Source
<xs:element name="externalreference" type="externalreferenceType" minOccurs="0" maxOccurs="unbounded"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element result / citations
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-result-1_0_xsd.tmp#citationsType_provenance oaf-result-1_0_xsd.tmp#citationsType_trust oaf-result-1_0_xsd.tmp#citationsType_citation oaf-result-1_0_xsd.tmp#citationsType
Type citationsType
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children citation
Instance
<citations provenance="" trust="" xmlns="http://namespace.openaire.eu/oaf">
  <citation>{0,unbounded}</citation>
</citations>
Attributes
QName Type Use
provenance xs:string optional
trust xs:string optional
Source
<xs:element name="citations" type="citationsType" maxOccurs="1" minOccurs="0"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element citationsType / citation
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-result-1_0_xsd.tmp#citationsType_citationsType_citation_rawText oaf-result-1_0_xsd.tmp#citationsType_citationsType_citation_id
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children id, rawText
Instance
<citation xmlns="http://namespace.openaire.eu/oaf">
  <rawText>{1,1}</rawText>
  <id confidenceLevel="" type="" value="">{0,unbounded}</id>
</citation>
Source
<xs:element name="citation" maxOccurs="unbounded" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="rawText"/>
      <xs:element name="id" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:attribute name="value"/>
          <xs:attribute name="type"/>
          <xs:attribute name="confidenceLevel"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element citationsType / citation / rawText
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Source
<xs:element name="rawText"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Element citationsType / citation / id
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-result-1_0_xsd.tmp#citationsType_citationsType_citation_citationsType_citationsType_citation_id_value oaf-result-1_0_xsd.tmp#citationsType_citationsType_citation_citationsType_citationsType_citation_id_type oaf-result-1_0_xsd.tmp#citationsType_citationsType_citation_citationsType_citationsType_citation_id_confidenceLevel
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
confidenceLevel optional
type optional
value optional
Source
<xs:element name="id" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:attribute name="value"/>
    <xs:attribute name="type"/>
    <xs:attribute name="confidenceLevel"/>
  </xs:complexType>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Complex Type journalType
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-result-1_0_xsd.tmp#journalType_eissn oaf-result-1_0_xsd.tmp#journalType_issn oaf-result-1_0_xsd.tmp#journalType_lissn oaf-result-1_0_xsd.tmp#journalType_ep oaf-result-1_0_xsd.tmp#journalType_iss oaf-result-1_0_xsd.tmp#journalType_sp oaf-result-1_0_xsd.tmp#journalType_vol
Type extension of xs:string
Used by
Element result/journal
Attributes
QName Type Use
eissn optional
ep optional
iss optional
issn optional
lissn optional
sp optional
vol optional
Source
<xs:complexType name="journalType">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="eissn" use="optional"/>
      <xs:attribute name="issn" use="optional"/>
      <xs:attribute name="lissn" use="optional"/>
      <xs:attribute name="ep" use="optional"/>
      <xs:attribute name="iss" use="optional"/>
      <xs:attribute name="sp" use="optional"/>
      <xs:attribute name="vol" use="optional"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Complex Type instancesType
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-result-1_0_xsd.tmp#instancesType_instance oaf-result-1_0_xsd.tmp#instancesType_externalreference
Used by
Model
Children externalreference, instance
Source
<xs:complexType name="instancesType">
  <xs:sequence>
    <xs:element name="instance" type="instanceType" minOccurs="1" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Actual digital representation of the publication or dataset.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="externalreference" type="externalreferenceType" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Complex Type instanceType
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-result-1_0_xsd.tmp#instanceType_id oaf-result-1_0_xsd.tmp#instanceType_license oaf-result-1_0_xsd.tmp#instanceType_accessright oaf-result-1_0_xsd.tmp#instanceType_instancetype oaf-result-1_0_xsd.tmp#instanceType_collectedfrom oaf-result-1_0_xsd.tmp#instanceType_hostedby oaf-result-1_0_xsd.tmp#instanceType_webresource oaf-result-1_0_xsd.tmp#instanceType_distributionlocation oaf-result-1_0_xsd.tmp#instanceType_dateofacceptance oaf-result-1_0_xsd.tmp#instanceType_processingchargeamount oaf-result-1_0_xsd.tmp#instanceType_processingchargecurrency oaf-result-1_0_xsd.tmp#instanceType_refereed
Used by
Model
Children accessright, collectedfrom, dateofacceptance, distributionlocation, hostedby, instancetype, license, processingchargeamount, processingchargecurrency, refereed, webresource
Attributes
QName Type Use
id required
Source
<xs:complexType name="instanceType">
  <xs:choice maxOccurs="unbounded">
    <xs:element name="license" type="fieldType">
      <xs:annotation>
        <xs:documentation>License to access this actual manifestation of the result. Typically it is a URL. OpenAIRE does not yet attempt any harmonization and reflect the original values that are available in the collected metadata records.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="accessright" type="qualifierType"/>
    <xs:element name="instancetype" type="qualifierType">
      <xs:annotation>
        <xs:documentation>Type of the instance, for example: article, thesis, etc.
          <p>For allowed values check: http://api.openaire.eu/vocabularies/dnet:publication_resource</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="collectedfrom" type="namedIdElementType" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Datasource from which OpenAIRE collected the description of this instance.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="hostedby" type="namedIdElementType" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Datasource hosting this file.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="webresource" type="webresourceType" minOccurs="1" maxOccurs="unbounded"/>
    <xs:element name="distributionlocation" type="xs:string" minOccurs="0"/>
    <xs:element name="dateofacceptance" type="xs:string" minOccurs="0"/>
    <xs:element name="processingchargeamount" type="fieldType">
      <xs:annotation>
        <xs:documentation>Article/Book Processing Charge</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="processingchargecurrency" type="fieldType">
      <xs:annotation>
        <xs:documentation>Currency for the value in processingchargeamount</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="refereed" type="fieldType">
      <xs:annotation>
        <xs:documentation>Peer-review status</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
  <xs:attribute name="id" use="required"/>
</xs:complexType>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Complex Type webresourceType
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-result-1_0_xsd.tmp#webresourceType_url
Used by
Model
Children url
Source
<xs:complexType name="webresourceType">
  <xs:sequence>
    <xs:element name="url" type="xs:string" minOccurs="1" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Complex Type citationsType
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-result-1_0_xsd.tmp#citationsType_provenance oaf-result-1_0_xsd.tmp#citationsType_trust oaf-result-1_0_xsd.tmp#citationsType_citation
Used by
Model
Children citation
Attributes
QName Type Use
provenance xs:string optional
trust xs:string optional
Source
<xs:complexType name="citationsType">
  <xs:sequence>
    <xs:element name="citation" maxOccurs="unbounded" minOccurs="0">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="rawText"/>
          <xs:element name="id" minOccurs="0" maxOccurs="unbounded">
            <xs:complexType>
              <xs:attribute name="value"/>
              <xs:attribute name="type"/>
              <xs:attribute name="confidenceLevel"/>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="provenance" type="xs:string"/>
  <xs:attribute name="trust" type="xs:string"/>
</xs:complexType>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Attribute result / creator / @name
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Element result/creator
Source
<xs:attribute name="name" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Attribute result / creator / @surname
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Element result/creator
Source
<xs:attribute name="surname" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Attribute result / creator / @ORCID
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Element result/creator
Source
<xs:attribute name="ORCID" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Attribute result / creator / @rank
Namespace No namespace
Type xs:int
Properties
content simple
Used by
Element result/creator
Source
<xs:attribute name="rank" type="xs:int"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Attribute journalType / @eissn
Namespace No namespace
Properties
use optional
Used by
Complex Type journalType
Source
<xs:attribute name="eissn" use="optional"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Attribute journalType / @issn
Namespace No namespace
Properties
use optional
Used by
Complex Type journalType
Source
<xs:attribute name="issn" use="optional"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Attribute journalType / @lissn
Namespace No namespace
Properties
use optional
Used by
Complex Type journalType
Source
<xs:attribute name="lissn" use="optional"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Attribute journalType / @ep
Namespace No namespace
Properties
use optional
Used by
Complex Type journalType
Source
<xs:attribute name="ep" use="optional"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Attribute journalType / @iss
Namespace No namespace
Properties
use optional
Used by
Complex Type journalType
Source
<xs:attribute name="iss" use="optional"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Attribute journalType / @sp
Namespace No namespace
Properties
use optional
Used by
Complex Type journalType
Source
<xs:attribute name="sp" use="optional"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Attribute journalType / @vol
Namespace No namespace
Properties
use optional
Used by
Complex Type journalType
Source
<xs:attribute name="vol" use="optional"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Attribute instanceType / @id
Namespace No namespace
Properties
use required
Used by
Complex Type instanceType
Source
<xs:attribute name="id" use="required"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Attribute citationsType / citation / id / @value
Namespace No namespace
Used by
Source
<xs:attribute name="value"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Attribute citationsType / citation / id / @type
Namespace No namespace
Used by
Source
<xs:attribute name="type"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Attribute citationsType / citation / id / @confidenceLevel
Namespace No namespace
Used by
Source
<xs:attribute name="confidenceLevel"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Attribute citationsType / @provenance
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Complex Type citationsType
Source
<xs:attribute name="provenance" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd
Attribute citationsType / @trust
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Complex Type citationsType
Source
<xs:attribute name="trust" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-result-1.0.xsd