documentation_generator.xsd 1.0 KB

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
  3. xmlns:p5dg="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/documentation_generator/documentation_generator.xsd"
  4. targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/documentation_generator/documentation_generator.xsd"
  5. vc:minVersion="1.1" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  6. xmlns:p5ant-interface-resp="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface-resp.xsd">
  7. <xs:import
  8. namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface-resp.xsd"
  9. schemaLocation="../ant_interface/ant_interface-resp.xsd"/>
  10. <xs:element name="p5dg.documentation.files.index_analyzed.xml">
  11. <xs:complexType>
  12. <xs:sequence>
  13. <xs:element ref="p5ant-interface-resp:filelist"/>
  14. </xs:sequence>
  15. </xs:complexType>
  16. </xs:element>
  17. </xs:schema>