gmd:MD_Usage
Element information
Namespace: http://www.isotc211.org/2005/gmd
Schema document: external/ogc/iso/19139/20070417/gmd/identification.xsd
Type: gmd:MD_Usage_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:specificUsage [1..1]
- gmd:usageDateTime [0..1]
- gmd:userDeterminedLimitations [0..1]
- gmd:userContactInfo [1..*]
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_Usage_PropertyType (Element gmd:resourceSpecificUsage)
Sample instance
<gmd:MD_Usage> <gmd:specificUsage> <gco:CharacterString>string</gco:CharacterString> </gmd:specificUsage> <gmd:usageDateTime> <gco:DateTime>2000-01-01T12:00:00</gco:DateTime> </gmd:usageDateTime> <gmd:userDeterminedLimitations> <gco:CharacterString>string</gco:CharacterString> </gmd:userDeterminedLimitations> <gmd:userContactInfo> <gmd:CI_ResponsibleParty> <gmd:individualName>... </gmd:individualName> <gmd:organisationName>... </gmd:organisationName> <gmd:positionName>... </gmd:positionName> <gmd:contactInfo>... </gmd:contactInfo> <gmd:role>... </gmd:role> </gmd:CI_ResponsibleParty> </gmd:userContactInfo> </gmd:MD_Usage>