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

📄 capabilities_1_3_0.xsd

📁 C# 的地图开发例子(sharp map)
💻 XSD
📖 第 1 页 / 共 2 页
字号:
		</annotation>
	</element>
	<!-- ********************************************************************* -->
	<!-- **  The Layer Element.                                             ** -->
	<!-- ********************************************************************* -->
	<element name="Layer">
		<annotation>
			<documentation>        Nested list of zero or more map Layers offered by this server.      </documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="wms:Name" minOccurs="0" />
				<element ref="wms:Title" />
				<element ref="wms:Abstract" minOccurs="0" />
				<element ref="wms:KeywordList" minOccurs="0" />
				<element ref="wms:CRS" minOccurs="0" maxOccurs="unbounded" />
				<element ref="wms:EX_GeographicBoundingBox" minOccurs="0" />
				<element ref="wms:BoundingBox" minOccurs="0" maxOccurs="unbounded" />
				<element ref="wms:Dimension" minOccurs="0" maxOccurs="unbounded" />
				<element ref="wms:Attribution" minOccurs="0" />
				<element ref="wms:AuthorityURL" minOccurs="0" maxOccurs="unbounded" />
				<element ref="wms:Identifier" minOccurs="0" maxOccurs="unbounded" />
				<element ref="wms:MetadataURL" minOccurs="0" maxOccurs="unbounded" />
				<element ref="wms:DataURL" minOccurs="0" maxOccurs="unbounded" />
				<element ref="wms:FeatureListURL" minOccurs="0" maxOccurs="unbounded" />
				<element ref="wms:Style" minOccurs="0" maxOccurs="unbounded" />
				<element ref="wms:MinScaleDenominator" minOccurs="0" />
				<element ref="wms:MaxScaleDenominator" minOccurs="0" />
				<element ref="wms:Layer" minOccurs="0" maxOccurs="unbounded" />
			</sequence>
			<attribute name="queryable" type="boolean" default="0" />
			<attribute name="cascaded" type="nonNegativeInteger" />
			<attribute name="opaque" type="boolean" default="0" />
			<attribute name="noSubsets" type="boolean" default="0" />
			<attribute name="fixedWidth" type="nonNegativeInteger" />
			<attribute name="fixedHeight" type="nonNegativeInteger" />
		</complexType>
	</element>
	<element name="CRS" type="string">
		<annotation>
			<documentation>        Identifier for a single Coordinate Reference System (CRS).      </documentation>
		</annotation>
	</element>
	<element name="EX_GeographicBoundingBox">
		<annotation>
			<documentation>        The EX_GeographicBoundingBox attributes indicate the limits of the enclosing        rectangle in longitude and latitude decimal degrees.      </documentation>
		</annotation>
		<complexType>
			<sequence>
				<element name="westBoundLongitude" type="wms:longitudeType" />
				<element name="eastBoundLongitude" type="wms:longitudeType" />
				<element name="southBoundLatitude" type="wms:latitudeType" />
				<element name="northBoundLatitude" type="wms:latitudeType" />
			</sequence>
		</complexType>
	</element>
	<element name="BoundingBox">
		<annotation>
			<documentation>        The BoundingBox attributes indicate the limits of the bounding box        in units of the specified coordinate reference system.      </documentation>
		</annotation>
		<complexType>
			<attribute name="CRS" type="string" use="required" />
			<attribute name="minx" type="double" use="required" />
			<attribute name="miny" type="double" use="required" />
			<attribute name="maxx" type="double" use="required" />
			<attribute name="maxy" type="double" use="required" />
			<attribute name="resx" type="double" />
			<attribute name="resy" type="double" />
		</complexType>
	</element>
	<element name="Dimension">
		<annotation>
			<documentation>        The Dimension element declares the existence of a dimension and indicates what        values along a dimension are valid.      </documentation>
		</annotation>
		<complexType>
			<simpleContent>
				<extension base="string">
					<attribute name="name" type="string" use="required" />
					<attribute name="units" type="string" use="required" />
					<attribute name="unitSymbol" type="string" />
					<attribute name="default" type="string" />
					<attribute name="multipleValues" type="boolean" />
					<attribute name="nearestValue" type="boolean" />
					<attribute name="current" type="boolean" />
				</extension>
			</simpleContent>
		</complexType>
	</element>
	<element name="Attribution">
		<annotation>
			<documentation>        Attribution indicates the provider of a Layer or collection of Layers.        The provider's URL, descriptive title string, and/or logo image URL        may be supplied.  Client applications may choose to display one or        more of these items.  A format element indicates the MIME type of        the logo image located at LogoURL.  The logo image's width and height        assist client applications in laying out space to display the logo.      </documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="wms:Title" minOccurs="0" />
				<element ref="wms:OnlineResource" minOccurs="0" />
				<element ref="wms:LogoURL" minOccurs="0" />
			</sequence>
		</complexType>
	</element>
	<element name="LogoURL">
		<complexType>
			<sequence>
				<element ref="wms:Format" />
				<element ref="wms:OnlineResource" />
			</sequence>
			<attribute name="width" type="positiveInteger" />
			<attribute name="height" type="positiveInteger" />
		</complexType>
	</element>
	<element name="MetadataURL">
		<annotation>
			<documentation>        A Map Server may use zero or more MetadataURL elements to offer        detailed, standardized metadata about the data underneath a        particular layer. The type attribute indicates the standard to which        the metadata complies.  The format element indicates how the metadata is structured.      </documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="wms:Format" />
				<element ref="wms:OnlineResource" />
			</sequence>
			<attribute name="type" type="NMTOKEN" use="required" />
		</complexType>
	</element>
	<element name="AuthorityURL">
		<annotation>
			<documentation>        A Map Server may use zero or more Identifier elements to list ID        numbers or labels defined by a particular Authority.  For example,        the Global Change Master Directory (gcmd.gsfc.nasa.gov) defines a        DIF_ID label for every dataset.  The authority name and explanatory        URL are defined in a separate AuthorityURL element, which may be        defined once and inherited by subsidiary layers.  Identifiers        themselves are not inherited.      </documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="wms:OnlineResource" />
			</sequence>
			<attribute name="name" type="NMTOKEN" use="required" />
		</complexType>
	</element>
	<element name="Identifier">
		<complexType>
			<simpleContent>
				<extension base="string">
					<attribute name="authority" type="string" use="required" />
				</extension>
			</simpleContent>
		</complexType>
	</element>
	<element name="DataURL">
		<annotation>
			<documentation>        A Map Server may use DataURL offer a link to the underlying data represented        by a particular layer.      </documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="wms:Format" />
				<element ref="wms:OnlineResource" />
			</sequence>
		</complexType>
	</element>
	<element name="FeatureListURL">
		<annotation>
			<documentation>        A Map Server may use FeatureListURL to point to a list of the        features represented in a Layer.      </documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="wms:Format" />
				<element ref="wms:OnlineResource" />
			</sequence>
		</complexType>
	</element>
	<element name="Style">
		<annotation>
			<documentation>        A Style element lists the name by which a style is requested and a        human-readable title for pick lists, optionally (and ideally)        provides a human-readable description, and optionally gives a style        URL.      </documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="wms:Name" />
				<element ref="wms:Title" />
				<element ref="wms:Abstract" minOccurs="0" />
				<element ref="wms:LegendURL" minOccurs="0" maxOccurs="unbounded" />
				<element ref="wms:StyleSheetURL" minOccurs="0" />
				<element ref="wms:StyleURL" minOccurs="0" />
			</sequence>
		</complexType>
	</element>
	<element name="LegendURL">
		<annotation>
			<documentation>        A Map Server may use zero or more LegendURL elements to provide an        image(s) of a legend relevant to each Style of a Layer.  The Format        element indicates the MIME type of the legend. Width and height        attributes may be provided to assist client applications in laying out        space to display the legend.      </documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="wms:Format" />
				<element ref="wms:OnlineResource" />
			</sequence>
			<attribute name="width" type="positiveInteger" />
			<attribute name="height" type="positiveInteger" />
		</complexType>
	</element>
	<element name="StyleSheetURL">
		<annotation>
			<documentation>        StyleSheeetURL provides symbology information for each Style of a Layer.      </documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="wms:Format" />
				<element ref="wms:OnlineResource" />
			</sequence>
		</complexType>
	</element>
	<element name="StyleURL">
		<annotation>
			<documentation>        A Map Server may use StyleURL to offer more information about the        data or symbology underlying a particular Style. While the semantics        are not well-defined, as long as the results of an HTTP GET request        against the StyleURL are properly MIME-typed, Viewer Clients and        Cascading Map Servers can make use of this. A possible use could be        to allow a Map Server to provide legend information.      </documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="wms:Format" />
				<element ref="wms:OnlineResource" />
			</sequence>
		</complexType>
	</element>
	<element name="MinScaleDenominator" type="double">
		<annotation>
			<documentation>        Minimum scale denominator for which it is appropriate to        display this layer.      </documentation>
		</annotation>
	</element>
	<element name="MaxScaleDenominator" type="double">
		<annotation>
			<documentation>        Maximum scale denominator for which it is appropriate to        display this layer.      </documentation>
		</annotation>
	</element>
	<!-- ********************************************************************* -->
	<!-- **  Type Definitions.                                              ** -->
	<!-- ********************************************************************* -->
	<simpleType name="longitudeType">
		<restriction base="double">
			<minInclusive value="-180" />
			<maxInclusive value="180" />
		</restriction>
	</simpleType>
	<simpleType name="latitudeType">
		<restriction base="double">
			<minInclusive value="-90" />
			<maxInclusive value="90" />
		</restriction>
	</simpleType>
</schema>

⌨️ 快捷键说明

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