gmd:MD_SecurityConstraints
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_SecurityConstraints_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:useLimitation [0..*]
- gmd:classification [1..1]
- gmd:userNote [0..1]
- gmd:classificationSystem [0..1]
- gmd:handlingDescription [0..1]
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_SecurityConstraints_PropertyType
- Type gmd:MD_Constraints_PropertyType (Elements gmd:resourceConstraints, gmd:metadataConstraints)
Substitution hierarchy
- gmd:MD_Constraints
- can be substituted with gmd:MD_SecurityConstraints
Sample instance
<gmd:MD_SecurityConstraints id="ID"> <gmd:useLimitation> <gco:CharacterString>string</gco:CharacterString> </gmd:useLimitation> <gmd:classification> <gmd:MD_ClassificationCode codeList="http://www.example.com/" codeListValue="http://www.example.com/">string</gmd:MD_ClassificationCode> </gmd:classification> <gmd:userNote> <gco:CharacterString>string</gco:CharacterString> </gmd:userNote> <gmd:classificationSystem> <gco:CharacterString>string</gco:CharacterString> </gmd:classificationSystem> <gmd:handlingDescription> <gco:CharacterString>string</gco:CharacterString> </gmd:handlingDescription> </gmd:MD_SecurityConstraints>