| 1234567891011121314151617181920212223242526272829303132333435 |
- <?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"
- xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.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:p5wc="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/workflow_controller/p5wc.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:include schemaLocation="WPS_Functions.SYSTEM.xsd"/>
- <xs:import
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/object_modeling/object_modeling.xsd"
- schemaLocation="object_modeling/object_modeling.xsd"/>
- <xs:import
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/workflow_controller/p5wc.xsd"
- schemaLocation="workflow_controller/p5wc.xsd"/>
- <xs:element name="PRODUCT">
- <xs:complexType>
- <xs:complexContent>
- <xs:extension base="system_cache__appinfo:PRODUCT">
- <xs:sequence>
- <xs:element name="SYSTEM" type="system_cache__appinfo:SYSTEM"/>
- <xs:element ref="p5bws:PROCES"/>
- </xs:sequence>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- </xs:element>
- <xs:group name="PRODUCT">
- <xs:sequence>
- <xs:element ref="p5bws:PRODUCT"/>
- <xs:group ref="p5wc:PRODUCT"/>
- </xs:sequence>
- </xs:group>
- </xs:schema>
|