Quellcode durchsuchen

upd model driven

a.binder vor 5 Jahren
Ursprung
Commit
d37054e1aa

+ 5 - 2
SE/schema/WPS_Functions/automation_driven/build.automation_driven.PRODUCT.submodule.xml

@@ -142,8 +142,8 @@
    
    <property name="TargetNamespaceBindings.xsl" value="${default_db_xml_cache.public}/system_cache__appinfo/TargetNamespaceBindings.xsl"/>
    
-   
-   
+   <property name="config_dir" value="${automation_driven.submodule.basedir}/config"/>
+   <property name="NamespaceBinding.xml" value="${config_dir}/NamespaceBinding.xml"/>
    
    
    
@@ -182,6 +182,9 @@
    <property  name="automation_driven.submodule.struct.read__communication_generated.h" location="${automation_driven.submodule.basedir}/automation_driven.submodule.struct.read__communication_generated.h"/>
    <property  name="automation_driven.submodule.struct.read__communication_generated.h.xsl" location="${automation_driven.submodule.basedir}/automation_driven.submodule.struct.read__communication_generated.h.xsl"/>
    
+   <property  name="automation_driven.submodule.struct.read__communication_generated.h_files" location="${automation_driven.submodule.basedir}/h_files"/>
+   
+   
    <!--
    not used
    <property  name="automation_driven.submodule.struct.read.enumerate.xsd" location="${automation_driven.submodule.basedir}/automation_driven.submodule.struct.read.enumerate.xsd"/>

+ 130 - 2
SE/schema/WPS_Functions/automation_driven/build_automation_driven.xml

@@ -419,6 +419,49 @@
       <antcall target="vrtfNamespaces.xml"/>
    </target>
    
+   
+   <target name="NamespaceBinding.xml" description="To generate config for NamespaceBinding.xml for use in SimpleSchema for related features etc - correctly use namespace prefix and url for API requests">
+      <parallel threadcount="2">
+         <sequential>
+            <!--<exec executable="say"   failifexecutionfails="false">
+                    <arg line="-v alex"/>
+                    <arg line="Generating Namespaces Binding to map models to API address"/>
+                </exec>-->
+            <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
+               <property name="p5suis:say_text" value="Generating Namespaces Binding to map models to API address" />
+            </ant>
+            <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
+         </sequential>
+         <sequential>
+            <xslt basedir="./" style="${TargetNamespaceBindings.xsl}"  in="${procesy5_system_schema.xml}"  destdir="./" out="${NamespaceBinding.xml}"  force="true">
+               <factory name="net.sf.saxon.TransformerFactoryImpl">    
+                  <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
+                  <attribute name="http://saxon.sf.net/feature/initialMode" value="{http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd}NamespaceBinding.xml"/>
+               </factory>
+               <param name="targetNamespace_DEFAULTS_prefix" expression="${targetNamespace_DEFAULTS_prefix}"/>
+               <param name="targetNamespace_DEFAULTS_prefix_objects" expression="${targetNamespace_DEFAULTS_prefix_objects}"/>
+               <param name="TargetNamespaceBindingsApiUrl" expression="${TargetNamespaceBindingsApiUrl}"/>
+               <param name="external_schema_table.path" expression="${external_schema_table.path}"/>
+               <param name="default_db.instance.xml" expression="${default_db.instance.xml}"/>
+               <param name="default_db.instance.xml.symlink" expression="${default_db.instance.xml.symlink}"/>
+               <param name="default_db_targetNamespace_detect_string" expression="${default_db_targetNamespace_detect_string}"/>
+               <param name="zasob_id_db_targetNamespace_detect_string" expression="${zasob_id_db_targetNamespace_detect_string}"/>
+               <param name="detect_resource_type.local" expression="${detect_resource_type.local}"/>
+               <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/object_parent_relations/object_parent_relations.xsd}detect_objects_parent_relations.local" expression="${detect_objects_parent_relations.local}"/>
+               <param name="vrtfNamespaces.xml" expression="${vrtfNamespaces.xml}"/>
+               <param name="basedir" expression="${basedir}"/>
+               <param name="p5Type.basedir" expression="${p5Type.basedir}"/>
+               <param name="default_db.ant-object.basedir" expression="${default_db.ant-object.basedir}"/>
+               <param name="default_db.dir" expression="${default_db.dir}"/>
+               <param name="WPS_Functions" expression="${WPS_Functions.basedir}"/>
+               <param name="default_db_xml_cache.public" expression="${default_db_xml_cache.public}"/>
+               <param name="external_schema" expression="${external_schema}"/>
+               <classpath location="/opt/local/share/java/saxon9he.jar"/>
+            </xslt>
+         </sequential>
+      </parallel>
+   </target>
+   
    <target name="element_complexType.xml.single"   description="SINGLE generate list of elements and Complextype to generate flat and tr_map">
       <parallel threadcount="2">
          <sequential>
@@ -539,6 +582,87 @@
       </parallel>
    </target>
    
+   <target name="build_tr_map.xml.single" depends="element_complexType.xml.single" description="we generate all tr_map for all known elements and complexType in schema in parallel">
+      <parallel threadcount="2">
+         <sequential>
+            <!--<sleep seconds="2"/>-->
+            <!--<exec executable="say"  failifexecutionfails="false">
+                     <arg line="-v alex"/>
+                     <arg line="deleting and generating transaction map by multi thread build list. To provide easy object engine calculations like creating simple schema"/>
+                 </exec>-->
+            <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
+               <property name="p5suis:say_text" value="deleting and generating transaction map by multi thread build list. To provide easy object engine calculations like creating simple schema" />
+            </ant>
+            <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
+            
+            
+         </sequential>
+         <sequential>
+            <echo> deleting build_tr_map.xml ${build_tr_map.xml} </echo>
+            <delete file="${build_tr_map.xml}"/>
+            <delete file="${build_tr_map.xml.complete}" failonerror="false"/>
+            <xslt basedir="./" style="${build_ant_universal_by_xsl_match.xsl}"  in="${element_complexType.xml}"  destdir="./" out="${build_tr_map.xml}" >
+               <factory name="net.sf.saxon.TransformerFactoryImpl">    
+                  <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
+                  <attribute name="http://saxon.sf.net/feature/initialMode" value="build_tr_map.xml"/>
+               </factory>
+               
+               <param name="p5Type.basedir" expression="${p5Type.basedir}"/>
+               
+               <param name="WPS_Functions" expression="${WPS_Functions.basedir}"/>
+               <param name="default_db.ant-object.basedir" expression="${default_db.ant-object.basedir}"/>
+               <param name="default_db_xml_cache.public" expression="${default_db_xml_cache.public}"/>
+               <param name="external_schema" expression="${external_schema}"/>
+               <param name="default_db.dir" expression="${default_db.dir}"/>
+               
+               
+               
+               
+               <!--<param name="match_root_element" expression="wfs:FeatureCollection"/>-->
+               <param name="match_element" expression=""/><!-- To be set universally to another type of object tree -->
+               <param name="antfile_prefix" expression="build_element_complexType.xml"/>
+               <param name="temp" expression="/tmp"/>
+               <param name="basedir" expression="${basedir}"/>
+               <param name="antfile" expression=""/>
+               <!--<param name="target" expression="xml_recursed_from_tr_map_with_RelatedFeatureLoop"/>-->
+               <param name="match_child_element" expression=""/>
+               <param name="match_child_element_property_name" expression=""/>
+               <param name="properties.xml" expression="${build_properties.xml}"/>
+               <!--<param name="properties_override.xml" expression="${properties_override.xml}"/>-->
+               <param name="parallel" expression="1"/>
+               <param name="threadCount" expression="${threadCount}"/>
+               <param name="ant-launcher.jar" expression="${ant-launcher.jar}"/>
+               <param name="external_schema_table.path" expression="${external_schema_table.path}"/>
+               <param name="default_db_targetNamespace_detect_string" expression="${default_db_targetNamespace_detect_string}"/>
+               <param name="zasob_id_db_targetNamespace_detect_string" expression="${zasob_id_db_targetNamespace_detect_string}"/>
+               <classpath location="/opt/local/share/java/saxon9he.jar"/>
+            </xslt>
+         </sequential>
+      </parallel>
+      <sequential>
+         <!--<exec executable="say"  failifexecutionfails="false">
+                 <arg line="-v alex"/>
+                 <arg line="executing build transaction map list by thread count ${threadCount}"/>
+             </exec>-->
+         <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
+            <property name="p5suis:say_text" value="executing build transaction map list by thread count ${threadCount}" />
+         </ant>
+         <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
+         
+         <sleep seconds="2"/>
+         <ant antfile="${build_tr_map.xml}"/>
+         <!--<exec executable="say"  failifexecutionfails="false">
+                 <arg line="-v alex"/>
+                 <arg line="transaction map complete"/>
+             </exec>-->
+         <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
+            <property name="p5suis:say_text" value="transaction map complete" />
+         </ant>
+         <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
+         
+         <touch file="${build_tr_map.xml.complete}"/>
+      </sequential>
+   </target>
    
    <target name="p5build.SYSTEM.transformed">
       <mkdir dir="${p5build.SYSTEM.transformed.build_complexType.local}"/>
@@ -561,7 +685,7 @@
    </target>
    
    
-   <target name="build_detect_resource_type.xml.single.task"   description="Just build_detect_resource_type.xml elements"> <!-- R depends="save_build_properties,read_build_properties" -->
+   <target name="build_detect_resource_type.xml.single.task"  depends="build_tr_map.xml.single"  description="Just build_detect_resource_type.xml elements"> <!-- R depends="save_build_properties,read_build_properties" -->
       
       <parallel threadcount="2">
          <sequential>
@@ -644,7 +768,7 @@
    </target>
    
    
-   <target name="build_detect_objects_parent_relations.single" depends="build_detect_resource_type.xml.single.task"   description="we generate detect resources parent relations -to dir detect_resource_type "> <!-- R save_build_properties,read_build_properties, -->
+   <target name="build_detect_objects_parent_relations.single" depends="NamespaceBinding.xml, build_detect_resource_type.xml.single.task"   description="we generate detect resources parent relations -to dir detect_resource_type "> <!-- R save_build_properties,read_build_properties, -->
       
       <parallel threadcount="2">
          <sequential>
@@ -763,6 +887,7 @@
             <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
                value="true"/>
          </factory>
+         <param name="build_complexType_dir" expression="${build_complexType.local}"/>
          <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
             expression="${automation_driven.basedir}"/>
          <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
@@ -1116,6 +1241,9 @@
          <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
             expression="${automation_driven.submodule.struct.h}"/>
          
+         <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h_files"
+            expression="${automation_driven.submodule.struct.read__communication_generated.h_files}"/>
+         
          <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
             expression="${automation_driven.submodule.namespaces.xsd}"/>
          

+ 93 - 554
SE/schema/config/NamespaceBinding.xml.temp.xml

@@ -1,644 +1,188 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<system_cache__appinfo:NamespaceBinding xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd">
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_MSIG_person.xsd"
+<system_cache__appinfo:NamespaceBinding xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"><!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/DEALS_TABLE.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_MSIG_name.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_TASKS.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/IN7_MK_BAZA_DYSTRYBUCJI.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_LAYER_MATRIX.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE.dependency.subject.referenced.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BILLS_FVAT_POS.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MATRIX.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/CRM_PRZYPADEK.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_POWIAZANIA_OD.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row_object.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/CRM_IMAGE.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/Dzialki.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_LAYER_COVERAGE.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_ENERGA_FAKTURY_test_sync.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_ENERGA_PRACOWNICY_adresy.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_INPUT_LETTER.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/TERYT_powiaty.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/CARE_TASK.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/USERS2_OFFERS_COSTS_GROUPS.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE.dependency.evokes.necessity.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_ENERGA_RUM_KONTRAHENCI.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_VALIDATE.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_NUMBERS_TYPE.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE.attract.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MATRIX_CONFIG.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/rurociagi_obce_wsg84.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_POWIAZANIA_OBIEKTY.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/CRM_WSKAZNIK.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE.dependency.subject.assert.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/USERS2_OFFERS_GROUPS.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/TERYT_gminy.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BADANIA_W_TERENIE.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/Rozdzielcza_rura_oslonowa_magistralna.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/TELBOXES.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_CEIDG_powiazania.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/SERVICES.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_POTENTIAL.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/MEDICAL_PLAN_PRODUKCYJNY.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/SUBIEKT_TOWARY.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_LAYER_RECEPTOR.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE.dependency.subject.element.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/TERYT_ulice.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_KRS_person.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_FILTER.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE.dependency.subject.state.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_STATE.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_INPUT_SENTENCE.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_taxpayer.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/SALES_PLAN.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_LAYER_MATRIX_POS.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_POWIAZANIA_DO.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_OUTPUT_IMAGE.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_KW_requested_person.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_ENERGA_PRACOWNICY_group.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/MEDICAL_ZATRZYMANIA_MASZYN.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_MSIG_address.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_LAYER.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE.dependency.context.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/Rozdzielcza_PionyKablowe.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_KRS_company.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_KRS_name.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/MEDICAL_CEL_PRODUKCYJNY"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_KRS_PKD.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_CEIDG.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/TERYT_SIMC.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/Rozdzielcza_Przeciski_110mm.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_BENFORD.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/projects_budget_year_month.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_MSIG_PKD.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/InvestArrangements.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/DEVICES.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_KRS_MSIG.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_KRS.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/CRM_LISTA_ZASOBOW_OFFERS.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_MSIG.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/MK_Rewiry.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_KRS_address.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_ENERGA_PRACOWNICY_import.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE.controller.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BILLS_FVAT.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_operational_raport_note.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/USERS2_MARKETING.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/TERYT_ULIC.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/Rozdzielcza_struktura_wewnetrzna_wsg84.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/HIST_CONTACTS.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/SES_DOMAINS_A.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/Rozdzielcza_koszty_dodatkowe_wsg84.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BUILDINGS.xsd"
-                                  bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_INPUT_TEXT.xsd"
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/Rozdzielcza_Wykop_przedmiar_na_mikrorurki.xsd"
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/PROBLEMS.xsd"
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.main.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/Rozdzielcza_Mikrokanalizacja_do_klienta.xsd"
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/TERYT_wojewodztwa.xsd"
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_MSIG_company.xsd"
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MATRIX_ARRANGE.xsd"
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE.dependency.evokes.xsd"
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/_SYNC_DATABASE_TABLE_STATE"
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_LAYER_NEURON.xsd"
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.appinfo.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BILLS_RK_POS.xsd"
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.prototypes.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/ADMIN_USERS.xsd"
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/INWEST_DZIENNIK_BUDOWY_poz.xsd"
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/Rozdzielcza_Transmisje.xsd"
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE.dependency.subject.backRef.xsd"
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_ENERGA_FAKTURY.xsd"
-                                  bindPolicy="single">
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="c_lang" bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/TERYT_adresy.xsd"
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/Rozdzielcza_rurociag_wsg84.xsd"
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.config.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_ENERGA_RUM_UMOWY.xsd"
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_KRS_MSIG_poz.xsd"
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.progmem.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/Rozdzielcza_Zabruki.xsd"
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_CEIDG_pelnomocnicy.xsd"
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_NUMBERS.xsd"
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.runtime.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/USERS2_OFFERS.xsd"
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/CRM_PROCES.xsd"
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_KW_requested.xsd"
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/Rozdzielcza_Kabel_Swiatlowodowy_wsg84.xsd"
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/CRM_LISTA_ZASOBOW.xsd"
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE.dependency.subject.xsd"
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
-   <system_cache__appinfo:binding targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_ENERGA_PRACOWNICY.xsd"
+   <!--#71 unknown type schema? maybe some fixing or external schema?-->
+   <system_cache__appinfo:binding targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd"
                                   bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>default_db</system_cache__appinfo:prefix>
+      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
    <!--#71 unknown type schema? maybe some fixing or external schema?-->
    <system_cache__appinfo:binding targetNamespace="http://www.w3.org/2001/XMLSchema" bindPolicy="single">
@@ -672,11 +216,6 @@
       <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
    </system_cache__appinfo:binding>
    <!--#71 unknown type schema? maybe some fixing or external schema?-->
-   <system_cache__appinfo:binding targetNamespace="http://www.w3.org/2000/svg" bindPolicy="single">
-      <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
-      <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>
-   </system_cache__appinfo:binding>
-   <!--#71 unknown type schema? maybe some fixing or external schema?-->
    <system_cache__appinfo:binding targetNamespace="http://www.w3.org/1999/xlink" bindPolicy="single">
       <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/wfs/wfs-data.php</system_cache__appinfo:api>
       <system_cache__appinfo:prefix>unknown</system_cache__appinfo:prefix>

+ 58 - 3
SE/schema/default_db_xml_cache.public/build_ant_universal_by_xsl_match.xsl

@@ -182,9 +182,31 @@
                                     <xsl:attribute name="name">{http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd}targetNamespace</xsl:attribute>
                                 </param>
                             </xsl:when>
-                            
+                            <xsl:when test="@name='build_complexType__group'">
+                                <factory name="net.sf.saxon.TransformerFactoryImpl">    
+                                    <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
+                                    <attribute name="http://saxon.sf.net/feature/initialTemplate">
+                                        <xsl:attribute name="value" select="'{http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd}build_complexType__group'"/>
+                                    </attribute>
+                                </factory>
+                                <param name="element" expression="{with-param/@select}"/>
+                                <param  expression="{system_cache__appinfo:targetNamespace}">
+                                    <xsl:attribute name="name">{http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd}targetNamespace</xsl:attribute>
+                                </param>
+                            </xsl:when>
                             <xsl:otherwise><xsl:message terminate="yes">#72 unexpected type of element !</xsl:message></xsl:otherwise>
                         </xsl:choose>
+                        
+                        
+                        <param name="default_db.ant-object.basedir" expression="{$default_db.ant-object.basedir}"/>
+                        
+                        
+                        
+                        
+                        
+                        
+                        
+                        
                         <param name="default_db.instance.xml" >
                             <xsl:attribute name="expression" select="'${default_db.instance.xml}'"/>
                         </param>
@@ -325,9 +347,42 @@
                                 </factory>
                                 <param name="parent_type" expression="{with-param/@select}"/>
                             </xsl:when>
-                            
-                            <xsl:otherwise><xsl:message terminate="yes">#72 unexpected type of element !</xsl:message></xsl:otherwise>
+                            <xsl:when test="@name='build_complexType_group'">
+                                <factory name="net.sf.saxon.TransformerFactoryImpl">    
+                                    <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
+                                    <attribute name="http://saxon.sf.net/feature/initialMode">
+                                        <xsl:attribute name="value" select="'{http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/procesy5_translate_map.xsd}go_recurse_from_root_by_build_element.root'"/>
+                                    </attribute>
+                                </factory>
+                                <param name="parent_type" expression="{with-param/@select}"/>
+                            </xsl:when>
+                            <xsl:otherwise><xsl:message terminate="yes">#72 unexpected type of element @n/<xsl:value-of select="@name"/> !</xsl:message></xsl:otherwise>
                         </xsl:choose>
+                        
+                        
+                        
+                        <param name="default_db.ant-object.basedir" expression="{$default_db.ant-object.basedir}"/>
+                        
+                        
+                        
+                        <param name="default_db.dir">
+                            <xsl:attribute name="expression" select="ancestor-or-self::system_cache__appinfo:element_complexType/@default_db.dir"/>
+                        </param>
+                        <param name="WPS_Functions">
+                            <xsl:attribute name="expression" select="ancestor-or-self::system_cache__appinfo:element_complexType/@WPS_Functions"/>
+                        </param>
+                        <param name="default_db_xml_cache.public">
+                            <xsl:attribute name="expression" select="ancestor-or-self::system_cache__appinfo:element_complexType/@default_db_xml_cache.public"/>
+                        </param>
+                        <param name="external_schema">
+                            <xsl:attribute name="expression" select="ancestor-or-self::system_cache__appinfo:element_complexType/@external_schema"/>
+                        </param>
+                        <param name="p5Type.basedir">
+                            <xsl:attribute name="expression" select="ancestor-or-self::system_cache__appinfo:element_complexType/@p5Type.basedir"/>
+                        </param>
+                        
+                        
+                        
                         <param name="default_db.instance.xml" >
                             <xsl:attribute name="expression" select="'${default_db.instance.xml}'"/>
                         </param>

+ 41 - 2
SE/schema/default_db_xml_cache.public/get_all_xsd.xsl

@@ -934,6 +934,10 @@
                 <xsl:apply-templates mode="#current">
                     <xsl:with-param name="system_cache__appinfo:element_complexType.requested" select="'element'" tunnel="yes"/>
                 </xsl:apply-templates>
+                <xsl:comment>#917b group</xsl:comment>
+                <xsl:apply-templates mode="#current">
+                    <xsl:with-param name="system_cache__appinfo:element_complexType.requested" select="'group'" tunnel="yes"/>
+                </xsl:apply-templates>
             </system_cache__appinfo:element_complexType>
     </xsl:template>
     
@@ -1001,7 +1005,7 @@
         
         
         
-        <xsl:if test="count(.//node()[(local-name()='element' or local-name()='simpleType' or local-name()='complexType' or local-name()='sequence' or local-name()='choice' or local-name()='complexContent' or local-name()='extension' ) and not(@id)])=0">
+        <xsl:if test="count(.//node()[(local-name()='element' or local-name()='simpleType' or local-name()='complexType' or local-name()='sequence' or local-name()='choice' or local-name()='complexContent' or local-name()='extension'  or local-name()='group' ) and not(@id)])=0">
             <xsl:for-each select="*[local-name()=$system_cache__appinfo:element_complexType.requested]"  xpath-default-namespace="http://www.w3.org/2001/XMLSchema"><!-- dla ograniczenia mozna [$prefix_134='test_objects']-->
                 <xsl:sort select="max( count(descendant-or-self::*[@ref or not(contains(@type,'xs:')) ]))" order="ascending" data-type="number"/>
                 <xsl:variable name="complexType_or_element_name186">
@@ -1009,6 +1013,7 @@
                         <xsl:when test="local-name()='element'"><xsl:value-of select="@name"/></xsl:when>
                         <xsl:when test="local-name()='complexType'"><xsl:value-of select="@name"/></xsl:when>
                         <xsl:when test="local-name()='simpleType'"><xsl:value-of select="@name"/></xsl:when>
+                        <xsl:when test="local-name()='group'"><xsl:value-of select="@name"/></xsl:when>
                         <xsl:otherwise><xsl:message terminate="yes">#391 it should work only for element or complexType</xsl:message></xsl:otherwise>
                     </xsl:choose>
                 </xsl:variable>
@@ -1111,7 +1116,41 @@
                             <!--<system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename><xsl:value-of select="system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename('system_cache__resources_tree_generate_xsl_required_occurs_raport:detect_resource_type.single_element',concat($prefix_134,':',$complexType_or_element_name186))"/></system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename>-->
                         </build_cache>
                     </xsl:when>
-                    
+                    <xsl:when test="local-name()='group'">
+                        <build_cache name="build_complexType__group" >
+                            <xsl:attribute name="id" select="@id"/>
+                            <xsl:attribute name="count" select="count(descendant-or-self::*[ @ref or not(contains(@type,'xs:')) ])"/>
+                            <xsl:attribute name="id.int.rand" select="system_cache__appinfo:id.int.rand(@id)"/>
+                            <xsl:attribute name="system_cache__appinfo:document-uri" select="../.././@system_cache__appinfo:document-uri"/>
+                            <xsl:attribute name="system_cache__appinfo:document-uri-full" select="../.././@system_cache__appinfo:document-uri-full"/>
+                            <xsl:attribute name="system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename" select="system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename(../.././@system_cache__appinfo:document-uri, .././@targetNamespace,local-name(),@name)"/>
+                            <xsl:attribute name="complexType_or_element_name" select="$complexType_or_element_name186"/>
+                            <xsl:attribute name="p5opr:element-filename" select="p5opr:element-filename(../.././@system_cache__appinfo:document-uri, .././@targetNamespace,local-name(),@name)"/>
+                            <xsl:attribute name="system_cache__appinfo:path" select="concat(../@targetNamespace,'/',$complexType_or_element_name186)"/>
+                            <xsl:attribute name="debug.targetNamespace" select="parent::*/@targetNamespace "/>
+                            <!--<xsl:attribute name="debug.prefix" select="parent::*/namespace::*[ . = @targetNamespace ]/name()"/>-->
+                            <xsl:attribute name="debug.prefix" select="parent::*/namespace::*[ . = ../@targetNamespace ]/name()"/>
+                            <xsl:attribute name="debug.prefix2" select="parent::*/namespace::*[ . = ../@targetNamespace and not(name()='') ]/name()"/>
+                            <xsl:copy-of select="@system_cache__appinfo:path.2863.len.limit"/>
+                            <!--<xsl:attribute name="system_cache__appinfo:element-filename" select="system_cache__appinfo:element-filename()"/>-->
+                            <!--<with-param name="element" select="{$prefix_134}:{$complexType_or_element_name186}"/>-->
+                            <xsl:choose>
+                                <xsl:when test="not(parent::*/namespace::*[ . = ../@targetNamespace and not(name()='') ])">
+                                    <xsl:message terminate="yes">#952 ERROR WITH @targetNamespace="<xsl:value-of select="parent::*/@targetNamespace "/>"; @system_cache__appinfo:document-uri-full="<xsl:value-of select="../.././@system_cache__appinfo:document-uri-full"/>" </xsl:message>
+                                </xsl:when>
+                            </xsl:choose>
+                            <with-param name="element" select="{parent::*/namespace::*[ . = ../@targetNamespace and not(name()='')]/name()}:{$complexType_or_element_name186}"/>
+                            <system_cache__appinfo:element-filename><xsl:value-of select="system_cache__appinfo:element-filename('build_complexType__group',@name,$prefix_134,$targetNamespace_134)"/></system_cache__appinfo:element-filename>
+                            <system_cache__appinfo:element-filename-prefixed><xsl:value-of select="system_cache__appinfo:element-filename-prefixed('build_complexType__group',@name,$prefix_134,$targetNamespace_134)"/></system_cache__appinfo:element-filename-prefixed>
+                            <p5_tr_map:element-filename><xsl:value-of select="p5_tr_map:element-filename('go_recurse_from_root_by_build_element_cache',concat($prefix_134,':',$complexType_or_element_name186))"/></p5_tr_map:element-filename>
+                            <p5_tr_map:element-filename-prefixed><xsl:value-of select="p5_tr_map:element-filename-prefixed(concat($prefix_134,':',$complexType_or_element_name186))"/></p5_tr_map:element-filename-prefixed>
+                            <system_cache__appinfo:targetNamespace><xsl:value-of select="../@targetNamespace"/></system_cache__appinfo:targetNamespace>
+                            <system_cache__appinfo:name><xsl:value-of select="@name"/></system_cache__appinfo:name>
+                            <system_cache__appinfo:prefix><xsl:value-of select="$prefix_134"/></system_cache__appinfo:prefix>
+                            <p5_simpleSchema_map:element-filename><xsl:value-of select="p5_simpleSchema_map:element-filename(concat($prefix_134,':',$complexType_or_element_name186),.././@targetNamespace)"/></p5_simpleSchema_map:element-filename>
+                            <!--<system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename><xsl:value-of select="system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename('system_cache__resources_tree_generate_xsl_required_occurs_raport:detect_resource_type.single_element',concat($prefix_134,':',$complexType_or_element_name186))"/></system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename>-->
+                        </build_cache>
+                    </xsl:when>
                 </xsl:choose>
             </xsl:for-each>
         </xsl:if>

+ 4 - 0
SE/schema/default_db_xml_cache.public/system_cache__appinfo/element-filename.xsl

@@ -74,6 +74,7 @@
                 <xsl:when test="$objectType='build_complexType__simpleType'"><xsl:value-of select="'build_complexType__simpleType'"/></xsl:when>
                 <xsl:when test="$objectType='build_complexType'"><xsl:value-of select="$objectType"/></xsl:when>
                 <xsl:when test="$objectType='build_element'"><xsl:value-of select="$objectType"/></xsl:when>
+                <xsl:when test="$objectType='build_complexType__group'"><xsl:value-of select="'build_complexType__group'"/></xsl:when>
                 <xsl:otherwise><xsl:message terminate="yes">#25 unsupported type $element_or_complexType <xsl:value-of select="$objectType"/></xsl:message></xsl:otherwise>
             </xsl:choose>
         </xsl:variable>
@@ -102,6 +103,9 @@
             <xsl:when test="$objectType='build_complexType__simpleType'">
                 <xsl:value-of select="concat($default_db.instance.xml,'/build_complexType/build_complexType__simpleType-',$element-filename,'.xml')"/>
             </xsl:when>
+            <xsl:when test="$objectType='build_complexType__group'">
+                <xsl:value-of select="concat($default_db.instance.xml,'/build_complexType/build_complexType__group-',$element-filename,'.xml')"/>
+            </xsl:when>
             <xsl:otherwise><xsl:message terminate="yes">#833 unknown type $objectType=<xsl:value-of select="$objectType"/></xsl:message></xsl:otherwise>
         </xsl:choose>
     </xsl:function>

+ 107 - 2
SE/schema/default_db_xml_cache/build_complexType.xsl

@@ -21,7 +21,7 @@
     
     
     <xsl:output indent="yes"/>
-    <xsl:param name="system_cache__appinfo:path.2863.len.limit" select="250"/>
+    <xsl:param name="system_cache__appinfo:path.2863.len.limit" select="550"/>
     <xsl:param name="debug_level_param" /><!-- select="4" -->
     
     <xsl:param name="default_db.instance.xml" required="yes"/>
@@ -347,6 +347,111 @@
             </xsl:otherwise>
         </xsl:choose>
     </xsl:template>
+    
+    
+    <xsl:template name="system_cache__appinfo:build_complexType__group">
+        <xsl:param name="element" select="$element"/>
+        <xsl:param name="namespace_uri_param" required="no" select="$system_cache__appinfo:targetNamespace"/> <!-- parametr powinny nadpisywac wzajemnie template i zmieniac sie po @type,@base -->
+        <xsl:param name="prefix" required="no"/> <!-- parametr prefixu powinny nadpisywac wzajemnie template i zmieniac sie po @type,@base -->
+        <xsl:param name="path"/>
+        <xsl:if test="$debug_level&gt;3 or 1=1"><xsl:message>86-248b:system_cache__appinfo:build_element run for parms: $element:"<xsl:value-of select="$element"/>"; $namespace_uri_param:"<xsl:value-of select="$namespace_uri_param"/>"; $prefix:"<xsl:value-of select="$prefix"/>";</xsl:message></xsl:if>
+        <xsl:choose>
+            <xsl:when test="not($namespace_uri_param) and not($prefix) and not(substring-before($element,':'))">
+                <xsl:message terminate="yes">90b:system_cache__appinfo:build_element required params are missing: ($targetNamespace or $prefix) ; </xsl:message>
+            </xsl:when>
+        </xsl:choose>
+        <xsl:variable name="path">
+            <xsl:value-of select="concat($namespace_uri_param,'/',$element)"/>
+        </xsl:variable>
+        <xsl:choose>
+            <xsl:when test="not($prefix) and substring-before($element,':')">
+                <xsl:variable name="prefix" select="substring-before($element,':')"/>
+                <xsl:variable name="namespace_uri_param">
+                    <xsl:choose>
+                        <xsl:when test="$namespace_uri_param"><xsl:value-of select="$namespace_uri_param"/>
+                            <xsl:message>#90-263b ($namespace_uri_param set to="<xsl:value-of select="$namespace_uri_param"/>") ; ($prefix set to "<xsl:value-of select="$prefix"/>"); </xsl:message>
+                        </xsl:when>
+                        <xsl:otherwise>
+                            
+                            <!--<xsl:value-of select="$procesy5_system_schema/system_cache__appinfo:get_all_xsd_list/(system_cache__appinfo:get_all_xsd|system_cache__appinfo:get_all_xsd_external_schema_id_namespace_prefix)/schema/namespace::node()[../@targetNamespace=. and name()=$prefix][1]" xpath-default-namespace="http://www.w3.org/2001/XMLSchema"/>-->
+                            <xsl:for-each select="$procesy5_system_schema/system_cache__appinfo:get_all_xsd_list/(system_cache__appinfo:get_all_xsd|system_cache__appinfo:get_all_xsd_external_schema_id_namespace_prefix)/schema/namespace::node()[../@targetNamespace=. and name()=$prefix]">
+                                <xsl:choose>
+                                    <xsl:when test="position()=1">
+                                        <xsl:value-of select="."/>
+                                    </xsl:when>
+                                    <xsl:otherwise>
+                                        <xsl:message>#90-272b warning - more schema for $element="<xsl:value-of select="$element"/>";[<xsl:value-of select="position()"/>]</xsl:message>
+                                    </xsl:otherwise>
+                                </xsl:choose>
+                            </xsl:for-each>
+                        </xsl:otherwise>
+                    </xsl:choose>
+                </xsl:variable>
+                <xsl:choose>
+                    <xsl:when test="count($namespace_uri_param)!=1">
+                        <xsl:message terminate="yes">#104ab: count($namespace_uri_param):<xsl:value-of select="count($namespace_uri_param)"/>; need to be 1 - probably duplicated schema with the same targetNamespace exits (<xsl:value-of select="$namespace_uri_param"/>);</xsl:message>        
+                    </xsl:when>
+                    <xsl:when test="string-length($namespace_uri_param)=0">
+                        <xsl:message terminate="yes">#104-286: string-length($namespace_uri_param)=0:; need to be more 0 - probably error (<xsl:value-of select="$namespace_uri_param"/>);</xsl:message>        
+                    </xsl:when>
+                </xsl:choose>
+                <xsl:message>104-285b:system_cache__appinfo:build_element apply template for detected: count(<xsl:value-of select="count($procesy5_system_schema/system_cache__appinfo:get_all_xsd_list/(system_cache__appinfo:get_all_xsd|system_cache__appinfo:get_all_xsd_external_schema_id_namespace_prefix)/schema[@targetNamespace = $namespace_uri_param]/group[@name = system_cache__appinfo:clean_object_prefix($element)])" xpath-default-namespace="http://www.w3.org/2001/XMLSchema"/>) for element @name:"<xsl:value-of select="$element"/>"; $namespace_uri:"<xsl:value-of select="$namespace_uri_param"/>"; $prefix:"<xsl:value-of select="$prefix"/>";</xsl:message>
+                <xsl:variable name="system_cache__appinfo:build_flat_schema">
+                    <xsl:apply-templates mode="system_cache__appinfo:build_flat_schema"
+                        select="$procesy5_system_schema/system_cache__appinfo:get_all_xsd_list/(system_cache__appinfo:get_all_xsd|system_cache__appinfo:get_all_xsd_external_schema_id_namespace_prefix)/schema[@targetNamespace = $namespace_uri_param]/group[@name = system_cache__appinfo:clean_object_prefix($element)]"
+                        xpath-default-namespace="http://www.w3.org/2001/XMLSchema">
+                        <xsl:with-param name="path" select="$path"/>
+                        <xsl:with-param name="targetNamespace" select="$namespace_uri_param"/>
+                        <xsl:with-param name="prefix" select="$prefix"/>
+                        <xsl:with-param name="xpath_local" select="$element"/> <!--???  powinien byc dodawany czy moze  utworzy to pierwszy element z template-->
+                    </xsl:apply-templates>
+                </xsl:variable>
+                <xsl:apply-templates mode="system_cache__appinfo:remove_duplicate_elements" select="$system_cache__appinfo:build_flat_schema"/>
+            </xsl:when>
+            <xsl:when test="$namespace_uri_param">
+                <xsl:variable name="prefix">
+                    <xsl:choose>
+                        <xsl:when test="$namespace_uri_param and count($procesy5_system_schema/system_cache__appinfo:get_all_xsd_list/(system_cache__appinfo:get_all_xsd|system_cache__appinfo:get_all_xsd_external_schema_id_namespace_prefix|system_cache__appinfo:get_all_xsd_default_db)/schema[@targetNamespace = $namespace_uri_param]/group[@name = $element])!=1" xpath-default-namespace="http://www.w3.org/2001/XMLSchema">
+                            <xsl:message terminate="yes">90: ERROR not found or too many elements with name:<xsl:value-of select="$element"/>; on @tNS:<xsl:value-of select="$namespace_uri_param"/>; count:<xsl:value-of select="count($procesy5_system_schema/system_cache__appinfo:get_all_xsd_list/(system_cache__appinfo:get_all_xsd|system_cache__appinfo:get_all_xsd_external_schema_id_namespace_prefix)/schema[@targetNamespace = $namespace_uri_param]/group[@name = $element])"/></xsl:message>
+                        </xsl:when>
+                        <xsl:otherwise><xsl:value-of select="$procesy5_system_schema/system_cache__appinfo:get_all_xsd_list/(system_cache__appinfo:get_all_xsd|system_cache__appinfo:get_all_xsd_external_schema_id_namespace_prefix|system_cache__appinfo:get_all_xsd_default_db)/schema[@targetNamespace=$namespace_uri_param]/namespace::node()[.=$namespace_uri_param]/name()" xpath-default-namespace="http://www.w3.org/2001/XMLSchema"/></xsl:otherwise>
+                    </xsl:choose>
+                </xsl:variable>
+                <xsl:message>98b:build_element group $prefix:<xsl:value-of select="$prefix"/></xsl:message>
+                <xsl:variable name="system_cache__appinfo:build_flat_schema">
+                    <xsl:apply-templates mode="system_cache__appinfo:build_flat_schema"
+                        select="$procesy5_system_schema/system_cache__appinfo:get_all_xsd_list/(system_cache__appinfo:get_all_xsd|system_cache__appinfo:get_all_xsd_external_schema_id_namespace_prefix|system_cache__appinfo:get_all_xsd_default_db)/schema[@targetNamespace = $namespace_uri_param]/group[@name = $element]"
+                        xpath-default-namespace="http://www.w3.org/2001/XMLSchema">
+                        <xsl:with-param name="path" select="$path"/>
+                        <xsl:with-param name="targetNamespace" select="$namespace_uri_param"/>
+                        <xsl:with-param name="prefix" select="$prefix"/>
+                        <!--<xsl:with-param name="xpath_local" select="concat($path,':',$element)"/>nie powinien byc dodawany, tworzy to pierwszy element z template-->
+                    </xsl:apply-templates>
+                </xsl:variable>
+                <xsl:apply-templates mode="system_cache__appinfo:remove_duplicate_elements" select="$system_cache__appinfo:build_flat_schema"/>
+            </xsl:when>
+            <xsl:otherwise>
+                <xsl:variable name="namespace_uri_param">
+                    <xsl:choose>
+                        <xsl:when test="$namespace_uri_param"><xsl:value-of select="$namespace_uri_param"/></xsl:when>
+                        <xsl:otherwise><xsl:value-of select="$procesy5_system_schema/system_cache__appinfo:get_all_xsd_list/(system_cache__appinfo:get_all_xsd|system_cache__appinfo:get_all_xsd_external_schema_id_namespace_prefix|system_cache__appinfo:get_all_xsd_default_db)/schema/namespace::node()[../@targetNamespace=. and name()=$prefix][1]" xpath-default-namespace="http://www.w3.org/2001/XMLSchema"/></xsl:otherwise>
+                    </xsl:choose>
+                </xsl:variable>
+                <xsl:message>122b:build_element $prefix:<xsl:value-of select="$prefix"/>; $det targetNamespace:<xsl:value-of select="$namespace_uri_param"/>;</xsl:message>
+                <xsl:variable name="system_cache__appinfo:build_flat_schema">
+                    <xsl:apply-templates mode="system_cache__appinfo:build_flat_schema"
+                        select="$procesy5_system_schema/system_cache__appinfo:get_all_xsd_list/(system_cache__appinfo:get_all_xsd|system_cache__appinfo:get_all_xsd_external_schema_id_namespace_prefix|system_cache__appinfo:get_all_xsd_default_db)/schema[@targetNamespace = $namespace_uri_param]/group[@name = $element]"
+                        xpath-default-namespace="http://www.w3.org/2001/XMLSchema">
+                        <xsl:with-param name="path" select="$path"/>
+                        <xsl:with-param name="targetNamespace" select="$namespace_uri_param"/>
+                        <xsl:with-param name="prefix" select="$prefix"/>
+                        <!--<xsl:with-param name="xpath_local" select="concat($path,':',$element)"/>nie powinien byc dodawany, tworzy to pierwszy element z template-->
+                    </xsl:apply-templates>
+                </xsl:variable>
+                <xsl:apply-templates mode="system_cache__appinfo:remove_duplicate_elements" select="$system_cache__appinfo:build_flat_schema"/>
+            </xsl:otherwise>
+        </xsl:choose>
+    </xsl:template>
  
  
     <xsl:template mode="system_cache__appinfo:element_complexType" match="system_cache__appinfo:element_complexType"> <!-- do hurtowego wygenerowania plaskich obiektow, nastepca to paraler przez build.xml na target build_element_complexType.xml -->
@@ -3221,7 +3326,7 @@
                 <!--<xsl:variable name="element-filename" select="system_cache__appinfo:escape_object_prefix_to_string(concat(system_cache__appinfo:prefix_from_targetNamespace($system_cache__appinfo:vrtfNamespaces,$type_uri),':',$complexType))"/>-->
                 <xsl:choose>
                     <xsl:when test="(string-length($path) &gt; 100 and $type_uri='http://docs.oasis-open.org/wsbpel/2.0/process/executable' ) or string-length($path) &gt; number($system_cache__appinfo:path.2863.len.limit) ">
-                        <xsl:message terminate="no">#2863 TODO apply mode xp5r:cache </xsl:message>
+                        <xsl:message terminate="yes">#2863 TODO apply mode xp5r:cache </xsl:message>
                         <xp5r:cache xp5r:id="{generate-id(../.)}" xp5r:basedir="{$basedir}" xp5r:stylesheet="{$basedir}/default_db_xml_cache/build_complexType.xsl">
                             <xp5r:apply-template mode="system_cache__appinfo:build_flat_schema">
                                 <xp5r:context-node>

+ 1 - 1
SE/schema/default_db_xml_cache/system_cache__resources_tree_generate_xsl_required_occurs_raport/detect_resource_type.xsl

@@ -316,7 +316,7 @@
                                           </xsl:when>
                                           <xsl:otherwise>
                                               <xsl:message>#201 for <xsl:value-of select="$complexType_or_element_name186"/> $targetNamespace_134=<xsl:value-of select="$targetNamespace_134"/> set @system_cache__appinfo:get_default_db_obj_url_table_name by parent_complexType</xsl:message>
-                                              <xsl:variable name="binding_info" select="doc($NamespaceBinding.xml)/system_cache__appinfo:NamespaceBinding/system_cache__appinfo:binding[@targetNamespace=$targetNamespace_134]"/>
+                                              <xsl:variable name="binding_info" select="doc($NamespaceBinding.xml)/system_cache__appinfo:NamespaceBinding/system_cache__appinfo:binding[@targetNamespace=$targetNamespace_134][position()=1]"/>
                                               <xsl:attribute name="system_cache__appinfo:get_default_obj_url_name" select=" concat($binding_info/system_cache__appinfo:prefix,':',$complexType_or_element_name186)"/>
                                           </xsl:otherwise>
                                       </xsl:choose>

+ 8 - 8
SE/schema/default_db_xml_cache/system_cache__resources_tree_generate_xsl_required_occurs_raport/parse_schema_to_generate_id.xsl

@@ -238,14 +238,14 @@
                 <xsl:message>#225 pomijamy bo @targetNamespace(<xsl:value-of select="@targetNamespace"/>) = $targetNamespace(<xsl:value-of select="$targetNamespace"/>)or @targetNamespace='http://www.w3.org/2001/XMLSchema'</xsl:message>
                 <xsl:comment>#225 pomijamy bo @targetNamespace(<xsl:value-of select="@targetNamespace"/>) = $targetNamespace(<xsl:value-of select="$targetNamespace"/>)or @targetNamespace='http://www.w3.org/2001/XMLSchema'</xsl:comment>
             </xsl:when><!-- pomijamy wykrywanie brakuajacych @id dla schematu default_db - ktory jest obcym systemem plaskim -->
-            <xsl:when test=" contains($targetNamespace,$zasob_id_db_targetNamespace_detect_string) or count(.//node()[(local-name()='element' or local-name()='complexType' or local-name()='simpleType' or local-name()='sequence' or local-name()='choice' or local-name()='all' or local-name()='complexContent' or local-name()='extension' or local-name()='attribute' or local-name()='assert') and not(@id) ]) &gt;0"> <!-- and not(@id) @2018-01-01 sprawdzic czy dodanie not(id) nie komplikuje przerzucania schematow external-->
+            <xsl:when test=" contains($targetNamespace,$zasob_id_db_targetNamespace_detect_string) or count(.//node()[(local-name()='element' or local-name()='complexType' or local-name()='simpleType' or local-name()='sequence' or local-name()='choice' or local-name()='all' or local-name()='complexContent' or local-name()='extension' or local-name()='attribute' or local-name()='assert'  or local-name()='group' ) and not(@id) ]) &gt;0"> <!-- and not(@id) @2018-01-01 sprawdzic czy dodanie not(id) nie komplikuje przerzucania schematow external-->
                 <xsl:variable name="new-schema-tempfile-name" select="replace($schema_node/@system_cache__appinfo:document-uri,'.xsd','.xsd')"/>
                 <xsl:variable name="new-document-uri_with-id" select="concat($new-schema-with-ID-to-move-and-rename-to-xsd,'/',$new-schema-tempfile-name)"/>
                 <system_cache__resources_tree_generate_xsl_required_occurs_raport:generate_element_id_for_schema>
                     <xsl:attribute name="system_cache__appinfo:document-uri" select="$schema_node/@system_cache__appinfo:document-uri"></xsl:attribute>
                     <xsl:attribute name="system_cache__appinfo:new-document-uri_with-id" select="$new-document-uri_with-id"/>
                     <xsl:if test="count(.//node()[(local-name()='element' or local-name()='complexType' or local-name()='simpleType' or local-name()='sequence' or local-name()='choice' or local-name()='all' or local-name()='complexContent' or local-name()='extension' or local-name()='attribute' or local-name()='assert') and not(@id) ]) &gt; 0">
-                        <xsl:attribute name="p5suis:say"> schema name <xsl:value-of select="$new-schema-tempfile-name"/> has not required id set for elements count(<xsl:value-of select="count(.//node()[(local-name()='element' or local-name()='complexType' or local-name()='simpleType' or local-name()='sequence' or local-name()='choice' or local-name()='all' or local-name()='complexContent' or local-name()='extension' or local-name()='attribute' or local-name()='assert') and not(@id) ])"/>)</xsl:attribute>
+                        <xsl:attribute name="p5suis:say"> schema name <xsl:value-of select="$new-schema-tempfile-name"/> has not required id set for elements count(<xsl:value-of select="count(.//node()[(local-name()='element' or local-name()='complexType' or local-name()='simpleType' or local-name()='sequence' or local-name()='choice' or local-name()='all' or local-name()='complexContent' or local-name()='extension' or local-name()='attribute' or local-name()='assert' or local-name()='group' ) and not(@id) ])"/>)</xsl:attribute>
                     </xsl:if>
                     <!--<xsl:comment>438: tutaj wygenerowano schemat z @id</xsl:comment>-->
                     <xsl:choose>
@@ -266,8 +266,8 @@
                             </xsl:if>
                             <xsl:if test="$new-schema-tempfile-name!='http://www.w3.org/1999/XSL/Transform'">
                                 <debug.247>
-                                <xsl:comment>#249 schema name=<xsl:value-of select="$new-schema-tempfile-name"/>; has not required @id set for elements count(<xsl:value-of select="count(.//node()[(local-name()='element' or local-name()='complexType' or local-name()='simpleType' or local-name()='sequence' or local-name()='choice' or local-name()='all' or local-name()='complexContent' or local-name()='extension' or local-name()='attribute' or local-name()='assert') and not(@id) ])"/>)</xsl:comment>
-                                    <xsl:message terminate="{$terminate}">#249 schema name=<xsl:value-of select="$new-schema-tempfile-name"/>; has not required @id set for elements count(<xsl:value-of select="count(.//node()[(local-name()='element' or local-name()='complexType' or local-name()='simpleType' or local-name()='sequence' or local-name()='choice' or local-name()='all' or local-name()='complexContent' or local-name()='extension' or local-name()='attribute' or local-name()='assert') and not(@id) ])"/>)</xsl:message>
+                                <xsl:comment>#249 schema name=<xsl:value-of select="$new-schema-tempfile-name"/>; has not required @id set for elements count(<xsl:value-of select="count(.//node()[(local-name()='element' or local-name()='complexType' or local-name()='simpleType' or local-name()='sequence' or local-name()='choice' or local-name()='all' or local-name()='complexContent' or local-name()='extension' or local-name()='attribute' or local-name()='assert' or local-name()='group' ) and not(@id) ])"/>)</xsl:comment>
+                                    <xsl:message terminate="{$terminate}">#249 schema name=<xsl:value-of select="$new-schema-tempfile-name"/>; has not required @id set for elements count(<xsl:value-of select="count(.//node()[(local-name()='element' or local-name()='complexType' or local-name()='simpleType' or local-name()='sequence' or local-name()='choice' or local-name()='all' or local-name()='complexContent' or local-name()='extension' or local-name()='attribute' or local-name()='assert' or local-name()='group' ) and not(@id) ])"/>)</xsl:message>
                                 <!--<xsl:apply-templates mode="system_cache__resources_tree_generate_xsl_required_occurs_raport:generate_element_id_for_schema" select="$schema_node"/>-->
                                     
                                 </debug.247>
@@ -280,7 +280,7 @@
                 <xsl:message>#252 not generated schema ../@system_cache__appinfo:document-uri=<xsl:value-of select=".././@system_cache__appinfo:document-uri"/>; - empty elements? or bug for property name="external_schema" value="/public_html/external_schema" </xsl:message>
                 <xsl:comment>#252 not generated schema ../@system_cache__appinfo:document-uri=<xsl:value-of select=".././@system_cache__appinfo:document-uri"/>; - empty elements? or bug for property name="external_schema" value="/public_html/external_schema" </xsl:comment>
                 <debug.256>
-                    <xsl:attribute name="count_not_id" select="count(.//node()[(local-name()='element' or local-name()='complexType' or local-name()='simpleType' or local-name()='sequence' or local-name()='choice' or local-name()='all' or local-name()='complexContent' or local-name()='extension' or local-name()='attribute' or local-name()='assert') and not(@id) ])"/>
+                    <xsl:attribute name="count_not_id" select="count(.//node()[(local-name()='element' or local-name()='complexType' or local-name()='simpleType' or local-name()='sequence' or local-name()='choice' or local-name()='all' or local-name()='complexContent' or local-name()='extension' or local-name()='attribute' or local-name()='assert' or local-name()='group' ) and not(@id) ])"/>
                     <xsl:attribute name="if_contains_targetName_vs_zasID" select="contains($targetNamespace,$zasob_id_db_targetNamespace_detect_string)"/>
                     <xsl:attribute name="targetNamespace" select="$targetNamespace"/>
                     <xsl:attribute name="zasob_id_db_targetNamespace_detect_string" select="$zasob_id_db_targetNamespace_detect_string"/>
@@ -309,7 +309,7 @@
                 <xsl:when test="$system_cache__resources_tree_generate_xsl_required_occurs_raport:schema_id_list">
                     <xsl:value-of select="$system_cache__resources_tree_generate_xsl_required_occurs_raport:schema_id_list"/>
                 </xsl:when>
-                <xsl:when test="count(.//node()[(local-name()='element' or local-name()='complexType' or local-name()='simpleType'  or local-name()='sequence' or local-name()='attribute' or local-name()='choice' or local-name()='assert') and @id])=0">
+                <xsl:when test="count(.//node()[(local-name()='element' or local-name()='complexType' or local-name()='simpleType'  or local-name()='sequence' or local-name()='attribute' or local-name()='choice' or local-name()='assert' or local-name()='group' ) and @id])=0">
                     <system_cache__resources_tree_generate_xsl_required_occurs_raport:schema_id_list>
                         <xsl:element name="system_cache__resources_tree_generate_xsl_required_occurs_raport:schema_id">
                             <xsl:attribute name="id" select="'___a1'"/>
@@ -319,7 +319,7 @@
                 </xsl:when>
                 <xsl:otherwise>
                     <system_cache__resources_tree_generate_xsl_required_occurs_raport:schema_id_list>
-                        <xsl:for-each select=".//node()[(local-name()='element' or local-name()='complexType' or local-name()='simpleType'  or local-name()='sequence' or local-name()='attribute' or local-name()='choice'  or local-name()='assert') and @id]">
+                        <xsl:for-each select=".//node()[(local-name()='element' or local-name()='complexType' or local-name()='simpleType'  or local-name()='sequence' or local-name()='attribute' or local-name()='choice'  or local-name()='assert' or local-name()='group' ) and @id]">
                             <xsl:sort select="substring-after(@id,'___')"/>
                             <xsl:element name="system_cache__resources_tree_generate_xsl_required_occurs_raport:schema_id">
                                 <xsl:attribute name="id" select="@id"/>
@@ -422,7 +422,7 @@
         <xsl:param name="system_cache__resources_tree_generate_xsl_required_occurs_raport:schema_id_list" required="yes"/>
         <xsl:param name="prefix" required="yes"/>
         <xsl:choose>
-            <xsl:when test="(local-name()='element' or local-name()='complexType' or local-name()='sequence' or local-name()='choice' or local-name()='all' or local-name()='attribute' or local-name()='complexContent' or local-name()='simpleType' or local-name()='extension'  or local-name()='assert') and not(@id)">
+            <xsl:when test="(local-name()='element' or local-name()='complexType' or local-name()='sequence' or local-name()='choice' or local-name()='all' or local-name()='attribute' or local-name()='complexContent' or local-name()='simpleType' or local-name()='extension'  or local-name()='assert' or local-name()='group' ) and not(@id)">
                 <!--<xsl:variable name="name">
                     <xsl:choose>
                         <xsl:when test="substring-before(name(),':xs')">

+ 21 - 1
SE/stuff/p5_automation_lite/p5_automation_lite.ino

@@ -390,7 +390,27 @@ void loop() {
          #endif
         
         #include "__main_loop_top.h" //lite ___loop/
-         #include "__main_loop_end.h" //lite ___loop/
+   //      #include "__main_loop_end.h" //lite ___loop/
+         
+         
+                        
+                _Slave_Ports_queue__POP(
+                                    Slave_Ports_Status_QUEUE_A, 
+                                    Slave_Ports_Status_QUEUE_T_ARDUINO_ATTR_ARRAY_A ,
+                              
+                                   LCDtim, 
+                                   
+                                           Slave_Ports_Status_A ,
+                                           Slave_Ports_Status_T_ARDUINO_ATTR_ARRAY_A ,
+                                           Slave_Ports_Status_T_ARDUINO_ARRAY_INDEX_TABLE_A,
+                                            Slave_Ports_Status_T_ARDUINO_ARRAY_INDEX_T_TO_DELETE_A,
+                                            Slave_Ports_Status_T_ARDUINO_ARRAY_ASSOC_TABLE_S_Port_ID_A,
+                                        //  DISPLAY_PHYSICAL_CHAR_A,
+                                              //lite removed Adafruit_PWMServoDriver_A,
+                                               0 //time 
+                            );
+               
+                        
          
          
 #if defined(HAS_SERIAL_PROXY)