Definition Type: ComplexType
Name: BoundingBoxType
Namespace: http://niem.gov/niem/external/ogc-ows/1.0.0/dhs-gmo/1.0.0
Containing Schema: ows.xsd
Abstract
Documentation:
XML encoded minimum rectangular bounding box (or region) parameter, surrounding all the associated data. This type is adapted from the EnvelopeType of GML 3.1, with modified contents and documentation for encoding a MINIMUM size box SURROUNDING all associated data.
Collapse XSD Schema Diagram:
Drilldown into UpperCorner in schema ows_xsd Drilldown into LowerCorner in schema ows_xsd Drilldown into dimensions in schema ows_xsd Drilldown into crs in schema ows_xsdXSD Diagram of BoundingBoxType in schema ows_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="BoundingBoxType">
    <annotation>
        <documentation>XML encoded minimum rectangular bounding box (or region) parameter, surrounding all the associated data. </documentation>
        <documentation>This type is adapted from the EnvelopeType of GML 3.1, with modified contents and documentation for encoding a MINIMUM size box SURROUNDING all associated data. </documentation>
    </annotation>
    <sequence>
        <element name="LowerCorner" type="ows:PositionType">
            <annotation>
                <documentation>Position of the bounding box corner at which the value of each coordinate normally is the algebraic minimum within this bounding box. In some cases, this position is normally displayed at the top, such as the top left for some image coordinates. For more information, see Subclauses 10.2.5 and C.13. </documentation>
            </annotation>
        </element>
        <element name="UpperCorner" type="ows:PositionType">
            <annotation>
                <documentation>Position of the bounding box corner at which the value of each coordinate normally is the algebraic maximum within this bounding box. In some cases, this position is normally displayed at the bottom, such as the bottom right for some image coordinates. For more information, see Subclauses 10.2.5 and C.13. </documentation>
            </annotation>
        </element>
    </sequence>
    <attribute name="crs" type="anyURI" use="optional">
        <annotation>
            <documentation>Usually references the definition of a CRS, as specified in [OGC Topic 2]. Such a CRS definition can be XML encoded using the gml:CoordinateReferenceSystemType in [GML 3.1]. For well known references, it is not required that a CRS definition exist at the location the URI points to. If no anyURI value is included, the applicable CRS must be either:
a)	Specified outside the bounding box, but inside a data structure that includes this bounding box, as specified for a specific OWS use of this bounding box type.
b)	Fixed and specified in the Implementation Specification for a specific OWS use of the bounding box type. </documentation>
        </annotation>
    </attribute>
    <attribute name="dimensions" type="positiveInteger" use="optional">
        <annotation>
            <documentation>The number of dimensions in this CRS (the length of a coordinate sequence in this use of the PositionType). This number is specified by the CRS definition, but can also be specified here. </documentation>
        </annotation>
    </attribute>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LowerCorner ows:LowerCorner (1) (1)
UpperCorner ows:UpperCorner (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
crs ows:crs Optional
dimensions ows:dimensions Optional
Collapse Derivation Tree:
Collapse References:
ows:BoundingBoxows:WGS84BoundingBoxType,