| 12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
- xmlns:p5bws="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd"
- targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd"
- vc:minVersion="1.1" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
- xmlns:SystemObjects__x3A__File="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/File.xsd"
- xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd">
- <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:import schemaLocation="../SystemObjects/File.xsd"
- namespace="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/File.xsd"/>
- <xs:element name="PROCES">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="build" type="system_cache__appinfo:build"/>
- <xs:element name="bash-script" type="system_cache__appinfo:bash-script"/>
- <xs:element name="last-id.xml" type="SystemObjects__x3A__File:FilePath"
- > </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:schema>
|