diagram |
|
namespace |
http://www.isotc211.org/2005/gmd |
type |
extension of gco:AbstractObject_Type |
properties |
base | gco:AbstractObject_Type |
|
children |
gmd:description gmd:geographicElement gmd:temporalElement gmd:verticalElement |
used by |
|
attributes |
Name | Type | Use | Default | Fixed | annotation | id | ID | | | | | uuid | string | | | | |
|
annotation |
documentation | Information about spatial, vertical, and temporal extent |
|
source |
<complexType name="EX_Extent_Type">
<annotation>
<documentation>Information about spatial, vertical, and temporal extent</documentation>
</annotation>
<complexContent>
<extension base="gco:AbstractObject_Type">
<sequence>
<element name="description" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<element name="geographicElement" type="gmd:EX_GeographicExtent_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
<element name="temporalElement" type="gmd:EX_TemporalExtent_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
<element name="verticalElement" type="gmd:EX_VerticalExtent_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType> |