Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Included schema oaf-result-0.2.xsd
Namespace http://namespace.openaire.eu/oaf
Annotations
This schema describes elements and properties of
OpenAIRE+ entities of
type result, namely: publications and datasets.
Properties
attribute form default: unqualified
element form default: unqualified
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element result
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-result-0_2_xsd.tmp#result_subject oaf-result-0_2_xsd.tmp#result_title oaf-result-0_2_xsd.tmp#result_dateofacceptance oaf-result-0_2_xsd.tmp#result_publisher oaf-result-0_2_xsd.tmp#result_resulttype oaf-result-0_2_xsd.tmp#result_language oaf-result-0_2_xsd.tmp#result_journal oaf-result-0_2_xsd.tmp#result_description oaf-result-0_2_xsd.tmp#result_source oaf-result-0_2_xsd.tmp#result_relevantdate oaf-result-0_2_xsd.tmp#result_embargoenddate oaf-result-0_2_xsd.tmp#result_storagedate oaf-result-0_2_xsd.tmp#result_fulltext oaf-result-0_2_xsd.tmp#result_resourcetype oaf-result-0_2_xsd.tmp#result_device oaf-result-0_2_xsd.tmp#result_size oaf-result-0_2_xsd.tmp#result_format oaf-result-0_2_xsd.tmp#result_version oaf-result-0_2_xsd.tmp#result_lastmetadataupdate oaf-result-0_2_xsd.tmp#result_metadataversionnumber oaf-result-0_2_xsd.tmp#result_originalId oaf-result-0_2_xsd.tmp#result_collectedfrom oaf-result-0_2_xsd.tmp#result_pid oaf-result-0_2_xsd.tmp#result_bestlicense oaf-result-0_2_xsd.tmp#result_context oaf-result-0_2_xsd.tmp#result_datainfo oaf-result-0_2_xsd.tmp#result_rels oaf-result-0_2_xsd.tmp#result_children
Properties
content: complex
Used by
Element entity
Model subject+ | title | dateofacceptance | publisher | resulttype | language | journal | description+ | source | relevantdate | embargoenddate | storagedate | fulltext | resourcetype | device | size | format | version | lastmetadataupdate | metadataversionnumber | originalId+ | collectedfrom+ | pid | bestlicense | context | datainfo | rels | children
Children bestlicense, children, collectedfrom, context, datainfo, dateofacceptance, description, device, embargoenddate, format, fulltext, journal, language, lastmetadataupdate, metadataversionnumber, originalId, pid, publisher, relevantdate, rels, resourcetype, resulttype, size, source, storagedate, subject, title, version
Instance
<result xmlns="http://namespace.openaire.eu/oaf">
  <subject classid="" classname="" inferenceprovenance="" inferred="" schemeid="" schemename="" trust="">{1,unbounded}</subject>
  <title classid="" classname="" inferenceprovenance="" inferred="" schemeid="" schemename="" trust="">{1,1}</title>
  <dateofacceptance inferenceprovenance="" inferred="" trust="">{1,1}</dateofacceptance>
  <publisher inferenceprovenance="" inferred="" trust="">{1,1}</publisher>
  <resulttype classid="" classname="" inferenceprovenance="" inferred="" schemeid="" schemename="" trust="">{1,1}</resulttype>
  <language classid="" classname="" inferenceprovenance="" inferred="" schemeid="" schemename="" trust="">{1,1}</language>
  <journal eissn="" inferenceprovenance="" inferred="" issn="" lissn="" trust="">{1,1}</journal>
  <description inferenceprovenance="" inferred="" trust="">{1,unbounded}</description>
  <source inferenceprovenance="" inferred="" trust="">{1,1}</source>
  <relevantdate classid="" classname="" inferenceprovenance="" inferred="" schemeid="" schemename="" trust="">{1,1}</relevantdate>
  <embargoenddate inferenceprovenance="" inferred="" trust="">{1,1}</embargoenddate>
  <storagedate inferenceprovenance="" inferred="" trust="">{1,1}</storagedate>
  <fulltext inferenceprovenance="" inferred="" trust="">{1,1}</fulltext>
  <resourcetype classid="" classname="" inferenceprovenance="" inferred="" schemeid="" schemename="" trust="">{1,1}</resourcetype>
  <device inferenceprovenance="" inferred="" trust="">{1,1}</device>
  <size inferenceprovenance="" inferred="" trust="">{1,1}</size>
  <format inferenceprovenance="" inferred="" trust="">{1,1}</format>
  <version inferenceprovenance="" inferred="" trust="">{1,1}</version>
  <lastmetadataupdate inferenceprovenance="" inferred="" trust="">{1,1}</lastmetadataupdate>
  <metadataversionnumber inferenceprovenance="" inferred="" trust="">{1,1}</metadataversionnumber>
  <originalId>{1,unbounded}</originalId>
  <collectedfrom id="" inferenceprovenance="" inferred="" name="" trust="">{1,unbounded}</collectedfrom>
  <pid classid="" classname="" inferenceprovenance="" inferred="" schemeid="" schemename="" trust="">{1,1}</pid>
  <bestlicense classid="" classname="" inferenceprovenance="" inferred="" schemeid="" schemename="" trust="">{1,1}</bestlicense>
  <context id="" inferenceprovenance="" inferred="" label="" trust="" type="">{1,1}</context>
  <datainfo>{1,1}</datainfo>
  <rels>{1,1}</rels>
  <children>{1,1}</children>
</result>
Source
<xs:element name="result">
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element name="subject" type="optionalClassedSchemedElement" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Subjects and keywords.
            <p>For allowed values check: https://services.openaire.eu/provision/mvc/vocabularies/dnet:result_subjects</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="title" type="classedSchemedElement">
        <xs:annotation>
          <xs:documentation>Title of this research result.
            <p>Different types of titles are allowed: see https://services.openaire.eu/provision/mvc/vocabularies/dnet:dataCite_title</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="dateofacceptance" type="inferenceExtendedStringType"/>
      <xs:element name="publisher" type="inferenceExtendedStringType"/>
      <xs:element name="resulttype" type="classedSchemedElement">
        <xs:annotation>
          <xs:documentation>Tells if this record is about a publication or a dataset.
            <p>For allowed values check: https://services.openaire.eu/provision/mvc/vocabularies/dnet:result_typologies</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="language" type="optionalClassedSchemedElement">
        <xs:annotation>
          <xs:documentation>Language in ISO 639-2.
            <p>For allowed values check: https://services.openaire.eu/provision/mvc/vocabularies/dnet:languages</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="journal" type="journalType"/>
      <xs:element name="description" type="inferenceExtendedStringType" maxOccurs="unbounded"/>
      <xs:element name="source" type="inferenceExtendedStringType">
        <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="relevantdate" type="optionalClassedSchemedElement"/>
      <xs:element name="embargoenddate" type="inferenceExtendedStringType"/>
      <xs:element name="storagedate" type="inferenceExtendedStringType"/>
      <xs:element name="fulltext" type="inferenceExtendedStringType"/>
      <xs:element name="resourcetype" type="optionalClassedSchemedElement">
        <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: https://services.openaire.eu/provision/mvc/vocabularies/dnet:publication_resource</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="device" type="inferenceExtendedStringType">
        <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="inferenceExtendedStringType">
        <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="format" type="inferenceExtendedStringType">
        <xs:annotation>
          <xs:documentation>This field is valid only if resulttype is "dataset". It contains information about the format of the dataset.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="version" type="inferenceExtendedStringType">
        <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="inferenceExtendedStringType">
        <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="inferenceExtendedStringType">
        <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="namedIdElement" 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="pid" type="optionalClassedSchemedElement">
        <xs:annotation>
          <xs:documentation>Persistent identifier.
            <p>For allowed pid systems check: https://services.openaire.eu/provision/mvc/vocabularies/dnet:pid_types</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="bestlicense" type="classedSchemedElement">
        <xs:annotation>
          <xs:documentation>The best license available for this result among the available licenses of its children elements.
            <p>For allowed values check: https://services.openaire.eu/provision/mvc/vocabularies/dnet:access_modes</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="context" type="contextType">
        <xs:annotation>
          <xs:documentation>Contextual information for the publication or dataset. Examples are: research project and funding.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="datainfo" type="datainfoType"/>
      <xs:element name="rels" type="relsType">
        <xs:annotation>
          <xs:documentation>Relationships to other entities.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="children" type="resultChildrenType"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element result / subject
Namespace No namespace
Annotations
Subjects and keywords.<p>For allowed values check: https://services.openaire.eu/provision/mvc/vocabularies/dnet:result_subjects</p>
Diagram
Diagram oaf-common-0_2_xsd.tmp#optionalClassSchemeAttrGroup oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#optionalClassedSchemedElement
Type optionalClassedSchemedElement
Properties
content: complex
maxOccurs: unbounded
mixed: true
Model
Attributes
QName Type Fixed Default Use Annotation
classid xs:string optional
Identifier of the value in classname with respect
to the controlled
vocabulary with id = schemeid.
classname xs:string optional
A value from the controlled vocabulary identified
by
schemeid.
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 optional
Identifier of the controlled vocabulary with name
schemename. To see the classes included in the schema:
https://services.openaire.eu/provision/mvc/vocabularies/schemeid
schemename xs:string optional
Name of the controlled vocabulary.
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="optionalClassedSchemedElement" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Subjects and keywords.
      <p>For allowed values check: https://services.openaire.eu/provision/mvc/vocabularies/dnet:result_subjects</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element result / title
Namespace No namespace
Annotations
Title of this research result.<p>Different types of titles are allowed: see https://services.openaire.eu/provision/mvc/vocabularies/dnet:dataCite_title</p>
Diagram
Diagram oaf-common-0_2_xsd.tmp#classSchemeAttrGroup oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#classedSchemedElement
Type classedSchemedElement
Properties
content: complex
mixed: true
Model
Attributes
QName Type Fixed Default Use Annotation
classid xs:string required
Identifier of the value in classname with respect
to the controlled
vocabulary with id = schemeid.
classname xs:string required
A value from the controlled vocabulary identified
by
schemeid.
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
Identifier of the controlled vocabulary with name
schemename. To see the classes included in the schema:
https://services.openaire.eu/provision/mvc/vocabularies/schemeid
schemename xs:string required
Name of the controlled vocabulary.
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="classedSchemedElement">
  <xs:annotation>
    <xs:documentation>Title of this research result.
      <p>Different types of titles are allowed: see https://services.openaire.eu/provision/mvc/vocabularies/dnet:dataCite_title</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element result / dateofacceptance
Namespace No namespace
Diagram
Diagram oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#inferenceExtendedStringType
Type inferenceExtendedStringType
Properties
content: complex
mixed: true
Attributes
QName Type Fixed Default Use Annotation
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.
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="dateofacceptance" type="inferenceExtendedStringType"/>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element result / publisher
Namespace No namespace
Diagram
Diagram oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#inferenceExtendedStringType
Type inferenceExtendedStringType
Properties
content: complex
mixed: true
Attributes
QName Type Fixed Default Use Annotation
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.
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="publisher" type="inferenceExtendedStringType"/>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element result / resulttype
Namespace No namespace
Annotations
Tells if this record is about a publication or a dataset.<p>For allowed values check: https://services.openaire.eu/provision/mvc/vocabularies/dnet:result_typologies</p>
Diagram
Diagram oaf-common-0_2_xsd.tmp#classSchemeAttrGroup oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#classedSchemedElement
Type classedSchemedElement
Properties
content: complex
mixed: true
Model
Attributes
QName Type Fixed Default Use Annotation
classid xs:string required
Identifier of the value in classname with respect
to the controlled
vocabulary with id = schemeid.
classname xs:string required
A value from the controlled vocabulary identified
by
schemeid.
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
Identifier of the controlled vocabulary with name
schemename. To see the classes included in the schema:
https://services.openaire.eu/provision/mvc/vocabularies/schemeid
schemename xs:string required
Name of the controlled vocabulary.
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="resulttype" type="classedSchemedElement">
  <xs:annotation>
    <xs:documentation>Tells if this record is about a publication or a dataset.
      <p>For allowed values check: https://services.openaire.eu/provision/mvc/vocabularies/dnet:result_typologies</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element result / language
Namespace No namespace
Annotations
Language in ISO 639-2.<p>For allowed values check: https://services.openaire.eu/provision/mvc/vocabularies/dnet:languages</p>
Diagram
Diagram oaf-common-0_2_xsd.tmp#optionalClassSchemeAttrGroup oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#optionalClassedSchemedElement
Type optionalClassedSchemedElement
Properties
content: complex
mixed: true
Model
Attributes
QName Type Fixed Default Use Annotation
classid xs:string optional
Identifier of the value in classname with respect
to the controlled
vocabulary with id = schemeid.
classname xs:string optional
A value from the controlled vocabulary identified
by
schemeid.
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 optional
Identifier of the controlled vocabulary with name
schemename. To see the classes included in the schema:
https://services.openaire.eu/provision/mvc/vocabularies/schemeid
schemename xs:string optional
Name of the controlled vocabulary.
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="language" type="optionalClassedSchemedElement">
  <xs:annotation>
    <xs:documentation>Language in ISO 639-2.
      <p>For allowed values check: https://services.openaire.eu/provision/mvc/vocabularies/dnet:languages</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element result / journal
Namespace No namespace
Diagram
Diagram oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#inferenceExtendedStringType oaf-result-0_2_xsd.tmp#journalType_eissn oaf-result-0_2_xsd.tmp#journalType_issn oaf-result-0_2_xsd.tmp#journalType_lissn oaf-result-0_2_xsd.tmp#journalType
Type journalType
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
eissn optional
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.
issn optional
lissn optional
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="journal" type="journalType"/>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element result / description
Namespace No namespace
Diagram
Diagram oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#inferenceExtendedStringType
Type inferenceExtendedStringType
Properties
content: complex
maxOccurs: unbounded
mixed: true
Attributes
QName Type Fixed Default Use Annotation
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.
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="description" type="inferenceExtendedStringType" maxOccurs="unbounded"/>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element result / source
Namespace No namespace
Annotations
The semantics of this field is inherited from
dc:source in Dublin Core.
Diagram
Diagram oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#inferenceExtendedStringType
Type inferenceExtendedStringType
Properties
content: complex
mixed: true
Attributes
QName Type Fixed Default Use Annotation
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.
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="source" type="inferenceExtendedStringType">
  <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 http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element result / relevantdate
Namespace No namespace
Diagram
Diagram oaf-common-0_2_xsd.tmp#optionalClassSchemeAttrGroup oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#optionalClassedSchemedElement
Type optionalClassedSchemedElement
Properties
content: complex
mixed: true
Model
Attributes
QName Type Fixed Default Use Annotation
classid xs:string optional
Identifier of the value in classname with respect
to the controlled
vocabulary with id = schemeid.
classname xs:string optional
A value from the controlled vocabulary identified
by
schemeid.
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 optional
Identifier of the controlled vocabulary with name
schemename. To see the classes included in the schema:
https://services.openaire.eu/provision/mvc/vocabularies/schemeid
schemename xs:string optional
Name of the controlled vocabulary.
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="optionalClassedSchemedElement"/>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element result / embargoenddate
Namespace No namespace
Diagram
Diagram oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#inferenceExtendedStringType
Type inferenceExtendedStringType
Properties
content: complex
mixed: true
Attributes
QName Type Fixed Default Use Annotation
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.
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="embargoenddate" type="inferenceExtendedStringType"/>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element result / storagedate
Namespace No namespace
Diagram
Diagram oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#inferenceExtendedStringType
Type inferenceExtendedStringType
Properties
content: complex
mixed: true
Attributes
QName Type Fixed Default Use Annotation
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.
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="storagedate" type="inferenceExtendedStringType"/>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element result / fulltext
Namespace No namespace
Diagram
Diagram oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#inferenceExtendedStringType
Type inferenceExtendedStringType
Properties
content: complex
mixed: true
Attributes
QName Type Fixed Default Use Annotation
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.
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="fulltext" type="inferenceExtendedStringType"/>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element result / resourcetype
Namespace No namespace
Annotations
This field is valid only if resulttype is "dataset". It expresses the nature of the dataset.<p>For allowed values check: https://services.openaire.eu/provision/mvc/vocabularies/dnet:publication_resource</p>
Diagram
Diagram oaf-common-0_2_xsd.tmp#optionalClassSchemeAttrGroup oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#optionalClassedSchemedElement
Type optionalClassedSchemedElement
Properties
content: complex
mixed: true
Model
Attributes
QName Type Fixed Default Use Annotation
classid xs:string optional
Identifier of the value in classname with respect
to the controlled
vocabulary with id = schemeid.
classname xs:string optional
A value from the controlled vocabulary identified
by
schemeid.
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 optional
Identifier of the controlled vocabulary with name
schemename. To see the classes included in the schema:
https://services.openaire.eu/provision/mvc/vocabularies/schemeid
schemename xs:string optional
Name of the controlled vocabulary.
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="resourcetype" type="optionalClassedSchemedElement">
  <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: https://services.openaire.eu/provision/mvc/vocabularies/dnet:publication_resource</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element result / device
Namespace No namespace
Annotations
This field is valid only if resulttype is "dataset". It contains information about the device used to generate the dataset.
Diagram
Diagram oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#inferenceExtendedStringType
Type inferenceExtendedStringType
Properties
content: complex
mixed: true
Attributes
QName Type Fixed Default Use Annotation
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.
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="device" type="inferenceExtendedStringType">
  <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 http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element result / size
Namespace No namespace
Annotations
This field is valid only if resulttype is "dataset". It contains information about the size of the dataset.
Diagram
Diagram oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#inferenceExtendedStringType
Type inferenceExtendedStringType
Properties
content: complex
mixed: true
Attributes
QName Type Fixed Default Use Annotation
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.
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="size" type="inferenceExtendedStringType">
  <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 http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element result / format
Namespace No namespace
Annotations
This field is valid only if resulttype is "dataset". It contains information about the format of the dataset.
Diagram
Diagram oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#inferenceExtendedStringType
Type inferenceExtendedStringType
Properties
content: complex
mixed: true
Attributes
QName Type Fixed Default Use Annotation
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.
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="format" type="inferenceExtendedStringType">
  <xs:annotation>
    <xs:documentation>This field is valid only if resulttype is "dataset". It contains information about the format of the dataset.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element result / version
Namespace No namespace
Annotations
This field is valid only if resulttype is "dataset". It contains information about the version of the dataset.
Diagram
Diagram oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#inferenceExtendedStringType
Type inferenceExtendedStringType
Properties
content: complex
mixed: true
Attributes
QName Type Fixed Default Use Annotation
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.
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="version" type="inferenceExtendedStringType">
  <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 http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element result / lastmetadataupdate
Namespace No namespace
Annotations
This field is valid only if resulttype is "dataset". It is the last update date of the metadata of the dataset.
Diagram
Diagram oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#inferenceExtendedStringType
Type inferenceExtendedStringType
Properties
content: complex
mixed: true
Attributes
QName Type Fixed Default Use Annotation
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.
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="lastmetadataupdate" type="inferenceExtendedStringType">
  <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 http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element result / metadataversionnumber
Namespace No namespace
Annotations
This field is valid only if resulttype is "dataset". It contains information about the version of the metadata of the dataset.
Diagram
Diagram oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#inferenceExtendedStringType
Type inferenceExtendedStringType
Properties
content: complex
mixed: true
Attributes
QName Type Fixed Default Use Annotation
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.
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="metadataversionnumber" type="inferenceExtendedStringType">
  <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 http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element result / originalId
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
maxOccurs: unbounded
Source
<xs:element name="originalId" type="xs:string" maxOccurs="unbounded"/>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element result / collectedfrom
Namespace No namespace
Annotations
Identifier and name of the datasource from which
this result has been collected from (e.g., "OpenDOAR").
Diagram
Diagram oaf-common-0_2_xsd.tmp#namedIdElement_id oaf-common-0_2_xsd.tmp#namedIdElement_name oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#namedIdElement
Type namedIdElement
Properties
content: complex
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
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
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="namedIdElement" 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 http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element result / pid
Namespace No namespace
Annotations
Persistent identifier.<p>For allowed pid systems check: https://services.openaire.eu/provision/mvc/vocabularies/dnet:pid_types</p>
Diagram
Diagram oaf-common-0_2_xsd.tmp#optionalClassSchemeAttrGroup oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#optionalClassedSchemedElement
Type optionalClassedSchemedElement
Properties
content: complex
mixed: true
Model
Attributes
QName Type Fixed Default Use Annotation
classid xs:string optional
Identifier of the value in classname with respect
to the controlled
vocabulary with id = schemeid.
classname xs:string optional
A value from the controlled vocabulary identified
by
schemeid.
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 optional
Identifier of the controlled vocabulary with name
schemename. To see the classes included in the schema:
https://services.openaire.eu/provision/mvc/vocabularies/schemeid
schemename xs:string optional
Name of the controlled vocabulary.
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="optionalClassedSchemedElement">
  <xs:annotation>
    <xs:documentation>Persistent identifier.
      <p>For allowed pid systems check: https://services.openaire.eu/provision/mvc/vocabularies/dnet:pid_types</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element result / bestlicense
Namespace No namespace
Annotations
The best license available for this result among the
available
licenses of its children elements.<p>For allowed values check: https://services.openaire.eu/provision/mvc/vocabularies/dnet:access_modes</p>
Diagram
Diagram oaf-common-0_2_xsd.tmp#classSchemeAttrGroup oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#classedSchemedElement
Type classedSchemedElement
Properties
content: complex
mixed: true
Model
Attributes
QName Type Fixed Default Use Annotation
classid xs:string required
Identifier of the value in classname with respect
to the controlled
vocabulary with id = schemeid.
classname xs:string required
A value from the controlled vocabulary identified
by
schemeid.
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
Identifier of the controlled vocabulary with name
schemename. To see the classes included in the schema:
https://services.openaire.eu/provision/mvc/vocabularies/schemeid
schemename xs:string required
Name of the controlled vocabulary.
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="bestlicense" type="classedSchemedElement">
  <xs:annotation>
    <xs:documentation>The best license available for this result among the available licenses of its children elements.
      <p>For allowed values check: https://services.openaire.eu/provision/mvc/vocabularies/dnet:access_modes</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element result / context
Namespace No namespace
Annotations
Contextual information for the publication or
dataset. Examples are: research project and funding.
Diagram
Diagram oaf-common-0_2_xsd.tmp#labeledIdElement_id oaf-common-0_2_xsd.tmp#labeledIdElement_label oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#labeledIdElement oaf-result-0_2_xsd.tmp#contextType_type oaf-result-0_2_xsd.tmp#contextType_category oaf-result-0_2_xsd.tmp#contextType
Type contextType
Type hierarchy
Properties
content: complex
Model category
Children category
Instance
<context id="" inferenceprovenance="" inferred="" label="" trust="" type="">
  <category claim="" id="" inferenceprovenance="" inferred="" label="" trust="">{1,1}</category>
</context>
Attributes
QName Type Fixed Default Use Annotation
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
trust xs:string optional
Value of trust of this information in the range
[0,1].
More the value, more trustworthy is the information.
type required
Source
<xs:element name="context" type="contextType">
  <xs:annotation>
    <xs:documentation>Contextual information for the publication or dataset. Examples are: research project and funding.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element contextType / category
Namespace No namespace
Diagram
Diagram oaf-common-0_2_xsd.tmp#labeledIdElement_id oaf-common-0_2_xsd.tmp#labeledIdElement_label oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#labeledIdElement oaf-result-0_2_xsd.tmp#categoryType_claim oaf-result-0_2_xsd.tmp#categoryType_concept oaf-result-0_2_xsd.tmp#categoryType
Type categoryType
Type hierarchy
Properties
content: complex
Model concept
Children concept
Instance
<category claim="" id="" inferenceprovenance="" inferred="" label="" trust="">
  <concept claim="" id="" inferenceprovenance="" inferred="" label="" trust="">{1,1}</concept>
</category>
Attributes
QName Type Fixed Default Use Annotation
claim xs:boolean optional
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
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="category" type="categoryType"/>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element categoryType / concept
Namespace No namespace
Diagram
Diagram oaf-common-0_2_xsd.tmp#labeledIdElement_id oaf-common-0_2_xsd.tmp#labeledIdElement_label oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#labeledIdElement oaf-result-0_2_xsd.tmp#conceptType_claim oaf-result-0_2_xsd.tmp#conceptType_concept oaf-result-0_2_xsd.tmp#conceptType
Type conceptType
Type hierarchy
Properties
content: complex
Model concept
Children concept
Instance
<concept claim="" id="" inferenceprovenance="" inferred="" label="" trust="">
  <concept claim="" id="" inferenceprovenance="" inferred="" label="" trust="">{1,1}</concept>
</concept>
Attributes
QName Type Fixed Default Use Annotation
claim xs:boolean optional
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
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="concept" type="conceptType"/>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element conceptType / concept
Namespace No namespace
Diagram
Diagram oaf-common-0_2_xsd.tmp#labeledIdElement_id oaf-common-0_2_xsd.tmp#labeledIdElement_label oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#labeledIdElement oaf-result-0_2_xsd.tmp#conceptType_claim oaf-result-0_2_xsd.tmp#conceptType_concept oaf-result-0_2_xsd.tmp#conceptType
Type conceptType
Type hierarchy
Properties
content: complex
Model concept
Children concept
Instance
<concept claim="" id="" inferenceprovenance="" inferred="" label="" trust="">
  <concept claim="" id="" inferenceprovenance="" inferred="" label="" trust="">{1,1}</concept>
</concept>
Attributes
QName Type Fixed Default Use Annotation
claim xs:boolean optional
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
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="concept" type="conceptType"/>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element result / datainfo
Namespace No namespace
Diagram
Diagram oaf-common-0_2_xsd.tmp#datainfoType_inferred oaf-common-0_2_xsd.tmp#datainfoType_deletedbyinference oaf-common-0_2_xsd.tmp#datainfoType_trust oaf-common-0_2_xsd.tmp#datainfoType_inferenceprovenance oaf-common-0_2_xsd.tmp#datainfoType_provenanceaction oaf-common-0_2_xsd.tmp#datainfoType
Type datainfoType
Properties
content: complex
Model inferred | deletedbyinference | trust | inferenceprovenance | provenanceaction
Children deletedbyinference, inferenceprovenance, inferred, provenanceaction, trust
Instance
<datainfo>
  <inferred>{1,1}</inferred>
  <deletedbyinference>{1,1}</deletedbyinference>
  <trust>{1,1}</trust>
  <inferenceprovenance>{1,1}</inferenceprovenance>
  <provenanceaction classid="" classname="" inferenceprovenance="" inferred="" schemeid="" schemename="" trust="">{1,1}</provenanceaction>
</datainfo>
Source
<xs:element name="datainfo" type="datainfoType"/>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element result / rels
Namespace No namespace
Annotations
Relationships to other entities.
Diagram
Diagram oaf-common-0_2_xsd.tmp#relsType_rel oaf-common-0_2_xsd.tmp#relsType
Type relsType
Properties
content: complex
Model rel{0,1}
Children rel
Instance
<rels>
  <rel inferenceprovenance="" inferred="" provenanceaction="" 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 http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element result / children
Namespace No namespace
Diagram
Diagram oaf-result-0_2_xsd.tmp#resultChildrenType_result oaf-result-0_2_xsd.tmp#resultChildrenType_instance oaf-result-0_2_xsd.tmp#resultChildrenType_externalreference oaf-result-0_2_xsd.tmp#resultChildrenType
Type resultChildrenType
Properties
content: complex
Model result* | instance* | (externalreference)
Children externalreference, instance, result
Instance
<children>
  <result objidentifier="">{0,unbounded}</result>
  <instance id="">{0,unbounded}</instance>
  <externalreference inferenceprovenance="" inferred="" trust="">{1,1}</externalreference>
</children>
Source
<xs:element name="children" type="resultChildrenType"/>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element resultChildrenType / result
Namespace No namespace
Diagram
Diagram oaf-result-0_2_xsd.tmp#childrenResult_objidentifier oaf-result-0_2_xsd.tmp#childrenResult_title oaf-result-0_2_xsd.tmp#childrenResult_dateofacceptance oaf-result-0_2_xsd.tmp#childrenResult_publisher oaf-result-0_2_xsd.tmp#childrenResult_resulttype oaf-result-0_2_xsd.tmp#childrenResult
Type childrenResult
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model title+ | dateofacceptance | publisher | resulttype
Children dateofacceptance, publisher, resulttype, title
Instance
<result objidentifier="">
  <title classid="" classname="" inferenceprovenance="" inferred="" schemeid="" schemename="" trust="">{1,unbounded}</title>
  <dateofacceptance>{1,1}</dateofacceptance>
  <publisher>{1,1}</publisher>
  <resulttype classid="" classname="" inferenceprovenance="" inferred="" schemeid="" schemename="" trust="">{1,1}</resulttype>
</result>
Attributes
QName Type Fixed Default Use Annotation
objidentifier required
Source
<xs:element name="result" type="childrenResult" minOccurs="0" maxOccurs="unbounded"/>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element childrenResult / title
Namespace No namespace
Annotations
Title of this research result.<p>Different types of titles are allowed: see https://services.openaire.eu/provision/mvc/vocabularies/dnet:dataCite_title</p>
Diagram
Diagram oaf-common-0_2_xsd.tmp#classSchemeAttrGroup oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#classedSchemedElement
Type classedSchemedElement
Properties
content: complex
maxOccurs: unbounded
mixed: true
Model
Attributes
QName Type Fixed Default Use Annotation
classid xs:string required
Identifier of the value in classname with respect
to the controlled
vocabulary with id = schemeid.
classname xs:string required
A value from the controlled vocabulary identified
by
schemeid.
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
Identifier of the controlled vocabulary with name
schemename. To see the classes included in the schema:
https://services.openaire.eu/provision/mvc/vocabularies/schemeid
schemename xs:string required
Name of the controlled vocabulary.
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="classedSchemedElement" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Title of this research result.
      <p>Different types of titles are allowed: see https://services.openaire.eu/provision/mvc/vocabularies/dnet:dataCite_title</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element childrenResult / dateofacceptance
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="dateofacceptance" type="xs:string"/>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element childrenResult / publisher
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="publisher" type="xs:string"/>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element childrenResult / resulttype
Namespace No namespace
Annotations
Tells if this record is about a publication or a dataset.<p>For allowed values check: https://services.openaire.eu/provision/mvc/vocabularies/dnet:result_typologies</p>
Diagram
Diagram oaf-common-0_2_xsd.tmp#classSchemeAttrGroup oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#classedSchemedElement
Type classedSchemedElement
Properties
content: complex
mixed: true
Model
Attributes
QName Type Fixed Default Use Annotation
classid xs:string required
Identifier of the value in classname with respect
to the controlled
vocabulary with id = schemeid.
classname xs:string required
A value from the controlled vocabulary identified
by
schemeid.
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
Identifier of the controlled vocabulary with name
schemename. To see the classes included in the schema:
https://services.openaire.eu/provision/mvc/vocabularies/schemeid
schemename xs:string required
Name of the controlled vocabulary.
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="resulttype" type="classedSchemedElement">
  <xs:annotation>
    <xs:documentation>Tells if this record is about a publication or a dataset.
      <p>For allowed values check: https://services.openaire.eu/provision/mvc/vocabularies/dnet:result_typologies</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element resultChildrenType / instance
Namespace No namespace
Annotations
Actual digital representation of the publication
or dataset.
Diagram
Diagram oaf-result-0_2_xsd.tmp#instanceType_id oaf-result-0_2_xsd.tmp#instanceType_licence oaf-result-0_2_xsd.tmp#instanceType_instancetype oaf-result-0_2_xsd.tmp#instanceType_hostedby oaf-result-0_2_xsd.tmp#instanceType_webresource oaf-result-0_2_xsd.tmp#instanceType
Type instanceType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model licence | instancetype | hostedby | webresource+
Children hostedby, instancetype, licence, webresource
Instance
<instance id="">
  <licence classid="" classname="" inferenceprovenance="" inferred="" schemeid="" schemename="" trust="">{1,1}</licence>
  <instancetype classid="" classname="" inferenceprovenance="" inferred="" schemeid="" schemename="" trust="">{1,1}</instancetype>
  <hostedby id="" inferenceprovenance="" inferred="" name="" trust="">{1,1}</hostedby>
  <webresource>{1,unbounded}</webresource>
</instance>
Attributes
QName Type Fixed Default Use Annotation
id required
Source
<xs:element name="instance" type="instanceType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Actual digital representation of the publication or dataset.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element instanceType / licence
Namespace No namespace
Annotations
License to access this actual manifestation of the publication or
dataset.<p>For allowed values check: https://services.openaire.eu/provision/mvc/vocabularies/dnet:access_modes</p>
<p>When several instances are available for the same publication, the opener license is selected as the bestlicese field in element result.</p>
Diagram
Diagram oaf-common-0_2_xsd.tmp#classSchemeAttrGroup oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#classedSchemedElement
Type classedSchemedElement
Properties
content: complex
mixed: true
Model
Attributes
QName Type Fixed Default Use Annotation
classid xs:string required
Identifier of the value in classname with respect
to the controlled
vocabulary with id = schemeid.
classname xs:string required
A value from the controlled vocabulary identified
by
schemeid.
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
Identifier of the controlled vocabulary with name
schemename. To see the classes included in the schema:
https://services.openaire.eu/provision/mvc/vocabularies/schemeid
schemename xs:string required
Name of the controlled vocabulary.
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="licence" type="classedSchemedElement">
  <xs:annotation>
    <xs:documentation>License to access this actual manifestation of the publication or dataset.
      <p>For allowed values check: https://services.openaire.eu/provision/mvc/vocabularies/dnet:access_modes</p>
      <p>When several instances are available for the same publication, the opener license is selected as the bestlicese field in element result.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element instanceType / instancetype
Namespace No namespace
Annotations
Type of the instance, for example: article, thesis, etc.<p>For allowed values check: https://services.openaire.eu/provision/mvc/vocabularies/dnet:publication_resource</p>
Diagram
Diagram oaf-common-0_2_xsd.tmp#classSchemeAttrGroup oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#classedSchemedElement
Type classedSchemedElement
Properties
content: complex
mixed: true
Model
Attributes
QName Type Fixed Default Use Annotation
classid xs:string required
Identifier of the value in classname with respect
to the controlled
vocabulary with id = schemeid.
classname xs:string required
A value from the controlled vocabulary identified
by
schemeid.
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
Identifier of the controlled vocabulary with name
schemename. To see the classes included in the schema:
https://services.openaire.eu/provision/mvc/vocabularies/schemeid
schemename xs:string required
Name of the controlled vocabulary.
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="instancetype" type="classedSchemedElement">
  <xs:annotation>
    <xs:documentation>Type of the instance, for example: article, thesis, etc.
      <p>For allowed values check: https://services.openaire.eu/provision/mvc/vocabularies/dnet:publication_resource</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element instanceType / hostedby
Namespace No namespace
Annotations
Organisation hosting this file.
Diagram
Diagram oaf-common-0_2_xsd.tmp#namedIdElement_id oaf-common-0_2_xsd.tmp#namedIdElement_name oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#namedIdElement
Type namedIdElement
Properties
content: complex
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
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
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="namedIdElement" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Organisation hosting this file.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element instanceType / webresource
Namespace No namespace
Diagram
Diagram oaf-result-0_2_xsd.tmp#webresourceType_url oaf-result-0_2_xsd.tmp#webresourceType
Type webresourceType
Properties
content: complex
minOccurs: 1
maxOccurs: unbounded
Model url
Children url
Instance
<webresource>
  <url>{1,1}</url>
</webresource>
Source
<xs:element name="webresource" type="webresourceType" minOccurs="1" maxOccurs="unbounded"/>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element webresourceType / url
Namespace No namespace
Diagram
Diagram
Type xs:anyURI
Properties
content: simple
minOccurs: 1
maxOccurs: 1
Source
<xs:element name="url" type="xs:anyURI" minOccurs="1" maxOccurs="1"/>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Element resultChildrenType / externalreference
Namespace No namespace
Diagram
Diagram oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#externalreferenceType_sitename oaf-common-0_2_xsd.tmp#externalreferenceType_label oaf-common-0_2_xsd.tmp#externalreferenceType_qualifier oaf-common-0_2_xsd.tmp#externalreferenceType_refidentifier oaf-common-0_2_xsd.tmp#externalreferenceType
Type externalreferenceType
Properties
content: complex
Model sitename , label , qualifier , refidentifier
Children label, qualifier, refidentifier, sitename
Instance
<externalreference inferenceprovenance="" inferred="" trust="">
  <sitename>{1,1}</sitename>
  <label>{1,1}</label>
  <qualifier classid="" classname="" inferenceprovenance="" inferred="" schemeid="" schemename="" trust="">{1,1}</qualifier>
  <refidentifier>{1,1}</refidentifier>
</externalreference>
Attributes
QName Type Fixed Default Use Annotation
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.
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"/>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Complex Type journalType
Namespace http://namespace.openaire.eu/oaf
Annotations
Journal where the publication has been published.Attributes refer to electronic, printed and linking (ISSN-L) ISSN.
This field is applicable when resulttype is "publication".
Diagram
Diagram oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#inferenceExtendedStringType oaf-result-0_2_xsd.tmp#journalType_eissn oaf-result-0_2_xsd.tmp#journalType_issn oaf-result-0_2_xsd.tmp#journalType_lissn
Type extension of inferenceExtendedStringType
Type hierarchy
Used by
Element result/journal
Attributes
QName Type Fixed Default Use Annotation
eissn optional
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.
issn optional
lissn optional
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:complexType name="journalType">
  <xs:annotation>
    <xs:documentation>Journal where the publication has been published.Attributes refer to electronic, printed and linking (ISSN-L) ISSN. This field is applicable when resulttype is "publication".</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="inferenceExtendedStringType">
      <xs:attribute name="eissn" use="optional"/>
      <xs:attribute name="issn" use="optional"/>
      <xs:attribute name="lissn" use="optional"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Complex Type contextType
Namespace http://namespace.openaire.eu/oaf
Annotations
Contextual information of the entity. Examples are:
research project
and funding.
Diagram
Diagram oaf-common-0_2_xsd.tmp#labeledIdElement_id oaf-common-0_2_xsd.tmp#labeledIdElement_label oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#labeledIdElement oaf-result-0_2_xsd.tmp#contextType_type oaf-result-0_2_xsd.tmp#contextType_category
Type extension of labeledIdElement
Type hierarchy
Used by
Element result/context
Model category
Children category
Attributes
QName Type Fixed Default Use Annotation
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
trust xs:string optional
Value of trust of this information in the range
[0,1].
More the value, more trustworthy is the information.
type required
Source
<xs:complexType name="contextType">
  <xs:annotation>
    <xs:documentation>Contextual information of the entity. Examples are: research project and funding.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="labeledIdElement">
      <xs:sequence maxOccurs="unbounded">
        <xs:element name="category" type="categoryType"/>
      </xs:sequence>
      <xs:attribute name="type" use="required"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Complex Type categoryType
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-common-0_2_xsd.tmp#labeledIdElement_id oaf-common-0_2_xsd.tmp#labeledIdElement_label oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#labeledIdElement oaf-result-0_2_xsd.tmp#categoryType_claim oaf-result-0_2_xsd.tmp#categoryType_concept
Type extension of labeledIdElement
Type hierarchy
Used by
Model concept
Children concept
Attributes
QName Type Fixed Default Use Annotation
claim xs:boolean optional
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
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:complexType name="categoryType">
  <xs:complexContent>
    <xs:extension base="labeledIdElement">
      <xs:sequence maxOccurs="unbounded">
        <xs:element name="concept" type="conceptType"/>
      </xs:sequence>
      <xs:attribute name="claim" type="xs:boolean"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Complex Type conceptType
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-common-0_2_xsd.tmp#labeledIdElement_id oaf-common-0_2_xsd.tmp#labeledIdElement_label oaf-common-0_2_xsd.tmp#optionalInferenceAttrGroup oaf-common-0_2_xsd.tmp#labeledIdElement oaf-result-0_2_xsd.tmp#conceptType_claim oaf-result-0_2_xsd.tmp#conceptType_concept
Type extension of labeledIdElement
Type hierarchy
Used by
Model concept
Children concept
Attributes
QName Type Fixed Default Use Annotation
claim xs:boolean optional
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
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:complexType name="conceptType">
  <xs:complexContent>
    <xs:extension base="labeledIdElement">
      <xs:sequence maxOccurs="unbounded" minOccurs="0">
        <xs:element name="concept" type="conceptType"/>
      </xs:sequence>
      <xs:attribute name="claim" type="xs:boolean"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Complex Type resultChildrenType
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-result-0_2_xsd.tmp#resultChildrenType_result oaf-result-0_2_xsd.tmp#resultChildrenType_instance oaf-result-0_2_xsd.tmp#resultChildrenType_externalreference
Used by
Element result/children
Model result* | instance* | (externalreference)
Children externalreference, instance, result
Source
<xs:complexType name="resultChildrenType">
  <xs:choice maxOccurs="unbounded">
    <xs:element name="result" type="childrenResult" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="instance" type="instanceType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Actual digital representation of the publication or dataset.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:sequence maxOccurs="unbounded">
      <xs:element name="externalreference" type="externalreferenceType"/>
    </xs:sequence>
  </xs:choice>
</xs:complexType>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Complex Type childrenResult
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-result-0_2_xsd.tmp#childrenResult_objidentifier oaf-result-0_2_xsd.tmp#childrenResult_title oaf-result-0_2_xsd.tmp#childrenResult_dateofacceptance oaf-result-0_2_xsd.tmp#childrenResult_publisher oaf-result-0_2_xsd.tmp#childrenResult_resulttype
Used by
Model title+ | dateofacceptance | publisher | resulttype
Children dateofacceptance, publisher, resulttype, title
Attributes
QName Type Fixed Default Use Annotation
objidentifier required
Source
<xs:complexType name="childrenResult">
  <xs:choice maxOccurs="unbounded">
    <xs:element name="title" type="classedSchemedElement" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Title of this research result.
          <p>Different types of titles are allowed: see https://services.openaire.eu/provision/mvc/vocabularies/dnet:dataCite_title</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="dateofacceptance" type="xs:string"/>
    <xs:element name="publisher" type="xs:string"/>
    <xs:element name="resulttype" type="classedSchemedElement">
      <xs:annotation>
        <xs:documentation>Tells if this record is about a publication or a dataset.
          <p>For allowed values check: https://services.openaire.eu/provision/mvc/vocabularies/dnet:result_typologies</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
  <xs:attribute name="objidentifier" use="required"/>
</xs:complexType>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Complex Type instanceType
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-result-0_2_xsd.tmp#instanceType_id oaf-result-0_2_xsd.tmp#instanceType_licence oaf-result-0_2_xsd.tmp#instanceType_instancetype oaf-result-0_2_xsd.tmp#instanceType_hostedby oaf-result-0_2_xsd.tmp#instanceType_webresource
Used by
Model licence | instancetype | hostedby | webresource+
Children hostedby, instancetype, licence, webresource
Attributes
QName Type Fixed Default Use Annotation
id required
Source
<xs:complexType name="instanceType">
  <xs:choice maxOccurs="unbounded">
    <xs:element name="licence" type="classedSchemedElement">
      <xs:annotation>
        <xs:documentation>License to access this actual manifestation of the publication or dataset.
          <p>For allowed values check: https://services.openaire.eu/provision/mvc/vocabularies/dnet:access_modes</p>
          <p>When several instances are available for the same publication, the opener license is selected as the bestlicese field in element result.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="instancetype" type="classedSchemedElement">
      <xs:annotation>
        <xs:documentation>Type of the instance, for example: article, thesis, etc.
          <p>For allowed values check: https://services.openaire.eu/provision/mvc/vocabularies/dnet:publication_resource</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="hostedby" type="namedIdElement" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Organisation hosting this file.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="webresource" type="webresourceType" minOccurs="1" maxOccurs="unbounded"/>
  </xs:choice>
  <xs:attribute name="id" use="required"/>
</xs:complexType>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Complex Type webresourceType
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-result-0_2_xsd.tmp#webresourceType_url
Used by
Model url
Children url
Source
<xs:complexType name="webresourceType">
  <xs:sequence>
    <xs:element name="url" type="xs:anyURI" minOccurs="1" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Attribute journalType / @eissn
Namespace No namespace
Properties
use: optional
Used by
Complex Type journalType
Source
<xs:attribute name="eissn" use="optional"/>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Attribute journalType / @issn
Namespace No namespace
Properties
use: optional
Used by
Complex Type journalType
Source
<xs:attribute name="issn" use="optional"/>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Attribute journalType / @lissn
Namespace No namespace
Properties
use: optional
Used by
Complex Type journalType
Source
<xs:attribute name="lissn" use="optional"/>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Attribute conceptType / @claim
Namespace No namespace
Type xs:boolean
Properties
content: simple
Used by
Complex Type conceptType
Source
<xs:attribute name="claim" type="xs:boolean"/>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Attribute categoryType / @claim
Namespace No namespace
Type xs:boolean
Properties
content: simple
Used by
Complex Type categoryType
Source
<xs:attribute name="claim" type="xs:boolean"/>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Attribute contextType / @type
Namespace No namespace
Properties
use: required
Used by
Complex Type contextType
Source
<xs:attribute name="type" use="required"/>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Attribute childrenResult / @objidentifier
Namespace No namespace
Properties
use: required
Used by
Complex Type childrenResult
Source
<xs:attribute name="objidentifier" use="required"/>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd
Attribute instanceType / @id
Namespace No namespace
Properties
use: required
Used by
Complex Type instanceType
Source
<xs:attribute name="id" use="required"/>
Schema location http://www.openaire.eu/schema/0.2/oaf-result-0.2.xsd