p5dkp.ditafiles.wordindex.merge.xsd 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
  3. targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita_kosztorys_projektowy/p5dkp.xsd"
  4. vc:minVersion="1.1"
  5. xmlns:p5dkp="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita_kosztorys_projektowy/p5dkp.xsd"
  6. xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  7. xmlns:p5ant-interface="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface.xsd">
  8. <xs:annotation>
  9. <xs:documentation>Struktura dla pliku indeksu stringow</xs:documentation>
  10. </xs:annotation>
  11. <xs:include schemaLocation="p5dkp.ditafiles.wordindex.xsd"/>
  12. <xs:import
  13. namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface.xsd"
  14. schemaLocation="../ant_interface/ant_interface.dir.xsd"/>
  15. <xs:element name="ditafiles.wordindex.merge">
  16. <xs:annotation>
  17. <xs:documentation>wynik analizy powiazan tekstowych</xs:documentation>
  18. </xs:annotation>
  19. <xs:complexType>
  20. <xs:sequence>
  21. <xs:element name="HIT" type="p5dkp:HIT"/>
  22. </xs:sequence>
  23. <xs:attribute name="node" type="xs:string">
  24. <xs:annotation>
  25. <xs:documentation>np. p5dkp:ditafiles.wordindex</xs:documentation>
  26. </xs:annotation>
  27. </xs:attribute>
  28. <xs:attribute name="pos" type="xs:positiveInteger"/>
  29. <xs:attribute name="thread.no" type="xs:positiveInteger"/>
  30. <xs:attribute name="p5dkp.dita_root.ditamap.dir" type="xs:string"/>
  31. <xs:attribute ref="p5ant-interface:dir.filename"/>
  32. </xs:complexType>
  33. </xs:element>
  34. <xs:complexType name="HIT">
  35. <xs:sequence>
  36. <xs:element name="HIT.s" type="p5dkp:HIT.s"/>
  37. <xs:element name="HIT.t.p" type="p5dkp:HIT.t.p"/>
  38. </xs:sequence>
  39. <xs:attribute ref="p5ant-interface:dir.filename.remote"/>
  40. <xs:attribute name="count.s" type="xs:positiveInteger"/>
  41. <xs:attribute name="count.t.p" type="xs:positiveInteger"/>
  42. <xs:attribute name="t.p" type="xs:string">
  43. <xs:annotation>
  44. <xs:documentation>like topic/body/table/tgroup/tbody/row/entry/</xs:documentation>
  45. </xs:annotation>
  46. </xs:attribute>
  47. </xs:complexType>
  48. <xs:complexType name="HIT.s">
  49. <xs:annotation>
  50. <xs:documentation>np. Diagram</xs:documentation>
  51. </xs:annotation>
  52. <xs:attribute name="pos" type="xs:positiveInteger"/>
  53. </xs:complexType>
  54. <xs:complexType name="HIT.t.p">
  55. <xs:annotation>
  56. <xs:documentation>np. tbody.row.entry</xs:documentation>
  57. </xs:annotation>
  58. <xs:attribute name="pos" type="xs:positiveInteger"/>
  59. <xs:attribute name="len" type="xs:positiveInteger"/>
  60. </xs:complexType>
  61. </xs:schema>