| diagram |
 |
| namespace |
http://www.isotc211.org/2005/gmd |
| type |
extension of gmd:MD_Constraints_Type |
| properties |
| base | gmd:MD_Constraints_Type |
|
| children |
gmd:useLimitation gmd:classification gmd:userNote gmd:classificationSystem gmd:handlingDescription |
| used by |
|
| attributes |
| Name | Type | Use | Default | Fixed | annotation | | id | ID | | | | | | uuid | string | | | | |
|
| annotation |
| documentation | | Handling restrictions imposed on the dataset because of national security, privacy, or other concerns |
|
| source |
<complexType name="MD_SecurityConstraints_Type">
<annotation>
<documentation>Handling restrictions imposed on the dataset because of national security, privacy, or other concerns</documentation>
</annotation>
<complexContent>
<extension base="gmd:MD_Constraints_Type">
<sequence>
<element name="classification" type="gmd:MD_ClassificationCode_PropertyType"/>
<element name="userNote" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<element name="classificationSystem" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<element name="handlingDescription" type="gco:CharacterString_PropertyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType> |