| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:gml="http://www.opengis.net/gml/3.2"
- xmlns:SystemObjects__x3A__style="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/style.xsd"
- xmlns:ogc="http://www.opengis.net/ogc"
- 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"
- elementFormDefault="qualified"
- targetNamespace="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/style.xsd"
- vc:minVersion="1.0"
- vc:maxVersion="1.1">
- <xs:import namespace="http://www.opengis.net/gml/3.2"
- schemaLocation="../Types/gml.xsd"/>
- <!-- wchodzi import schematu gdzie jest jakis ref do niego -->
- <xs:complexType name="style" id="_x3A__style___d4e4185-1_style">
- <xs:sequence id="_x3A__style___d4e4186-1">
- <xs:element minOccurs="1"
- maxOccurs="1"
- nillable="true"
- name="ID"
- type="xs:integer"
- id="_x3A__style___d4e4187-1_ID"/>
- <xs:element name="layerName"
- type="xs:NMTOKEN"
- id="_x3A__style___d4e4188-1_layerName"/>
- <xs:element name="StrokeColor"
- type="xs:string"
- id="_x3A__style___d4e4189-1_StrokeColo"/>
- <xs:element name="StrokeWidth"
- type="xs:string"
- id="_x3A__style___d4e4190-1_StrokeWidt"/>
- <xs:element name="FillColor"
- type="xs:string"
- id="_x3A__style___d4e4191-1_FillColor"/>
- <xs:element name="ID_LAYER" type="xs:int" id="_x3A__style___d4e4206-1_ID_LAYER"/>
- </xs:sequence>
- </xs:complexType>
- <xs:element name="style"
- type="SystemObjects__x3A__style:style"
- id="_x3A__style___d4e4192-1_style"/>
- </xs:schema>
|