diagram |
|
namespace |
http://www.isotc211.org/2005/gmd |
type |
extension of gco:AbstractObject_Type |
properties |
base | gco:AbstractObject_Type |
|
children |
gmd:unitsOfDistribution gmd:transferSize gmd:onLine gmd:offLine |
used by |
|
attributes |
Name | Type | Use | Default | Fixed | annotation | id | ID | | | | | uuid | string | | | | |
|
annotation |
documentation | Technical means and media by which a dataset is obtained from the distributor |
|
source |
<complexType name="MD_DigitalTransferOptions_Type">
<annotation>
<documentation>Technical means and media by which a dataset is obtained from the distributor</documentation>
</annotation>
<complexContent>
<extension base="gco:AbstractObject_Type">
<sequence>
<element name="unitsOfDistribution" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<element name="transferSize" type="gco:Real_PropertyType" minOccurs="0"/>
<element name="onLine" type="gmd:CI_OnlineResource_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
<element name="offLine" type="gmd:MD_Medium_PropertyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType> |