📄 owsserviceprovider.xsd
字号:
<?xml version="1.0" encoding="UTF-8"?><schema targetNamespace="http://www.opengis.net/ows" xmlns:ows="http://www.opengis.net/ows" xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="1.0.0" xml:lang="en"> <annotation> <appinfo>owsServiceProvider.xsd 2005-11-21</appinfo> <documentation>This XML Schema Document encodes the common "ServiceProvider" section of the GetCapabilities operation response, known as the Capabilities XML document. This section encodes the SV_ServiceProvider class of ISO 19119 (OGC Abstract Specification Topic 12). Copyright 漏 2005 Open Geospatial Consortium, Inc. All Rights Reserved. </documentation> </annotation> <!-- ============================================================== includes and imports ============================================================== --> <include schemaLocation="ows19115subset.xsd"/> <!-- ============================================================== elements and types ============================================================== --> <element name="ServiceProvider"> <annotation> <documentation>Metadata about the organization that provides this specific service instance or server. </documentation> </annotation> <complexType> <sequence> <element name="ProviderName" type="string"> <annotation> <documentation>A unique identifier for the service provider organization. </documentation> </annotation> </element> <element name="ProviderSite" type="ows:OnlineResourceType" minOccurs="0"> <annotation> <documentation>Reference to the most relevant web site of the service provider. </documentation> </annotation> </element> <element name="ServiceContact" type="ows:ResponsiblePartySubsetType"> <annotation> <documentation>Information for contacting the service provider. The OnlineResource element within this ServiceContact element should not be used to reference a web site of the service provider. </documentation> </annotation> </element> </sequence> </complexType> </element></schema>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -