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
<entity xmlns="http://namespace.openaire.eu/oaf"> <result>{1,1}</result> <organization>{1,1}</organization> <datasource>{1,1}</datasource> <project>{1,1}</project> </entity>
<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>