| 123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
- xmlns:xp5r="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/xinclude_p5_recurse/xinclude_p5_recurse.xsd"
- xmlns:p5ant="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/ant/ant.xsd"
- vc:minVersion="1.1" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
- targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/ant/ant.xsd"
- xmlns:p5ant-interface="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface.xsd">
- <xs:annotation>
- <xs:documentation>To document input/output functions for mainly generate documentations and test functionability</xs:documentation>
- </xs:annotation>
- <xs:include
- schemaLocation="../../WPS_Functions/documentation_generator/repository/p5dg.documentation.files.antstructure.xsd"/>
- <xs:import
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface.xsd"
- schemaLocation="../../WPS_Functions/ant_interface/ant_interface.xsd"/>
- <xs:complexType name="project_Type">
- <xs:annotation>
- <xs:documentation>Do dziedziczen obiektow typu projekt ant z inna struktura</xs:documentation>
- </xs:annotation>
- <xs:attribute name="name"/>
- <xs:attribute name="default"/>
- <xs:attribute name="basedir"/>
- </xs:complexType>
- </xs:schema>
|