gml.xsd

来自「由国外的一个著名的geonetwork修改而来」· XSD 代码 · 共 19 行

XSD
19
字号
<?xml version="1.0" encoding="UTF-8"?><schema targetNamespace="http://www.opengis.net/gml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:sch="http://www.ascc.net/xml/schematron" xmlns:gml="http://www.opengis.net/gml"        xmlns:xlink="http://www.w3.org/1999/xlink" elementFormDefault="qualified" attributeFormDefault="unqualified" version="3.1.1">	<annotation>		<appinfo source="urn:opengis:specification:gml:schema-xsd:gml:3.1.1">gml.xsd</appinfo>		<documentation>Top level GML schema    Copyright (c) 2002-2005 OGC, All Rights Reserved.	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr</documentation>	</annotation>	<!-- ====================================================================== -->	<include schemaLocation="dynamicFeature.xsd"/>	<include schemaLocation="topology.xsd"/>	<include schemaLocation="coverage.xsd"/>	<include schemaLocation="coordinateReferenceSystems.xsd"/>	<include schemaLocation="observation.xsd"/>	<include schemaLocation="defaultStyle.xsd"/>	<include schemaLocation="temporalReferenceSystems.xsd"/>	<!-- ====================================================================== --></schema>

⌨️ 快捷键说明

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