WPS_Functions.xsd 1.9 KB

1234567891011121314151617181920212223242526272829303132333435
  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. xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  5. targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd"
  6. vc:minVersion="1.1" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  7. xmlns:p5wc="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/workflow_controller/p5wc.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:include schemaLocation="WPS_Functions.SYSTEM.xsd"/>
  11. <xs:import
  12. namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/object_modeling/object_modeling.xsd"
  13. schemaLocation="object_modeling/object_modeling.xsd"/>
  14. <xs:import
  15. namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/workflow_controller/p5wc.xsd"
  16. schemaLocation="workflow_controller/p5wc.xsd"/>
  17. <xs:element name="PRODUCT">
  18. <xs:complexType>
  19. <xs:complexContent>
  20. <xs:extension base="system_cache__appinfo:PRODUCT">
  21. <xs:sequence>
  22. <xs:element name="SYSTEM" type="system_cache__appinfo:SYSTEM"/>
  23. <xs:element ref="p5bws:PROCES"/>
  24. </xs:sequence>
  25. </xs:extension>
  26. </xs:complexContent>
  27. </xs:complexType>
  28. </xs:element>
  29. <xs:group name="PRODUCT">
  30. <xs:sequence>
  31. <xs:element ref="p5bws:PRODUCT"/>
  32. <xs:group ref="p5wc:PRODUCT"/>
  33. </xs:sequence>
  34. </xs:group>
  35. </xs:schema>