ADMIN_USERS.xsd 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
  3. xmlns:default_db__x3A__ADMIN_USERS="https://biuro.biall-net.pl/wfs/default_db/table/ADMIN_USERS.xsd"
  4. xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  5. xmlns:SystemObjects__x3A__AccessGroup="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/AccessGroup.xsd"
  6. xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  7. elementFormDefault="qualified"
  8. targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/ADMIN_USERS.xsd"
  9. vc:minVersion="1.0" vc:maxVersion="1.1">
  10. <xs:import namespace="http://www.opengis.net/gml/3.2" schemaLocation="../Types/gml.xsd"/>
  11. <xs:annotation>
  12. <xs:documentation>Shcematy dla kont systemowych / pracownikow, ktorzy moga byc przywiazywani do stanowisk oraz moga dla nich byc zapewniane zasoby w rocumieniu odpowiedzialnosci</xs:documentation>
  13. </xs:annotation>
  14. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/AccessGroup.xsd"
  15. schemaLocation="../SystemObjects/AccessGroup.xsd"/>
  16. <xs:simpleType name="ADMIN_USERS__EMPLOYE_TYPE"
  17. id="default_db__x3A__ADMIN_USERS___d13e9068-1_ADMIN_USER">
  18. <xs:restriction base="xs:string">
  19. <xs:enumeration value=""/>
  20. <xs:enumeration value="Pracownik"/>
  21. <xs:enumeration value="Kandydat"/>
  22. <xs:enumeration value="Partner"/>
  23. <xs:enumeration value="Anonymous"/>
  24. <xs:enumeration value="Kontakt"/>
  25. </xs:restriction>
  26. </xs:simpleType>
  27. <xs:simpleType name="ADMIN_USERS__EMPLOYE_TYPE__person_contact_with_details"
  28. id="default_db__x3A__ADMIN_USERS___d13e9087-1_ADMIN_USER">
  29. <xs:restriction base="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE">
  30. <xs:enumeration value="Kontakt"/>
  31. </xs:restriction>
  32. </xs:simpleType>
  33. <xs:simpleType name="ADMIN_USERS__EMPLOYE_TYPE__worker"
  34. id="default_db__x3A__ADMIN_USERS___d13e9095-1_ADMIN_USER">
  35. <xs:restriction base="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE">
  36. <xs:enumeration value="Pracownik"/>
  37. </xs:restriction>
  38. </xs:simpleType>
  39. <xs:simpleType name="ADMIN_USERS__A_STATUS"
  40. id="default_db__x3A__ADMIN_USERS___d13e9104-1_ADMIN_USER">
  41. <xs:restriction base="xs:string">
  42. <xs:enumeration value="WAITING"/>
  43. <xs:enumeration value="NORMAL"/>
  44. <xs:enumeration value="MONITOR"/>
  45. <xs:enumeration value="WARNING"/>
  46. <xs:enumeration value="OFF_SOFT"/>
  47. <xs:enumeration value="OFF_HARD"/>
  48. <xs:enumeration value="DELETED"/>
  49. </xs:restriction>
  50. </xs:simpleType>
  51. <xs:simpleType name="ADMIN_USERS__A_STATUS_NORMAL"
  52. id="default_db__x3A__ADMIN_USERS___d13e9125-1_ADMIN_USER">
  53. <xs:restriction base="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS">
  54. <xs:enumeration value="NORMAL"/>
  55. </xs:restriction>
  56. </xs:simpleType>
  57. <xs:simpleType name="ADMIN_USERS__A_STATUS_OFF_HARD"
  58. id="default_db__x3A__ADMIN_USERS___d13e9133-1_ADMIN_USER">
  59. <xs:restriction base="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS">
  60. <xs:enumeration value="OFF_HARD"/>
  61. </xs:restriction>
  62. </xs:simpleType>
  63. <xs:complexType name="user" id="default_db__x3A__ADMIN_USERS___d13e9141-1_user">
  64. <xs:annotation>
  65. <xs:documentation>@20160708 bindera: na bazie jsona Piotrowego, do testow GUI
  66. Kombinacja: bazowa</xs:documentation>
  67. </xs:annotation>
  68. <xs:sequence id="default_db__x3A__ADMIN_USERS___d13e9149-1">
  69. <xs:element name="ID" type="xs:int" id="default_db__x3A__ADMIN_USERS___d13e9151-1_ID"/>
  70. <xs:element maxOccurs="1" minOccurs="1" name="ADM_NAME" type="xs:string"
  71. id="default_db__x3A__ADMIN_USERS___d13e9153-1_ADM_NAME"/>
  72. <xs:element maxOccurs="1" minOccurs="1" name="ADM_ACCOUNT" type="xs:string"
  73. id="default_db__x3A__ADMIN_USERS___d13e9156-1_ADM_ACCOUN"/>
  74. <xs:element name="ADM_PASSWD" type="xs:string"
  75. id="default_db__x3A__ADMIN_USERS___d13e9159-1_ADM_PASSWD"/>
  76. <xs:element name="A_STATUS" type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS"
  77. id="default_db__x3A__ADMIN_USERS___d13e9162-1_A_STATUS"/>
  78. <xs:element name="EMPLOYEE_TYPE"
  79. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE"
  80. id="default_db__x3A__ADMIN_USERS___d13e9165-1_EMPLOYEE_T"/>
  81. <xs:element name="ADM_OTHER_DOC" minOccurs="0" type="xs:string"
  82. id="default_db__x3A__ADMIN_USERS___d13e9167-1_ADM_OTHER_">
  83. <xs:annotation>
  84. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  85. </xs:documentation>
  86. </xs:annotation>
  87. </xs:element>
  88. <xs:element name="ADM_PESEL" minOccurs="0" type="xs:string"
  89. id="default_db__x3A__ADMIN_USERS___d13e9176-1_ADM_PESEL">
  90. <xs:annotation>
  91. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  92. </xs:documentation>
  93. </xs:annotation>
  94. </xs:element>
  95. <xs:element name="ADM_PHONE" minOccurs="0" type="xs:string"
  96. id="default_db__x3A__ADMIN_USERS___d13e9185-1_ADM_PHONE">
  97. <xs:annotation>
  98. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users</xs:documentation>
  99. </xs:annotation>
  100. </xs:element>
  101. <xs:element minOccurs="0" name="DEFAULT_ACL_GROUP" type="xs:string"
  102. id="default_db__x3A__ADMIN_USERS___d13e9194-1_DEFAULT_AC">
  103. <xs:annotation>
  104. <xs:documentation>todo make ref</xs:documentation>
  105. </xs:annotation>
  106. </xs:element>
  107. <xs:element minOccurs="0" name="A_CLASSIFIED" type="xs:string"
  108. id="default_db__x3A__ADMIN_USERS___d13e9203-1_A_CLASSIFI">
  109. <xs:annotation>
  110. <xs:documentation>todo make ref</xs:documentation>
  111. </xs:annotation>
  112. </xs:element>
  113. <xs:element minOccurs="0" name="A_ADM_COMPANY" type="xs:string"
  114. id="default_db__x3A__ADMIN_USERS___d13e9213-1_A_ADM_COMP">
  115. <xs:annotation>
  116. <xs:documentation>todo make ref</xs:documentation>
  117. </xs:annotation>
  118. </xs:element>
  119. <xs:element ref="SystemObjects__x3A__AccessGroup:A_CLASSIFIED"
  120. id="default_db__x3A__ADMIN_USERS___d13e9222-1">
  121. <xs:annotation>
  122. <xs:appinfo>
  123. <system_cache__appinfo:flat_relation_cache>
  124. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  125. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_CLASSIFIED/name"/>
  126. </system_cache__appinfo:flat_relation_cache>
  127. </xs:appinfo>
  128. </xs:annotation>
  129. </xs:element>
  130. <xs:element ref="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY"
  131. id="default_db__x3A__ADMIN_USERS___d13e9224-1">
  132. <xs:annotation>
  133. <xs:appinfo>
  134. <system_cache__appinfo:flat_relation_cache>
  135. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  136. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY/name"/>
  137. </system_cache__appinfo:flat_relation_cache>
  138. </xs:appinfo>
  139. </xs:annotation>
  140. </xs:element>
  141. <xs:element ref="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  142. id="default_db__x3A__ADMIN_USERS___d13e9226-1">
  143. <xs:annotation>
  144. <xs:appinfo>
  145. <system_cache__appinfo:flat_relation_cache>
  146. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  147. system_cache__appinfo:xpath="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER/ADM_ACCOUNT"/>
  148. </system_cache__appinfo:flat_relation_cache>
  149. </xs:appinfo>
  150. </xs:annotation>
  151. </xs:element>
  152. </xs:sequence>
  153. </xs:complexType>
  154. <xs:complexType name="user_status__NORMAL"
  155. id="default_db__x3A__ADMIN_USERS___d13e9230-1_user_statu">
  156. <xs:annotation>
  157. <xs:documentation>do generowania : typ obiektu na NORMAL do tworzenia kombinacji</xs:documentation>
  158. </xs:annotation>
  159. <xs:complexContent id="default_db__x3A__ADMIN_USERS___d13e9238-1">
  160. <xs:restriction base="default_db__x3A__ADMIN_USERS:user">
  161. <xs:sequence id="default_db__x3A__ADMIN_USERS___d13e9242-1">
  162. <xs:element name="ID" type="xs:int" id="default_db__x3A__ADMIN_USERS___d13e9244-1_ID"/>
  163. <xs:element maxOccurs="1" minOccurs="1" name="ADM_NAME" type="xs:string"
  164. id="default_db__x3A__ADMIN_USERS___d13e9246-1_ADM_NAME"/>
  165. <xs:element maxOccurs="1" minOccurs="1" name="ADM_ACCOUNT" type="xs:string"
  166. id="default_db__x3A__ADMIN_USERS___d13e9249-1_ADM_ACCOUN"/>
  167. <xs:element name="ADM_PASSWD" type="xs:string"
  168. id="default_db__x3A__ADMIN_USERS___d13e9252-1_ADM_PASSWD"/>
  169. <xs:element name="A_STATUS"
  170. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS_NORMAL"
  171. id="default_db__x3A__ADMIN_USERS___d13e9255-1_A_STATUS"/>
  172. <xs:element name="EMPLOYEE_TYPE"
  173. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE"
  174. id="default_db__x3A__ADMIN_USERS___d13e9258-1_EMPLOYEE_T"/>
  175. <xs:element name="ADM_OTHER_DOC" minOccurs="0" type="xs:string"
  176. id="default_db__x3A__ADMIN_USERS___d13e9260-1_ADM_OTHER_">
  177. <xs:annotation>
  178. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  179. </xs:documentation>
  180. </xs:annotation>
  181. </xs:element>
  182. <xs:element name="ADM_PESEL" minOccurs="0" type="xs:string"
  183. id="default_db__x3A__ADMIN_USERS___d13e9269-1_ADM_PESEL">
  184. <xs:annotation>
  185. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  186. </xs:documentation>
  187. </xs:annotation>
  188. </xs:element>
  189. <xs:element name="ADM_PHONE" minOccurs="0" type="xs:string"
  190. id="default_db__x3A__ADMIN_USERS___d13e9278-1_ADM_PHONE">
  191. <xs:annotation>
  192. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users</xs:documentation>
  193. </xs:annotation>
  194. </xs:element>
  195. <xs:element minOccurs="0" name="DEFAULT_ACL_GROUP" type="xs:string"
  196. id="default_db__x3A__ADMIN_USERS___d13e9287-1_DEFAULT_AC">
  197. <xs:annotation>
  198. <xs:documentation>todo make ref</xs:documentation>
  199. </xs:annotation>
  200. </xs:element>
  201. <xs:element minOccurs="0" name="A_CLASSIFIED" type="xs:string"
  202. id="default_db__x3A__ADMIN_USERS___d13e9296-1_A_CLASSIFI">
  203. <xs:annotation>
  204. <xs:documentation>todo make ref</xs:documentation>
  205. </xs:annotation>
  206. </xs:element>
  207. <xs:element minOccurs="0" name="A_ADM_COMPANY" type="xs:string"
  208. id="default_db__x3A__ADMIN_USERS___d13e9306-1_A_ADM_COMP">
  209. <xs:annotation>
  210. <xs:documentation>todo make ref</xs:documentation>
  211. </xs:annotation>
  212. </xs:element>
  213. <xs:element ref="SystemObjects__x3A__AccessGroup:A_CLASSIFIED"
  214. id="default_db__x3A__ADMIN_USERS___d13e9315-1">
  215. <xs:annotation>
  216. <xs:appinfo>
  217. <system_cache__appinfo:flat_relation_cache>
  218. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  219. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_CLASSIFIED/name"/>
  220. </system_cache__appinfo:flat_relation_cache>
  221. </xs:appinfo>
  222. </xs:annotation>
  223. </xs:element>
  224. <xs:element ref="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY"
  225. id="default_db__x3A__ADMIN_USERS___d13e9317-1">
  226. <xs:annotation>
  227. <xs:appinfo>
  228. <system_cache__appinfo:flat_relation_cache>
  229. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  230. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY/name"/>
  231. </system_cache__appinfo:flat_relation_cache>
  232. </xs:appinfo>
  233. </xs:annotation>
  234. </xs:element>
  235. <xs:element ref="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  236. id="default_db__x3A__ADMIN_USERS___d13e9319-1">
  237. <xs:annotation>
  238. <xs:appinfo>
  239. <system_cache__appinfo:flat_relation_cache>
  240. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  241. system_cache__appinfo:xpath="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER/ADM_ACCOUNT"/>
  242. </system_cache__appinfo:flat_relation_cache>
  243. </xs:appinfo>
  244. </xs:annotation>
  245. </xs:element>
  246. </xs:sequence>
  247. </xs:restriction>
  248. </xs:complexContent>
  249. </xs:complexType>
  250. <xs:element name="user_status__NORMAL" type="default_db__x3A__ADMIN_USERS:user_status__NORMAL"
  251. id="default_db__x3A__ADMIN_USERS___d13e9325-1_user_statu"/>
  252. <xs:complexType name="user_status__OFF_HARD"
  253. id="default_db__x3A__ADMIN_USERS___d13e9328-1_user_statu">
  254. <xs:complexContent id="default_db__x3A__ADMIN_USERS___d13e9330-1">
  255. <xs:restriction base="default_db__x3A__ADMIN_USERS:user">
  256. <xs:sequence id="default_db__x3A__ADMIN_USERS___d13e9334-1">
  257. <xs:element name="ID" type="xs:int" id="default_db__x3A__ADMIN_USERS___d13e9336-1_ID"/>
  258. <xs:element maxOccurs="1" minOccurs="1" name="ADM_NAME" type="xs:string"
  259. id="default_db__x3A__ADMIN_USERS___d13e9338-1_ADM_NAME"/>
  260. <xs:element maxOccurs="1" minOccurs="1" name="ADM_ACCOUNT" type="xs:string"
  261. id="default_db__x3A__ADMIN_USERS___d13e9341-1_ADM_ACCOUN"/>
  262. <xs:element name="ADM_PASSWD" type="xs:string"
  263. id="default_db__x3A__ADMIN_USERS___d13e9344-1_ADM_PASSWD"/>
  264. <xs:element name="A_STATUS"
  265. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS_OFF_HARD"
  266. id="default_db__x3A__ADMIN_USERS___d13e9347-1_A_STATUS"/>
  267. <xs:element name="EMPLOYEE_TYPE"
  268. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE"
  269. id="default_db__x3A__ADMIN_USERS___d13e9350-1_EMPLOYEE_T"/>
  270. <xs:element name="ADM_OTHER_DOC" minOccurs="0" type="xs:string"
  271. id="default_db__x3A__ADMIN_USERS___d13e9352-1_ADM_OTHER_">
  272. <xs:annotation>
  273. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  274. </xs:documentation>
  275. </xs:annotation>
  276. </xs:element>
  277. <xs:element name="ADM_PESEL" minOccurs="0" type="xs:string"
  278. id="default_db__x3A__ADMIN_USERS___d13e9361-1_ADM_PESEL">
  279. <xs:annotation>
  280. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  281. </xs:documentation>
  282. </xs:annotation>
  283. </xs:element>
  284. <xs:element name="ADM_PHONE" minOccurs="0" type="xs:string"
  285. id="default_db__x3A__ADMIN_USERS___d13e9370-1_ADM_PHONE">
  286. <xs:annotation>
  287. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users</xs:documentation>
  288. </xs:annotation>
  289. </xs:element>
  290. <xs:element minOccurs="0" name="DEFAULT_ACL_GROUP" type="xs:string"
  291. id="default_db__x3A__ADMIN_USERS___d13e9379-1_DEFAULT_AC">
  292. <xs:annotation>
  293. <xs:documentation>todo make ref</xs:documentation>
  294. </xs:annotation>
  295. </xs:element>
  296. <xs:element minOccurs="0" name="A_CLASSIFIED" type="xs:string"
  297. id="default_db__x3A__ADMIN_USERS___d13e9388-1_A_CLASSIFI">
  298. <xs:annotation>
  299. <xs:documentation>todo make ref</xs:documentation>
  300. </xs:annotation>
  301. </xs:element>
  302. <xs:element minOccurs="0" name="A_ADM_COMPANY" type="xs:string"
  303. id="default_db__x3A__ADMIN_USERS___d13e9398-1_A_ADM_COMP">
  304. <xs:annotation>
  305. <xs:documentation>todo make ref</xs:documentation>
  306. </xs:annotation>
  307. </xs:element>
  308. <xs:element ref="SystemObjects__x3A__AccessGroup:A_CLASSIFIED"
  309. id="default_db__x3A__ADMIN_USERS___d13e9407-1">
  310. <xs:annotation>
  311. <xs:appinfo>
  312. <system_cache__appinfo:flat_relation_cache>
  313. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  314. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_CLASSIFIED/name"/>
  315. </system_cache__appinfo:flat_relation_cache>
  316. </xs:appinfo>
  317. </xs:annotation>
  318. </xs:element>
  319. <xs:element ref="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY"
  320. id="default_db__x3A__ADMIN_USERS___d13e9409-1">
  321. <xs:annotation>
  322. <xs:appinfo>
  323. <system_cache__appinfo:flat_relation_cache>
  324. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  325. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY/name"/>
  326. </system_cache__appinfo:flat_relation_cache>
  327. </xs:appinfo>
  328. </xs:annotation>
  329. </xs:element>
  330. <xs:element ref="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  331. id="default_db__x3A__ADMIN_USERS___d13e9411-1">
  332. <xs:annotation>
  333. <xs:appinfo>
  334. <system_cache__appinfo:flat_relation_cache>
  335. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  336. system_cache__appinfo:xpath="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER/ADM_ACCOUNT"/>
  337. </system_cache__appinfo:flat_relation_cache>
  338. </xs:appinfo>
  339. </xs:annotation>
  340. </xs:element>
  341. </xs:sequence>
  342. </xs:restriction>
  343. </xs:complexContent>
  344. </xs:complexType>
  345. <xs:element name="user_status__OFF_HARD"
  346. type="default_db__x3A__ADMIN_USERS:user_status__OFF_HARD"
  347. id="default_db__x3A__ADMIN_USERS___d13e9417-1_user_statu"/>
  348. <xs:element name="user" type="default_db__x3A__ADMIN_USERS:user"
  349. id="default_db__x3A__ADMIN_USERS___d13e9419-1_user"/>
  350. <xs:element name="AccessOwner" type="default_db__x3A__ADMIN_USERS:user"
  351. id="default_db__x3A__ADMIN_USERS___d13e9421-1_AccessOwne">
  352. <xs:annotation>
  353. <xs:documentation>Odpowiednik L_APPOITMENT_USER</xs:documentation>
  354. </xs:annotation>
  355. </xs:element>
  356. <xs:complexType name="person_contatct" id="default_db__x3A__ADMIN_USERS___d13e9430-1_person_con">
  357. <xs:annotation>
  358. <xs:documentation>TODO podstawowy obiekt do wprowadzania jako kontakt do osoby fizycznej z mozliwoscia ewnetualnego logowania i widzenia spraw powiazanych
  359. Kombinacja: EMPLOYE TYPE Kontakt</xs:documentation>
  360. </xs:annotation>
  361. <xs:complexContent id="default_db__x3A__ADMIN_USERS___d13e9438-1">
  362. <xs:restriction base="default_db__x3A__ADMIN_USERS:user">
  363. <xs:sequence id="default_db__x3A__ADMIN_USERS___d13e9442-1">
  364. <xs:element name="ID" type="xs:int" id="default_db__x3A__ADMIN_USERS___d13e9444-1_ID"/>
  365. <xs:element maxOccurs="1" minOccurs="1" name="ADM_NAME" type="xs:string"
  366. id="default_db__x3A__ADMIN_USERS___d13e9446-1_ADM_NAME"/>
  367. <xs:element maxOccurs="1" minOccurs="1" name="ADM_ACCOUNT" type="xs:string"
  368. id="default_db__x3A__ADMIN_USERS___d13e9449-1_ADM_ACCOUN"/>
  369. <xs:element name="ADM_PASSWD" type="xs:string"
  370. id="default_db__x3A__ADMIN_USERS___d13e9452-1_ADM_PASSWD"/>
  371. <xs:element name="A_STATUS" type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS"
  372. id="default_db__x3A__ADMIN_USERS___d13e9455-1_A_STATUS"/>
  373. <xs:element name="EMPLOYEE_TYPE"
  374. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE"
  375. id="default_db__x3A__ADMIN_USERS___d13e9458-1_EMPLOYEE_T"/>
  376. <xs:element name="ADM_OTHER_DOC" minOccurs="0" type="xs:string"
  377. id="default_db__x3A__ADMIN_USERS___d13e9460-1_ADM_OTHER_">
  378. <xs:annotation>
  379. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  380. </xs:documentation>
  381. </xs:annotation>
  382. </xs:element>
  383. <xs:element name="ADM_PESEL" minOccurs="0" type="xs:string"
  384. id="default_db__x3A__ADMIN_USERS___d13e9469-1_ADM_PESEL">
  385. <xs:annotation>
  386. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  387. </xs:documentation>
  388. </xs:annotation>
  389. </xs:element>
  390. <xs:element name="ADM_PHONE" minOccurs="0" type="xs:string"
  391. id="default_db__x3A__ADMIN_USERS___d13e9478-1_ADM_PHONE">
  392. <xs:annotation>
  393. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users</xs:documentation>
  394. </xs:annotation>
  395. </xs:element>
  396. <xs:element minOccurs="0" name="DEFAULT_ACL_GROUP" type="xs:string"
  397. id="default_db__x3A__ADMIN_USERS___d13e9487-1_DEFAULT_AC">
  398. <xs:annotation>
  399. <xs:documentation>todo make ref</xs:documentation>
  400. </xs:annotation>
  401. </xs:element>
  402. <xs:element minOccurs="0" name="A_CLASSIFIED" type="xs:string"
  403. id="default_db__x3A__ADMIN_USERS___d13e9496-1_A_CLASSIFI">
  404. <xs:annotation>
  405. <xs:documentation>todo make ref</xs:documentation>
  406. </xs:annotation>
  407. </xs:element>
  408. <xs:element minOccurs="0" name="A_ADM_COMPANY" type="xs:string"
  409. id="default_db__x3A__ADMIN_USERS___d13e9506-1_A_ADM_COMP">
  410. <xs:annotation>
  411. <xs:documentation>todo make ref</xs:documentation>
  412. </xs:annotation>
  413. </xs:element>
  414. <xs:element ref="SystemObjects__x3A__AccessGroup:A_CLASSIFIED"
  415. id="default_db__x3A__ADMIN_USERS___d13e9515-1">
  416. <xs:annotation>
  417. <xs:appinfo>
  418. <system_cache__appinfo:flat_relation_cache>
  419. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  420. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_CLASSIFIED/name"/>
  421. </system_cache__appinfo:flat_relation_cache>
  422. </xs:appinfo>
  423. </xs:annotation>
  424. </xs:element>
  425. <xs:element ref="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY"
  426. id="default_db__x3A__ADMIN_USERS___d13e9517-1">
  427. <xs:annotation>
  428. <xs:appinfo>
  429. <system_cache__appinfo:flat_relation_cache>
  430. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  431. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY/name"/>
  432. </system_cache__appinfo:flat_relation_cache>
  433. </xs:appinfo>
  434. </xs:annotation>
  435. </xs:element>
  436. <xs:element ref="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  437. id="default_db__x3A__ADMIN_USERS___d13e9519-1">
  438. <xs:annotation>
  439. <xs:appinfo>
  440. <system_cache__appinfo:flat_relation_cache>
  441. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  442. system_cache__appinfo:xpath="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER/ADM_ACCOUNT"/>
  443. </system_cache__appinfo:flat_relation_cache>
  444. </xs:appinfo>
  445. </xs:annotation>
  446. </xs:element>
  447. </xs:sequence>
  448. </xs:restriction>
  449. </xs:complexContent>
  450. </xs:complexType>
  451. <xs:element name="person_contatct" type="default_db__x3A__ADMIN_USERS:person_contatct"
  452. id="default_db__x3A__ADMIN_USERS___d13e9525-1_person_con"/>
  453. <xs:complexType name="person_contact_with_details"
  454. id="default_db__x3A__ADMIN_USERS___d13e9528-1_person_con">
  455. <xs:annotation>
  456. <xs:documentation>Kontakt do dodawania do umow, rozszerzony o pesel i dane dokładne adresowe zamieszkania
  457. Kombinacja: EMPLOYE TYPE Kontakt</xs:documentation>
  458. </xs:annotation>
  459. <xs:complexContent id="default_db__x3A__ADMIN_USERS___d13e9536-1">
  460. <xs:restriction base="default_db__x3A__ADMIN_USERS:user">
  461. <xs:sequence id="default_db__x3A__ADMIN_USERS___d13e9540-1">
  462. <xs:element name="ID" type="xs:int" id="default_db__x3A__ADMIN_USERS___d13e9542-1_ID"/>
  463. <xs:element maxOccurs="1" minOccurs="1" name="ADM_NAME" type="xs:string"
  464. id="default_db__x3A__ADMIN_USERS___d13e9544-1_ADM_NAME"/>
  465. <xs:element maxOccurs="1" minOccurs="1" name="ADM_ACCOUNT" type="xs:string"
  466. id="default_db__x3A__ADMIN_USERS___d13e9547-1_ADM_ACCOUN"/>
  467. <xs:element name="ADM_PASSWD" type="xs:string"
  468. id="default_db__x3A__ADMIN_USERS___d13e9550-1_ADM_PASSWD"/>
  469. <xs:element name="A_STATUS" type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS"
  470. id="default_db__x3A__ADMIN_USERS___d13e9553-1_A_STATUS"/>
  471. <xs:element name="EMPLOYEE_TYPE"
  472. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE"
  473. id="default_db__x3A__ADMIN_USERS___d13e9556-1_EMPLOYEE_T"/>
  474. <xs:element name="ADM_OTHER_DOC" minOccurs="0" type="xs:string"
  475. id="default_db__x3A__ADMIN_USERS___d13e9558-1_ADM_OTHER_">
  476. <xs:annotation>
  477. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  478. </xs:documentation>
  479. </xs:annotation>
  480. </xs:element>
  481. <xs:element name="ADM_PESEL" minOccurs="0" type="xs:string"
  482. id="default_db__x3A__ADMIN_USERS___d13e9567-1_ADM_PESEL">
  483. <xs:annotation>
  484. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  485. </xs:documentation>
  486. </xs:annotation>
  487. </xs:element>
  488. <xs:element name="ADM_PHONE" minOccurs="1" type="xs:string"
  489. id="default_db__x3A__ADMIN_USERS___d13e9576-1_ADM_PHONE">
  490. <xs:annotation>
  491. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users</xs:documentation>
  492. </xs:annotation>
  493. </xs:element>
  494. <xs:element minOccurs="0" name="DEFAULT_ACL_GROUP" type="xs:string"
  495. id="default_db__x3A__ADMIN_USERS___d13e9585-1_DEFAULT_AC">
  496. <xs:annotation>
  497. <xs:documentation>todo make ref</xs:documentation>
  498. </xs:annotation>
  499. </xs:element>
  500. <xs:element minOccurs="0" name="A_CLASSIFIED" type="xs:string"
  501. id="default_db__x3A__ADMIN_USERS___d13e9594-1_A_CLASSIFI">
  502. <xs:annotation>
  503. <xs:documentation>todo make ref</xs:documentation>
  504. </xs:annotation>
  505. </xs:element>
  506. <xs:element minOccurs="0" name="A_ADM_COMPANY" type="xs:string"
  507. id="default_db__x3A__ADMIN_USERS___d13e9604-1_A_ADM_COMP">
  508. <xs:annotation>
  509. <xs:documentation>todo make ref</xs:documentation>
  510. </xs:annotation>
  511. </xs:element>
  512. <xs:element ref="SystemObjects__x3A__AccessGroup:A_CLASSIFIED"
  513. id="default_db__x3A__ADMIN_USERS___d13e9613-1">
  514. <xs:annotation>
  515. <xs:appinfo>
  516. <system_cache__appinfo:flat_relation_cache>
  517. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  518. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_CLASSIFIED/name"/>
  519. </system_cache__appinfo:flat_relation_cache>
  520. </xs:appinfo>
  521. </xs:annotation>
  522. </xs:element>
  523. <xs:element ref="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY"
  524. id="default_db__x3A__ADMIN_USERS___d13e9615-1">
  525. <xs:annotation>
  526. <xs:appinfo>
  527. <system_cache__appinfo:flat_relation_cache>
  528. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  529. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY/name"/>
  530. </system_cache__appinfo:flat_relation_cache>
  531. </xs:appinfo>
  532. </xs:annotation>
  533. </xs:element>
  534. <xs:element ref="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  535. id="default_db__x3A__ADMIN_USERS___d13e9617-1">
  536. <xs:annotation>
  537. <xs:appinfo>
  538. <system_cache__appinfo:flat_relation_cache>
  539. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  540. system_cache__appinfo:xpath="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER/ADM_ACCOUNT"/>
  541. </system_cache__appinfo:flat_relation_cache>
  542. </xs:appinfo>
  543. </xs:annotation>
  544. </xs:element>
  545. </xs:sequence>
  546. </xs:restriction>
  547. </xs:complexContent>
  548. </xs:complexType>
  549. <xs:element name="person_contact_with_details"
  550. type="default_db__x3A__ADMIN_USERS:person_contact_with_details"
  551. id="default_db__x3A__ADMIN_USERS___d13e9623-1_person_con"/>
  552. <xs:complexType name="worker" id="default_db__x3A__ADMIN_USERS___d13e9625-1_worker">
  553. <xs:annotation>
  554. <xs:documentation>kombinacja - jest to EMPLOYEE TYPE = Pracownik</xs:documentation>
  555. </xs:annotation>
  556. <xs:complexContent id="default_db__x3A__ADMIN_USERS___d13e9633-1">
  557. <xs:restriction base="default_db__x3A__ADMIN_USERS:user">
  558. <xs:sequence id="default_db__x3A__ADMIN_USERS___d13e9637-1">
  559. <xs:element name="ID" type="xs:int" id="default_db__x3A__ADMIN_USERS___d13e9639-1_ID"/>
  560. <xs:element maxOccurs="1" minOccurs="1" name="ADM_NAME" type="xs:string"
  561. id="default_db__x3A__ADMIN_USERS___d13e9641-1_ADM_NAME"/>
  562. <xs:element maxOccurs="1" minOccurs="1" name="ADM_ACCOUNT" type="xs:string"
  563. id="default_db__x3A__ADMIN_USERS___d13e9644-1_ADM_ACCOUN"/>
  564. <xs:element name="ADM_PASSWD" type="xs:string"
  565. id="default_db__x3A__ADMIN_USERS___d13e9647-1_ADM_PASSWD"/>
  566. <xs:element name="A_STATUS"
  567. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS_NORMAL"
  568. id="default_db__x3A__ADMIN_USERS___d13e9650-1_A_STATUS"/>
  569. <xs:element name="EMPLOYEE_TYPE"
  570. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE__worker"
  571. id="default_db__x3A__ADMIN_USERS___d13e9653-1_EMPLOYEE_T"/>
  572. <xs:element name="ADM_OTHER_DOC" minOccurs="0" type="xs:string"
  573. id="default_db__x3A__ADMIN_USERS___d13e9655-1_ADM_OTHER_">
  574. <xs:annotation>
  575. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  576. </xs:documentation>
  577. </xs:annotation>
  578. </xs:element>
  579. <xs:element name="ADM_PESEL" minOccurs="0" type="xs:string"
  580. id="default_db__x3A__ADMIN_USERS___d13e9664-1_ADM_PESEL">
  581. <xs:annotation>
  582. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  583. </xs:documentation>
  584. </xs:annotation>
  585. </xs:element>
  586. <xs:element name="ADM_PHONE" minOccurs="0" type="xs:string"
  587. id="default_db__x3A__ADMIN_USERS___d13e9673-1_ADM_PHONE">
  588. <xs:annotation>
  589. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users</xs:documentation>
  590. </xs:annotation>
  591. </xs:element>
  592. <xs:element minOccurs="0" name="DEFAULT_ACL_GROUP" type="xs:string"
  593. id="default_db__x3A__ADMIN_USERS___d13e9682-1_DEFAULT_AC">
  594. <xs:annotation>
  595. <xs:documentation>todo make ref</xs:documentation>
  596. </xs:annotation>
  597. </xs:element>
  598. <xs:element minOccurs="0" name="A_CLASSIFIED" type="xs:string"
  599. id="default_db__x3A__ADMIN_USERS___d13e9691-1_A_CLASSIFI">
  600. <xs:annotation>
  601. <xs:documentation>todo make ref</xs:documentation>
  602. </xs:annotation>
  603. </xs:element>
  604. <xs:element minOccurs="0" name="A_ADM_COMPANY" type="xs:string"
  605. id="default_db__x3A__ADMIN_USERS___d13e9701-1_A_ADM_COMP">
  606. <xs:annotation>
  607. <xs:documentation>todo make ref</xs:documentation>
  608. </xs:annotation>
  609. </xs:element>
  610. <xs:element ref="SystemObjects__x3A__AccessGroup:A_CLASSIFIED"
  611. id="default_db__x3A__ADMIN_USERS___d13e9710-1">
  612. <xs:annotation>
  613. <xs:appinfo>
  614. <system_cache__appinfo:flat_relation_cache>
  615. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  616. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_CLASSIFIED/name"/>
  617. </system_cache__appinfo:flat_relation_cache>
  618. </xs:appinfo>
  619. </xs:annotation>
  620. </xs:element>
  621. <xs:element ref="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY"
  622. id="default_db__x3A__ADMIN_USERS___d13e9712-1">
  623. <xs:annotation>
  624. <xs:appinfo>
  625. <system_cache__appinfo:flat_relation_cache>
  626. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  627. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY/name"/>
  628. </system_cache__appinfo:flat_relation_cache>
  629. </xs:appinfo>
  630. </xs:annotation>
  631. </xs:element>
  632. <xs:element ref="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  633. id="default_db__x3A__ADMIN_USERS___d13e9714-1">
  634. <xs:annotation>
  635. <xs:appinfo>
  636. <system_cache__appinfo:flat_relation_cache>
  637. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  638. system_cache__appinfo:xpath="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER/ADM_ACCOUNT"/>
  639. </system_cache__appinfo:flat_relation_cache>
  640. </xs:appinfo>
  641. </xs:annotation>
  642. </xs:element>
  643. </xs:sequence>
  644. </xs:restriction>
  645. </xs:complexContent>
  646. </xs:complexType>
  647. <xs:element name="worker" type="default_db__x3A__ADMIN_USERS:worker"
  648. id="default_db__x3A__ADMIN_USERS___d13e9720-1_worker"
  649. substitutionGroup="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"/>
  650. <xs:element name="L_APPOITMENT_USER" type="default_db__x3A__ADMIN_USERS:worker"
  651. id="default_db__x3A__ADMIN_USERS___d13e9722-1_L_APPOITME"/>
  652. </xs:schema>