<complexType name="ExtentType">
<annotation>
<documentation>Information about the spatial, vertical, and/or temporal extent of a reference system object. Constraints: At least one of the elements "description", "boundingBox", "boundingPolygon", "verticalExtent", and temporalExtent" must be included, but more that one can be included when appropriate. Furthermore, more than one "boundingBox", "boundingPolygon", "verticalExtent", or temporalExtent" element can be included, with more than one meaning the union of the individual domains. </documentation>
</annotation>
<sequence>
<element ref="gml:description" minOccurs="0">
<annotation>
<documentation>Description of spatial and/or temporal extent of this object. </documentation>
</annotation>
</element>
<choice minOccurs="0" maxOccurs="unbounded">
<annotation>
<documentation>Geographic domain of this reference system object. </documentation>
</annotation>
<element name="boundingBox" type="gml:EnvelopeType">
<annotation>
<documentation>Bounding box (or envelope) spatial domain of this object. </documentation>
</annotation>
</element>
<element name="boundingPolygon" type="gml:PolygonType">
<annotation>
<documentation>Bounding polygon horizontal spatial domain of this object. </documentation>
</annotation>
</element>
</choice>
<element name="verticalExtent" type="gml:EnvelopeType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<documentation>Vertical spatial domain of this object. </documentation>
</annotation>
</element>
<element name="temporalExtent" type="gml:TimePeriodType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<documentation>Time period domain of this object. </documentation>
</annotation>
</element>
</sequence>
</complexType>
|