gmd:processStep
Element information
Namespace: http://www.isotc211.org/2005/gmd
Schema document: external/ogc/iso/19139/20070417/gmd/dataQuality.xsd
Type: gmd:LI_ProcessStep_PropertyType
Properties: Local, Qualified
Content
- gmd:LI_ProcessStep [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
uuidref | [0..1] | xsd:string | from group gco:ObjectReference | |
gco:nilReason | [0..1] | gml:NilReasonType |
Used in
- Type gmd:LI_Lineage_Type (Element gmd:LI_Lineage)
Sample instance
<gmd:processStep> <gmd:LI_ProcessStep> <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>............... </gmd:CI_ResponsibleParty> </gmd:processor> <gmd:source> <gmd:LI_Source>.................. </gmd:LI_Source> </gmd:source> </gmd:LI_ProcessStep> </gmd:processStep>