gmd:MD_Usage
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/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 id="ID"> <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 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:userContactInfo> </gmd:MD_Usage>