|
@@ -1,81 +1,28 @@
|
|
|
<?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:Types__x3A__default_Default="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"
|
|
|
- xmlns:default_db__x3A__IN7_DZIENNIK_KORESP="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
|
|
|
- xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty"
|
|
|
- xmlns:default_db__x3A__ADMIN_USERS="https://biuro.biall-net.pl/wfs/default_db/table/ADMIN_USERS.xsd"
|
|
|
- xmlns:default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI="https://biuro.biall-net.pl/wfs/default_db/table/IN7_MK_BAZA_DYSTRYBUCJI.xsd"
|
|
|
- xmlns:SystemObjects__x3A__AccessGroup="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/AccessGroup.xsd"
|
|
|
- xmlns:SystemObjects__x3A__AccessOwner="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/AccessOwner.xsd"
|
|
|
- xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
|
|
|
- xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
|
|
|
- xmlns:default_db__x3A__BI_audit_MSIG_address="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_MSIG_address.xsd"
|
|
|
- targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_MSIG_address.xsd">
|
|
|
- <xs:import namespace="http://www.opengis.net/gml/3.2"
|
|
|
- schemaLocation="../Types/gml.xsd"/>
|
|
|
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml/3.2"
|
|
|
+ xmlns:Types__x3A__default_Default="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"
|
|
|
+ xmlns:default_db__x3A__IN7_DZIENNIK_KORESP="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
|
|
|
+ xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty"
|
|
|
+ xmlns:default_db__x3A__ADMIN_USERS="https://biuro.biall-net.pl/wfs/default_db/table/ADMIN_USERS.xsd"
|
|
|
+ xmlns:default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI="https://biuro.biall-net.pl/wfs/default_db/table/IN7_MK_BAZA_DYSTRYBUCJI.xsd"
|
|
|
+ xmlns:SystemObjects__x3A__AccessGroup="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/AccessGroup.xsd"
|
|
|
+ xmlns:SystemObjects__x3A__AccessOwner="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/AccessOwner.xsd"
|
|
|
+ xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
|
|
|
+ xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
|
|
|
+ xmlns:default_db__x3A__BI_audit_MSIG_address="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_MSIG_address.xsd"
|
|
|
+ targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_MSIG_address.xsd">
|
|
|
+ <xs:import namespace="http://www.opengis.net/gml/3.2" schemaLocation="../Types/gml.xsd"/>
|
|
|
<xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
|
|
|
- schemaLocation="../table/IN7_DZIENNIK_KORESP.xsd"/>
|
|
|
- <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/IN7_MK_BAZA_DYSTRYBUCJI.xsd"
|
|
|
- schemaLocation="../table/IN7_MK_BAZA_DYSTRYBUCJI.xsd"/>
|
|
|
+ schemaLocation="../table/IN7_DZIENNIK_KORESP.xsd"/>
|
|
|
+ <xs:import
|
|
|
+ namespace="https://biuro.biall-net.pl/wfs/default_db/table/IN7_MK_BAZA_DYSTRYBUCJI.xsd"
|
|
|
+ schemaLocation="../table/IN7_MK_BAZA_DYSTRYBUCJI.xsd"/>
|
|
|
<xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/AccessGroup.xsd"
|
|
|
- schemaLocation="../SystemObjects/AccessGroup.xsd"/>
|
|
|
+ schemaLocation="../SystemObjects/AccessGroup.xsd"/>
|
|
|
<xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/AccessOwner.xsd"
|
|
|
- schemaLocation="../SystemObjects/AccessOwner.xsd"/>
|
|
|
- <xs:simpleType name="A_STATUS_Type">
|
|
|
- <xs:restriction base="xs:string">
|
|
|
- <xs:enumeration value="NORMAL"/>
|
|
|
- <xs:enumeration value="WAITING"/>
|
|
|
- <xs:enumeration value="MONITOR"/>
|
|
|
- <xs:enumeration value="DELETED"/>
|
|
|
- <xs:enumeration value="WARNING"/>
|
|
|
- <xs:enumeration value="OFF_SOFT"/>
|
|
|
- <xs:enumeration value="OFF_HARD"/>
|
|
|
- </xs:restriction>
|
|
|
- </xs:simpleType>
|
|
|
+ schemaLocation="../SystemObjects/AccessOwner.xsd"/>
|
|
|
<xs:complexType name="BI_audit_MSIG_address">
|
|
|
<xs:sequence>
|
|
|
- <xs:element name="the_geom" type="gml:AbstractFeatureType">
|
|
|
- <xs:annotation>
|
|
|
- <xs:documentation>Dane geograficzne obiektu - linia, punkt, polygon</xs:documentation>
|
|
|
- </xs:annotation>
|
|
|
- </xs:element>
|
|
|
- <xs:element name="A_STATUS"
|
|
|
- type="default_db__x3A__BI_audit_MSIG_address:A_STATUS_Type"/>
|
|
|
- <xs:element name="A_STATUS_INFO" type="xs:string"/>
|
|
|
- <xs:element name="L_APPOITMENT_USER" type="xs:string"/>
|
|
|
- <xs:element ref="SystemObjects__x3A__AccessOwner:L_APPOITMENT_USER">
|
|
|
- <xs:annotation>
|
|
|
- <xs:appinfo>
|
|
|
- <system_cache__appinfo:flat_relation_cache>
|
|
|
- <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
|
|
|
- system_cache__appinfo:xpath="SystemObjects__x3A__AccessOwner:L_APPOITMENT_USER/name"/>
|
|
|
- </system_cache__appinfo:flat_relation_cache>
|
|
|
- </xs:appinfo>
|
|
|
- </xs:annotation>
|
|
|
- </xs:element>
|
|
|
- <xs:element name="A_CLASSIFIED" type="xs:string"/>
|
|
|
- <xs:element ref="SystemObjects__x3A__AccessGroup:A_CLASSIFIED">
|
|
|
- <xs:annotation>
|
|
|
- <xs:appinfo>
|
|
|
- <system_cache__appinfo:flat_relation_cache>
|
|
|
- <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
|
|
|
- system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_CLASSIFIED/name"/>
|
|
|
- </system_cache__appinfo:flat_relation_cache>
|
|
|
- </xs:appinfo>
|
|
|
- </xs:annotation>
|
|
|
- </xs:element>
|
|
|
- <xs:element name="A_ADM_COMPANY" type="xs:string"/>
|
|
|
- <xs:element ref="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY">
|
|
|
- <xs:annotation>
|
|
|
- <xs:appinfo>
|
|
|
- <system_cache__appinfo:flat_relation_cache>
|
|
|
- <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
|
|
|
- system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY/name"/>
|
|
|
- </system_cache__appinfo:flat_relation_cache>
|
|
|
- </xs:appinfo>
|
|
|
- </xs:annotation>
|
|
|
- </xs:element>
|
|
|
<xs:element name="ID" type="xs:integer"/>
|
|
|
<xs:element name="S_kraj" type="xs:string"/>
|
|
|
<xs:element name="S_wojewodztwo" type="xs:string"/>
|
|
@@ -94,5 +41,5 @@
|
|
|
</xs:sequence>
|
|
|
</xs:complexType>
|
|
|
<xs:element name="BI_audit_MSIG_address"
|
|
|
- type="default_db__x3A__BI_audit_MSIG_address:BI_audit_MSIG_address"/>
|
|
|
+ type="default_db__x3A__BI_audit_MSIG_address:BI_audit_MSIG_address"/>
|
|
|
</xs:schema>
|