p5dkp.entities.zadanie.xsd 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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.entities.zadanie.xsd"
  4. vc:minVersion="1.1"
  5. xmlns:p5dkp-er.zadanie="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita_kosztorys_projektowy/p5dkp.entities.zadanie.xsd"
  6. xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  7. xmlns:p5dkp.entities="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita_kosztorys_projektowy/p5dkp.entities.xsd"
  8. xmlns:p5dkp-er.product="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita_kosztorys_projektowy/p5dkp.entities.product.xsd"
  9. xmlns:p5dkp-er.wymagania="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita_kosztorys_projektowy/p5dkp.entities.wymagania.xsd"
  10. xmlns:p5dkp-er.etap="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita_kosztorys_projektowy/p5dkp.entities.etap.xsd"
  11. xmlns:p5dkp-er.worker="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita_kosztorys_projektowy/p5dkp.entities.worker.xsd"
  12. xmlns:p5dkp-er.role="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita_kosztorys_projektowy/p5dkp.entities.role.xsd">
  13. <xs:import
  14. namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita_kosztorys_projektowy/p5dkp.entities.xsd"
  15. schemaLocation="p5dkp.entities.xsd"/>
  16. <xs:import
  17. namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita_kosztorys_projektowy/p5dkp.entities.product.xsd"
  18. schemaLocation="p5dkp.entities.product.xsd"/>
  19. <xs:import
  20. namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita_kosztorys_projektowy/p5dkp.entities.wymagania.xsd"
  21. schemaLocation="p5dkp.entities.wymagania.xsd"/>
  22. <xs:import
  23. namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita_kosztorys_projektowy/p5dkp.entities.etap.xsd"
  24. schemaLocation="p5dkp.entities.etap.xsd"/>
  25. <xs:import
  26. namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita_kosztorys_projektowy/p5dkp.entities.worker.xsd"
  27. schemaLocation="p5dkp.entities.worker.xsd"/>
  28. <xs:import
  29. namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita_kosztorys_projektowy/p5dkp.entities.role.xsd"
  30. schemaLocation="p5dkp.entities.role.xsd"/>
  31. <xs:complexType name="entities">
  32. <xs:complexContent>
  33. <xs:extension base="p5dkp.entities:entities"/>
  34. </xs:complexContent>
  35. </xs:complexType>
  36. <xs:complexType name="zadanie">
  37. <xs:complexContent>
  38. <xs:extension base="p5dkp.entities:entities">
  39. <xs:sequence>
  40. <xs:group ref="p5dkp-er.zadanie:zadanie"/>
  41. </xs:sequence>
  42. <xs:attribute fixed="ditamap" name="format" type="xs:string"/>
  43. <xs:attribute name="keyref" type="xs:string"/>
  44. <xs:attribute name="keys" type="xs:string"/>
  45. <xs:attribute name="keys.keyscope" type="xs:string"/>
  46. </xs:extension>
  47. </xs:complexContent>
  48. </xs:complexType>
  49. <xs:complexType name="zadanie_no">
  50. <xs:simpleContent>
  51. <xs:extension base="p5dkp.entities:entities__x3A___no"/>
  52. </xs:simpleContent>
  53. </xs:complexType>
  54. <xs:complexType name="zadanie_prio">
  55. <xs:simpleContent>
  56. <xs:extension base="p5dkp.entities:entities__x3A___prio"/>
  57. </xs:simpleContent>
  58. </xs:complexType>
  59. <xs:complexType name="zadania_prio_required_finished.map">
  60. <xs:simpleContent>
  61. <xs:extension base="p5dkp.entities:entities__x3A___prio_required_finished.map"/>
  62. </xs:simpleContent>
  63. </xs:complexType>
  64. <xs:complexType name="zadania_no_required_finished.map">
  65. <xs:simpleContent>
  66. <xs:extension base="p5dkp.entities:entities__x3A___no_required_finished.map"/>
  67. </xs:simpleContent>
  68. </xs:complexType>
  69. <xs:element name="zadanie" type="p5dkp-er.zadanie:zadanie"/>
  70. <xs:group name="zadanie">
  71. <xs:sequence>
  72. <xs:element name="zadanie_no" type="p5dkp-er.zadanie:zadanie_no"> </xs:element>
  73. <xs:element name="zadanie_desc" type="p5dkp.entities:entities__x3A___desc" minOccurs="0"/>
  74. <xs:element maxOccurs="0" minOccurs="0" name="zadanie_opis"
  75. type="p5dkp.entities:entities__x3A___desc">
  76. <xs:annotation>
  77. <xs:documentation>TO DELETE</xs:documentation>
  78. </xs:annotation>
  79. </xs:element>
  80. <xs:element minOccurs="0" name="zadanie_prio" type="p5dkp-er.zadanie:zadanie_prio"/>
  81. <xs:element minOccurs="0" name="zadanie_picture_file"
  82. type="p5dkp.entities:entities__x3A___picture_file"/>
  83. <xs:element name="zadanie_price" type="p5dkp.entities:entities__x3A___price"
  84. minOccurs="0"/>
  85. <xs:element minOccurs="0" name="zadanie_price_recur"
  86. type="p5dkp.entities:entities__x3A___price_recur">
  87. <xs:annotation>
  88. <xs:documentation>Default derived 1</xs:documentation>
  89. </xs:annotation>
  90. </xs:element>
  91. <xs:element minOccurs="0" name="zadanie_time" type="p5dkp.entities:entities__x3A___time"/>
  92. <xs:element minOccurs="0" name="zadanie_price_recur_cond"
  93. type="p5dkp.entities:entities__x3A___price_recur_cond">
  94. <xs:annotation>
  95. <xs:documentation>Derived month</xs:documentation>
  96. </xs:annotation>
  97. </xs:element>
  98. <xs:element minOccurs="0" name="zadanie_finished_procent"
  99. type="p5dkp.entities:entities__x3A___finished_procent"/>
  100. <!-- <xs:element minOccurs="0" name="zadanie_price_per_hour"
  101. type="p5dkp.entities:entities__x3A___price_per_hour">
  102. <xs:annotation>
  103. <xs:documentation>asserted</xs:documentation>
  104. </xs:annotation>
  105. </xs:element>
  106. <xs:element minOccurs="0" name="zadanie_role_time_sum"
  107. type="p5dkp.entities:entities__x3A___entities___time_sum">
  108. <xs:annotation>
  109. <xs:documentation>asserted</xs:documentation>
  110. </xs:annotation>
  111. </xs:element>
  112. <xs:element minOccurs="0" name="zadanie_role_wymagania_role_time_sum"
  113. type="p5dkp.entities:entities__x3A___entities__x3A___entities__x3A___entities___time_sum">
  114. <xs:annotation>
  115. <xs:documentation>asserted</xs:documentation>
  116. </xs:annotation>
  117. </xs:element>
  118. <xs:element minOccurs="0" name="zadanie_zadanie_zadanie_time_sum"
  119. type="p5dkp.entities:entities__x3A___entities__x3A___entities___time_sum">
  120. <xs:annotation>
  121. <xs:documentation>asserted</xs:documentation>
  122. </xs:annotation>
  123. </xs:element>-->
  124. <xs:element minOccurs="0" name="zadanie_features"
  125. type="p5dkp.entities:entities__x3A___features"/>
  126. <xs:group ref="p5dkp-er.product:entities.delivers.map"/>
  127. <xs:group ref="p5dkp-er.etap:entities.group.map"/>
  128. <xs:group ref="p5dkp-er.zadanie:entities.required_finished.map"/>
  129. <xs:group ref="p5dkp-er.wymagania:entities.stricte.map"/>
  130. <xs:group ref="p5dkp-er.wymagania:entities.make.map"/>
  131. <xs:group ref="p5dkp-er.worker:entities.allocate.map"/>
  132. <xs:group ref="p5dkp-er.role:entities.allocate.map"/>
  133. <xs:element minOccurs="0" ref="p5dkp.entities:missing_elements"/>
  134. </xs:sequence>
  135. </xs:group>
  136. <xs:group name="entities.required_finished.map">
  137. <xs:sequence>
  138. <xs:annotation>
  139. <xs:documentation>required_finished.map</xs:documentation>
  140. </xs:annotation>
  141. <xs:element maxOccurs="1" minOccurs="0" name="zadania_prio_required_finished.map"
  142. type="p5dkp-er.zadanie:zadania_prio_required_finished.map"/>
  143. <xs:element maxOccurs="1" minOccurs="0" name="zadania_no_required_finished.map"
  144. type="p5dkp-er.zadanie:zadania_no_required_finished.map">
  145. <xs:annotation>
  146. <xs:documentation>Jakie wymagania musza sie zakonczyc, aby mogly dane wymagania byc realizowane</xs:documentation>
  147. </xs:annotation>
  148. </xs:element>
  149. </xs:sequence>
  150. </xs:group>
  151. <xs:simpleType name="wymagania.string">
  152. <xs:restriction base="xs:string"/>
  153. </xs:simpleType>
  154. </xs:schema>