| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?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__layers="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/layers.xsd"
- xmlns:SystemObjects__x3A__layer="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/layer.xsd"
- 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/layers.xsd"
- vc:minVersion="1.0"
- vc:maxVersion="1.1">
- <xs:annotation>
- <xs:documentation>Na podstawie dok Procesy5AndroidApp 2017-05 - do wdrozenia/dyskusji</xs:documentation>
- </xs:annotation>
- <xs:import namespace="http://www.opengis.net/gml/3.2"
- schemaLocation="../Types/gml.xsd"/>
- <!-- wchodzi import schematu gdzie jest jakis ref do niego -->
- <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/layer.xsd"
- schemaLocation="layer.xsd"/>
- <xs:complexType name="layers" id="x3A__layers___d4e4176-1_layers">
- <xs:sequence id="x3A__layers___d4e4177-1">
- <xs:element minOccurs="1"
- maxOccurs="1"
- nillable="true"
- name="ID"
- type="xs:integer"
- id="x3A__layers___d4e4178-1_ID"/>
- <xs:element maxOccurs="unbounded"
- minOccurs="1"
- ref="SystemObjects__x3A__layer:layer"
- id="x3A__layers___d4e4179-1">
- <xs:annotation>
- <xs:appinfo>
- <system_cache__appinfo:flat_relation_cache>
- <system_cache__appinfo:source system_cache__appinfo:name="ID"
- system_cache__appinfo:xpath="SystemObjects__x3A__layer:layer/ID_LAYERS"/>
- </system_cache__appinfo:flat_relation_cache>
- </xs:appinfo>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- <xs:element name="layers"
- type="SystemObjects__x3A__layers:layers"
- id="x3A__layers___d4e4180-1_layers"/>
- </xs:schema>
|