diff --git a/src/test/resources/profiles/AssessmentUnit.xml b/src/test/resources/profiles/AssessmentUnit.xml index 4315554..15c966a 100644 --- a/src/test/resources/profiles/AssessmentUnit.xml +++ b/src/test/resources/profiles/AssessmentUnit.xml @@ -2,6 +2,8 @@ + + GRSF Type true @@ -585,7 +587,247 @@ + + GRSF Stock Name + true + String + + + stock_name + + String + + true + false + + Field + + + The title of the record. + Example: "Skipjack tuna - Eastern Pacific". + + + + + + GRSF Semantic Identifier + true + String + + + grsf_semantic_identifier + + String + + true + false + + Field + + + Example: " asfis:PLA+fao:21.5.Y;fao:21.5.Z". + + + + + + Assessment Area + false + String + * + + + onValue + + + + + assessment_area + + JsonArray + + false + false + + Field + + + The multiple fields are mapped as multiple key/value pair fields in the catalogue. + Example: assessment_area": ["East Pacific Ocean",...]. + + + + + + + Exploiting Fishery + false + String + * + + + exploiting_fishery + + JsonArray + + false + false + + Field + + + The multiple fields are mapped as multiple key/value pair fields in the catalogue. + Example: "exploiting_fishery": ["Tunas and billfishes fishery", ....]. + + + + + + + Assessment Method + false + String + + + assessment-method-group + + + + + assessment_methods + + JsonArray + + aggregated + false + + Field + Resource + + + Example: "Analytical assessment" + + + + + + + Abundance Level (FIRMS Standard) + false + String + + + abundance-level-firms-standard-group + + + + + firms_standard_abundance_level + + JsonArray + + aggregated + false + + Field + Resource + + + Example: "firms_standard_abundance_level" : [{"year":2014, "value":"low abundance"}, {"year":2015, "value":"intermediate abundance"}, ...] + Controlled vocabulary for "value": Not applicable, Intermediate abundance, Low abundance, Uncertain/Not assessed, Depleted + + + + + + + Abundance Level + false + String + + + abundance-level-group + + + + + abundance_level + + JsonArray + + aggregated + false + + Field + Resource + + + Example: "abundance_level": [{"year":2014, "value":"low abundance", "unit": "..."}, {"year":2015, "value":"intermediate abundance", "unit": "..."}, ...] + + + + + + + + \ No newline at end of file