SystemsBindings.xsd 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
  3. xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  4. xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  5. xmlns:xml="http://www.w3.org/XML/1998/namespace"
  6. targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  7. xmlns:fg="http://www.FGolubov.com/XMLEditor" vc:minVersion="1.1" elementFormDefault="qualified"
  8. xmlns:wsbpel="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
  9. xmlns:SystemObjects__x3A__File="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/File.xsd"
  10. xmlns:p5build_SE="http://biuro.biall-net.pl/build_SE.xsd"
  11. xmlns:p5build="http://biuro.biall-net.pl/xmlschema_procesy5/build.xsd"
  12. xmlns:p5bws="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd">
  13. <!--<xs:include schemaLocation="system_cache__appinfo/schema_elements.xsd"/>-->
  14. <xs:annotation>
  15. <xs:documentation>TODO</xs:documentation>
  16. </xs:annotation>
  17. <!--<xs:import namespace="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
  18. schemaLocation="../SystemObjects/ws-bpel_executable.xsd"/>-->
  19. <!--<xs:element name="acl">
  20. <xs:complexType>
  21. <xs:sequence>
  22. <xs:annotation>
  23. <xs:documentation>order is important - first process acl, than fields acl</xs:documentation>
  24. </xs:annotation>
  25. <xs:element ref="system_cache__appinfo:acl_ruleset_by_associated_process_owner"/>
  26. <xs:element ref="system_cache__appinfo:acl_ruleset"/>
  27. </xs:sequence>
  28. </xs:complexType>
  29. </xs:element>-->
  30. <xs:include schemaLocation="namespaceNode.xsd"/>
  31. <xs:import namespace="http://biuro.biall-net.pl/build_SE.xsd"
  32. schemaLocation="../../build_SE.xsd"/>
  33. <xs:include schemaLocation="PRODUCT.xsd"/>
  34. <xs:import schemaLocation="../../build.xsd"
  35. namespace="http://biuro.biall-net.pl/xmlschema_procesy5/build.xsd"/>
  36. <xs:import namespace="http://biuro.biall-net.pl/build_SE.xsd"
  37. schemaLocation="../../build_SE.xsd"/>
  38. <xs:import schemaLocation="../../WPS_Functions/WPS_Functions.xsd"
  39. namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd"/>
  40. <xs:element name="SystemsBindings">
  41. <xs:complexType>
  42. <xs:sequence>
  43. <xs:element name="PRODUCT" maxOccurs="unbounded">
  44. <xs:complexType>
  45. <xs:group ref="system_cache__appinfo:SystemsBindings.PRODUCT"/>
  46. </xs:complexType>
  47. </xs:element>
  48. </xs:sequence>
  49. </xs:complexType>
  50. </xs:element>
  51. <xs:complexType name="SystemsBindings.SYSTEM">
  52. <xs:complexContent>
  53. <xs:extension base="p5build_SE:SYSTEM"/>
  54. </xs:complexContent>
  55. </xs:complexType>
  56. <xs:group name="SystemsBindings.PRODUCT">
  57. <xs:sequence>
  58. <xs:element ref="p5build_SE:PRODUCT"/>
  59. <xs:element ref="p5build:PRODUCT"/>
  60. </xs:sequence>
  61. </xs:group>
  62. </xs:schema>