context:BoundingBox
Element information
Namespace: http://niem.gov/niem/external/ogc-context/1.1.0/dhs-gmo/1.0.0
Schema document: external/ogc-context/1.1.0/dhs-gmo/1.0.0/context.xsd
Type: context:BoundingBoxType
Properties: Local, Qualified
Content
- Empty content
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
SRS | [1..1] | xsd:string | ||
minx | [1..1] | xsd:decimal | ||
miny | [1..1] | xsd:decimal | ||
maxx | [1..1] | xsd:decimal | ||
maxy | [1..1] | xsd:decimal |
Used in
- Type context:GeneralType (Element context:General)
Sample instance
<context:BoundingBox SRS="string" minx="1.0" miny="1.0" maxx="1.0" maxy="1.0"/>