Alternative resource title

Name Alternative resource title 
Definition Abbreviation, acronym, other name or resoursce title in another language
Obligation
  • dataset or dataset series: optional
  • service: optional
Multiplicity [0..*]
Example
  1. CroGeoNames
  2. CGN
Along with the main title, alternative resource title is the title that makes a resource identifiable. Acronyms and abbreviations are common alternative forms of the main resource title. 

Tehnical data
 
INSPIRE equivalent none
Comparison -
ISO equivalent [361] alternateTitle
Comparison with ISO ekvivalent
XPath /*/identificationInfo/*/citation/*/alternateTitle
Data type character string
Domain free text
Implementation instructions  none

Encoding example
 
<gmd:MD_Metadata...
...
     <gmd:identificationInfo>
         <gmd:MD_DataIdentification>
...
             <gmd:citation>
                 <gmd:CI_Citation>
...
                     <gmd:alternateTitle>
                         <gco:CharacterString>CroGeoNames</gco:CharacterString>
                     </gmd:alternateTitle>
                     <gmd:alternateTitle>
                         <gco:CharacterString>CGN</gco:CharacterString>
                     </gmd:alternateTitle>
...
                 </gmd:CI_Citation>
             </gmd:citation>
...
         </gmd:MD_DataIdentification>
     </gmd:identificationInfo>
...
</gmd:MD_Metadata>