-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8129de6
commit 47a49a0
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
dwc:countryCode,Response.Status,Response.Result,Response.Comment,Explanation | ||
,RUN_HAS_RESULT,NOT_COMPLIANT,"[any human readable explanation, e.g. dwc:taxonRANK is EMPTY or missing]", | ||
,RUN_HAS_RESULT,NOT_COMPLIANT,"[any human readable explanation, e.g. dwc:taxonRANK is EMPTY]",Field consists of just white space | ||
[non-printing characters],RUN_HAS_RESULT,NOT_COMPLIANT,"[any human readable explanation, e.g. dwc:taxonRANK is EMPTY]",TEMPORARY placeholder - we need to add some examples of non-printing characters | ||
null ,RUN_HAS_RESULT,COMPLIANT,"[any human readable explanation, e.g. dwc:taxonRank is not EMPTY]", | ||
Australia,RUN_HAS_RESULT,COMPLIANT,"[any human readable explanation, e.g. dwc:taxonRank is not EMPTY]", | ||
us,RUN_HAS_RESULT,COMPLIANT,"[any human readable explanation, e.g. dwc:taxonRank is not EMPTY]", | ||
IRE,RUN_HAS_RESULT,COMPLIANT,"[any human readable explanation, e.g. dwc:taxonRank is not EMPTY]", | ||
anyOldTerm,RUN_HAS_RESULT,COMPLIANT,"[any human readable explanation, e.g. dwc:taxonRank is not EMPTY]", | ||
…,RUN_HAS_RESULT,COMPLIANT,"[any human readable explanation, e.g. dwc:taxonRank is not EMPTY]", | ||
12345,RUN_HAS_RESULT,COMPLIANT,"[any human readable explanation, e.g. dwc:taxonRank is not EMPTY]", | ||
?,RUN_HAS_RESULT,COMPLIANT,"[any human readable explanation, e.g. dwc:taxonRank is not EMPTY]", | ||
dwc:countryCode,RUN_HAS_RESULT,COMPLIANT,"[any human readable explanation, e.g. dwc:taxonRank is not EMPTY]", |