| diagram |
 |
| namespace |
http://www.isotc211.org/2005/gmd |
| type |
extension of gco:AbstractObject_Type |
| properties |
| base | gco:AbstractObject_Type |
|
| children |
gmd:specificUsage gmd:usageDateTime gmd:userDeterminedLimitations gmd:userContactInfo |
| used by |
|
| attributes |
| Name | Type | Use | Default | Fixed | annotation | | id | ID | | | | | | uuid | string | | | | |
|
| annotation |
| documentation | | Brief description of ways in which the dataset is currently used. |
|
| source |
<complexType name="MD_Usage_Type">
<annotation>
<documentation>Brief description of ways in which the dataset is currently used.</documentation>
</annotation>
<complexContent>
<extension base="gco:AbstractObject_Type">
<sequence>
<element name="specificUsage" type="gco:CharacterString_PropertyType"/>
<element name="usageDateTime" type="gco:DateTime_PropertyType" minOccurs="0"/>
<element name="userDeterminedLimitations" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<element name="userContactInfo" type="gmd:CI_ResponsibleParty_PropertyType" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType> |