ows:BoundingBox
Element information
Namespace: http://niem.gov/niem/external/ogc-ows/1.0.0/dhs-gmo/1.0.0
Schema document: external/ogc-ows/1.0.0/dhs-gmo/1.0.0/ows.xsd
Type: ows:BoundingBoxType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ows:LowerCorner [1..1] 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.
- ows:UpperCorner [1..1] 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.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
crs | [0..1] | xsd:anyURI | 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. | |
dimensions | [0..1] | xsd:positiveInteger | 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. |
Used in
Substitution hierarchy
- ows:BoundingBox
- can be substituted with ows:WGS84BoundingBox
Sample instance
<ows:BoundingBox> <ows:LowerCorner>1.0 1.0</ows:LowerCorner> <ows:UpperCorner>1.0 1.0</ows:UpperCorner> </ows:BoundingBox>