瀏覽代碼

+missing but required at now

a.binder 7 年之前
父節點
當前提交
a15cbef56d

+ 36 - 0
SE/schema/WPS_Functions/render-vis-js-in-electron--v0.0.1/build.p5RvJiE.INSTALL.xml

@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project basedir="../../." default="INSTALL" name="p5RvJiE.INSTALL">
+  <include file="build.p5RvJiE.PRODUCT.xml" />
+  
+  
+  
+ 
+  <condition property="p5RvJiE.INSTALL.node.ifdef" taskname="INSTALL.node">
+    <not>
+      <available file="${p5RvJiE.node}" />
+    </not>
+  </condition>
+  
+  
+  <target depends="INSTALL.node" name="INSTALL" />
+  
+  
+  <target if="p5RvJiE.INSTALL.node.ifdef" name="INSTALL.node" depends="INSTALL.node.ifdef" >
+    <!--<exec executable="${wget}" dir="${p5RvJiE.install}"/>
+    <exec executable="installer" dir="${p5RvJiE.install}">
+      <arg line="-pkg node-v8.12.0.pkg -target /"/>
+    </exec>
+    <exec executable="${npm}" dir="${p5RvJiE.install}">
+      <arg line="install -g electron -\-unsafe-perm=true -\-allow-root"/>
+    </exec>-->
+    <exec executable="make" dir="${p5RvJiE.install}"/>
+  </target>
+  
+  <target name="INSTALL.node.ifdef" unless="p5RvJiE.INSTALL.node.ifdef">
+    <echo>#30 [ I N S T A L L ] ${p5RvJiE.INSTALL.node.ifdef}
+      already exists $p5RvJiE.node ${p5RvJiE.node}
+    </echo>
+  </target>
+  
+  
+</project>

+ 47 - 0
SE/schema/WPS_Functions/render-vis-js-in-electron--v0.0.1/build.p5RvJiE.PRODUCT.xml

@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns:p5RvJiE="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/render-vis-js-in-electron--v0.0.1/render-vis-js-in-electron--v0.0.1.xsd"
+         xmlns:p5xsl="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xsl_interface/xsl_interface.xsd"
+         basedir="../../."
+         default="PRODUCT"
+         name="p5RvJiE.PRODUCT">
+   <description>p5suis:say Created function render-vis-js-in-electron--v0.0.1 with prefix p5RvJiE by p5ant module</description>
+   <include as="WPS_Functions" file="../build.WPS_Functions.PRODUCT.xml"/>
+   <condition property="p5RvJiE.PRODUCT.ifdef.parent"
+              taskname="p5RvJiE.parent.PRODUCT.ifdef">
+      <isset property="WPS_Functions.PRODUCT.name"/>
+   </condition>
+   <property name="p5RvJiE.PRODUCT.name"
+             value="${WPS_Functions.PRODUCT.name}.render-vis-js-in-electron--v0.0.1"/>
+   <property name="p5RvJiE.PRODUCT.vendor-domain"
+             value="${WPS_Functions.PRODUCT.name}.p5RvJiE"/>
+   <property name="p5RvJiE.basedir"
+             value="${WPS_Functions.basedir}/render-vis-js-in-electron--v0.0.1"/>
+   <property name="p5RvJiE.build.xml" value="${p5RvJiE.basedir}/build_p5RvJiE.xml"/>
+   <property name="p5RvJiE.repository"
+             value="${WPS_Functions.repository}/render-vis-js-in-electron--v0.0.1"/>
+   <property name="p5RvJiE.install" value="${p5RvJiE.basedir}/install"/>
+   <property name="p5RvJiE.temp"
+             location="${WPS_Functions.temp}/render-vis-js-in-electron--v0.0.1"/>
+   <property name="p5RvJiE.xsl" location="${p5RvJiE.basedir}/p5RvJiE.xsl"/>
+   <property name="p5RvJiE.xsd" location="${p5RvJiE.basedir}/p5RvJiE.xsd"/>
+   <property name="p5RvJiE.include.structure.xml"
+             location="${p5RvJiE.basedir}/p5RvJiE.include.structure.xml"/>
+   <property name="p5RvJiE.include.xsl.p5xsls.xml"
+             location="${p5RvJiE.basedir}/p5RvJiE.include.xsl.p5xsls.xml"/>
+   <property name="p5RvJiE.install_example"
+             location="${p5RvJiE.repository}/install_example.file"/>
+   <property name="p5RvJiE.git" location="${p5RvJiE.repository}/p5RvJiE.git"/>
+   <property name="p5RvJiE.from_url"
+             location="${p5RvJiE.repository}/p5RvJiE.from_url"/>
+   <property name="p5RvJiE.module" location="${p5RvJiE.repository}/p5RvJiE.module"/>
+   
+   
+   
+   <property name="p5RvJiE.install.Makefile" location="${p5RvJiE.install}/Makefile"/>
+   
+   <property name="p5RvJiE.node" location="/opt/local/lib/node_modules/electron/node_modules"/>
+   
+   
+   
+   
+</project>

+ 7 - 0
SE/schema/WPS_Functions/render-vis-js-in-electron--v0.0.1/build.p5RvJiE.SYSTEM.xml

@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project basedir="../../" name="p5RvJiE.SYSTEM">
+  <include file="../build.WPS_Functions.SYSTEM.xml" optional="true" />
+  <include as="PRODUCT" file="build.p5RvJiE.PRODUCT.xml" optional="true" />
+  <property location="${p5build_SE.SYSTEM.StandardOutPath}/render-vis-js-in-electron--v0.0.1.log" name="p5RvJiE.SYSTEM.StandardOutPath" />
+  <property location="${p5build_SE.SYSTEM.StandardErrorPath}/render-vis-js-in-electron--v0.0.1.log" name="p5RvJiE.SYSTEM.StandardErrorPath" />
+</project>

+ 19 - 0
SE/schema/WPS_Functions/render-vis-js-in-electron--v0.0.1/build.p5RvJiE.render.PRODUCT.xml

@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns:p5RvJiE="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/render-vis-js-in-electron--v0.0.1/render-vis-js-in-electron--v0.0.1.xsd"
+         xmlns:p5RvJiE.render="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/render-vis-js-in-electron--v0.0.1/render-vis-js-in-electron--v0.0.1.render.xsd"
+         basedir="../../."
+         name="p5RvJiE.render.PRODUCT">
+   <description>p5suis:say Created function module render-vis-js-in-electron--v0.0.1 with prefix p5RvJiE by p5ant module module</description>
+   <include as="PRODUCT" file="build.p5RvJiE.PRODUCT.xml"/>
+   <property name="p5RvJiE.render.repository"
+             location="${p5RvJiE.repository}/p5RvJiE.render"/>
+   <property name="p5RvJiE.render.basedir"
+             location="${p5RvJiE.basedir}/p5RvJiE.render"/>
+   <property name="p5RvJiE.render.temp" location="${p5RvJiE.temp}/p5RvJiE.render"/>
+   
+   <property name="p5RvJiE.render.build" location="${p5RvJiE.basedir}/build.p5RvJiE.render.xml"/>
+   
+   <property name="p5RvJiE.render.examples.dir" location="${p5RvJiE.install}/examples"/>
+   <property name="p5RvJiE.render.examples.example.dir" location="${p5RvJiE.render.examples.dir}/example-01-out"/>
+   <property name="p5RvJiE.render.examples.example.png" location="${p5RvJiE.render.examples.example.dir}/graph.1.png"/>
+</project>

+ 38 - 0
SE/schema/WPS_Functions/render-vis-js-in-electron--v0.0.1/build.p5RvJiE.render.xml

@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns:p5RvJiE="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/render-vis-js-in-electron--v0.0.1/render-vis-js-in-electron--v0.0.1.xsd"
+         xmlns:p5RvJiE.render="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/render-vis-js-in-electron--v0.0.1/render-vis-js-in-electron--v0.0.1.render.xsd"
+         basedir="../../."
+         default="example"
+         name="p5RvJiE.render">
+   <description>p5suis:say Created function module render-vis-js-in-electron--v0.0.1 with prefix p5RvJiE by p5ant module module</description>
+   <include as="PRODUCT" file="build.p5RvJiE.render.PRODUCT.xml"/>
+   
+   <condition property="p5RvJiE.render.if.exists">
+      <available file="${p5RvJiE.basedir}/p5RvJiE.render"/>
+   </condition>
+   <extension-point name="default" depends="activate" />
+   <target name="activate"
+           description="To enable module ${p5RvJiE.render.repository}"
+           unless="p5RvJiE.render.if.exists">
+      <mkdir dir="${p5RvJiE.render.repository}"/>
+   </target>
+   
+   <target name="example" description="to build example output">
+      <exec executable="bash" dir="${p5RvJiE.install}" >
+         <arg value="-c"/>
+         <arg value="PATH=$PATH:/opt/local/bin ; cd ${p5RvJiE.install} ; make example-01"/>
+      </exec>
+      <!--<exec executable="open">
+         <arg file="${p5RvJiE.render.examples.example.png}"/>
+      </exec>-->
+   </target>
+   
+   
+   <target name="preprocess">
+      <echo>#31 todo preprocess </echo>
+   </target>
+   
+   
+   
+   
+</project>

+ 41 - 0
SE/schema/WPS_Functions/render-vis-js-in-electron--v0.0.1/build_render-vis-js-in-electron--v0.0.1.xml

@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns:p5RvJiE="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/render-vis-js-in-electron--v0.0.1/render-vis-js-in-electron--v0.0.1.xsd"
+   basedir="../../."
+   default="default"
+   name="render-vis-js-in-electron--v0.0.1">
+   <include as="PRODUCT" file="build.p5RvJiE.PRODUCT.xml"/>
+   <include as="SYSTEM" file="build.p5RvJiE.SYSTEM.xml"/>
+   <include as="INSTALL" file="build.p5RvJiE.INSTALL.xml"/>
+   <include as="render" file="build.p5RvJiE.render.xml"/>
+   <include as="WPS_Functions" file="../build.WPS_Functions.PRODUCT.xml"/>
+   <include file="../system_ui_info_speech/build.system_ui_info_speech.PRODUCT.xml"/>
+   
+   <extension-point name="default" depends="INSTALL"/>
+   <extension-point name="INSTALL" depends="INSTALL.INSTALL"/>
+   
+   <target name="xsl-test"
+      description="test usage of default xslt template for module">
+      <xslt basedir="${p5RvJiE.basedir}"
+         destdir="${p5RvJiE.temp}"
+         force="true"
+         in="${p5RvJiE.INSTALL.install_example}"
+         out="${p5RvJiE.temp}/INSTALL.install_example.xsl-test.xml"
+         style="${p5RvJiE.xsl}">
+         <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/WPS_Functions/render-vis-js-in-electron--v0.0.1/p5RvJiE.xsd}INSTALL.install_example.xsl-test.xml"/>
+            <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
+               value="true"/>
+         </factory>
+         <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/render-vis-js-in-electron--v0.0.1/p5RvJiE.xsd}basedir"
+            expression="${p5RvJiE.basedir}"/>
+         <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/render-vis-js-in-electron--v0.0.1/p5RvJiE.xsd}repository"
+            expression="${p5RvJiE.repository}"/>
+         <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/render-vis-js-in-electron--v0.0.1/p5RvJiE.xsd}temp"
+            expression="${p5RvJiE.temp}"/>
+         <classpath location="/opt/local/share/java/saxon9he.jar"/>
+         <xmlcatalog refid="dita-ot.dtd.catalog"/>
+      </xslt>
+   </target>
+</project>

+ 42 - 0
SE/schema/WPS_Functions/render-vis-js-in-electron--v0.0.1/p5.nodeCoords.xsd

@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
+  targetNamespace="https://biuro.biall-net.pl/wfs" xmlns:p5="https://biuro.biall-net.pl/wfs"
+  vc:minVersion="1.1" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning">
+  <xs:element name="reportGraph">
+    <xs:complexType>
+      <xs:sequence>
+        <xs:element ref="p5:nodes"/>
+        <xs:element ref="p5:edges"/>
+      </xs:sequence>
+      <xs:attribute name="id" use="required" type="xs:integer"/>
+    </xs:complexType>
+  </xs:element>
+  <xs:element name="nodes">
+    <xs:complexType>
+      <xs:sequence>
+        <xs:element maxOccurs="unbounded" ref="p5:node"/>
+      </xs:sequence>
+    </xs:complexType>
+  </xs:element>
+  <xs:element name="node">
+    <xs:complexType>
+      <xs:attribute name="label" use="required"/>
+      <xs:attribute name="objectName" use="required" type="xs:NCName"/>
+      <xs:attribute name="primaryKey" use="required" type="xs:integer"/>
+    </xs:complexType>
+  </xs:element>
+  <xs:element name="edges">
+    <xs:complexType>
+      <xs:sequence>
+        <xs:element maxOccurs="unbounded" ref="p5:edge"/>
+      </xs:sequence>
+    </xs:complexType>
+  </xs:element>
+  <xs:element name="edge">
+    <xs:complexType>
+      <xs:attribute name="pathId" use="required" type="xs:integer"/>
+      <xs:attribute name="source" use="required" type="xs:NCName"/>
+      <xs:attribute name="target" use="required" type="xs:NCName"/>
+    </xs:complexType>
+  </xs:element>
+</xs:schema>

+ 135 - 0
SE/schema/WPS_Functions/render-vis-js-in-electron--v0.0.1/p5.nodeCoords__x3A__tree_to_dita.xsl

@@ -0,0 +1,135 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema"
+    xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
+    xmlns:system_cache__dita="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/dita.xsd"
+    xmlns:p5RvJiE="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/render-vis-js-in-electron--v0.0.1/p5RvJiE.xsd"
+    xmlns:p5="https://biuro.biall-net.pl/wfs"
+    xmlns:xlink="http://www.w3.org/1999/xlink"
+    xmlns:wps="http://www.opengis.net/wps/1.0.0"
+    xmlns:ows="http://www.opengis.net/ows/1.1"
+    xmlns:ogc="http://www.opengis.net/ogc"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    exclude-result-prefixes="xs"
+    version="2.0">
+    
+    
+    <!--{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/render-vis-js-in-electron-\-v0.0.1/p5RvJiE.xsd}system_cache__dita.preprocess.root-->
+    
+    <xsl:output indent="yes"/>
+    <xsl:strip-space elements="*"/>
+    
+    <xsl:param name="ditadir"/>
+    <xsl:template mode="p5RvJiE:system_cache__dita.write" match="*">
+        
+    </xsl:template>
+    
+    <xsl:template mode="p5RvJiE:system_cache__dita.preprocess.root" match="BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA[BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row]">
+        <xsl:message>#97-97 bypas .root n/<xsl:value-of select="name()"/>; </xsl:message>
+        <p5:reportGraph>
+            <xsl:call-template name="p5RvJiE:system_cache__dita.nodes"/>
+            <xsl:call-template name="p5RvJiE:system_cache__dita.edges"/>
+        </p5:reportGraph>
+    </xsl:template>
+    
+    
+    <xsl:template name="p5RvJiE:system_cache__dita.nodes">
+        <p5:nodes>
+            <xsl:for-each-group select=".//*" group-by="@fid">
+                <p5:node objectName="{local-name()}" primaryKey="{substring-after(@fid,'.')}" label="{local-name()} {ID}">
+                    
+                </p5:node>
+            </xsl:for-each-group>
+        </p5:nodes>
+    </xsl:template>
+    <xsl:template name="p5RvJiE:system_cache__dita.edges">
+        <p5:edges>
+            <xsl:for-each-group select="descendant-or-self::*[*[@fid][position()&gt;1]]" group-by="@fid">
+                <xsl:comment>#48 edges for <xsl:value-of select="@fid"/>
+               c/n=<xsl:value-of select="current-group()/name()"/>      ::fs/n<xsl:value-of select="current-group()/following-sibling::*[@fid][1]/name()"/>
+                </xsl:comment>
+                <!--<TEST>
+                    <xsl:copy-of select="current-group()"/>
+                </TEST>-->
+                <xsl:variable name="context" select="current-group()"/>
+                <xsl:choose>
+                    <xsl:when test="current-group()/following-sibling::*[@fid]">
+                        <xsl:for-each select="current-group()/following-sibling::*[@fid]">
+                            <p5:edge source="{$context/@fid}"  target="{@fid}" pathId="{substring-after($context/@fid,'.')}{substring-after(@fid,'.')}"/>
+                        </xsl:for-each>
+                    </xsl:when>
+                </xsl:choose>
+                
+            </xsl:for-each-group>
+        </p5:edges>
+    </xsl:template>
+    
+    <xsl:template mode="p5RvJiE:system_cache__dita.preprocess.child" match="BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row[@fid]">
+        
+    </xsl:template>
+    
+    
+    <xsl:template mode="p5RvJiE:system_cache__dita.preprocess" match="BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA">
+        <xsl:message>#119 running match="BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA" - intended for all raport </xsl:message>
+    </xsl:template>  
+    
+    <xsl:template mode="p5RvJiE:system_cache__dita.preprocess" match="BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row_object">
+        <xsl:message terminate="yes">#73 match="BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row_object" without @fid !</xsl:message>
+    </xsl:template>
+    
+    <xsl:template mode="p5RvJiE:system_cache__dita.read" match="p5RvJiE">
+        <!-- integration in echoxml file="${postprocess_modules.xml}  -->
+        <xsl:param name="fileindex" required="yes"/> <!-- ex. 3161_IN7_MK_BAZA_DYSTRYBUCJI - is related dir in dita dir with images -->
+        <xsl:param name="width" select="500"/>
+        <xsl:comment>#85 todo mode="system_cache__dita:bocian-graph-2-html" match="bocian-graph-2-html"</xsl:comment>
+        
+        
+    </xsl:template>
+    
+    <xsl:template mode="p5RvJiE:system_cache__dita.read" match="*">
+        
+    </xsl:template>
+    
+    <xsl:template mode="p5RvJiE:system_cache__dita.read" match="*">
+        <xsl:param name="fileindex" required="yes"/> <!-- ex. 3161_IN7_MK_BAZA_DYSTRYBUCJI - is related dir in dita dir with images -->
+        <xsl:param name="width" select="500"/>
+        <xsl:param name="map_or_indita" select="'map'"/>
+        <!-- example usage from other module
+         
+      <p> Ilości powiązań <note>Uwaga, w przypadku odnalezionych kilku tras do tego samego kontrahenta pokazywana jest jedna trasa (wykres nie zawiera tego ograniczenia)</note>
+                            
+                            <xsl:copy-of select="$simpletable"/>
+                            <xsl:apply-templates mode="system_cache__dita:graph__read" select="$simpletable">
+                                <xsl:with-param name="fileindex" select="$simpletable/simpletable/@id"/>
+                                <xsl:with-param name="width" select="500"/>
+                            </xsl:apply-templates>
+                        </p>
+      
+      -->
+        <xsl:choose>
+            <xsl:when test="doc-available(concat($ditadir,'/p5RvJiE/',$fileindex,'.png.xml'))">
+                <!--<xsl:apply-templates mode="system_cache__dita:graph_to_image" select="doc(concat($ditadir,'/graph_to_image/',$fileindex,'.png.xml'))">
+               <xsl:with-param name="fileindex" select="$fileindex"/>
+               <xsl:with-param name="width" select="$width"/>
+            </xsl:apply-templates>-->
+                <xsl:choose>
+                    <xsl:when test="$map_or_indita='topic'">
+                        <image href="../p5RvJiE/{$fileindex}.png" width="{$width}"/>
+                    </xsl:when>
+                    <xsl:otherwise>
+                        <image href="p5RvJiE/{$fileindex}.png" width="{$width}"/>
+                    </xsl:otherwise>
+                </xsl:choose>
+                
+            </xsl:when>
+            <xsl:otherwise>
+                <xsl:comment>#190 doc not aviable <xsl:value-of select="concat($ditadir,'/p5RvJiE/',$fileindex,'.png.xml')"/></xsl:comment>
+                <xsl:message>#190 doc not aviable <xsl:value-of select="concat($ditadir,'/p5RvJiE/',$fileindex,'.png.xml')"/></xsl:message>
+            </xsl:otherwise>
+        </xsl:choose>
+        <xsl:comment>#180 todo mode="p5RvJiE:read" match="*"  name=<xsl:value-of select="name()"/></xsl:comment>
+        
+    </xsl:template>
+    
+    
+</xsl:stylesheet>

+ 9 - 0
SE/schema/WPS_Functions/render-vis-js-in-electron--v0.0.1/p5RvJiE.include.xsl.p5xsls.xml

@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<stylesheet_buildlist xmlns="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xsl_interface/xsl_interface.xsd">
+  <namespaces.list>
+    <namespaces.list.namespace namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/render-vis-js-in-electron--v0.0.1/render-vis-js-in-electron--v0.0.1.xsd" prefix="p5RvJiE" />
+  </namespaces.list>
+  <include.list>
+    <include.list.href href="/Users/a.binder/procesy5-dita-templates-druki/xmlschema_procesy5/src-xmlschema/public_html/WPS_Functions/ant/p5ant.xsl" />
+  </include.list>
+</stylesheet_buildlist>

+ 33 - 0
SE/schema/WPS_Functions/render-vis-js-in-electron--v0.0.1/p5RvJiE.xsd

@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
+           xmlns:p5bws="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd"
+           xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
+           xmlns:p5ant="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/ant/ant.xsd"
+           xmlns:p5suis="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/system_ui_info_speech/system_ui_info_speech.xsd"
+           xmlns:p5dg="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/documentation_generator/documentation_generator.xsd"
+           xmlns:p5xsl="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xsl_interface/xsl_interface.xsd"
+           xmlns:p5RvJiE="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/render-vis-js-in-electron--v0.0.1/p5RvJiE.xsd"
+           xmlns:xs="http://www.w3.org/2001/XMLSchema"
+           vc:minVersion="1.1"
+           targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/render-vis-js-in-electron--v0.0.1/p5RvJiE.xsd">
+   <xs:import schemaLocation="../../Types/system_cache__appinfo/PRODUCT.xsd"
+              namespace="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"/>
+   <xs:element name="PRODUCT">
+      <xs:complexType>
+         <xs:complexContent>
+            <xs:extension base="system_cache__appinfo:PRODUCT">
+               <xs:sequence>
+                  <xs:element name="SYSTEM" type="system_cache__appinfo:SYSTEM"/>
+                  <xs:element name="GLOBALS" type="system_cache__appinfo:GLOBALS"/>
+                  <xs:element name="INSTALL" type="system_cache__appinfo:INSTALL"/>
+               </xs:sequence>
+            </xs:extension>
+         </xs:complexContent>
+      </xs:complexType>
+   </xs:element>
+   <xs:group name="PRODUCT">
+      <xs:sequence>
+         <xs:element ref="p5RvJiE:PRODUCT"/>
+      </xs:sequence>
+   </xs:group>
+</xs:schema>

+ 13 - 0
SE/schema/WPS_Functions/render-vis-js-in-electron--v0.0.1/p5RvJiE.xsl

@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xsl:stylesheet xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
+                xmlns:xs="http://www.w3.org/2001/XMLSchema"
+                xmlns:p5bws="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd"
+                xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
+                xmlns:p5RvJiE="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/render-vis-js-in-electron--v0.0.1/p5RvJiE.xsd"
+                xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+                exclude-result-prefixes="xs p5RvJiE"
+                version="2.0">
+   <xsl:output indent="yes"/>
+   <xsl:strip-space elements="*"/>
+   <xsl:param name="p5RvJiE:basedir"/>
+</xsl:stylesheet>

+ 1 - 1
SE/schema/default_db_xml_cache.public/default_db/system_cache__dita.map.title__x3A__to_merge/tree_to_dita__x3A__map.title.xsl

@@ -23,7 +23,7 @@
               
           </xsl:text>  
             przetwarzanie powiązań BOCIAN 
-            rev B2018-09-18.A (procesy5/rip)
+            rev B2018-09-18.A.1 (procesy5/rip)
         </title>
     </xsl:template>