Definition Type: Element
Name: ServiceIdentification
Namespace: http://niem.gov/niem/external/ogc-ows/1.0.0/dhs-gmo/1.0.0
Type: ows:DescriptionType
Containing Schema: ows.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 ows_xsd Drilldown into Fees in schema ows_xsd Drilldown into ServiceTypeVersion in schema ows_xsd Drilldown into ServiceType in schema ows_xsd Drilldown into Keywords in schema ows_xsd Drilldown into Abstract in schema ows_xsd Drilldown into Title in schema ows_xsd Drilldown into DescriptionType in schema ows_xsdXSD Diagram of ServiceIdentification in schema ows_xsd (National Information Exchange Model (NEIM))
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 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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Title ows:Title 0 (1)
Abstract ows:Abstract 0 (1)
Keywords ows:Keywords 0 unbounded
ServiceType ows:ServiceType (1) (1)
ServiceTypeVersion ows:ServiceTypeVersion (1) unbounded
Fees ows:Fees 0 (1)
AccessConstraints ows:AccessConstraints 0 unbounded
Collapse Derivation Tree: