Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Included schema owsContents.xsd
Namespace http://www.opengis.net/ows/2.0
Annotations
This XML Schema Document encodes the typical Contents
section of an OWS service metadata (Capabilities) document. This Schema
can be built upon to define the Contents section for a specific OWS. If
the ContentsBaseType in this XML Schema cannot be restricted and extended
to define the Contents section for a specific OWS, all other relevant
parts defined in owsContents.xsd shall be used by the "ContentsType" in
the wxsContents.xsd prepared for the specific OWS.
    
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:DatasetDescriptionSummary
Namespace http://www.opengis.net/ows/2.0
Diagram
Diagram ows19115subset_xsd.tmp#Title ows19115subset_xsd.tmp#Abstract ows19115subset_xsd.tmp#Keywords owsDataIdentification_xsd.tmp#DescriptionType owsCommon_xsd.tmp#WGS84BoundingBox owsContents_xsd.tmp#DatasetDescriptionSummaryBaseType_Identifier owsCommon_xsd.tmp#BoundingBox owsCommon_xsd.tmp#Metadata owsContents_xsd.tmp#DatasetDescriptionSummary owsContents_xsd.tmp#DatasetDescriptionSummaryBaseType
Type ows:DatasetDescriptionSummaryBaseType
Type hierarchy
Properties
content complex
Used by
Model
Children ows:Abstract, ows:BoundingBox, ows:DatasetDescriptionSummary, ows:Identifier, ows:Keywords, ows:Metadata, ows:Title, ows:WGS84BoundingBox
Instance
<ows:DatasetDescriptionSummary xmlns:ows="http://www.opengis.net/ows/2.0">
  <ows:Title xml:lang="">{0,unbounded}</ows:Title>
  <ows:Abstract xml:lang="">{0,unbounded}</ows:Abstract>
  <ows:Keywords>{0,unbounded}</ows:Keywords>
  <ows:WGS84BoundingBox crs="urn:ogc:def:crs:OGC:2:84" dimensions="2">{0,unbounded}</ows:WGS84BoundingBox>
  <ows:Identifier codeSpace="">{1,1}</ows:Identifier>
  <ows:BoundingBox crs="" dimensions="">{0,unbounded}</ows:BoundingBox>
  <ows:Metadata about="" xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</ows:Metadata>
  <ows:DatasetDescriptionSummary>{0,unbounded}</ows:DatasetDescriptionSummary>
</ows:DatasetDescriptionSummary>
Source
<element name="DatasetDescriptionSummary" type="ows:DatasetDescriptionSummaryBaseType"/>
Element ows:DatasetDescriptionSummaryBaseType / ows:Identifier
Namespace http://www.opengis.net/ows/2.0
Annotations
Unambiguous identifier or name of this coverage,
unique for this server.
Diagram
Diagram ows19115subset_xsd.tmp#CodeType_codeSpace ows19115subset_xsd.tmp#CodeType
Type ows:CodeType
Properties
content complex
Attributes
QName Type Use
codeSpace anyURI optional
Source
<element name="Identifier" type="ows:CodeType">
  <annotation>
    <documentation>Unambiguous identifier or name of this coverage, unique for this server.</documentation>
  </annotation>
</element>
Element ows:OtherSource
Namespace http://www.opengis.net/ows/2.0
Annotations
Reference to a source of metadata describing coverage
offerings available from this server. This parameter can reference a
catalogue server from which dataset metadata is available. This ability
is expected to be used by servers with thousands or millions of
datasets, for which searching a catalogue is more feasible than fetching
a long Capabilities XML document. When no DatasetDescriptionSummaries
are included, and one or more catalogue servers are referenced, this set
of catalogues shall contain current metadata summaries for all the
datasets currently available from this OWS server, with the metadata for
each such dataset referencing this OWS server.
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
Complex Type ows:ContentsBaseType
Model
Children ows:AbstractMetaData
Instance
<ows:OtherSource 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:OtherSource>
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="OtherSource" type="ows:MetadataType">
  <annotation>
    <documentation>Reference to a source of metadata describing coverage offerings available from this server. This parameter can reference a catalogue server from which dataset metadata is available. This ability is expected to be used by servers with thousands or millions of datasets, for which searching a catalogue is more feasible than fetching a long Capabilities XML document. When no DatasetDescriptionSummaries are included, and one or more catalogue servers are referenced, this set of catalogues shall contain current metadata summaries for all the datasets currently available from this OWS server, with the metadata for each such dataset referencing this OWS server.</documentation>
  </annotation>
</element>
Complex Type ows:ContentsBaseType
Namespace http://www.opengis.net/ows/2.0
Annotations
Contents of typical Contents section of an OWS service
metadata (Capabilities) document. This type shall be extended and/or
restricted if needed for specific OWS use to include the specific
metadata needed.
Diagram
Diagram owsContents_xsd.tmp#DatasetDescriptionSummary owsContents_xsd.tmp#OtherSource
Model
Children ows:DatasetDescriptionSummary, ows:OtherSource
Source
<complexType name="ContentsBaseType">
  <annotation>
    <documentation>Contents of typical Contents section of an OWS service metadata (Capabilities) document. This type shall be extended and/or restricted if needed for specific OWS use to include the specific metadata needed.</documentation>
  </annotation>
  <sequence>
    <element ref="ows:DatasetDescriptionSummary" minOccurs="0" maxOccurs="unbounded">
      <annotation>
        <documentation>Unordered set of summary descriptions for the datasets available from this OWS server. This set shall be included unless another source is referenced and all this metadata is available from that source.</documentation>
      </annotation>
    </element>
    <element ref="ows:OtherSource" minOccurs="0" maxOccurs="unbounded">
      <annotation>
        <documentation>Unordered set of references to other sources of metadata describing the coverage offerings available from this server.</documentation>
      </annotation>
    </element>
  </sequence>
</complexType>
Complex Type ows:DatasetDescriptionSummaryBaseType
Namespace http://www.opengis.net/ows/2.0
Annotations
Typical dataset metadata in typical Contents section of
an OWS service metadata (Capabilities) document. This type shall be
extended and/or restricted if needed for specific OWS use, to include
the specific Dataset description metadata needed.
Diagram
Diagram ows19115subset_xsd.tmp#Title ows19115subset_xsd.tmp#Abstract ows19115subset_xsd.tmp#Keywords owsDataIdentification_xsd.tmp#DescriptionType owsCommon_xsd.tmp#WGS84BoundingBox owsContents_xsd.tmp#DatasetDescriptionSummaryBaseType_Identifier owsCommon_xsd.tmp#BoundingBox owsCommon_xsd.tmp#Metadata owsContents_xsd.tmp#DatasetDescriptionSummary
Type extension of ows:DescriptionType
Type hierarchy
Used by
Model
Children ows:Abstract, ows:BoundingBox, ows:DatasetDescriptionSummary, ows:Identifier, ows:Keywords, ows:Metadata, ows:Title, ows:WGS84BoundingBox
Source
<complexType name="DatasetDescriptionSummaryBaseType">
  <annotation>
    <documentation>Typical dataset metadata in typical Contents section of an OWS service metadata (Capabilities) document. This type shall be extended and/or restricted if needed for specific OWS use, to include the specific Dataset description metadata needed.</documentation>
  </annotation>
  <complexContent>
    <extension base="ows:DescriptionType">
      <sequence>
        <element ref="ows:WGS84BoundingBox" minOccurs="0" maxOccurs="unbounded">
          <annotation>
            <documentation>Unordered list of zero or more minimum bounding rectangles surrounding coverage data, using the WGS 84 CRS with decimal degrees and longitude before latitude. If no WGS 84 bounding box is recorded for a coverage, any such bounding boxes recorded for a higher level in a hierarchy of datasets shall apply to this coverage. If WGS 84 bounding box(es) are recorded for a coverage, any such bounding boxes recorded for a higher level in a hierarchy of datasets shall be ignored. For each lowest-level coverage in a hierarchy, at least one applicable WGS84BoundingBox shall be either recorded or inherited, to simplify searching for datasets that might overlap a specified region. If multiple WGS 84 bounding boxes are included, this shall be interpreted as the union of the areas of these bounding boxes.</documentation>
          </annotation>
        </element>
        <element name="Identifier" type="ows:CodeType">
          <annotation>
            <documentation>Unambiguous identifier or name of this coverage, unique for this server.</documentation>
          </annotation>
        </element>
        <element ref="ows:BoundingBox" minOccurs="0" maxOccurs="unbounded">
          <annotation>
            <documentation>Unordered list of zero or more minimum bounding rectangles surrounding coverage data, in AvailableCRSs. Zero or more BoundingBoxes are allowed in addition to one or more WGS84BoundingBoxes to allow more precise specification of the Dataset area in AvailableCRSs. These Bounding Boxes shall not use any CRS not listed as an AvailableCRS. However, an AvailableCRS can be listed without a corresponding Bounding Box. If no such bounding box is recorded for a coverage, any such bounding boxes recorded for a higher level in a hierarchy of datasets shall apply to this coverage. If such bounding box(es) are recorded for a coverage, any such bounding boxes recorded for a higher level in a hierarchy of datasets shall be ignored. If multiple bounding boxes are included with the same CRS, this shall be interpreted as the union of the areas of these bounding boxes.</documentation>
          </annotation>
        </element>
        <element ref="ows:Metadata" minOccurs="0" maxOccurs="unbounded">
          <annotation>
            <documentation>Optional unordered list of additional metadata about this dataset. A list of optional metadata elements for this dataset description could be specified in the Implementation Specification for this service.</documentation>
          </annotation>
        </element>
        <element ref="ows:DatasetDescriptionSummary" minOccurs="0" maxOccurs="unbounded">
          <annotation>
            <documentation>Metadata describing zero or more unordered subsidiary datasets available from this server.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>