p5dkp.ditafiles.wordindex.xsd 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. <xs:annotation>
  8. <xs:documentation>Struktura dla pliku indeksu stringow</xs:documentation>
  9. </xs:annotation>
  10. <xs:element name="ditafiles.wordindex">
  11. <xs:complexType>
  12. <xs:sequence>
  13. <xs:element name="t" type="p5dkp:t"/>
  14. </xs:sequence>
  15. <xs:attribute name="pos" type="xs:positiveInteger"/>
  16. <xs:attribute name="thread.count" type="xs:positiveInteger"/>
  17. <xs:attribute name="thread.no" type="xs:positiveInteger"/>
  18. <xs:attribute name="p5dkp.dita_root.ditamap.dir" type="xs:string"/>
  19. </xs:complexType>
  20. </xs:element>
  21. <xs:complexType name="t">
  22. <xs:sequence>
  23. <xs:element name="s" type="p5dkp:s"/>
  24. <xs:element name="t.p" type="p5dkp:t.p"/>
  25. <xs:element name="ss" type="p5dkp:ss"/>
  26. </xs:sequence>
  27. <xs:attribute name="count.s" type="xs:positiveInteger"/>
  28. </xs:complexType>
  29. <xs:complexType name="s">
  30. <xs:simpleContent>
  31. <xs:extension base="xs:string"/>
  32. </xs:simpleContent>
  33. </xs:complexType>
  34. <xs:complexType name="t.p">
  35. <xs:sequence>
  36. <xs:element name="t.p.v" type="p5dkp:t.p.v"/>
  37. </xs:sequence>
  38. </xs:complexType>
  39. <xs:complexType name="t.p.v">
  40. <xs:simpleContent>
  41. <xs:extension base="xs:string">
  42. <xs:attribute name="pos" type="xs:positiveInteger"/>
  43. <xs:attribute name="len" type="xs:positiveInteger"/>
  44. </xs:extension>
  45. </xs:simpleContent>
  46. </xs:complexType>
  47. <xs:complexType name="ss">
  48. <xs:simpleContent>
  49. <xs:extension base="xs:string">
  50. <xs:attribute name="pos" type="xs:positiveInteger"/>
  51. <xs:attribute name="len" type="xs:positiveInteger"/>
  52. </xs:extension>
  53. </xs:simpleContent>
  54. </xs:complexType>
  55. </xs:schema>