ows.xsd 2.0 KB

123456789101112131415161718192021222324252627282930313233
  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:ows="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/openwebspider/ows.xsd"
  10. xmlns:xs="http://www.w3.org/2001/XMLSchema"
  11. vc:minVersion="1.1"
  12. targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/openwebspider/ows.xsd">
  13. <xs:import schemaLocation="../../Types/system_cache__appinfo/PRODUCT.xsd"
  14. namespace="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"/>
  15. <xs:element name="PRODUCT">
  16. <xs:complexType>
  17. <xs:complexContent>
  18. <xs:extension base="system_cache__appinfo:PRODUCT">
  19. <xs:sequence>
  20. <xs:element name="SYSTEM" type="system_cache__appinfo:SYSTEM"/>
  21. <xs:element name="GLOBALS" type="system_cache__appinfo:GLOBALS"/>
  22. <xs:element name="INSTALL" type="system_cache__appinfo:INSTALL"/>
  23. </xs:sequence>
  24. </xs:extension>
  25. </xs:complexContent>
  26. </xs:complexType>
  27. </xs:element>
  28. <xs:group name="PRODUCT">
  29. <xs:sequence>
  30. <xs:element ref="ows:PRODUCT"/>
  31. </xs:sequence>
  32. </xs:group>
  33. </xs:schema>