Skip to content

Commit

Permalink
add compatibility for cris guideline version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ACz-UniBi committed Mar 15, 2019
1 parent a36c7e3 commit e64a251
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/cerif_xml_service_entity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Compatibility
:CERIF: the Service_Classification (`<https://w3id.org/cerif/model#Service_Classification>`_)
:Vocabulary: Compatibility of service with the OpenAIRE Guidelines for CRIS Managers

* **OpenAIRE Guidelines 1.1.1 compatible CRIS** (`<https://www.openaire.eu/cerif-profile/vocab/OpenAIRE_Service_Compatibility#1.1.1>`_): CRIS compatible with OpenAIRE Guidelines for CRIS managers version 1.1.1
* **OpenAIRE Guidelines 1.1 compatible CRIS** (`<https://www.openaire.eu/cerif-profile/vocab/OpenAIRE_Service_Compatibility#1.1>`_): CRIS compatible with OpenAIRE Guidelines for CRIS managers version 1.1
* **OpenAIRE Guidelines 1.0 compatible CRIS** (`<https://www.openaire.eu/cerif-profile/vocab/OpenAIRE_Service_Compatibility#1.0>`_): CRIS compatible with OpenAIRE Guidelines for CRIS managers version 1.0

Expand Down
12 changes: 12 additions & 0 deletions schemas/vocabularies/openaire_service_compatibilities.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@
<xs:simpleType name="Enum">
<xs:restriction base="xs:string">

<xs:enumeration value="https://www.openaire.eu/cerif-profile/vocab/OpenAIRE_Service_Compatibility#1.1.1">
<xs:annotation>
<xs:documentation xml:lang="en">OpenAIRE Guidelines 1.1.1 compatible CRIS</xs:documentation>
<xs:appinfo>
<cf:Class id="https://www.openaire.eu/cerif-profile/vocab/OpenAIRE_Service_Compatibility#1.1.1" classSchemeId="https://www.openaire.eu/cerif-profile/vocab/OpenAIRE_Service_Compatibility">
<cf:Term xml:lang="en">OpenAIRE Guidelines 1.1.1 compatible CRIS</cf:Term>
<cf:Definition xml:lang="en">CRIS compatible with OpenAIRE Guidelines for CRIS managers version 1.1.1</cf:Definition>
</cf:Class>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>

<xs:enumeration value="https://www.openaire.eu/cerif-profile/vocab/OpenAIRE_Service_Compatibility#1.1">
<xs:annotation>
<xs:documentation xml:lang="en">OpenAIRE Guidelines 1.1 compatible CRIS</xs:documentation>
Expand Down

0 comments on commit e64a251

Please sign in to comment.