Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Included schema owsCommon.xsd
Namespace http://www.opengis.net/ows/2.0
Annotations
This XML Schema Document encodes various parameters and
parameter types that can be used in OWS operation requests and responses.
    
OWS is an OGC Standard.
Copyright (c) 2009 Open Geospatial Consortium.
To obtain additional rights of use, visit http://www.opengeospatial.org/legal/
Properties
attribute form default unqualified
element form default qualified
version 2.0.2
Element ows:Metadata
Namespace http://www.opengis.net/ows/2.0
Diagram
Diagram xlink_xsd.tmp#simpleAttrs owsCommon_xsd.tmp#MetadataType_about owsCommon_xsd.tmp#AbstractMetaData owsCommon_xsd.tmp#MetadataType
Type ows:MetadataType
Properties
content complex
Used by
Model
Children ows:AbstractMetaData
Instance
<ows:Metadata about="" xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:ows="http://www.opengis.net/ows/2.0">
  <ows:AbstractMetaData>{0,1}</ows:AbstractMetaData>
</ows:Metadata>
Attributes
QName Type Fixed Use Annotation
about anyURI optional
Optional reference to the aspect of the element which
includes this "metadata" element that this metadata provides more
information about.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="Metadata" type="ows:MetadataType"/>
Element ows:AbstractMetaData
Namespace http://www.opengis.net/ows/2.0
Annotations
Abstract element containing more metadata about the
element that includes the containing "metadata" element. A specific
server implementation, or an Implementation Specification, can define
concrete elements in the AbstractMetaData substitution
group.
Diagram
Diagram
Properties
abstract true
Used by
Complex Type ows:MetadataType
Source
<element name="AbstractMetaData" abstract="true">
  <annotation>
    <documentation>Abstract element containing more metadata about the element that includes the containing "metadata" element. A specific server implementation, or an Implementation Specification, can define concrete elements in the AbstractMetaData substitution group.</documentation>
  </annotation>
</element>
Element ows:BoundingBox
Namespace http://www.opengis.net/ows/2.0
Diagram
Diagram owsCommon_xsd.tmp#BoundingBoxType_crs owsCommon_xsd.tmp#BoundingBoxType_dimensions owsCommon_xsd.tmp#BoundingBoxType_LowerCorner owsCommon_xsd.tmp#BoundingBoxType_UpperCorner owsCommon_xsd.tmp#BoundingBoxType owsCommon_xsd.tmp#WGS84BoundingBox
Type ows:BoundingBoxType
Properties
content complex
Substitution Group
Used by
Model
Children ows:LowerCorner, ows:UpperCorner
Instance
<ows:BoundingBox crs="" dimensions="" xmlns:ows="http://www.opengis.net/ows/2.0">
  <ows:LowerCorner>{1,1}</ows:LowerCorner>
  <ows:UpperCorner>{1,1}</ows:UpperCorner>
</ows:BoundingBox>
Attributes
QName Type Use Annotation
crs anyURI optional
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 positiveInteger optional
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.
Source
<element name="BoundingBox" type="ows:BoundingBoxType"/>
Element ows:BoundingBoxType / ows:LowerCorner
Namespace http://www.opengis.net/ows/2.0
Annotations
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.
Diagram
Diagram owsCommon_xsd.tmp#PositionType
Type ows:PositionType
Properties
content simple
Source
<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 ows:BoundingBoxType / ows:UpperCorner
Namespace http://www.opengis.net/ows/2.0
Annotations
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.
Diagram
Diagram owsCommon_xsd.tmp#PositionType
Type ows:PositionType
Properties
content simple
Source
<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>
Element ows:WGS84BoundingBox
Namespace http://www.opengis.net/ows/2.0
Diagram
Diagram owsCommon_xsd.tmp#BoundingBoxType_crs owsCommon_xsd.tmp#BoundingBoxType_dimensions owsCommon_xsd.tmp#BoundingBoxType_LowerCorner owsCommon_xsd.tmp#BoundingBoxType_UpperCorner owsCommon_xsd.tmp#BoundingBoxType owsCommon_xsd.tmp#WGS84BoundingBoxType_crs owsCommon_xsd.tmp#WGS84BoundingBoxType_dimensions owsCommon_xsd.tmp#WGS84BoundingBoxType_LowerCorner owsCommon_xsd.tmp#WGS84BoundingBoxType_UpperCorner owsCommon_xsd.tmp#WGS84BoundingBoxType owsCommon_xsd.tmp#BoundingBox
Type ows:WGS84BoundingBoxType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children ows:LowerCorner, ows:UpperCorner
Instance
<ows:WGS84BoundingBox crs="urn:ogc:def:crs:OGC:2:84" dimensions="2" xmlns:ows="http://www.opengis.net/ows/2.0">
  <ows:LowerCorner>{1,1}</ows:LowerCorner>
  <ows:UpperCorner>{1,1}</ows:UpperCorner>
</ows:WGS84BoundingBox>
Attributes
QName Type Fixed Use Annotation
crs anyURI urn:ogc:def:crs:OGC:2:84 optional
This attribute can be included when considered
useful. When included, this attribute shall reference the 2D WGS
84 coordinate reference system with longitude before latitude and
decimal values of longitude and latitude.
dimensions positiveInteger 2 optional
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.
Source
<element name="WGS84BoundingBox" type="ows:WGS84BoundingBoxType" substitutionGroup="ows:BoundingBox"/>
Element ows:WGS84BoundingBoxType / ows:LowerCorner
Namespace http://www.opengis.net/ows/2.0
Annotations
Position of the bounding box corner at which the
values of longitude and latitude normally are the algebraic
minimums within this bounding box. For more information, see
Subclauses 10.4.5 and C.13.
Diagram
Diagram owsCommon_xsd.tmp#PositionType2D
Type ows:PositionType2D
Type hierarchy
Properties
content simple
Facets
length 2
Source
<element name="LowerCorner" type="ows:PositionType2D">
  <annotation>
    <documentation>Position of the bounding box corner at which the values of longitude and latitude normally are the algebraic minimums within this bounding box. For more information, see Subclauses 10.4.5 and C.13.</documentation>
  </annotation>
</element>
Element ows:WGS84BoundingBoxType / ows:UpperCorner
Namespace http://www.opengis.net/ows/2.0
Annotations
Position of the bounding box corner at which the
values of longitude and latitude normally are the algebraic
minimums within this bounding box. For more information, see
Subclauses 10.4.5 and C.13.
Diagram
Diagram owsCommon_xsd.tmp#PositionType2D
Type ows:PositionType2D
Type hierarchy
Properties
content simple
Facets
length 2
Source
<element name="UpperCorner" type="ows:PositionType2D">
  <annotation>
    <documentation>Position of the bounding box corner at which the values of longitude and latitude normally are the algebraic minimums within this bounding box. For more information, see Subclauses 10.4.5 and C.13.</documentation>
  </annotation>
</element>
Simple Type ows:VersionType
Namespace http://www.opengis.net/ows/2.0
Annotations
Specification version for OWS operation. The string value
shall contain one x.y.z "version" value (e.g., "2.1.3"). A version
number shall contain three non-negative integers separated by decimal
points, in the form "x.y.z". The integers y and z shall not exceed 99.
Each version shall be for the Implementation Specification (document)
and the associated XML Schemas to which requested operations will
conform. An Implementation Specification version normally specifies XML
Schemas against which an XML encoded operation response must conform and
should be validated. See Version negotiation subclause for more
information.
Diagram
Diagram
Type restriction of string
Facets
pattern \d+\.\d?\d\.\d?\d
Used by
Source
<simpleType name="VersionType">
  <annotation>
    <documentation>Specification version for OWS operation. The string value shall contain one x.y.z "version" value (e.g., "2.1.3"). A version number shall contain three non-negative integers separated by decimal points, in the form "x.y.z". The integers y and z shall not exceed 99. Each version shall be for the Implementation Specification (document) and the associated XML Schemas to which requested operations will conform. An Implementation Specification version normally specifies XML Schemas against which an XML encoded operation response must conform and should be validated. See Version negotiation subclause for more information.</documentation>
  </annotation>
  <restriction base="string">
    <pattern value="\d+\.\d?\d\.\d?\d"/>
  </restriction>
</simpleType>
Simple Type ows:MimeType
Namespace http://www.opengis.net/ows/2.0
Annotations
XML encoded identifier of a standard MIME type, possibly
a parameterized MIME type.
Diagram
Diagram
Type restriction of string
Facets
pattern (application|audio|image|text|video|message|multipart|model)/.+(;\s*.+=.+)*
Used by
Source
<simpleType name="MimeType">
  <annotation>
    <documentation>XML encoded identifier of a standard MIME type, possibly a parameterized MIME type.</documentation>
  </annotation>
  <restriction base="string">
    <pattern value="(application|audio|image|text|video|message|multipart|model)/.+(;\s*.+=.+)*"/>
  </restriction>
</simpleType>
Complex Type ows:MetadataType
Namespace http://www.opengis.net/ows/2.0
Annotations
This element either references or contains more metadata
about the element that includes this element. To reference metadata
stored remotely, at least the xlinks:href attribute in xlink:simpleAttrs
shall be included. Either at least one of the attributes in
xlink:simpleAttrs or a substitute for the AbstractMetaData element shall
be included, but not both. An Implementation Specification can restrict
the contents of this element to always be a reference or always contain
metadata. (Informative: This element was adapted from the
metaDataProperty element in GML 3.0.)
Diagram
Diagram xlink_xsd.tmp#simpleAttrs owsCommon_xsd.tmp#MetadataType_about owsCommon_xsd.tmp#AbstractMetaData
Used by
Model
Children ows:AbstractMetaData
Attributes
QName Type Fixed Use Annotation
about anyURI optional
Optional reference to the aspect of the element which
includes this "metadata" element that this metadata provides more
information about.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<complexType name="MetadataType">
  <annotation>
    <documentation>This element either references or contains more metadata about the element that includes this element. To reference metadata stored remotely, at least the xlinks:href attribute in xlink:simpleAttrs shall be included. Either at least one of the attributes in xlink:simpleAttrs or a substitute for the AbstractMetaData element shall be included, but not both. An Implementation Specification can restrict the contents of this element to always be a reference or always contain metadata. (Informative: This element was adapted from the metaDataProperty element in GML 3.0.)</documentation>
  </annotation>
  <sequence>
    <element ref="ows:AbstractMetaData" minOccurs="0"/>
  </sequence>
  <attributeGroup ref="xlink:simpleAttrs">
    <annotation>
      <documentation>Reference to metadata recorded elsewhere, either external to this XML document or within it. Whenever practical, the xlink:href attribute with type anyURI should include a URL from which this metadata can be electronically retrieved.</documentation>
    </annotation>
  </attributeGroup>
  <attribute name="about" type="anyURI" use="optional">
    <annotation>
      <documentation>Optional reference to the aspect of the element which includes this "metadata" element that this metadata provides more information about.</documentation>
    </annotation>
  </attribute>
</complexType>
Complex Type ows:BoundingBoxType
Namespace http://www.opengis.net/ows/2.0
Annotations
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.
Diagram
Diagram owsCommon_xsd.tmp#BoundingBoxType_crs owsCommon_xsd.tmp#BoundingBoxType_dimensions owsCommon_xsd.tmp#BoundingBoxType_LowerCorner owsCommon_xsd.tmp#BoundingBoxType_UpperCorner
Used by
Model
Children ows:LowerCorner, ows:UpperCorner
Attributes
QName Type Use Annotation
crs anyURI optional
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 positiveInteger optional
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.
Source
<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>
Simple Type ows:PositionType
Namespace http://www.opengis.net/ows/2.0
Annotations
Position instances hold the coordinates of a position in
a coordinate reference system (CRS) referenced by the related "crs"
attribute or elsewhere. For an angular coordinate axis that is
physically continuous for multiple revolutions, but whose recorded
values can be discontinuous, special conditions apply when the bounding
box is continuous across the value discontinuity: a) If the bounding box
is continuous clear around this angular axis, then ordinate values of
minus and plus infinity shall be used. b) If the bounding box is
continuous across the value discontinuity but is not continuous clear
around this angular axis, then some non-normal value can be used if
specified for a specific OWS use of the BoundingBoxType. For more
information, see Subclauses 10.2.5 and C.13.
This type is adapted from DirectPositionType and
doubleList of GML 3.1. The adaptations include omission of all the
attributes, since the needed information is included in the
BoundingBoxType.
Diagram
Diagram
Type list of double
Used by
Source
<simpleType name="PositionType">
  <annotation>
    <documentation>Position instances hold the coordinates of a position in a coordinate reference system (CRS) referenced by the related "crs" attribute or elsewhere. For an angular coordinate axis that is physically continuous for multiple revolutions, but whose recorded values can be discontinuous, special conditions apply when the bounding box is continuous across the value discontinuity: a) If the bounding box is continuous clear around this angular axis, then ordinate values of minus and plus infinity shall be used. b) If the bounding box is continuous across the value discontinuity but is not continuous clear around this angular axis, then some non-normal value can be used if specified for a specific OWS use of the BoundingBoxType. For more information, see Subclauses 10.2.5 and C.13.</documentation>
    <documentation>This type is adapted from DirectPositionType and doubleList of GML 3.1. The adaptations include omission of all the attributes, since the needed information is included in the BoundingBoxType.</documentation>
  </annotation>
  <list itemType="double"/>
</simpleType>
Complex Type ows:WGS84BoundingBoxType
Namespace http://www.opengis.net/ows/2.0
Annotations
XML encoded minimum rectangular bounding box (or region)
parameter, surrounding all the associated data. This box is specialized
for use with the 2D WGS 84 coordinate reference system with decimal
values of longitude and latitude.
This type is adapted from the general BoundingBoxType,
with modified contents and documentation for use with the 2D WGS 84
coordinate reference system.
Diagram
Diagram owsCommon_xsd.tmp#BoundingBoxType_crs owsCommon_xsd.tmp#BoundingBoxType_dimensions owsCommon_xsd.tmp#BoundingBoxType_LowerCorner owsCommon_xsd.tmp#BoundingBoxType_UpperCorner owsCommon_xsd.tmp#BoundingBoxType owsCommon_xsd.tmp#WGS84BoundingBoxType_crs owsCommon_xsd.tmp#WGS84BoundingBoxType_dimensions owsCommon_xsd.tmp#WGS84BoundingBoxType_LowerCorner owsCommon_xsd.tmp#WGS84BoundingBoxType_UpperCorner
Type restriction of ows:BoundingBoxType
Type hierarchy
Used by
Model
Children ows:LowerCorner, ows:UpperCorner
Attributes
QName Type Fixed Use Annotation
crs anyURI urn:ogc:def:crs:OGC:2:84 optional
This attribute can be included when considered
useful. When included, this attribute shall reference the 2D WGS
84 coordinate reference system with longitude before latitude and
decimal values of longitude and latitude.
dimensions positiveInteger 2 optional
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.
Source
<complexType name="WGS84BoundingBoxType">
  <annotation>
    <documentation>XML encoded minimum rectangular bounding box (or region) parameter, surrounding all the associated data. This box is specialized for use with the 2D WGS 84 coordinate reference system with decimal values of longitude and latitude.</documentation>
    <documentation>This type is adapted from the general BoundingBoxType, with modified contents and documentation for use with the 2D WGS 84 coordinate reference system.</documentation>
  </annotation>
  <complexContent>
    <restriction base="ows:BoundingBoxType">
      <sequence>
        <element name="LowerCorner" type="ows:PositionType2D">
          <annotation>
            <documentation>Position of the bounding box corner at which the values of longitude and latitude normally are the algebraic minimums within this bounding box. For more information, see Subclauses 10.4.5 and C.13.</documentation>
          </annotation>
        </element>
        <element name="UpperCorner" type="ows:PositionType2D">
          <annotation>
            <documentation>Position of the bounding box corner at which the values of longitude and latitude normally are the algebraic minimums within this bounding box. For more information, see Subclauses 10.4.5 and C.13.</documentation>
          </annotation>
        </element>
      </sequence>
      <attribute name="crs" type="anyURI" use="optional" fixed="urn:ogc:def:crs:OGC:2:84">
        <annotation>
          <documentation>This attribute can be included when considered useful. When included, this attribute shall reference the 2D WGS 84 coordinate reference system with longitude before latitude and decimal values of longitude and latitude.</documentation>
        </annotation>
      </attribute>
      <attribute name="dimensions" type="positiveInteger" use="optional" fixed="2">
        <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>
    </restriction>
  </complexContent>
</complexType>
Simple Type ows:PositionType2D
Namespace http://www.opengis.net/ows/2.0
Annotations
Two-dimensional position instances hold the longitude and
latitude coordinates of a position in the 2D WGS 84 coordinate reference
system. The longitude value shall be listed first, followed by the
latitude value, both in decimal degrees. Latitude values shall range
from -90 to +90 degrees, and longitude values shall normally range from
-180 to +180 degrees. For the longitude axis, special conditions apply
when the bounding box is continuous across the +/- 180 degrees meridian
longitude value discontinuity: a) If the bounding box is continuous
clear around the Earth, then longitude values of minus and plus infinity
shall be used. b) If the bounding box is continuous across the value
discontinuity but is not continuous clear around the Earth, then some
non-normal value can be used if specified for a specific OWS use of the
WGS84BoundingBoxType. For more information, see Subclauses 10.4.5 and
C.13.
Diagram
Diagram owsCommon_xsd.tmp#PositionType
Type restriction of ows:PositionType
Type hierarchy
Facets
length 2
Used by
Source
<simpleType name="PositionType2D">
  <annotation>
    <documentation>Two-dimensional position instances hold the longitude and latitude coordinates of a position in the 2D WGS 84 coordinate reference system. The longitude value shall be listed first, followed by the latitude value, both in decimal degrees. Latitude values shall range from -90 to +90 degrees, and longitude values shall normally range from -180 to +180 degrees. For the longitude axis, special conditions apply when the bounding box is continuous across the +/- 180 degrees meridian longitude value discontinuity: a) If the bounding box is continuous clear around the Earth, then longitude values of minus and plus infinity shall be used. b) If the bounding box is continuous across the value discontinuity but is not continuous clear around the Earth, then some non-normal value can be used if specified for a specific OWS use of the WGS84BoundingBoxType. For more information, see Subclauses 10.4.5 and C.13.</documentation>
  </annotation>
  <restriction base="ows:PositionType">
    <length value="2"/>
  </restriction>
</simpleType>
Attribute ows:MetadataType / @about
Namespace No namespace
Annotations
Optional reference to the aspect of the element which
includes this "metadata" element that this metadata provides more
information about.
Type anyURI
Properties
use optional
Used by
Complex Type ows:MetadataType
Source
<attribute name="about" type="anyURI" use="optional">
  <annotation>
    <documentation>Optional reference to the aspect of the element which includes this "metadata" element that this metadata provides more information about.</documentation>
  </annotation>
</attribute>
Attribute ows:BoundingBoxType / @crs
Namespace No namespace
Annotations
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.
Type anyURI
Properties
use optional
Used by
Complex Type ows:BoundingBoxType
Source
<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 ows:BoundingBoxType / @dimensions
Namespace No namespace
Annotations
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.
Type positiveInteger
Properties
use optional
Used by
Complex Type ows:BoundingBoxType
Source
<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>
Attribute ows:WGS84BoundingBoxType / @crs
Namespace No namespace
Annotations
This attribute can be included when considered
useful. When included, this attribute shall reference the 2D WGS
84 coordinate reference system with longitude before latitude and
decimal values of longitude and latitude.
Type anyURI
Properties
use optional
fixed urn:ogc:def:crs:OGC:2:84
Used by
Source
<attribute name="crs" type="anyURI" use="optional" fixed="urn:ogc:def:crs:OGC:2:84">
  <annotation>
    <documentation>This attribute can be included when considered useful. When included, this attribute shall reference the 2D WGS 84 coordinate reference system with longitude before latitude and decimal values of longitude and latitude.</documentation>
  </annotation>
</attribute>
Attribute ows:WGS84BoundingBoxType / @dimensions
Namespace No namespace
Annotations
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.
Type positiveInteger
Properties
use optional
fixed 2
Used by
Source
<attribute name="dimensions" type="positiveInteger" use="optional" fixed="2">
  <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>