<complexType name="EnvelopeType">
<annotation>
<documentation>Envelope defines an extent using a pair of positions defining opposite corners in arbitrary dimensions.</documentation>
</annotation>
<complexContent>
<extension base="gml:AbstractGeometryType">
<sequence>
<choice>
<element ref="gml:coord" minOccurs="2" maxOccurs="2">
<annotation>
<appinfo>deprecated</appinfo>
<documentation>deprecated with GML version 3.0</documentation>
</annotation>
</element>
<element ref="gml:pos" minOccurs="2" maxOccurs="2" />
<element ref="gml:coordinates" />
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
|