feature.xsd.svn-base

来自「由国外的一个著名的geonetwork修改而来」· SVN-BASE 代码 · 共 29 行

SVN-BASE
29
字号
<?xml version="1.0" encoding="UTF-8"?><schema targetNamespace="http://www.opengis.net/gml" xmlns:gml="http://www.opengis.net/gml" xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="3.2.0">	<annotation>		<appinfo source="urn:ogc:specification:gml:schema-xsd:feature:3.2.0">feature.xsd</appinfo>		<documentation>See ISO/DIS 19136 Clause 9.A GML feature is a (representation of a) identifiable real-world object in a selected domain of discourse. The feature schema provides a framework for the creation of GML features and feature collections.</documentation>	</annotation>	<include schemaLocation="geometryAggregates.xsd"/>	<include schemaLocation="temporal.xsd"/>	<complexType name="AbstractFeatureType" abstract="true">		<annotation>			<documentation>The basic feature model is given by the gml:AbstractFeatureType.The content model for gml:AbstractFeatureType adds two specific properties suitable for geographic features to the content model defined in gml:AbstractGMLType. The value of the gml:boundedBy property describes an envelope that encloses the entire feature instance, and is primarily useful for supporting rapid searching for features that occur in a particular location. The value of the gml:location property describes the extent, position or relative location of the feature.</documentation>		</annotation>		<complexContent>			<extension base="gml:AbstractGMLType">				<sequence>					<element ref="gml:boundedBy" minOccurs="0"/>					<element ref="gml:location" minOccurs="0"/>				</sequence>			</extension>		</complexContent>	</complexType>	<element name="AbstractFeature" type="gml:AbstractFeatureType" abstract="true" substitutionGroup="gml:AbstractGML">		<annotation>			<documentation>This abstract element serves as the head of a substitution group which may contain any elements whose content model is derived from gml:AbstractFeatureType.  This may be used as a variable in the construction of content models.  gml:AbstractFeature may be thought of as 鈥渁nything that is a GML feature鈥

⌨️ 快捷键说明

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