gmd:MD_MaintenanceInformation
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/maintenance.xsd
Type: gmd:MD_MaintenanceInformation_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:maintenanceAndUpdateFrequency [1..1]
- gmd:dateOfNextUpdate [0..1]
- gmd:userDefinedMaintenanceFrequency [0..1]
- gmd:updateScope [0..*]
- gmd:updateScopeDescription [0..*]
- gmd:maintenanceNote [0..*]
- gmd:contact [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:MD_MaintenanceInformation_PropertyType (Elements gmd:resourceMaintenance, gmd:metadataMaintenance)
Sample instance
<gmd:MD_MaintenanceInformation id="ID"> <gmd:maintenanceAndUpdateFrequency> <gmd:MD_MaintenanceFrequencyCode codeList="http://www.example.com/" codeListValue="http://www.example.com/">string</gmd:MD_MaintenanceFrequencyCode> </gmd:maintenanceAndUpdateFrequency> <gmd:dateOfNextUpdate> <gco:Date>2000-01-01</gco:Date> </gmd:dateOfNextUpdate> <gmd:userDefinedMaintenanceFrequency> <gts:TM_PeriodDuration>P1Y2M3DT10H</gts:TM_PeriodDuration> </gmd:userDefinedMaintenanceFrequency> <gmd:updateScope> <gmd:MD_ScopeCode codeList="http://www.example.com/" codeListValue="http://www.example.com/">string</gmd:MD_ScopeCode> </gmd:updateScope> <gmd:updateScopeDescription> <gmd:MD_ScopeDescription> <gmd:attributes/> </gmd:MD_ScopeDescription> </gmd:updateScopeDescription> <gmd:maintenanceNote> <gco:CharacterString>string</gco:CharacterString> </gmd:maintenanceNote> <gmd:contact> <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:contact> </gmd:MD_MaintenanceInformation>