gmd:MD_AggregateInformation
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/identification.xsd
Type: gmd:MD_AggregateInformation_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:aggregateDataSetName [0..1]
- gmd:aggregateDataSetIdentifier [0..1]
- gmd:associationType [1..1]
- gmd:initiativeType [0..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_AggregateInformation_PropertyType (Element gmd:aggregationInfo)
Sample instance
<gmd:MD_AggregateInformation id="ID"> <gmd:aggregateDataSetName> <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:aggregateDataSetName> <gmd:aggregateDataSetIdentifier> <gmd:MD_Identifier id="ID"> <gmd:authority>... </gmd:authority> <gmd:code>... </gmd:code> </gmd:MD_Identifier> </gmd:aggregateDataSetIdentifier> <gmd:associationType> <gmd:DS_AssociationTypeCode codeList="http://www.example.com/" codeListValue="http://www.example.com/">string</gmd:DS_AssociationTypeCode> </gmd:associationType> <gmd:initiativeType> <gmd:DS_InitiativeTypeCode codeList="http://www.example.com/" codeListValue="http://www.example.com/">string</gmd:DS_InitiativeTypeCode> </gmd:initiativeType> </gmd:MD_AggregateInformation>