<element name="ServiceIdentification">
<annotation>
<documentation>General metadata for this specific server. This XML Schema of this section shall be the same for all OWS. </documentation>
</annotation>
<complexType>
<complexContent>
<extension base="ows:DescriptionType">
<sequence>
<element name="ServiceType" type="ows:CodeType">
<annotation>
<documentation>A service type name from a registry of services. For example, the values of the codeSpace URI and name and code string may be "OGC" and "catalogue." This type name is normally used for machine-to-machine communication. </documentation>
</annotation>
</element>
<element name="ServiceTypeVersion" type="ows:VersionType" maxOccurs="unbounded">
<annotation>
<documentation>Unordered list of one or more versions of this service type implemented by this server. This information is not adequate for version negotiation, and shall not be used for that purpose. </documentation>
</annotation>
</element>
<element ref="ows:Fees" minOccurs="0">
<annotation>
<documentation>If this element is omitted, no meaning is implied. </documentation>
</annotation>
</element>
<element ref="ows:AccessConstraints" minOccurs="0" maxOccurs="unbounded">
<annotation>
<documentation>Unordered list of access constraints applied to assure the protection of privacy or intellectual property, and any other restrictions on retrieving or using data from or otherwise using this server. The reserved value NONE (case insensitive) shall be used to mean no access constraints are imposed. If this element is omitted, no meaning is implied. </documentation>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
|