<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>
|