ant.xsd 1.5 KB

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
  3. xmlns:xp5r="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/xinclude_p5_recurse/xinclude_p5_recurse.xsd"
  4. xmlns:p5ant="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/ant/ant.xsd"
  5. vc:minVersion="1.1" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  6. targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/ant/ant.xsd"
  7. xmlns:p5ant-interface="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface.xsd">
  8. <xs:annotation>
  9. <xs:documentation>To document input/output functions for mainly generate documentations and test functionability</xs:documentation>
  10. </xs:annotation>
  11. <xs:include
  12. schemaLocation="../../WPS_Functions/documentation_generator/repository/p5dg.documentation.files.antstructure.xsd"/>
  13. <xs:import
  14. namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface.xsd"
  15. schemaLocation="../../WPS_Functions/ant_interface/ant_interface.xsd"/>
  16. <xs:complexType name="project_Type">
  17. <xs:annotation>
  18. <xs:documentation>Do dziedziczen obiektow typu projekt ant z inna struktura</xs:documentation>
  19. </xs:annotation>
  20. <xs:attribute name="name"/>
  21. <xs:attribute name="default"/>
  22. <xs:attribute name="basedir"/>
  23. </xs:complexType>
  24. </xs:schema>