diagram |
|
namespace |
http://www.isotc211.org/2005/gmd |
type |
extension of gco:AbstractObject_Type |
properties |
base | gco:AbstractObject_Type |
|
children |
gmd:minimumValue gmd:maximumValue gmd:verticalCRS |
used by |
|
attributes |
Name | Type | Use | Default | Fixed | annotation | id | ID | | | | | uuid | string | | | | |
|
annotation |
documentation | Vertical domain of dataset |
|
source |
<complexType name="EX_VerticalExtent_Type">
<annotation>
<documentation>Vertical domain of dataset</documentation>
</annotation>
<complexContent>
<extension base="gco:AbstractObject_Type">
<sequence>
<element name="minimumValue" type="gco:Real_PropertyType"/>
<element name="maximumValue" type="gco:Real_PropertyType"/>
<element name="verticalCRS" type="gsr:SC_CRS_PropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType> |