Definition Type: Element
Name: ServiceIdentification
Namespace: http://www.opengis.net/ows/1.1
Type: ows:DescriptionType
Containing Schema: owsServiceIdentification.xsd
Abstract
Documentation:
General metadata for this specific server. This XML Schema of this section shall be the same for all OWS.
Collapse XSD Schema Diagram:
Drilldown into AccessConstraints in schema owsdataidentification_xsd Drilldown into Fees in schema owsdataidentification_xsd Drilldown into Profile in schema owsserviceidentification_xsd Drilldown into ServiceTypeVersion in schema owsserviceidentification_xsd Drilldown into ServiceType in schema owsserviceidentification_xsd Drilldown into Keywords in schema ows19115subset_xsd Drilldown into Abstract in schema ows19115subset_xsd Drilldown into Title in schema ows19115subset_xsd Drilldown into DescriptionType in schema owsdataidentification_xsdXSD Diagram of ServiceIdentification in schema owsserviceidentification_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<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 name="Profile" type="anyURI" minOccurs="0" maxOccurs="unbounded">
                        <annotation>
                            <documentation>Unordered list of identifiers of Application Profiles that are implemented by this server. This element should be included for each specified application profile implemented by this server. The identifier value should be specified by each Application Profile. If this element is omitted, no meaning is implied. </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. When this element is omitted, no meaning is implied. </documentation>
                        </annotation>
                    </element>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Title ows:Title 0 unbounded
Abstract ows:Abstract 0 unbounded
Keywords ows:Keywords 0 unbounded
ServiceType ows:ServiceType (1) (1)
ServiceTypeVersion ows:ServiceTypeVersion (1) unbounded
Profile ows:Profile 0 unbounded
Fees ows:Fees 0 (1)
AccessConstraints ows:AccessConstraints 0 unbounded
Collapse Derivation Tree: