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 classid="" classname="" schemeid="" schemename="">{1,1}</country>
  <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>
</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="qualifierType">
        <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="structuredPropertyElementType"/>
      <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#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="country" type="qualifierType">
  <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#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 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#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-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 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-org-1.0.xsd