File tree Expand file tree Collapse file tree 2 files changed +46
-0
lines changed
python/plugins/processing/tests/testdata/expected Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <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" elementFormDefault =" qualified" version =" 1.0" >
3+ <xs : import namespace =" http://www.opengis.net/gml" schemaLocation =" http://schemas.opengis.net/gml/2.1.2/feature.xsd" />
4+ <xs : element name =" FeatureCollection" type =" ogr:FeatureCollectionType" substitutionGroup =" gml:_FeatureCollection" />
5+ <xs : complexType name =" FeatureCollectionType" >
6+ <xs : complexContent >
7+ <xs : extension base =" gml:AbstractFeatureCollectionType" >
8+ <xs : attribute name =" lockId" type =" xs:string" use =" optional" />
9+ <xs : attribute name =" scope" type =" xs:string" use =" optional" />
10+ </xs : extension >
11+ </xs : complexContent >
12+ </xs : complexType >
13+ <xs : element name =" lines_split_with_lines" type =" ogr:lines_split_with_lines_Type" substitutionGroup =" gml:_Feature" />
14+ <xs : complexType name =" lines_split_with_lines_Type" >
15+ <xs : complexContent >
16+ <xs : extension base =" gml:AbstractFeatureType" >
17+ <xs : sequence >
18+ <xs : element name =" geometryProperty" type =" gml:LineStringPropertyType" nillable =" true" minOccurs =" 0" maxOccurs =" 1" />
19+ </xs : sequence >
20+ </xs : extension >
21+ </xs : complexContent >
22+ </xs : complexType >
23+ </xs : schema >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <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" elementFormDefault =" qualified" version =" 1.0" >
3+ <xs : import namespace =" http://www.opengis.net/gml" schemaLocation =" http://schemas.opengis.net/gml/2.1.2/feature.xsd" />
4+ <xs : element name =" FeatureCollection" type =" ogr:FeatureCollectionType" substitutionGroup =" gml:_FeatureCollection" />
5+ <xs : complexType name =" FeatureCollectionType" >
6+ <xs : complexContent >
7+ <xs : extension base =" gml:AbstractFeatureCollectionType" >
8+ <xs : attribute name =" lockId" type =" xs:string" use =" optional" />
9+ <xs : attribute name =" scope" type =" xs:string" use =" optional" />
10+ </xs : extension >
11+ </xs : complexContent >
12+ </xs : complexType >
13+ <xs : element name =" lines_split_with_same_lines" type =" ogr:lines_split_with_same_lines_Type" substitutionGroup =" gml:_Feature" />
14+ <xs : complexType name =" lines_split_with_same_lines_Type" >
15+ <xs : complexContent >
16+ <xs : extension base =" gml:AbstractFeatureType" >
17+ <xs : sequence >
18+ <xs : element name =" geometryProperty" type =" gml:LineStringPropertyType" nillable =" true" minOccurs =" 0" maxOccurs =" 1" />
19+ </xs : sequence >
20+ </xs : extension >
21+ </xs : complexContent >
22+ </xs : complexType >
23+ </xs : schema >
You can’t perform that action at this time.
0 commit comments