| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
- xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
- xmlns:xml="http://www.w3.org/XML/1998/namespace"
- targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
- xmlns:fg="http://www.FGolubov.com/XMLEditor" vc:minVersion="1.1" elementFormDefault="qualified"
- xmlns:wsbpel="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
- xmlns:SystemObjects__x3A__File="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/File.xsd"
- xmlns:p5build_SE="http://biuro.biall-net.pl/build_SE.xsd"
- xmlns:p5build="http://biuro.biall-net.pl/xmlschema_procesy5/build.xsd"
- xmlns:p5bws="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd">
- <!--<xs:include schemaLocation="system_cache__appinfo/schema_elements.xsd"/>-->
- <xs:annotation>
- <xs:documentation>TODO</xs:documentation>
- </xs:annotation>
- <!--<xs:import namespace="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
- schemaLocation="../SystemObjects/ws-bpel_executable.xsd"/>-->
- <!--<xs:element name="acl">
- <xs:complexType>
- <xs:sequence>
- <xs:annotation>
- <xs:documentation>order is important - first process acl, than fields acl</xs:documentation>
- </xs:annotation>
- <xs:element ref="system_cache__appinfo:acl_ruleset_by_associated_process_owner"/>
- <xs:element ref="system_cache__appinfo:acl_ruleset"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>-->
- <xs:include schemaLocation="namespaceNode.xsd"/>
- <xs:import namespace="http://biuro.biall-net.pl/build_SE.xsd"
- schemaLocation="../../build_SE.xsd"/>
- <xs:include schemaLocation="PRODUCT.xsd"/>
- <xs:import schemaLocation="../../build.xsd"
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/build.xsd"/>
- <xs:import namespace="http://biuro.biall-net.pl/build_SE.xsd"
- schemaLocation="../../build_SE.xsd"/>
- <xs:import schemaLocation="../../WPS_Functions/WPS_Functions.xsd"
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd"/>
- <xs:element name="SystemsBindings">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="PRODUCT" maxOccurs="unbounded">
- <xs:complexType>
- <xs:group ref="system_cache__appinfo:SystemsBindings.PRODUCT"/>
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:complexType name="SystemsBindings.SYSTEM">
- <xs:complexContent>
- <xs:extension base="p5build_SE:SYSTEM"/>
- </xs:complexContent>
- </xs:complexType>
- <xs:group name="SystemsBindings.PRODUCT">
- <xs:sequence>
- <xs:element ref="p5build_SE:PRODUCT"/>
- <xs:element ref="p5build:PRODUCT"/>
- </xs:sequence>
- </xs:group>
- </xs:schema>
|