complexType ExtentType
diagram index_p1580.png
namespace http://www.opengis.net/gml
children gml:description gml:boundingBox gml:boundingPolygon gml:verticalExtent gml:temporalExtent
used by
element validArea
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", and/or temporalExtent" element can be included, with more than one meaning the union of the individual domains.
source <xs:complexType name="ExtentType">
 
<xs:annotation>
   
<xs: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", and/or temporalExtent" element can be included, with more than one meaning the union of the individual domains.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element ref="gml:description" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Description of spatial and/or temporal extent of this object.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:choice>
     
<xs:annotation>
       
<xs:documentation>Geographic domain of this reference system object.</xs:documentation>
     
</xs:annotation>
     
<xs:element ref="gml:boundingBox" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Unordered list of bounding boxes (or envelopes) whose union describes the spatial domain of this object.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element ref="gml:boundingPolygon" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Unordered list of bounding polygons whose union describes the spatial domain of this object.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:choice>
   
<xs:element ref="gml:verticalExtent" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Unordered list of vertical intervals whose union describes the spatial domain of this object.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element ref="gml:temporalExtent" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Unordered list of time periods whose union describes the spatial domain of this object.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy