| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?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:p5ant="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/ant/ant.xsd"
- xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.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"
- exclude-result-prefixes="xs"
- version="2.0">
-
-
- <xsl:output indent="yes"/>
- <xsl:strip-space elements="*"/>
-
-
- <xsl:param name="p5ant.WPS_Functions.PRODUCT.name.input" required="yes" />
- <xsl:param name="p5ant.WPS_Functions.PRODUCT.prefix.input" required="yes"/>
-
-
-
-
-
-
-
-
-
-
- <xsl:template match="schema" mode="p5ant:create_new_WPS_Function.xsd" xpath-default-namespace="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/ant/ant.xsd" >
- <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"
- vc:minVersion="1.1"
- >
- <xsl:namespace name="{$p5ant.WPS_Functions.PRODUCT.prefix.input}" select="concat('http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/',$p5ant.WPS_Functions.PRODUCT.name.input,'/',$p5ant.WPS_Functions.PRODUCT.prefix.input,'.xsd')"/>
- <xsl:attribute name="targetNamespace" select="concat('http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/',$p5ant.WPS_Functions.PRODUCT.name.input,'/',$p5ant.WPS_Functions.PRODUCT.prefix.input,'.xsd')"/>
- <xsl:copy-of select="@*"/>
-
- <xs:import schemaLocation="../../default_db_xml_cache.public/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="{$p5ant.WPS_Functions.PRODUCT.prefix.input}:PRODUCT"/>
- </xs:sequence>
- </xs:group>
- </xs:schema>
- </xsl:template>
-
-
-
- </xsl:stylesheet>
|