gmd:LI_ProcessStep
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_ProcessStep_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:description [1..1]
- gmd:rationale [0..1]
- gmd:dateTime [0..1]
- gmd:processor [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_ProcessStep_PropertyType (Elements gmd:sourceStep, gmd:processStep)
Sample instance
<gmd:LI_ProcessStep id="ID"> <gmd:description> <gco:CharacterString>string</gco:CharacterString> </gmd:description> <gmd:rationale> <gco:CharacterString>string</gco:CharacterString> </gmd:rationale> <gmd:dateTime> <gco:DateTime>2000-01-01T12:00:00</gco:DateTime> </gmd:dateTime> <gmd:processor> <gmd:CI_ResponsibleParty id="ID"> <gmd:individualName>... </gmd:individualName> <gmd:organisationName>... </gmd:organisationName> <gmd:positionName>... </gmd:positionName> <gmd:contactInfo>... </gmd:contactInfo> <gmd:role>... </gmd:role> </gmd:CI_ResponsibleParty> </gmd:processor> <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_ProcessStep>