gmd:LI_Source
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/dataQuality.xsd
Type: gmd:LI_Source_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:description [0..1]
- gmd:scaleDenominator [0..1]
- gmd:sourceReferenceSystem [0..1]
- gmd:sourceCitation [0..1]
- gmd:sourceExtent [0..*]
- gmd:sourceStep [0..*]
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:LI_Source_PropertyType (Element gmd:source)
Sample instance
<gmd:LI_Source id="ID"> <gmd:description> <gco:CharacterString>string</gco:CharacterString> </gmd:description> <gmd:scaleDenominator> <gmd:MD_RepresentativeFraction id="ID"> <gmd:denominator>... </gmd:denominator> </gmd:MD_RepresentativeFraction> </gmd:scaleDenominator> <gmd:sourceReferenceSystem> <gmd:MD_ReferenceSystem id="ID"> <gmd:referenceSystemIdentifier>... </gmd:referenceSystemIdentifier> </gmd:MD_ReferenceSystem> </gmd:sourceReferenceSystem> <gmd:sourceCitation> <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:sourceCitation> <gmd:sourceExtent> <gmd:EX_Extent id="ID"> <gmd:description>... </gmd:description> <gmd:geographicElement>... </gmd:geographicElement> <gmd:temporalElement>... </gmd:temporalElement> <gmd:verticalElement>... </gmd:verticalElement> </gmd:EX_Extent> </gmd:sourceExtent> <gmd:sourceStep> <gmd:LI_ProcessStep id="ID"> <gmd:description>... </gmd:description> <gmd:rationale>... </gmd:rationale> <gmd:dateTime>... </gmd:dateTime> <gmd:processor>... </gmd:processor> <gmd:source>... </gmd:source> </gmd:LI_ProcessStep> </gmd:sourceStep> </gmd:LI_Source>