⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sort.xsd

📁 联合国农粮署牵头开发的geonetwork源代码最新版
💻 XSD
字号:
<?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"   version="1.1.0">   <xsd:include schemaLocation="expr.xsd"/>   <!-- ============================================= -->   <!-- SORTBY EXPRESSION                             -->   <!-- ============================================= -->   <xsd:element name="SortBy" type="ogc:SortByType"/>   <!-- ============================================= -->   <!-- COMPLEX TYPES                                 -->   <!-- ============================================= -->   <xsd:complexType name="SortByType">      <xsd:sequence>         <xsd:element name="SortProperty"                      type="ogc:SortPropertyType"                      maxOccurs="unbounded"/>      </xsd:sequence>   </xsd:complexType>   <xsd:complexType name="SortPropertyType">      <xsd:sequence>         <xsd:element ref="ogc:PropertyName"/>         <xsd:element name="SortOrder"                      type="ogc:SortOrderType"                      minOccurs="0"/>      </xsd:sequence>   </xsd:complexType>   <xsd:simpleType name="SortOrderType">      <xsd:restriction base="xsd:string">         <xsd:enumeration value="DESC"/>         <xsd:enumeration value="ASC"/>      </xsd:restriction>   </xsd:simpleType></xsd:schema>

⌨️ 快捷键说明

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