Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Main schema oaf-1.0.xsd
Namespace http://namespace.openaire.eu/oaf
Annotations
This schema describes the XML serialization of the OpenAIRE Research Graph. 
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-1.0.xsd
Element entity
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-result-1_0_xsd.tmp#result oaf-org-1_0_xsd.tmp#organization oaf-datasource-1_0_xsd.tmp#datasource oaf-project-1_0_xsd.tmp#project
Properties
content complex
Model
Children datasource, organization, project, result
Instance
<entity xmlns="http://namespace.openaire.eu/oaf">
  <result>{1,1}</result>
  <organization>{1,1}</organization>
  <datasource>{1,1}</datasource>
  <project>{1,1}</project>
</entity>
Source
<xs:element name="entity">
  <xs:complexType>
    <xs:sequence>
      <xs:choice>
        <xs:element ref="result"/>
        <xs:element ref="organization"/>
        <xs:element ref="datasource"/>
        <xs:element ref="project"/>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-1.0.xsd