1234567891011121314151617 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
- vc:minVersion="1.1" targetNamespace="https://procesy5.pl/procesy5_doc.xsd"
- xmlns="https://procesy5.pl/procesy5_doc.xsd"
- xmlns:p5Ui="https://procesy5.pl/SE/se-lib/UI.php.xsd"
- xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
- xmlns:p5build="http://biuro.biall-net.pl/xmlschema_procesy5/build.xsd">
- <!--
- xmlns:p5Al="https://procesy5.pl/alerts"
- <xs:import namespace="https://procesy5.pl/SE/se-lib/UI.php.xsd" schemaLocation="UI.php.xsd"/>
- <xs:import namespace="https://procesy5.pl/alerts" schemaLocation="../../alerts.xsd"/>-->
- <xs:annotation>
- <xs:documentation>Schema of system schema and functions based mainly on transformations engines [model driven]</xs:documentation>
- </xs:annotation>
- <xs:import schemaLocation="../../../SE/schema/build.xsd"
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/build.xsd"/>
- </xs:schema>
|