exceptions_1_3_0.xsd

来自「Sharp Map 用于制作GIS系统S harp Map 用于制作GIS系统S」· XSD 代码 · 共 29 行

XSD
29
字号
<?xml version="1.0" encoding="UTF-8"?><xsd:schema    targetNamespace="http://www.opengis.net/ogc"    xmlns:ogc="http://www.opengis.net/ogc"    xmlns:xsd="http://www.w3.org/2001/XMLSchema"    elementFormDefault="qualified">    <xsd:element name="ServiceExceptionReport">       <xsd:complexType>          <xsd:sequence>             <xsd:element name="ServiceException"                          type="ogc:ServiceExceptionType"                          minOccurs="0" maxOccurs="unbounded"/>          </xsd:sequence>          <xsd:attribute name="version" type="xsd:string" fixed="1.3.0"/>       </xsd:complexType>    </xsd:element>    <xsd:complexType name="ServiceExceptionType">       <xsd:simpleContent>          <xsd:extension base="xsd:string">             <xsd:attribute name="code" type="xsd:string"/>             <xsd:attribute name="locator" type="xsd:string"/>          </xsd:extension>       </xsd:simpleContent>    </xsd:complexType></xsd:schema>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?