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:accessConstraints gmd:useConstraints gmd:otherConstraints |
used by |
|
attributes |
Name | Type | Use | Default | Fixed | annotation | id | ID | | | | | uuid | string | | | | |
|
annotation |
documentation | Restrictions and legal prerequisites for accessing and using the dataset. |
|
source |
<complexType name="MD_LegalConstraints_Type">
<annotation>
<documentation>Restrictions and legal prerequisites for accessing and using the dataset.</documentation>
</annotation>
<complexContent>
<extension base="gmd:MD_Constraints_Type">
<sequence>
<element name="accessConstraints" type="gmd:MD_RestrictionCode_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
<element name="useConstraints" type="gmd:MD_RestrictionCode_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
<element name="otherConstraints" type="gco:CharacterString_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType> |