default_db.xsd 1.2 KB

123456789101112131415161718
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
  3. targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/default_db/" vc:minVersion="1.1"
  4. xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  5. xmlns:SystemObjects__x3A__File="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/File.xsd"
  6. xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  7. xmlns:default_db="http://biuro.biall-net.pl/xmlschema_procesy5/default_db/">
  8. <!--<xs:import schemaLocation="../namespaceNode.xsd"
  9. namespace="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"/>-->
  10. <xs:annotation>
  11. <xs:documentation>Definicja struktury informacji w schematach domyslnych, trzymanych w katalogu /default_db/</xs:documentation>
  12. </xs:annotation>
  13. <xs:import
  14. namespace="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  15. schemaLocation="../appinfo.xsd"/>
  16. <xs:element name="schema-file" type="system_cache__appinfo:schema-file"/>
  17. <xs:element name="schema" type="system_cache__appinfo:schema"/>
  18. </xs:schema>