WPS_Functions.SYSTEM.xsd 1.4 KB

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
  3. xmlns:p5bws="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd"
  4. targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd"
  5. vc:minVersion="1.1" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  6. xmlns:SystemObjects__x3A__File="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/File.xsd"
  7. xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd">
  8. <xs:import schemaLocation="../default_db_xml_cache.public/system_cache__appinfo/PRODUCT.xsd"
  9. namespace="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"/>
  10. <xs:import schemaLocation="../SystemObjects/File.xsd"
  11. namespace="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/File.xsd"/>
  12. <xs:element name="PROCES">
  13. <xs:complexType>
  14. <xs:sequence>
  15. <xs:element name="build" type="system_cache__appinfo:build"/>
  16. <xs:element name="bash-script" type="system_cache__appinfo:bash-script"/>
  17. <xs:element name="last-id.xml" type="SystemObjects__x3A__File:FilePath"
  18. > </xs:element>
  19. </xs:sequence>
  20. </xs:complexType>
  21. </xs:element>
  22. </xs:schema>