Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
stylecircle

Element Description

The Entry Title element describes the title of the dataset. It is a required element in UMM-C. 


Best Practices

The Entry Title should be a descriptive, formal title of the dataset. The Entry Title should not be the same as the Short Name element. It is recommended that the Entry Title follow a mixed case capitalization scheme and that the use of special characters (such as underscores) and acronyms be kept to a minimum, if possible. In order to make titles descriptive, important elements about the data may be included, such as: parameters measured, geographic location, instrument, project, temporal coverage, etc. 


Element Specification

ModelElementTypeConstraintsRequired?Cardinality
UMM-CEntryTitleString

N/A

Yes1

Value needed for translations:

N/A


ARC Priority Matrix

Priority CategorizationJustification

This element is categorized as highest priority when:

  • The element is not included at all.
  • The element is included but is empty.
  • The value in the element is identical to the Short Name.
  • The value in the element is in an abbreviated format (similar, but not necessarily identical to, the short name).
  • The value in the element contains a spelling error.
  • The value in the element includes incorrect information about the dataset.

Not applicable


Not applicable

The element is provided, and is a formal title for the dataset (i.e. it is not the same as the short name and is free of grammatical and content errors).


Dialect Mappings

Expand
titleDIF 9

DIF 9

SpecificationPathTypeRequired in DIF9?Notes
DIF 9

/DIF/Entry_Title

String


YesDIF 9 Entry_Title is a string.

Enumeration Mapping

N/A


Section
Column
width50%

DIF 9

No Format
<Entry_Title>Aquarius Official Release Level 3 Sea Surface Salinity Smoothed Standard Mapped Image Monthly Data V4.0</Entry_Title>
Column
width50%

UMM

No Format
"EntryTitle" : "Aquarius Official Release Level 3 Sea Surface Salinity Smoothed Standard Mapped Image Monthly Data V4.0",

Example Mapping


Expand
titleDIF 10

DIF 10

SpecificationPathTypeRequired in DIF 10?Notes
DIF 10/DIF/Entry_TitleStringYes

DIF 10 Entry_Title is a string. The Entry_Title and Version Id must be unique for a provider.

Enumeration Mapping

N/A

Example Mapping

Section
Column
width50%

DIF 10

No Format
<Entry_Title>Aquarius Official Release Level 3 Sea Surface Salinity Smoothed Standard Mapped Image Monthly Data V4.0</Entry_Title>
Column
width50%

UMM

No Format
"EntryTitle" : "Aquarius Official Release Level 3 Sea Surface Salinity Smoothed Standard Mapped Image Monthly Data V4.0",
Expand
titleECHO 10

ECHO 10

SpecificationPathTypeRequired in ECHO10?Notes
ECHO 10/Collection/DataSetIdStringYesThe DataSetId element and the LongName element may be identical in ECHO 10.


Enumeration Mapping

N/A

Example Mapping

Section
Column
width50%

ECHO 10

No Format
<DataSetId>Aquarius Official Release Level 3 Sea Surface Salinity Smoothed Standard Mapped Image Monthly Data V4.0</DataSetId>
Column
width50%

UMM

No Format
"EntryTitle" : "Aquarius Official Release Level 3 Sea Surface Salinity Smoothed Standard Mapped Image Monthly Data V4.0",



Expand
titleISO 19115-2 MENDS

ISO 19115-2 MENDS

SpecificationPathTypeNotes
ISO 19115-2 MENDS

/gmi:MI_Metadata/gmd:fileIdentifier/gco:CharacterString

/gmi:MI_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:title/gco:CharacterString

String

The first path specified to the left is optional in ISO.

The second path specified to the left is required in ISO.

Enumeration/Code List Mapping

N/A

Example Mapping

Section
Column
width50%

ISO 19115-2 MENDS

No Format
<gmi:MI_Metadata>
	<gmd:fileIdentifier>
    	<gco:CharacterString>Aquarius Official Release Level 3 Sea Surface Salinity Smoothed Standard Mapped Image Monthly Data V4.0</gco:CharacterString>
	</gmd:fileIdentifier>
</gmi:MI_Metadata>


<gmi:MI_Metadata>
	<gmd:identificationInfo>
		<gmd:MD_DataIdentification>
			<gmd:citation>
			<gmd:CI_Citation>
				<gmd:title>
					<gco:CharacterString>Aquarius Official Release Level 3 Sea Surface Salinity Smoothed Standard Mapped Image Monthly Data V4.0</gco:CharacterString>
    			</gmd:title>
			</gmd:CI_Citation>
			</gmd:citation>
		</gmd:MD_DataIdentification>
	</gmd:identificationInfo>
</gmi:MI_Metadata>
Column
width50%

UMM

No Format
"EntryTitle" : "Aquarius Official Release Level 3 Sea Surface Salinity Smoothed Standard Mapped Image Monthly Data V4.0",



Expand
titleISO 19115-2 SMAP

ISO 19115-2 SMAP

SpecificationPathTypeNotes
ISO 19115-2 SMAP

/gmd:DS_Series/gmd:seriesMetadata/gmi:MI_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/ gmd:aggregationInfo/gmd:MD_AggregateInformation/gmd:aggregateDataSetIdentifier/gmd:MD_Identifier/ gmd:code/gco:CharacterString

with

/gmd:DS_Series/gmd:seriesMetadata/gmi:MI_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/ gmd:citation/gmd:CI_Citation/gmd:title/gco:CharacterString='DataSetId'

StringAdding gco:CharacterString='DataSetId' helps CMR identify the identifier provided within the aggregate information section as the Entry Title.

Enumeration/Code List Mapping

N/A

Example Mapping

Section
Column
width50%

ISO 19115-2 SMAP

No Format
<gmd:DS_Series>
 <gmd:seriesMetadata>
  <gmi:MI_Metadata>
	<gmd:identificationInfo>
		<gmd:MD_DataIdentification>
			<gmd:citation>
				<gmd:CI_Citation>
					<gmd:title>
						<gco:CharacterString>DataSetId</gco:CharacterString>
    				</gmd:title>
				</gmd:CI_Citation>
			</gmd:citation>
			<gmd:aggregationInfo>
				<gmd:MD_AggregateInformation>
					<gmd:aggregateDataSetIdentifier>
						<gmd:MD_Identifier>
							<gmd:code>
								<gco:CharacterString>Aquarius Official Release Level 3 Sea Surface Salinity Smoothed Standard Mapped Image Monthly Data V4.0</gco:CharacterString>
							</gmd:code>
						</gmd:MD_Identifier>
					</gmd:aggregateDataSetIdentifier>
				</gmd:MD_AggregateInformation>
			</gmd:aggregationInfo>
		</gmd:MD_DataIdentification>
	</gmd:identificationInfo>
  </gmi:MI_Metadata>
 </gmd:seriesMetadata>
</gmd:DS_Series>
Column
width50%

UMM

No Format
"CollectionProgressEntryTitle" : "COMPLETEAquarius Official Release Level 3 Sea Surface Salinity Smoothed Standard Mapped Image Monthly Data V4.0",



UMM Migration


UMM Version 1.9.0

Translation

Direction

UMM Version 1.10.0
PLANNEDPLANNED
IN WORKACTIVE
COMPLETECOMPLETE
NOT APPLICABLENOT APPLICABLE
NOT PROVIDEDNOT PROVIDED
Any other valueNOT PROVIDED

Future Mappings

ISO 19115-1

SpecificationPathTypeNotes
ISO 19115-1

/mdb:MI_Metadata/mdb:identificationInfo/mri:MD_DataIdentification/mri:status/mri:MD_ProgressCode

with codeList and codeListValue attributes

StringProgressCode has code values of completed, historicalArchive, obsolete, onGoing, planned, required, underDevelopment. gmd:status is not required. Any string can be substituted as well. Since ISO supports multiple statuses for a collection/series, the CMR translates only the first one to UMM.
Section
Column
width50%
No Format
<mri:MD_DataIdentification>
  <mri:citation>
    ...
    <mri:status>
      <mri:MD_ProgressCode codeList="{codeListLocation}#MD_ProgressCode"
        codeListValue="onGoing">onGoing</mri:MD_ProgressCode>
    </mri:status>
    ...
  </mri:citation>
</mri:MD_DataIdentification>
Column
width50%
No Format
"CollectionProgress" : "ACTIVE",

History

UMM Versioning

VersionDateWhat Changed
1.10.0
Changes would be tracked here
1.9.0

ARC Documentation

VersionDateWhat ChangedAuthor
1.02/19/18Recommendations/priority matrix transferred from internal ARC documentation to wiki space