gmd:LI_Lineage
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_Lineage_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:statement [0..1]
- gmd:processStep [0..*]
- gmd:source [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_Lineage_PropertyType (Element gmd:lineage)
Sample instance
<gmd:LI_Lineage id="ID"> <gmd:statement> <gco:CharacterString>string</gco:CharacterString> </gmd:statement> <gmd:processStep> <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:processStep> <gmd:source> <gmd:LI_Source id="ID"> <gmd:description>... </gmd:description> <gmd:scaleDenominator>... </gmd:scaleDenominator> <gmd:sourceReferenceSystem>... </gmd:sourceReferenceSystem> <gmd:sourceCitation>... </gmd:sourceCitation> <gmd:sourceExtent>... </gmd:sourceExtent> <gmd:sourceStep>... </gmd:sourceStep> </gmd:LI_Source> </gmd:source> </gmd:LI_Lineage>