Definition Type: ComplexType
Name: BoxType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractGeometryType
Containing Schema: geometry.xsd
Abstract False
Documentation:
The Box structure defines an extent using a pair of coordinate tuples.
Collapse XSD Schema Diagram:
Drilldown into coordinates Drilldown into coord Drilldown into srsName Drilldown into gid Drilldown into AbstractGeometryTypeXSD Diagram of BoxType
Collapse XSD Schema Code:
<complexType name="BoxType">
    <annotation>
        <documentation>

        The Box structure defines an extent using a pair of coordinate tuples.

      </documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractGeometryType">
            <sequence>
                <choice>
                    <element ref="gml:coord" minOccurs="2" maxOccurs="2" />
                    <element ref="gml:coordinates" />
                </choice>
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
coord gml:coord 2 2
coordinates gml:coordinates (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
gid gml:gid Optional
srsName gml:srsName Optional
Collapse Derivation Tree:
Collapse References:
gml:Box
Collapse Comments:
blog comments powered by Disqus