gmd:MD_LegalConstraints
Element information
Namespace: http://www.isotc211.org/2005/gmd
Schema document: external/ogc/iso/19139/20070417/gmd/constraints.xsd
Type: gmd:MD_LegalConstraints_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:useLimitation [0..*]
- gmd:accessConstraints [0..*]
- gmd:useConstraints [0..*]
- gmd:otherConstraints [0..*]
from type gmd:MD_Constraints_Type
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_LegalConstraints_PropertyType
- Type gmd:MD_Constraints_PropertyType (Elements gmd:resourceConstraints, gmd:metadataConstraints)
Substitution hierarchy
- gmd:MD_Constraints
- can be substituted with gmd:MD_LegalConstraints
Sample instance
<gmd:MD_LegalConstraints> <gmd:useLimitation> <gco:CharacterString>string</gco:CharacterString> </gmd:useLimitation> <gmd:accessConstraints> <gmd:MD_RestrictionCode codeList="http://www.example.com/" codeListValue="http://www.example.com/">string</gmd:MD_RestrictionCode> </gmd:accessConstraints> <gmd:useConstraints> <gmd:MD_RestrictionCode codeList="http://www.example.com/" codeListValue="http://www.example.com/">string</gmd:MD_RestrictionCode> </gmd:useConstraints> <gmd:otherConstraints> <gco:CharacterString>string</gco:CharacterString> </gmd:otherConstraints> </gmd:MD_LegalConstraints>