| 1234567891011121314151617 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
- xmlns:p5dg="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/documentation_generator/documentation_generator.xsd"
- targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/documentation_generator/documentation_generator.xsd"
- vc:minVersion="1.1" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
- xmlns:p5ant-interface-resp="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface-resp.xsd">
- <xs:import
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface-resp.xsd"
- schemaLocation="../ant_interface/ant_interface-resp.xsd"/>
- <xs:element name="p5dg.documentation.files.index_analyzed.xml">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="p5ant-interface-resp:filelist"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:schema>
|