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