schema.xsd 1.0 KB

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