p5frc.xsd 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  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. xmlns:p5ant="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/ant/ant.xsd"
  6. xmlns:p5suis="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/system_ui_info_speech/system_ui_info_speech.xsd"
  7. xmlns:p5dg="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/documentation_generator/documentation_generator.xsd"
  8. xmlns:p5xsl="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xsl_interface/xsl_interface.xsd"
  9. xmlns:p5frc="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/flat_relation_cache/p5frc.xsd"
  10. xmlns:xs="http://www.w3.org/2001/XMLSchema" vc:minVersion="1.1"
  11. targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/flat_relation_cache/p5frc.xsd">
  12. <xs:import schemaLocation="../../Types/system_cache__appinfo/PRODUCT.xsd"
  13. namespace="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"/>
  14. <xs:import
  15. namespace="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  16. schemaLocation="../../Types/system_cache__appinfo/flat_relation_cache.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 name="GLOBALS" type="system_cache__appinfo:GLOBALS"/>
  24. <xs:element name="INSTALL" type="system_cache__appinfo:INSTALL"/>
  25. </xs:sequence>
  26. </xs:extension>
  27. </xs:complexContent>
  28. </xs:complexType>
  29. </xs:element>
  30. <xs:group name="PRODUCT">
  31. <xs:sequence>
  32. <xs:element ref="p5frc:PRODUCT"/>
  33. </xs:sequence>
  34. </xs:group>
  35. <xs:element abstract="true" name="flat_relation_cache"
  36. type="system_cache__appinfo:flat_relation_cache">
  37. <xs:annotation>
  38. <xs:documentation>Uzywany w schemacie na @ref powoduje generowanie pliku typu budzet_rola_map.xsl ktory generuje zaleznosci i mapy i podliczenia</xs:documentation>
  39. </xs:annotation>
  40. </xs:element>
  41. </xs:schema>