| 1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:p5TypeParam="http://biuro.biall-net.pl/p5/schema/typeParams"
- xmlns:p5Type="http://biuro.biall-net.pl/p5/schema/types"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:p5_tr_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/procesy5_translate_map.xsd"
- xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
- xmlns:system_cache__resources_tree_generate_xsl_required_occurs_raport="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/resources_tree_generate_xsl_require_occurs_raport"
- xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
- xmlns:p5opr="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/object_parent_relations/object_parent_relations.xsd"
- xmlns:p5_simpleSchema_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/p5_simpleSchema_map.xsd"
- elementFormDefault="qualified" targetNamespace="http://biuro.biall-net.pl/p5/schema/types">
- <!--<xs:import namespace="http://biuro.biall-net.pl/p5/schema/typeParams" schemaLocation=""/>
- @2018-03-23 bindera: widze, ze tego nie ma i raczej jest niepotrzebne?
- -->
- <xs:annotation>
- <xs:documentation>Types should be in dir Types to be included in dependency calculations</xs:documentation>
- </xs:annotation>
- <xs:include schemaLocation="Types/types.xsd"/>
- <!--
- TODO: Geometry
- TODO: MultiPolygon
- TODO: MultiPoint
- TODO: MultiLineString
- TODO: GeometryCollection
- <gml:MultiPolygon>
- <gml:polygonMember>
- <gml:Polygon>
- ...
- -->
- </xs:schema>
|