Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Included schema oaf-datasource-1.0.xsd
Namespace http://namespace.openaire.eu/oaf
Annotations
This schema describes elements and properties of OpenAIRE datasources: https://issue.openaire.research-infrastructures.eu/projects/openaire2020-wiki/wiki/Core_entity_datasource
Properties
attribute form default unqualified
element form default qualified
Schema location https://www.openaire.eu/schema/1.0/oaf-datasource-1.0.xsd
Element datasource
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-datasource-1_0_xsd.tmp#datasource_namespaceprefix oaf-datasource-1_0_xsd.tmp#datasource_officialname oaf-datasource-1_0_xsd.tmp#datasource_englishname oaf-datasource-1_0_xsd.tmp#datasource_websiteurl oaf-datasource-1_0_xsd.tmp#datasource_logourl oaf-datasource-1_0_xsd.tmp#datasource_contactemail oaf-datasource-1_0_xsd.tmp#datasource_datasourcetype oaf-datasource-1_0_xsd.tmp#datasource_openairecompatibility oaf-datasource-1_0_xsd.tmp#datasource_dateofvalidation oaf-datasource-1_0_xsd.tmp#datasource_latitude oaf-datasource-1_0_xsd.tmp#datasource_longitude oaf-datasource-1_0_xsd.tmp#datasource_description oaf-datasource-1_0_xsd.tmp#datasource_subjects oaf-datasource-1_0_xsd.tmp#datasource_originalId oaf-datasource-1_0_xsd.tmp#datasource_collectedfrom oaf-datasource-1_0_xsd.tmp#datasource_pid oaf-datasource-1_0_xsd.tmp#datasource_rels
Properties
content complex
Used by
Element entity
Model
Children collectedfrom, contactemail, datasourcetype, dateofvalidation, description, englishname, latitude, logourl, longitude, namespaceprefix, officialname, openairecompatibility, originalId, pid, rels, subjects, websiteurl
Instance
<datasource xmlns="http://namespace.openaire.eu/oaf">
  <namespaceprefix>{1,1}</namespaceprefix>
  <officialname>{1,1}</officialname>
  <englishname>{1,1}</englishname>
  <websiteurl>{1,1}</websiteurl>
  <logourl>{1,1}</logourl>
  <contactemail>{1,1}</contactemail>
  <datasourcetype classid="" classname="" schemeid="" schemename="">{1,1}</datasourcetype>
  <openairecompatibility classid="" classname="" schemeid="" schemename="">{1,1}</openairecompatibility>
  <dateofvalidation>{1,1}</dateofvalidation>
  <latitude>{1,1}</latitude>
  <longitude>{1,1}</longitude>
  <description>{1,1}</description>
  <subjects schemename="" classid="" trust="" classname="" inferenceprovenance="" inferred="" schemeid="">{1,1}</subjects>
  <originalId>{1,1}</originalId>
  <collectedfrom classid="" classname="" id="" inferenceprovenance="" inferred="" name="" schemeid="" schemename="" trust="">{1,1}</collectedfrom>
  <pid schemename="" classid="" trust="" classname="" inferenceprovenance="" inferred="" schemeid="">{1,1}</pid>
  <rels>{1,1}</rels>
</datasource>
Source
<xs:element name="datasource">
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element name="namespaceprefix" type="xs:string"/>
      <xs:element name="officialname" type="xs:string"/>
      <xs:element name="englishname" type="xs:string"/>
      <xs:element name="websiteurl" type="xs:string"/>
      <xs:element name="logourl" type="xs:string"/>
      <xs:element name="contactemail" type="xs:string"/>
      <xs:element name="datasourcetype" type="qualifierType">
        <xs:annotation>
          <xs:documentation>For allowed values check terms in:http://api.openaire.eu/vocabularies/dnet:datasource_typologies</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="openairecompatibility" type="qualifierType">
        <xs:annotation>
          <xs:documentation>Level of compatibility of this datasource with regards to the guidelines.
            <p>For allowed values check: http://api.openaire.eu/vocabularies/dnet:datasourceCompatibilityLevel</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="dateofvalidation" type="xs:string">
        <xs:annotation>
          <xs:documentation>When this datasource has been validated by the OpenAire Validator.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="latitude" type="xs:string"/>
      <xs:element name="longitude" type="xs:string"/>
      <xs:element name="description" type="xs:string"/>
      <xs:element name="subjects" type="structuredPropertyElementType">
        <xs:annotation>
          <xs:documentation>Subjects and keywords.
            <p>For allowed values check: http://api.openaire.eu/vocabularies/dnet:result_subjects</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="originalId" type="xs:string"/>
      <xs:element name="collectedfrom" type="namedIdElementType">
        <xs:annotation>
          <xs:documentation>Identifier and name of the datasource from which this datasource has been collected from.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="pid" type="structuredPropertyElementType"/>
      <xs:element name="rels" type="relsType">
        <xs:annotation>
          <xs:documentation>Relationships to other entities.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
  </xs:complexType>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-datasource-1.0.xsd
Element datasource / namespaceprefix
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="namespaceprefix" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-datasource-1.0.xsd
Element datasource / officialname
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="officialname" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-datasource-1.0.xsd
Element datasource / englishname
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="englishname" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-datasource-1.0.xsd
Element datasource / websiteurl
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="websiteurl" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-datasource-1.0.xsd
Element datasource / logourl
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="logourl" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-datasource-1.0.xsd
Element datasource / contactemail
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="contactemail" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-datasource-1.0.xsd
Element datasource / datasourcetype
Namespace http://namespace.openaire.eu/oaf
Annotations
For allowed values check terms in:http://api.openaire.eu/vocabularies/dnet:datasource_typologies
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="datasourcetype" type="qualifierType">
  <xs:annotation>
    <xs:documentation>For allowed values check terms in:http://api.openaire.eu/vocabularies/dnet:datasource_typologies</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-datasource-1.0.xsd
Element datasource / openairecompatibility
Namespace http://namespace.openaire.eu/oaf
Annotations
Level of compatibility of this datasource with regards to the
guidelines. <p>For allowed values check: http://api.openaire.eu/vocabularies/dnet:datasourceCompatibilityLevel</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="openairecompatibility" type="qualifierType">
  <xs:annotation>
    <xs:documentation>Level of compatibility of this datasource with regards to the guidelines.
      <p>For allowed values check: http://api.openaire.eu/vocabularies/dnet:datasourceCompatibilityLevel</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-datasource-1.0.xsd
Element datasource / dateofvalidation
Namespace http://namespace.openaire.eu/oaf
Annotations
When this datasource has been validated by the
OpenAire
Validator.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="dateofvalidation" type="xs:string">
  <xs:annotation>
    <xs:documentation>When this datasource has been validated by the OpenAire Validator.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-datasource-1.0.xsd
Element datasource / latitude
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="latitude" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-datasource-1.0.xsd
Element datasource / longitude
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="longitude" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-datasource-1.0.xsd
Element datasource / 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-datasource-1.0.xsd
Element datasource / subjects
Namespace http://namespace.openaire.eu/oaf
Annotations
Subjects and keywords. <p>For allowed values check: http://api.openaire.eu/vocabularies/dnet:result_subjects</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="subjects" type="structuredPropertyElementType">
  <xs:annotation>
    <xs:documentation>Subjects and keywords.
      <p>For allowed values check: http://api.openaire.eu/vocabularies/dnet:result_subjects</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-datasource-1.0.xsd
Element datasource / originalId
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="originalId" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-datasource-1.0.xsd
Element datasource / collectedfrom
Namespace http://namespace.openaire.eu/oaf
Annotations
Identifier and name of the datasource from which
this datasource has
been collected from.
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
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">
  <xs:annotation>
    <xs:documentation>Identifier and name of the datasource from which this datasource has been collected from.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-datasource-1.0.xsd
Element datasource / pid
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="pid" type="structuredPropertyElementType"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-datasource-1.0.xsd
Element datasource / 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-datasource-1.0.xsd