mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			54 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			54 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <xs:schema 
 | |
|     targetNamespace="http://ogr.maptools.org/"
 | |
|     xmlns:ogr="http://ogr.maptools.org/"
 | |
|     xmlns:xs="http://www.w3.org/2001/XMLSchema"
 | |
|     xmlns:gml="http://www.opengis.net/gml/3.2"
 | |
|     xmlns:gmlsf="http://www.opengis.net/gmlsf/2.0"
 | |
|     elementFormDefault="qualified"
 | |
|     version="1.0">
 | |
| <xs:annotation>
 | |
|   <xs:appinfo source="http://schemas.opengis.net/gmlsfProfile/2.0/gmlsfLevels.xsd">
 | |
|     <gmlsf:ComplianceLevel>1</gmlsf:ComplianceLevel>
 | |
|   </xs:appinfo>
 | |
| </xs:annotation>
 | |
| <xs:import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
 | |
| <xs:import namespace="http://www.opengis.net/gmlsf/2.0" schemaLocation="http://schemas.opengis.net/gmlsfProfile/2.0/gmlsfLevels.xsd"/>
 | |
| <xs:element name="FeatureCollection" type="ogr:FeatureCollectionType" substitutionGroup="gml:AbstractFeature"/>
 | |
| <xs:complexType name="FeatureCollectionType">
 | |
|   <xs:complexContent>
 | |
|     <xs:extension base="gml:AbstractFeatureType">
 | |
|       <xs:sequence minOccurs="0" maxOccurs="unbounded">
 | |
|         <xs:element name="featureMember">
 | |
|           <xs:complexType>
 | |
|             <xs:complexContent>
 | |
|               <xs:extension base="gml:AbstractFeatureMemberType">
 | |
|                 <xs:sequence>
 | |
|                   <xs:element ref="gml:AbstractFeature"/>
 | |
|                 </xs:sequence>
 | |
|               </xs:extension>
 | |
|             </xs:complexContent>
 | |
|           </xs:complexType>
 | |
|         </xs:element>
 | |
|       </xs:sequence>
 | |
|     </xs:extension>
 | |
|   </xs:complexContent>
 | |
| </xs:complexType>
 | |
| <xs:element name="aggregate_to_array" type="ogr:aggregate_to_array_Type" substitutionGroup="gml:AbstractFeature"/>
 | |
| <xs:complexType name="aggregate_to_array_Type">
 | |
|   <xs:complexContent>
 | |
|     <xs:extension base="gml:AbstractFeatureType">
 | |
|       <xs:sequence>
 | |
|         <xs:element name="geometryProperty" type="gml:MultiCurvePropertyType" nillable="true" minOccurs="0" maxOccurs="1"/> <!-- restricted to MultiLineString --><!-- srsName="urn:ogc:def:crs:EPSG::4326" -->
 | |
|         <xs:element name="fids" nillable="true" minOccurs="0" maxOccurs="unbounded">
 | |
|           <xs:simpleType>
 | |
|             <xs:restriction base="xs:string">
 | |
|             </xs:restriction>
 | |
|           </xs:simpleType>
 | |
|         </xs:element>
 | |
|       </xs:sequence>
 | |
|     </xs:extension>
 | |
|   </xs:complexContent>
 | |
| </xs:complexType>
 | |
| </xs:schema>
 |