Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Included schema oaf-org-1.0.xsd
Namespace http://namespace.openaire.eu/oaf
Annotations
This schema describes elements and properties of OpenAIRE entities of type organization: https://issue.openaire.research-infrastructures.eu/projects/openaire2020-wiki/wiki/Core_entity_organization
Properties
attribute form default unqualified
element form default qualified
Schema location https://www.openaire.eu/schema/1.0/oaf-org-1.0.xsd
Element organization
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-org-1_0_xsd.tmp#organization_legalname oaf-org-1_0_xsd.tmp#organization_legalshortname oaf-org-1_0_xsd.tmp#organization_logourl oaf-org-1_0_xsd.tmp#organization_originalId oaf-org-1_0_xsd.tmp#organization_websiteurl oaf-org-1_0_xsd.tmp#organization_country oaf-org-1_0_xsd.tmp#organization_collectedfrom oaf-org-1_0_xsd.tmp#organization_pid oaf-org-1_0_xsd.tmp#organization_rels
Properties
content complex
Used by
Element entity
Model
Children collectedfrom, country, legalname, legalshortname, logourl, originalId, pid, rels, websiteurl
Instance
<organization xmlns="http://namespace.openaire.eu/oaf">
  <legalname>{1,1}</legalname>
  <legalshortname>{1,1}</legalshortname>
  <logourl>{1,1}</logourl>
  <originalId>{1,1}</originalId>
  <websiteurl>{1,1}</websiteurl>
  <country code="" inferenceprovenance="" inferred="" trust="">{1,1}</country>
  <collectedfrom id="" inferenceprovenance="" inferred="" name="" trust="">{1,1}</collectedfrom>
  <pid inferenceprovenance="" inferred="" trust="" type="">{1,1}</pid>
  <rels>{1,1}</rels>
</organization>
Source
<xs:element name="organization">
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element name="legalname" type="xs:string"/>
      <xs:element name="legalshortname" type="xs:string"/>
      <xs:element name="logourl" type="xs:string"/>
      <xs:element name="originalId" type="xs:string"/>
      <xs:element name="websiteurl" type="xs:string"/>
      <xs:element name="country" type="controlledElementType">
        <xs:annotation>
          <xs:documentation>Countries in ISO 3166-1 alpha-2.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="collectedfrom" type="namedIdElementType">
        <xs:annotation>
          <xs:documentation>Identifier and name of the datasource from which this organization has been collected from.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="pid" type="typedElementType"/>
      <xs:element name="rels" type="relsType">
        <xs:annotation>
          <xs:documentation>Relationships to other entities.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <!-- If we decide not to show deduplicated org, then we have to remove this field -->
      <!-- <xs:element name="duplicates" type="mergedOrgs"/> -->
    </xs:choice>
  </xs:complexType>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-org-1.0.xsd
Element organization / legalname
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="legalname" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-org-1.0.xsd
Element organization / legalshortname
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="legalshortname" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-org-1.0.xsd
Element organization / 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-org-1.0.xsd
Element organization / 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-org-1.0.xsd
Element organization / 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-org-1.0.xsd
Element organization / country
Namespace http://namespace.openaire.eu/oaf
Annotations
Countries in ISO 3166-1 alpha-2.
Diagram
Diagram oaf-common-1_0_xsd.tmp#controlledElementType_code oaf-common-1_0_xsd.tmp#optionalInferenceAttrGroup oaf-common-1_0_xsd.tmp#controlledElementType
Type controlledElementType
Properties
content complex
mixed true
Attributes
QName Type Use Annotation
code 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.
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="country" type="controlledElementType">
  <xs:annotation>
    <xs:documentation>Countries in ISO 3166-1 alpha-2.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-org-1.0.xsd
Element organization / collectedfrom
Namespace http://namespace.openaire.eu/oaf
Annotations
Identifier and name of the datasource from which this
organization 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#optionalInferenceAttrGroup oaf-common-1_0_xsd.tmp#namedIdElementType
Type namedIdElementType
Properties
content complex
Attributes
QName Type 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="namedIdElementType">
  <xs:annotation>
    <xs:documentation>Identifier and name of the datasource from which this organization has been collected from.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-org-1.0.xsd
Element organization / pid
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-common-1_0_xsd.tmp#typedElementType_type oaf-common-1_0_xsd.tmp#optionalInferenceAttrGroup oaf-common-1_0_xsd.tmp#typedElementType
Type typedElementType
Properties
content complex
Attributes
QName Type 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.
type required
Source
<xs:element name="pid" type="typedElementType"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-org-1.0.xsd
Element organization / 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 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 https://www.openaire.eu/schema/1.0/oaf-org-1.0.xsd