Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Main schema oaf-0.2.xsd
Namespace http://namespace.openaire.eu/oaf
Annotations
This schema describes the OpenAIRE+ entities.
Properties
attribute form default: unqualified
element form default: unqualified
Schema location http://www.openaire.eu/schema/0.2/oaf-0.2.xsd
Element entity
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-result-0_2_xsd.tmp#result oaf-person-0_2_xsd.tmp#person oaf-org-0_2_xsd.tmp#organization oaf-datasource-0_2_xsd.tmp#datasource oaf-project-0_2_xsd.tmp#project oaf-0_2_xsd.tmp#entity_extraInfo
Properties
content: complex
Model (result | person | organization | datasource | project) , extraInfo*
Children datasource, extraInfo, organization, person, project, result
Instance
<entity xmlns="http://namespace.openaire.eu/oaf">
  <result>{1,1}</result>
  <person>{1,1}</person>
  <organization>{1,1}</organization>
  <datasource>{1,1}</datasource>
  <project>{1,1}</project>
  <extraInfo name="" provenance="" trust="" typology="">{0,unbounded}</extraInfo>
</entity>
Source
<xs:element name="entity">
  <xs:complexType>
    <xs:sequence>
      <xs:choice>
        <xs:element ref="result">
          <xs:annotation>
            <xs:documentation>Entity of type result are publications and datasets</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element ref="person"/>
        <xs:element ref="organization"/>
        <xs:element ref="datasource"/>
        <xs:element ref="project"/>
      </xs:choice>
      <xs:element name="extraInfo" type="extraInfoType" maxOccurs="unbounded" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Content-agnostic container for extra information about the current entity. Examples are information about statistics and citations. The values inside this field can be any well-formed XML.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location http://www.openaire.eu/schema/0.2/oaf-0.2.xsd
Element entity / extraInfo
Namespace No namespace
Annotations
Content-agnostic container for extra information about the current
entity. Examples are information about statistics and citations. The values inside
this field can be any well-formed XML.
Diagram
Diagram oaf-common-0_2_xsd.tmp#extraInfoType_name oaf-common-0_2_xsd.tmp#extraInfoType_typology oaf-common-0_2_xsd.tmp#extraInfoType_provenance oaf-common-0_2_xsd.tmp#extraInfoType_trust oaf-common-0_2_xsd.tmp#extraInfoType
Type extraInfoType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model ANY element from ANY namespace
Attributes
QName Type Fixed Default Use Annotation
name xs:string required
Human readable label that explains the type of
information we can find
inside this element. It corresponds to the value in the "typology"
attribute.
provenance xs:string optional
trust xs:string optional
Value of trust of this information. Typically a
value in the range [0,1].
Higher the value, more trustworthy is the information.
typology xs:string required
Type of the information we can find inside this
element. The attribute
"name" provides a human-readable label of this very same information.
Source
<xs:element name="extraInfo" type="extraInfoType" maxOccurs="unbounded" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Content-agnostic container for extra information about the current entity. Examples are information about statistics and citations. The values inside this field can be any well-formed XML.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.openaire.eu/schema/0.2/oaf-0.2.xsd