gmd:MD_Identifier
Element information
Namespace: http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0
Schema document: external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0/citation.xsd
Type: gmd:MD_Identifier_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:authority [0..1]
- gmd:code [1..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from group gco:ObjectIdentification | |
uuid | [0..1] | xsd:string | from group gco:ObjectIdentification |
Used in
- Type gmd:MD_Identifier_PropertyType (Elements gmd:identifier, gmd:imageQualityCode, gmd:processingLevelCode, gmd:measureIdentification, gmd:geographicIdentifier, gmd:aggregateDataSetIdentifier)
Substitution hierarchy
- gmd:MD_Identifier
- can be substituted with gmd:RS_Identifier
Sample instance
<gmd:MD_Identifier id="ID"> <gmd:authority> <gmd:CI_Citation id="ID"> <gmd:title>... </gmd:title> <gmd:alternateTitle>... </gmd:alternateTitle> <gmd:date>... </gmd:date> <gmd:edition>... </gmd:edition> <gmd:editionDate>... </gmd:editionDate> <gmd:identifier>... </gmd:identifier> <gmd:citedResponsibleParty>... </gmd:citedResponsibleParty> <gmd:presentationForm>... </gmd:presentationForm> <gmd:series>... </gmd:series> <gmd:otherCitationDetails>... </gmd:otherCitationDetails> <gmd:collectiveTitle>... </gmd:collectiveTitle> <gmd:ISBN>... </gmd:ISBN> <gmd:ISSN>... </gmd:ISSN> </gmd:CI_Citation> </gmd:authority> <gmd:code> <gco:CharacterString>string</gco:CharacterString> </gmd:code> </gmd:MD_Identifier>