From 278ca0bb7c34c7b0244325b0791929a55709654d Mon Sep 17 00:00:00 2001 From: Xavi Aracil Date: Mon, 18 Sep 2023 12:35:17 +0200 Subject: [PATCH 1/3] Added personName term --- ob_v3p0/common_credentials.lines | 1 + 1 file changed, 1 insertion(+) diff --git a/ob_v3p0/common_credentials.lines b/ob_v3p0/common_credentials.lines index 5d7cfb79..62ae5325 100644 --- a/ob_v3p0/common_credentials.lines +++ b/ob_v3p0/common_credentials.lines @@ -276,6 +276,7 @@ Package SharedCredentialDataModels DataModel Property CTDL Term 1 "An alignment to a Credential Engine Item." Include IdentifierTypeEnum // From CDM + Property personName Term 1 Class ResultType EnumExt false [] "The type of result. This is an extensible enumerated vocabulary. Extending the vocabulary makes use of a naming convention." Property GradePointAverage Term 1 "The result is a grade point average." From a3afe15723fde37afc59b45d946b5cd2ecd2340c Mon Sep 17 00:00:00 2001 From: Xavi Aracil Date: Mon, 18 Sep 2023 12:46:23 +0200 Subject: [PATCH 2/3] Fixed term cardinality --- ob_v3p0/common_credentials.lines | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ob_v3p0/common_credentials.lines b/ob_v3p0/common_credentials.lines index 62ae5325..c81f08aa 100644 --- a/ob_v3p0/common_credentials.lines +++ b/ob_v3p0/common_credentials.lines @@ -276,7 +276,7 @@ Package SharedCredentialDataModels DataModel Property CTDL Term 1 "An alignment to a Credential Engine Item." Include IdentifierTypeEnum // From CDM - Property personName Term 1 + Property personName Term 0..1 Class ResultType EnumExt false [] "The type of result. This is an extensible enumerated vocabulary. Extending the vocabulary makes use of a naming convention." Property GradePointAverage Term 1 "The result is a grade point average." From 4558bcc3bdb351d676db54bedbda52bb905ac821 Mon Sep 17 00:00:00 2001 From: Xavi Aracil Date: Mon, 18 Sep 2023 13:46:21 +0200 Subject: [PATCH 3/3] Changed property name --- ob_v3p0/common_credentials.lines | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ob_v3p0/common_credentials.lines b/ob_v3p0/common_credentials.lines index c81f08aa..c5ee9d3c 100644 --- a/ob_v3p0/common_credentials.lines +++ b/ob_v3p0/common_credentials.lines @@ -276,7 +276,7 @@ Package SharedCredentialDataModels DataModel Property CTDL Term 1 "An alignment to a Credential Engine Item." Include IdentifierTypeEnum // From CDM - Property personName Term 0..1 + Property name Term 0..1 Class ResultType EnumExt false [] "The type of result. This is an extensible enumerated vocabulary. Extending the vocabulary makes use of a naming convention." Property GradePointAverage Term 1 "The result is a grade point average."