diagram |
|
namespace |
http://www.isotc211.org/2005/gmd |
type |
extension of gco:AbstractObject_Type |
properties |
base | gco:AbstractObject_Type |
|
children |
gmd:fees gmd:plannedAvailableDateTime gmd:orderingInstructions gmd:turnaround |
used by |
|
attributes |
Name | Type | Use | Default | Fixed | annotation | id | ID | | | | | uuid | string | | | | |
|
annotation |
documentation | Common ways in which the dataset may be obtained or received, and related instructions and fee information |
|
source |
<complexType name="MD_StandardOrderProcess_Type">
<annotation>
<documentation>Common ways in which the dataset may be obtained or received, and related instructions and fee information</documentation>
</annotation>
<complexContent>
<extension base="gco:AbstractObject_Type">
<sequence>
<element name="fees" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<element name="plannedAvailableDateTime" type="gco:DateTime_PropertyType" minOccurs="0"/>
<element name="orderingInstructions" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<element name="turnaround" type="gco:CharacterString_PropertyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType> |