diff --git a/umm-lib/resources/schema/dif10/UmmCommon_1.2.xsd b/umm-lib/resources/schema/dif10/UmmCommon_1.2.xsd
index c8cbeb34bf..9889d870eb 100644
--- a/umm-lib/resources/schema/dif10/UmmCommon_1.2.xsd
+++ b/umm-lib/resources/schema/dif10/UmmCommon_1.2.xsd
@@ -457,6 +457,9 @@ technical contact
+
+
+
diff --git a/umm-spec-lib/src/cmr/umm_spec/xml_to_umm_mappings/echo10.clj b/umm-spec-lib/src/cmr/umm_spec/xml_to_umm_mappings/echo10.clj
index 4141e158fb..957b4d0699 100644
--- a/umm-spec-lib/src/cmr/umm_spec/xml_to_umm_mappings/echo10.clj
+++ b/umm-spec-lib/src/cmr/umm_spec/xml_to_umm_mappings/echo10.clj
@@ -31,7 +31,7 @@
"ACTIVE" "ACTIVE"
"PLANNED" "PLANNED"
"DEPRECATED" "DEPRECATED"
- "NOT APPLICABLE" "NOT APPLICABLE"
+ "NOT APPLICABLE" "NOT PROVIDED"
"PREPRINT" "PREPRINT"
"INREVIEW" "INREVIEW"
"SUPERSEDED" "SUPERSEDED"})
diff --git a/umm-spec-lib/src/cmr/umm_spec/xml_to_umm_mappings/iso19115_2.clj b/umm-spec-lib/src/cmr/umm_spec/xml_to_umm_mappings/iso19115_2.clj
index 09c69ac5ba..8f559436d4 100644
--- a/umm-spec-lib/src/cmr/umm_spec/xml_to_umm_mappings/iso19115_2.clj
+++ b/umm-spec-lib/src/cmr/umm_spec/xml_to_umm_mappings/iso19115_2.clj
@@ -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"