ant.xsd 2.4 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
  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. xmlns:p5ant-interface="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface.xsd"
  6. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  7. xmlns:p5_tr_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/procesy5_translate_map.xsd"
  8. xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  9. xmlns:system_cache__resources_tree_generate_xsl_required_occurs_raport="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/resources_tree_generate_xsl_require_occurs_raport"
  10. xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  11. xmlns:p5opr="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/object_parent_relations/object_parent_relations.xsd"
  12. xmlns:p5_simpleSchema_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/p5_simpleSchema_map.xsd"
  13. elementFormDefault="qualified"
  14. vc:minVersion="1.1"
  15. targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/ant/ant.xsd">
  16. <xs:annotation>
  17. <xs:documentation>To document input/output functions for mainly generate documentations and test functionability</xs:documentation>
  18. </xs:annotation>
  19. <xs:include schemaLocation="../../WPS_Functions/documentation_generator/repository/p5dg.documentation.files.antstructure.xsd"/>
  20. <xs:import namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface.xsd"
  21. schemaLocation="../../WPS_Functions/ant_interface/ant_interface.xsd"/>
  22. <xs:complexType name="project_Type" id="___d15e95004-1_project_Ty">
  23. <xs:annotation>
  24. <xs:documentation>Do dziedziczen obiektow typu projekt ant z inna struktura</xs:documentation>
  25. </xs:annotation>
  26. <xs:attribute name="name" id="___d15e95008-1_name"/>
  27. <xs:attribute name="default" id="___d15e95009-1_default"/>
  28. <xs:attribute name="basedir" id="___d15e95010-1_basedir"/>
  29. </xs:complexType>
  30. </xs:schema>