Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMR-10173: Update UMM-C for Web Unitification round 2 #2184

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion common-app-lib/src/cmr/common_app/config.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
(defconfig collection-umm-version
"Defines the latest collection umm version accepted by ingest - it's the latest official version.
This environment variable needs to be manually set when newer UMM version becomes official"
{:default "1.18.1"})
{:default "1.18.2"})

(defconfig launchpad-token-enforced
"Flag for whether or not launchpad token is enforced."
Expand Down
5 changes: 5 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 Expand Up @@ -580,6 +583,8 @@ technical contact
<xs:enumeration value="Parent Dataset"/>
<xs:enumeration value="Related Dataset"/>
<xs:enumeration value="Other"/>
<xs:enumeration value="IsPreviousVersionOf"/>
<xs:enumeration value="IsNewVersionOf"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="AssociatedDOITypeOtherEnum">
Expand Down
2 changes: 2 additions & 0 deletions umm-lib/resources/schema/echo10/MetadataCommon.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,8 @@
<xs:enumeration value="Parent Dataset"/>
<xs:enumeration value="Related Dataset"/>
<xs:enumeration value="Other"/>
<xs:enumeration value="IsPreviousVersionOf"/>
<xs:enumeration value="IsNewVersionOf"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,18 @@
<gml:identifier codeSpace="gov.nasa.esdis.umm">Other</gml:identifier>
</gmx:CodeDefinition>
</gmx:codeEntry>
<gmx:codeEntry>
<gmx:CodeDefinition gml:id="EOS_AssociationTypeCode_isPreviousVersionOf">
<gml:description>This collection has been superseded by the Associated DOI.</gml:description>
<gml:identifier codeSpace="gov.nasa.esdis.umm">Is_Previous_Version_Of</gml:identifier>
</gmx:CodeDefinition>
</gmx:codeEntry>
<gmx:codeEntry>
<gmx:CodeDefinition gml:id="EOS_AssociationTypeCode_isNewVersionOf">
<gml:description>The collection supersedes the Associated DOI. </gml:description>
<gml:identifier codeSpace="gov.nasa.esdis.umm">Is_New_Version_Of</gml:identifier>
</gmx:CodeDefinition>
</gmx:codeEntry>
<gmx:codeEntry>
<gmx:CodeDefinition gml:id="EOS_AssociationTypeCode_doiPreviousVersion">
<gml:description>part of a set of larger works that is identified by a digital object identifier.</gml:description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,18 @@
<gml:identifier codeSpace="gov.nasa.esdis.umm">Other</gml:identifier>
</gmx:CodeDefinition>
</gmx:codeEntry>
<gmx:codeEntry>
<gmx:CodeDefinition gml:id="EOS_AssociationTypeCode_isPreviousVersionOf">
<gml:description>This collection has been superseded by the Associated DOI.</gml:description>
<gml:identifier codeSpace="gov.nasa.esdis.umm">Is_Previous_Version_Of</gml:identifier>
</gmx:CodeDefinition>
</gmx:codeEntry>
<gmx:codeEntry>
<gmx:CodeDefinition gml:id="EOS_AssociationTypeCode_isNewVersionOf">
<gml:description>The collection supersedes the Associated DOI. </gml:description>
<gml:identifier codeSpace="gov.nasa.esdis.umm">Is_New_Version_Of</gml:identifier>
</gmx:CodeDefinition>
</gmx:codeEntry>
<gmx:codeEntry>
<gmx:CodeDefinition gml:id="EOS_AssociationTypeCode_doiPreviousVersion">
<gml:description>part of a set of larger works that is identified by a digital object identifier.</gml:description>
Expand Down

Large diffs are not rendered by default.

Loading