Definition Type: ComplexType
Name: ContentsBaseType
Namespace: http://www.opengis.net/ows/1.1
Containing Schema: owsContents.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into OtherSource in schema owscontents_xsd Drilldown into DatasetDescriptionSummary in schema owscontents_xsdXSD Diagram of ContentsBaseType in schema owscontents_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DatasetDescriptionSummary ows:DatasetDescriptionSummary 0 unbounded
OtherSource ows:OtherSource 0 unbounded