ows:ServiceIdentification
General metadata for this specific server. This XML Schema of this section shall be the same for all OWS.
Element information
Namespace: http://niem.gov/niem/external/ogc-ows/1.0.0/dhs-gmo/1.0.0
Schema document: external/ogc-ows/1.0.0/dhs-gmo/1.0.0/ows.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- ows:Title [0..1] Title of this resource, normally used for display to a human.
- ows:Abstract [0..1] Brief narrative description of this resource, normally used for display to a human.
- ows:Keywords [0..*]
- ows:ServiceType [1..1] 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.
- ows:ServiceTypeVersion [1..*] 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.
- ows:Fees [0..1] If this element is omitted, no meaning is implied.
- ows:AccessConstraints [0..*] 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.
from type ows:DescriptionType
Attributes
None
Used in
- Type ows:CapabilitiesBaseType
- Type wfs:WFS_CapabilitiesType via extension of ows:CapabilitiesBaseType (Element wfs:WFS_Capabilities)
Sample instance
<ows:ServiceIdentification> <ows:Title>string</ows:Title> <ows:Abstract>string</ows:Abstract> <ows:Keywords> <ows:Keyword>string</ows:Keyword> <ows:Type>string</ows:Type> </ows:Keywords> <ows:ServiceType>string</ows:ServiceType> <ows:ServiceTypeVersion>string</ows:ServiceTypeVersion> <ows:Fees>string</ows:Fees> <ows:AccessConstraints>string</ows:AccessConstraints> </ows:ServiceIdentification>