exceptions_1_3_0.xsd
来自「完整的sharpmap源程序」· 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 + -
显示快捷键?