Skip to content

Commit

Permalink
update translation maps
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaeng72 committed Oct 29, 2024
1 parent 80fb07d commit 834b333
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions umm-lib/resources/schema/dif10/UmmCommon_1.2.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,9 @@ technical contact
<xs:enumeration value="PLANNED"/>
<xs:enumeration value="IN WORK"/>
<xs:enumeration value="COMPLETE"/>
<xs:enumeration value="PREPRINT"/>
<xs:enumeration value="INREVIEW"/>
<xs:enumeration value="SUPERSEDED"/>
</xs:restriction>
</xs:simpleType>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"ACTIVE" "ACTIVE"
"PLANNED" "PLANNED"
"DEPRECATED" "DEPRECATED"
"NOT APPLICABLE" "NOT APPLICABLE"
"NOT APPLICABLE" "NOT PROVIDED"
"PREPRINT" "PREPRINT"
"INREVIEW" "INREVIEW"
"SUPERSEDED" "SUPERSEDED"})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
[cmr.umm-spec.xml-to-umm-mappings.iso19115-2.tiling-system :as tiling]
[cmr.umm-spec.versioning :as umm-spec-versioning]))

;; TODO ISO doesn't have any mappings for inreview, preprint, and superseded in the docs, is that correct?
(def coll-progress-mapping
"Mapping from values supported for ISO19115 ProgressCode to UMM CollectionProgress."
{"COMPLETED" "COMPLETE"
Expand Down

0 comments on commit 834b333

Please sign in to comment.