ADMIN_USERS.xsd 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726
  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"
  5. xmlns:SystemObjects__x3A__AccessGroup="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/AccessGroup.xsd"
  6. xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  7. xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  8. xmlns:default_db__x3A__DEVICES="https://biuro.biall-net.pl/wfs/default_db/table/DEVICES.xsd"
  9. elementFormDefault="qualified"
  10. targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/ADMIN_USERS.xsd"
  11. vc:minVersion="1.1">
  12. <xs:annotation>
  13. <xs:appinfo>
  14. <system_cache__appinfo:binding bindPolicy="single">
  15. <system_cache__appinfo:prefix>p5_default_db</system_cache__appinfo:prefix>
  16. <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/SE/version-git/wfs-data.php</system_cache__appinfo:api>
  17. </system_cache__appinfo:binding>
  18. </xs:appinfo>
  19. <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>
  20. </xs:annotation>
  21. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/CRM_LISTA_ZASOBOW.xsd"
  22. schemaLocation="../../default_db.CRM_LISTA_ZASOBOW/CRM_LISTA_ZASOBOW/CRM_LISTA_ZASOBOW.xsd"/>
  23. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/DEVICES.xsd"
  24. schemaLocation="../../default_db.DEVICES/DEVICES/DEVICES.xsd"/>
  25. <xs:simpleType name="ADMIN_USERS__EMPLOYE_TYPE" id="ADMIN_USERS___d4e4101-1_ADMIN_USER">
  26. <xs:restriction base="xs:string">
  27. <xs:enumeration value=""/>
  28. <xs:enumeration value="Pracownik"/>
  29. <xs:enumeration value="Kandydat"/>
  30. <xs:enumeration value="Partner"/>
  31. <xs:enumeration value="Anonymous"/>
  32. <xs:enumeration value="Kontakt"/>
  33. </xs:restriction>
  34. </xs:simpleType>
  35. <xs:simpleType name="ADMIN_USERS__EMPLOYE_TYPE__person_contact_with_details"
  36. id="ADMIN_USERS___d4e4109-1_ADMIN_USER">
  37. <xs:restriction base="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE">
  38. <xs:enumeration value="Kontakt"/>
  39. </xs:restriction>
  40. </xs:simpleType>
  41. <xs:simpleType name="ADMIN_USERS__EMPLOYE_TYPE__worker" id="ADMIN_USERS___d4e4112-1_ADMIN_USER">
  42. <xs:restriction base="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE">
  43. <xs:enumeration value="Pracownik"/>
  44. </xs:restriction>
  45. </xs:simpleType>
  46. <xs:simpleType name="ADMIN_USERS__A_STATUS" id="ADMIN_USERS___d4e4115-1_ADMIN_USER">
  47. <xs:restriction base="xs:string">
  48. <xs:enumeration value="WAITING"/>
  49. <xs:enumeration value="NORMAL"/>
  50. <xs:enumeration value="MONITOR"/>
  51. <xs:enumeration value="WARNING"/>
  52. <xs:enumeration value="OFF_SOFT"/>
  53. <xs:enumeration value="OFF_HARD"/>
  54. <xs:enumeration value="DELETED"/>
  55. </xs:restriction>
  56. </xs:simpleType>
  57. <xs:simpleType name="ADMIN_USERS__A_STATUS_NORMAL" id="ADMIN_USERS___d4e4124-1_ADMIN_USER">
  58. <xs:restriction base="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS">
  59. <xs:enumeration value="NORMAL"/>
  60. </xs:restriction>
  61. </xs:simpleType>
  62. <xs:simpleType name="ADMIN_USERS__A_STATUS_OFF_HARD" id="ADMIN_USERS___d4e4127-1_ADMIN_USER">
  63. <xs:restriction base="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS">
  64. <xs:enumeration value="OFF_HARD"/>
  65. </xs:restriction>
  66. </xs:simpleType>
  67. <xs:complexType name="ADMIN_USERS" id="ADMIN_USERS___d5e4252-1_ADMIN_USER">
  68. <xs:sequence id="ADMIN_USERS___d4e4134-1">
  69. <xs:element name="ID" type="xs:int" id="ADMIN_USERS___d4e4135-1_ID"/>
  70. <xs:element maxOccurs="1" minOccurs="1" name="ADM_NAME" type="xs:string"
  71. id="ADMIN_USERS___d4e4136-1_ADM_NAME"/>
  72. <xs:element maxOccurs="1" minOccurs="1" name="ADM_ACCOUNT" type="xs:string"
  73. id="ADMIN_USERS___d4e4137-1_ADM_ACCOUN"/>
  74. <xs:element name="ADM_PASSWD" type="xs:string" id="ADMIN_USERS___d4e4138-1_ADM_PASSWD"/>
  75. <xs:element name="A_STATUS" type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS"
  76. id="ADMIN_USERS___d4e4139-1_A_STATUS"/>
  77. <xs:element name="EMPLOYEE_TYPE"
  78. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE"
  79. id="ADMIN_USERS___d4e4140-1_EMPLOYEE_T"/>
  80. <xs:element name="ADM_OTHER_DOC" minOccurs="0" type="xs:string"
  81. id="ADMIN_USERS___d4e4141-1_ADM_OTHER_">
  82. <xs:annotation>
  83. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  84. </xs:documentation>
  85. </xs:annotation>
  86. </xs:element>
  87. <xs:element name="ADM_PESEL" minOccurs="0" type="xs:string"
  88. id="ADMIN_USERS___d4e4145-1_ADM_PESEL">
  89. <xs:annotation>
  90. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  91. </xs:documentation>
  92. </xs:annotation>
  93. </xs:element>
  94. <xs:element name="ADM_PHONE" minOccurs="0" type="xs:string"
  95. id="ADMIN_USERS___d4e4149-1_ADM_PHONE">
  96. <xs:annotation>
  97. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users</xs:documentation>
  98. </xs:annotation>
  99. </xs:element>
  100. <xs:element minOccurs="0" name="DEFAULT_ACL_GROUP" type="xs:string"
  101. id="ADMIN_USERS___d4e4153-1_DEFAULT_AC">
  102. <xs:annotation>
  103. <xs:documentation>todo make ref</xs:documentation>
  104. </xs:annotation>
  105. </xs:element>
  106. <xs:element minOccurs="0" name="A_CLASSIFIED" type="xs:string"
  107. id="ADMIN_USERS___d4e4157-1_A_CLASSIFI">
  108. <xs:annotation>
  109. <xs:documentation>todo make ref</xs:documentation>
  110. </xs:annotation>
  111. </xs:element>
  112. <xs:element minOccurs="0" name="A_ADM_COMPANY" type="xs:string"
  113. id="ADMIN_USERS___d4e4162-1_A_ADM_COMP">
  114. <xs:annotation>
  115. <xs:documentation>todo make ref</xs:documentation>
  116. </xs:annotation>
  117. </xs:element>
  118. <xs:element name="EMAIL_LOCAL_ACCOUNT_ADDRESS" type="xs:string"
  119. id="ADMIN_USERS___d4e4185-1_EMAIL_LOCA"/>
  120. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  121. id="ADMIN_USERS___d4e4166-1">
  122. <xs:annotation>
  123. <xs:appinfo>
  124. <system_cache__appinfo:flat_relation_cache>
  125. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  126. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  127. </system_cache__appinfo:flat_relation_cache>
  128. </xs:appinfo>
  129. </xs:annotation>
  130. </xs:element>-->
  131. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  132. id="ADMIN_USERS___d4e4171-1">
  133. <xs:annotation>
  134. <xs:appinfo>
  135. <system_cache__appinfo:flat_relation_cache>
  136. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  137. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupWrite/name"/>
  138. </system_cache__appinfo:flat_relation_cache>
  139. </xs:appinfo>
  140. </xs:annotation>
  141. </xs:element>-->
  142. <xs:element ref="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  143. id="ADMIN_USERS___d4e4176-1">
  144. <xs:annotation>
  145. <xs:appinfo>
  146. <system_cache__appinfo:flat_relation_cache>
  147. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER" 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:element maxOccurs="unbounded" minOccurs="0" ref="default_db__x3A__DEVICES:DEVICES"
  153. id="ADMIN_USERS___d4e4DEV1">
  154. <xs:annotation>
  155. <xs:appinfo>
  156. <system_cache__appinfo:flat_relation_cache>
  157. <system_cache__appinfo:source system_cache__appinfo:name="ID" system_cache__appinfo:xpath="default_db__x3A__DEVICES:DEVICES/ADMIN_USERS_ID"/>
  158. </system_cache__appinfo:flat_relation_cache>
  159. </xs:appinfo>
  160. </xs:annotation>
  161. </xs:element>
  162. </xs:sequence>
  163. </xs:complexType>
  164. <xs:element name="ADMIN_USERS" type="default_db__x3A__ADMIN_USERS:ADMIN_USERS"
  165. id="ADMIN_USERS___d5e4302-1_ADMIN_USER"/>
  166. <xs:complexType name="user" id="ADMIN_USERS___d4e4130-1_user">
  167. <xs:annotation>
  168. <xs:documentation>@20160708 bindera: na bazie jsona Piotrowego, do testow GUI
  169. Kombinacja: bazowa</xs:documentation>
  170. </xs:annotation>
  171. <xs:complexContent id="ADMIN_USERS___d5e4307-1">
  172. <xs:extension base="default_db__x3A__ADMIN_USERS:ADMIN_USERS" id="ADMIN_USERS___d5e4308-1"
  173. />
  174. </xs:complexContent>
  175. </xs:complexType>
  176. <xs:complexType name="user_status__NORMAL" id="ADMIN_USERS___d4e4181-1_user_statu">
  177. <xs:annotation>
  178. <xs:documentation>do generowania : typ obiektu na NORMAL do tworzenia kombinacji</xs:documentation>
  179. </xs:annotation>
  180. <xs:complexContent id="ADMIN_USERS___d4e4185-1">
  181. <xs:restriction base="default_db__x3A__ADMIN_USERS:user">
  182. <xs:sequence id="ADMIN_USERS___d4e4187-1">
  183. <xs:element name="ID" type="xs:int" id="ADMIN_USERS___d4e4188-1_ID"/>
  184. <xs:element maxOccurs="1" minOccurs="1" name="ADM_NAME" type="xs:string"
  185. id="ADMIN_USERS___d4e4189-1_ADM_NAME"/>
  186. <xs:element maxOccurs="1" minOccurs="1" name="ADM_ACCOUNT" type="xs:string"
  187. id="ADMIN_USERS___d4e4190-1_ADM_ACCOUN"/>
  188. <xs:element name="ADM_PASSWD" type="xs:string"
  189. id="ADMIN_USERS___d4e4191-1_ADM_PASSWD"/>
  190. <xs:element name="A_STATUS"
  191. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS_NORMAL"
  192. id="ADMIN_USERS___d4e4192-1_A_STATUS"/>
  193. <xs:element name="EMPLOYEE_TYPE"
  194. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE"
  195. id="ADMIN_USERS___d4e4193-1_EMPLOYEE_T"/>
  196. <xs:element name="ADM_OTHER_DOC" minOccurs="0" type="xs:string"
  197. id="ADMIN_USERS___d4e4194-1_ADM_OTHER_">
  198. <xs:annotation>
  199. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  200. </xs:documentation>
  201. </xs:annotation>
  202. </xs:element>
  203. <xs:element name="ADM_PESEL" minOccurs="0" type="xs:string"
  204. id="ADMIN_USERS___d4e4198-1_ADM_PESEL">
  205. <xs:annotation>
  206. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  207. </xs:documentation>
  208. </xs:annotation>
  209. </xs:element>
  210. <xs:element name="ADM_PHONE" minOccurs="0" type="xs:string"
  211. id="ADMIN_USERS___d4e4202-1_ADM_PHONE">
  212. <xs:annotation>
  213. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users</xs:documentation>
  214. </xs:annotation>
  215. </xs:element>
  216. <xs:element minOccurs="0" name="DEFAULT_ACL_GROUP" type="xs:string"
  217. id="ADMIN_USERS___d4e4206-1_DEFAULT_AC">
  218. <xs:annotation>
  219. <xs:documentation>todo make ref</xs:documentation>
  220. </xs:annotation>
  221. </xs:element>
  222. <xs:element minOccurs="0" name="A_CLASSIFIED" type="xs:string"
  223. id="ADMIN_USERS___d4e4210-1_A_CLASSIFI">
  224. <xs:annotation>
  225. <xs:documentation>todo make ref</xs:documentation>
  226. </xs:annotation>
  227. </xs:element>
  228. <xs:element minOccurs="0" name="A_ADM_COMPANY" type="xs:string"
  229. id="ADMIN_USERS___d4e4215-1_A_ADM_COMP">
  230. <xs:annotation>
  231. <xs:documentation>todo make ref</xs:documentation>
  232. </xs:annotation>
  233. </xs:element>
  234. <xs:element name="EMAIL_LOCAL_ACCOUNT_ADDRESS" type="xs:string"
  235. id="ADMIN_USERS___d4e4239-1_EMAIL_LOCA"/>
  236. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  237. id="ADMIN_USERS___d4e4219-1">
  238. <xs:annotation>
  239. <xs:appinfo>
  240. <system_cache__appinfo:flat_relation_cache>
  241. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  242. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  243. </system_cache__appinfo:flat_relation_cache>
  244. </xs:appinfo>
  245. </xs:annotation>
  246. </xs:element>-->
  247. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  248. id="ADMIN_USERS___d4e4224-1">
  249. <xs:annotation>
  250. <xs:appinfo>
  251. <system_cache__appinfo:flat_relation_cache>
  252. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  253. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupWrite/name"/>
  254. </system_cache__appinfo:flat_relation_cache>
  255. </xs:appinfo>
  256. </xs:annotation>
  257. </xs:element>-->
  258. <xs:element ref="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  259. id="ADMIN_USERS___d4e4229-1">
  260. <xs:annotation>
  261. <xs:appinfo>
  262. <system_cache__appinfo:flat_relation_cache>
  263. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER" system_cache__appinfo:xpath="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER/ADM_ACCOUNT"/>
  264. </system_cache__appinfo:flat_relation_cache>
  265. </xs:appinfo>
  266. </xs:annotation>
  267. </xs:element>
  268. <xs:element maxOccurs="unbounded" minOccurs="0"
  269. ref="default_db__x3A__DEVICES:DEVICES" id="ADMIN_USERS___d4e4DEV2">
  270. <xs:annotation>
  271. <xs:appinfo>
  272. <system_cache__appinfo:flat_relation_cache>
  273. <system_cache__appinfo:source system_cache__appinfo:name="ID" system_cache__appinfo:xpath="default_db__x3A__DEVICES:DEVICES/ADMIN_USERS_ID"/>
  274. </system_cache__appinfo:flat_relation_cache>
  275. </xs:appinfo>
  276. </xs:annotation>
  277. </xs:element>
  278. </xs:sequence>
  279. </xs:restriction>
  280. </xs:complexContent>
  281. </xs:complexType>
  282. <xs:element name="user_status__NORMAL" type="default_db__x3A__ADMIN_USERS:user_status__NORMAL"
  283. id="ADMIN_USERS___d4e4235-1_user_statu"/>
  284. <xs:complexType name="user_status__OFF_HARD" id="ADMIN_USERS___d4e4236-1_user_statu">
  285. <xs:complexContent id="ADMIN_USERS___d4e4237-1">
  286. <xs:restriction base="default_db__x3A__ADMIN_USERS:user">
  287. <xs:sequence id="ADMIN_USERS___d4e4239-1">
  288. <xs:element name="ID" type="xs:int" id="ADMIN_USERS___d4e4240-1_ID"/>
  289. <xs:element maxOccurs="1" minOccurs="1" name="ADM_NAME" type="xs:string"
  290. id="ADMIN_USERS___d4e4241-1_ADM_NAME"/>
  291. <xs:element maxOccurs="1" minOccurs="1" name="ADM_ACCOUNT" type="xs:string"
  292. id="ADMIN_USERS___d4e4242-1_ADM_ACCOUN"/>
  293. <xs:element name="ADM_PASSWD" type="xs:string"
  294. id="ADMIN_USERS___d4e4243-1_ADM_PASSWD"/>
  295. <xs:element name="A_STATUS"
  296. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS_OFF_HARD"
  297. id="ADMIN_USERS___d4e4244-1_A_STATUS"/>
  298. <xs:element name="EMPLOYEE_TYPE"
  299. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE"
  300. id="ADMIN_USERS___d4e4245-1_EMPLOYEE_T"/>
  301. <xs:element name="ADM_OTHER_DOC" minOccurs="0" type="xs:string"
  302. id="ADMIN_USERS___d4e4246-1_ADM_OTHER_">
  303. <xs:annotation>
  304. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  305. </xs:documentation>
  306. </xs:annotation>
  307. </xs:element>
  308. <xs:element name="ADM_PESEL" minOccurs="0" type="xs:string"
  309. id="ADMIN_USERS___d4e4250-1_ADM_PESEL">
  310. <xs:annotation>
  311. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  312. </xs:documentation>
  313. </xs:annotation>
  314. </xs:element>
  315. <xs:element name="ADM_PHONE" minOccurs="0" type="xs:string"
  316. id="ADMIN_USERS___d4e4254-1_ADM_PHONE">
  317. <xs:annotation>
  318. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users</xs:documentation>
  319. </xs:annotation>
  320. </xs:element>
  321. <xs:element minOccurs="0" name="DEFAULT_ACL_GROUP" type="xs:string"
  322. id="ADMIN_USERS___d4e4258-1_DEFAULT_AC">
  323. <xs:annotation>
  324. <xs:documentation>todo make ref</xs:documentation>
  325. </xs:annotation>
  326. </xs:element>
  327. <xs:element minOccurs="0" name="A_CLASSIFIED" type="xs:string"
  328. id="ADMIN_USERS___d4e4262-1_A_CLASSIFI">
  329. <xs:annotation>
  330. <xs:documentation>todo make ref</xs:documentation>
  331. </xs:annotation>
  332. </xs:element>
  333. <xs:element minOccurs="0" name="A_ADM_COMPANY" type="xs:string"
  334. id="ADMIN_USERS___d4e4267-1_A_ADM_COMP">
  335. <xs:annotation>
  336. <xs:documentation>todo make ref</xs:documentation>
  337. </xs:annotation>
  338. </xs:element>
  339. <xs:element name="EMAIL_LOCAL_ACCOUNT_ADDRESS" type="xs:string"
  340. id="ADMIN_USERS___d4e4292-1_EMAIL_LOCA"/>
  341. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  342. id="ADMIN_USERS___d4e4271-1">
  343. <xs:annotation>
  344. <xs:appinfo>
  345. <system_cache__appinfo:flat_relation_cache>
  346. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  347. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  348. </system_cache__appinfo:flat_relation_cache>
  349. </xs:appinfo>
  350. </xs:annotation>
  351. </xs:element>-->
  352. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  353. id="ADMIN_USERS___d4e4276-1">
  354. <xs:annotation>
  355. <xs:appinfo>
  356. <system_cache__appinfo:flat_relation_cache>
  357. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  358. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupWrite/name"/>
  359. </system_cache__appinfo:flat_relation_cache>
  360. </xs:appinfo>
  361. </xs:annotation>
  362. </xs:element>-->
  363. <xs:element ref="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  364. id="ADMIN_USERS___d4e4281-1">
  365. <xs:annotation>
  366. <xs:appinfo>
  367. <system_cache__appinfo:flat_relation_cache>
  368. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER" system_cache__appinfo:xpath="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER/ADM_ACCOUNT"/>
  369. </system_cache__appinfo:flat_relation_cache>
  370. </xs:appinfo>
  371. </xs:annotation>
  372. </xs:element>
  373. <xs:element maxOccurs="unbounded" minOccurs="0"
  374. ref="default_db__x3A__DEVICES:DEVICES" id="ADMIN_USERS___d4e4DEV3">
  375. <xs:annotation>
  376. <xs:appinfo>
  377. <system_cache__appinfo:flat_relation_cache>
  378. <system_cache__appinfo:source system_cache__appinfo:name="ID" system_cache__appinfo:xpath="default_db__x3A__DEVICES:DEVICES/ADMIN_USERS_ID"/>
  379. </system_cache__appinfo:flat_relation_cache>
  380. </xs:appinfo>
  381. </xs:annotation>
  382. </xs:element>
  383. </xs:sequence>
  384. </xs:restriction>
  385. </xs:complexContent>
  386. </xs:complexType>
  387. <xs:element name="user_status__OFF_HARD"
  388. type="default_db__x3A__ADMIN_USERS:user_status__OFF_HARD"
  389. id="ADMIN_USERS___d4e4286-1_user_statu"/>
  390. <xs:element name="user" type="default_db__x3A__ADMIN_USERS:user"
  391. id="ADMIN_USERS___d4e4287-1_user"/>
  392. <xs:element name="AccessOwner" type="default_db__x3A__ADMIN_USERS:user"
  393. id="ADMIN_USERS___d4e4288-1_AccessOwne">
  394. <xs:annotation>
  395. <xs:documentation>Odpowiednik L_APPOITMENT_USER</xs:documentation>
  396. </xs:annotation>
  397. </xs:element>
  398. <xs:complexType name="person_contatct" id="ADMIN_USERS___d4e4292-1_person_con">
  399. <xs:annotation>
  400. <xs:documentation>TODO podstawowy obiekt do wprowadzania jako kontakt do osoby fizycznej z mozliwoscia ewnetualnego logowania i widzenia spraw powiazanych
  401. Kombinacja: EMPLOYE TYPE Kontakt</xs:documentation>
  402. </xs:annotation>
  403. <xs:complexContent id="ADMIN_USERS___d4e4296-1">
  404. <xs:restriction base="default_db__x3A__ADMIN_USERS:user">
  405. <xs:sequence id="ADMIN_USERS___d4e4298-1">
  406. <xs:element name="ID" type="xs:int" id="ADMIN_USERS___d4e4299-1_ID"/>
  407. <xs:element maxOccurs="1" minOccurs="1" name="ADM_NAME" type="xs:string"
  408. id="ADMIN_USERS___d4e4300-1_ADM_NAME"/>
  409. <xs:element maxOccurs="1" minOccurs="1" name="ADM_ACCOUNT" type="xs:string"
  410. id="ADMIN_USERS___d4e4301-1_ADM_ACCOUN"/>
  411. <xs:element name="ADM_PASSWD" type="xs:string"
  412. id="ADMIN_USERS___d4e4302-1_ADM_PASSWD"/>
  413. <xs:element name="A_STATUS" type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS"
  414. id="ADMIN_USERS___d4e4303-1_A_STATUS"/>
  415. <xs:element name="EMPLOYEE_TYPE"
  416. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE"
  417. id="ADMIN_USERS___d4e4304-1_EMPLOYEE_T"/>
  418. <xs:element name="ADM_OTHER_DOC" minOccurs="0" type="xs:string"
  419. id="ADMIN_USERS___d4e4305-1_ADM_OTHER_">
  420. <xs:annotation>
  421. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  422. </xs:documentation>
  423. </xs:annotation>
  424. </xs:element>
  425. <xs:element name="ADM_PESEL" minOccurs="0" type="xs:string"
  426. id="ADMIN_USERS___d4e4309-1_ADM_PESEL">
  427. <xs:annotation>
  428. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  429. </xs:documentation>
  430. </xs:annotation>
  431. </xs:element>
  432. <xs:element name="ADM_PHONE" minOccurs="0" type="xs:string"
  433. id="ADMIN_USERS___d4e4313-1_ADM_PHONE">
  434. <xs:annotation>
  435. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users</xs:documentation>
  436. </xs:annotation>
  437. </xs:element>
  438. <xs:element minOccurs="0" name="DEFAULT_ACL_GROUP" type="xs:string"
  439. id="ADMIN_USERS___d4e4317-1_DEFAULT_AC">
  440. <xs:annotation>
  441. <xs:documentation>todo make ref</xs:documentation>
  442. </xs:annotation>
  443. </xs:element>
  444. <xs:element minOccurs="0" name="A_CLASSIFIED" type="xs:string"
  445. id="ADMIN_USERS___d4e4321-1_A_CLASSIFI">
  446. <xs:annotation>
  447. <xs:documentation>todo make ref</xs:documentation>
  448. </xs:annotation>
  449. </xs:element>
  450. <xs:element minOccurs="0" name="A_ADM_COMPANY" type="xs:string"
  451. id="ADMIN_USERS___d4e4326-1_A_ADM_COMP">
  452. <xs:annotation>
  453. <xs:documentation>todo make ref</xs:documentation>
  454. </xs:annotation>
  455. </xs:element>
  456. <xs:element name="EMAIL_LOCAL_ACCOUNT_ADDRESS" type="xs:string"
  457. id="ADMIN_USERS___d4e4352-1_EMAIL_LOCA"/>
  458. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  459. id="ADMIN_USERS___d4e4330-1">
  460. <xs:annotation>
  461. <xs:appinfo>
  462. <system_cache__appinfo:flat_relation_cache>
  463. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  464. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  465. </system_cache__appinfo:flat_relation_cache>
  466. </xs:appinfo>
  467. </xs:annotation>
  468. </xs:element>-->
  469. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  470. id="ADMIN_USERS___d4e4335-1">
  471. <xs:annotation>
  472. <xs:appinfo>
  473. <system_cache__appinfo:flat_relation_cache>
  474. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  475. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupWrite/name"/>
  476. </system_cache__appinfo:flat_relation_cache>
  477. </xs:appinfo>
  478. </xs:annotation>
  479. </xs:element>-->
  480. <xs:element ref="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  481. id="ADMIN_USERS___d4e4340-1">
  482. <xs:annotation>
  483. <xs:appinfo>
  484. <system_cache__appinfo:flat_relation_cache>
  485. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER" system_cache__appinfo:xpath="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER/ADM_ACCOUNT"/>
  486. </system_cache__appinfo:flat_relation_cache>
  487. </xs:appinfo>
  488. </xs:annotation>
  489. </xs:element>
  490. <xs:element maxOccurs="unbounded" minOccurs="0"
  491. ref="default_db__x3A__DEVICES:DEVICES" id="ADMIN_USERS___d4e4DEV4">
  492. <xs:annotation>
  493. <xs:appinfo>
  494. <system_cache__appinfo:flat_relation_cache>
  495. <system_cache__appinfo:source system_cache__appinfo:name="ID" system_cache__appinfo:xpath="default_db__x3A__DEVICES:DEVICES/ADMIN_USERS_ID"/>
  496. </system_cache__appinfo:flat_relation_cache>
  497. </xs:appinfo>
  498. </xs:annotation>
  499. </xs:element>
  500. </xs:sequence>
  501. </xs:restriction>
  502. </xs:complexContent>
  503. </xs:complexType>
  504. <xs:element name="person_contatct" type="default_db__x3A__ADMIN_USERS:person_contatct"
  505. id="ADMIN_USERS___d4e4345-1_person_con"/>
  506. <xs:complexType name="person_contact_with_details" id="ADMIN_USERS___d4e4346-1_person_con">
  507. <xs:annotation>
  508. <xs:documentation>Kontakt do dodawania do umow, rozszerzony o pesel i dane dokładne adresowe zamieszkania
  509. Kombinacja: EMPLOYE TYPE Kontakt</xs:documentation>
  510. </xs:annotation>
  511. <xs:complexContent id="ADMIN_USERS___d4e4350-1">
  512. <xs:restriction base="default_db__x3A__ADMIN_USERS:user">
  513. <xs:sequence id="ADMIN_USERS___d4e4352-1">
  514. <xs:element name="ID" type="xs:int" id="ADMIN_USERS___d4e4353-1_ID"/>
  515. <xs:element maxOccurs="1" minOccurs="1" name="ADM_NAME" type="xs:string"
  516. id="ADMIN_USERS___d4e4354-1_ADM_NAME"/>
  517. <xs:element maxOccurs="1" minOccurs="1" name="ADM_ACCOUNT" type="xs:string"
  518. id="ADMIN_USERS___d4e4355-1_ADM_ACCOUN"/>
  519. <xs:element name="ADM_PASSWD" type="xs:string"
  520. id="ADMIN_USERS___d4e4356-1_ADM_PASSWD"/>
  521. <xs:element name="A_STATUS" type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS"
  522. id="ADMIN_USERS___d4e4357-1_A_STATUS"/>
  523. <xs:element name="EMPLOYEE_TYPE"
  524. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE"
  525. id="ADMIN_USERS___d4e4358-1_EMPLOYEE_T"/>
  526. <xs:element name="ADM_OTHER_DOC" minOccurs="0" type="xs:string"
  527. id="ADMIN_USERS___d4e4359-1_ADM_OTHER_">
  528. <xs:annotation>
  529. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  530. </xs:documentation>
  531. </xs:annotation>
  532. </xs:element>
  533. <xs:element name="ADM_PESEL" minOccurs="0" type="xs:string"
  534. id="ADMIN_USERS___d4e4363-1_ADM_PESEL">
  535. <xs:annotation>
  536. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  537. </xs:documentation>
  538. </xs:annotation>
  539. </xs:element>
  540. <xs:element name="ADM_PHONE" minOccurs="1" type="xs:string"
  541. id="ADMIN_USERS___d4e4367-1_ADM_PHONE">
  542. <xs:annotation>
  543. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users</xs:documentation>
  544. </xs:annotation>
  545. </xs:element>
  546. <xs:element minOccurs="0" name="DEFAULT_ACL_GROUP" type="xs:string"
  547. id="ADMIN_USERS___d4e4371-1_DEFAULT_AC">
  548. <xs:annotation>
  549. <xs:documentation>todo make ref</xs:documentation>
  550. </xs:annotation>
  551. </xs:element>
  552. <xs:element minOccurs="0" name="A_CLASSIFIED" type="xs:string"
  553. id="ADMIN_USERS___d4e4375-1_A_CLASSIFI">
  554. <xs:annotation>
  555. <xs:documentation>todo make ref</xs:documentation>
  556. </xs:annotation>
  557. </xs:element>
  558. <xs:element minOccurs="0" name="A_ADM_COMPANY" type="xs:string"
  559. id="ADMIN_USERS___d4e4380-1_A_ADM_COMP">
  560. <xs:annotation>
  561. <xs:documentation>todo make ref</xs:documentation>
  562. </xs:annotation>
  563. </xs:element>
  564. <xs:element name="EMAIL_LOCAL_ACCOUNT_ADDRESS" type="xs:string"
  565. id="ADMIN_USERS___d4e4407-1_EMAIL_LOCA"/>
  566. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  567. id="ADMIN_USERS___d4e4384-1">
  568. <xs:annotation>
  569. <xs:appinfo>
  570. <system_cache__appinfo:flat_relation_cache>
  571. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  572. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  573. </system_cache__appinfo:flat_relation_cache>
  574. </xs:appinfo>
  575. </xs:annotation>
  576. </xs:element>-->
  577. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  578. id="ADMIN_USERS___d4e4389-1">
  579. <xs:annotation>
  580. <xs:appinfo>
  581. <system_cache__appinfo:flat_relation_cache>
  582. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  583. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupWrite/name"/>
  584. </system_cache__appinfo:flat_relation_cache>
  585. </xs:appinfo>
  586. </xs:annotation>
  587. </xs:element>-->
  588. <xs:element ref="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  589. id="ADMIN_USERS___d4e4394-1">
  590. <xs:annotation>
  591. <xs:appinfo>
  592. <system_cache__appinfo:flat_relation_cache>
  593. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER" system_cache__appinfo:xpath="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER/ADM_ACCOUNT"/>
  594. </system_cache__appinfo:flat_relation_cache>
  595. </xs:appinfo>
  596. </xs:annotation>
  597. </xs:element>
  598. <xs:element maxOccurs="unbounded" minOccurs="0"
  599. ref="default_db__x3A__DEVICES:DEVICES" id="ADMIN_USERS___d4e4DEV5">
  600. <xs:annotation>
  601. <xs:appinfo>
  602. <system_cache__appinfo:flat_relation_cache>
  603. <system_cache__appinfo:source system_cache__appinfo:name="ID" system_cache__appinfo:xpath="default_db__x3A__DEVICES:DEVICES/ADMIN_USERS_ID"/>
  604. </system_cache__appinfo:flat_relation_cache>
  605. </xs:appinfo>
  606. </xs:annotation>
  607. </xs:element>
  608. </xs:sequence>
  609. </xs:restriction>
  610. </xs:complexContent>
  611. </xs:complexType>
  612. <xs:element name="person_contact_with_details"
  613. type="default_db__x3A__ADMIN_USERS:person_contact_with_details"
  614. id="ADMIN_USERS___d4e4399-1_person_con"/>
  615. <xs:complexType name="worker" id="ADMIN_USERS___d4e4400-1_worker">
  616. <xs:annotation>
  617. <xs:documentation>kombinacja - jest to EMPLOYEE TYPE = Pracownik</xs:documentation>
  618. </xs:annotation>
  619. <xs:complexContent id="ADMIN_USERS___d4e4404-1">
  620. <xs:restriction base="default_db__x3A__ADMIN_USERS:user">
  621. <xs:sequence id="ADMIN_USERS___d4e4406-1">
  622. <xs:element name="ID" type="xs:int" id="ADMIN_USERS___d4e4407-1_ID"/>
  623. <xs:element maxOccurs="1" minOccurs="1" name="ADM_NAME" type="xs:string"
  624. id="ADMIN_USERS___d4e4408-1_ADM_NAME"/>
  625. <xs:element maxOccurs="1" minOccurs="1" name="ADM_ACCOUNT" type="xs:string"
  626. id="ADMIN_USERS___d4e4409-1_ADM_ACCOUN"/>
  627. <xs:element name="ADM_PASSWD" type="xs:string"
  628. id="ADMIN_USERS___d4e4410-1_ADM_PASSWD"/>
  629. <xs:element name="A_STATUS"
  630. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS_NORMAL"
  631. id="ADMIN_USERS___d4e4411-1_A_STATUS"/>
  632. <xs:element name="EMPLOYEE_TYPE"
  633. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE__worker"
  634. id="ADMIN_USERS___d4e4412-1_EMPLOYEE_T"/>
  635. <xs:element name="ADM_OTHER_DOC" minOccurs="0" type="xs:string"
  636. id="ADMIN_USERS___d4e4413-1_ADM_OTHER_">
  637. <xs:annotation>
  638. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  639. </xs:documentation>
  640. </xs:annotation>
  641. </xs:element>
  642. <xs:element name="ADM_PESEL" minOccurs="0" type="xs:string"
  643. id="ADMIN_USERS___d4e4417-1_ADM_PESEL">
  644. <xs:annotation>
  645. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  646. </xs:documentation>
  647. </xs:annotation>
  648. </xs:element>
  649. <xs:element name="ADM_PHONE" minOccurs="0" type="xs:string"
  650. id="ADMIN_USERS___d4e4421-1_ADM_PHONE">
  651. <xs:annotation>
  652. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users</xs:documentation>
  653. </xs:annotation>
  654. </xs:element>
  655. <xs:element minOccurs="0" name="DEFAULT_ACL_GROUP" type="xs:string"
  656. id="ADMIN_USERS___d4e4425-1_DEFAULT_AC">
  657. <xs:annotation>
  658. <xs:documentation>todo make ref</xs:documentation>
  659. </xs:annotation>
  660. </xs:element>
  661. <xs:element minOccurs="0" name="A_CLASSIFIED" type="xs:string"
  662. id="ADMIN_USERS___d4e4429-1_A_CLASSIFI">
  663. <xs:annotation>
  664. <xs:documentation>todo make ref</xs:documentation>
  665. </xs:annotation>
  666. </xs:element>
  667. <xs:element minOccurs="0" name="A_ADM_COMPANY" type="xs:string"
  668. id="ADMIN_USERS___d4e4434-1_A_ADM_COMP">
  669. <xs:annotation>
  670. <xs:documentation>todo make ref</xs:documentation>
  671. </xs:annotation>
  672. </xs:element>
  673. <xs:element name="EMAIL_LOCAL_ACCOUNT_ADDRESS" type="xs:string"
  674. id="ADMIN_USERS___d4e4462-1_EMAIL_LOCA"/>
  675. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  676. id="ADMIN_USERS___d4e4438-1">
  677. <xs:annotation>
  678. <xs:appinfo>
  679. <system_cache__appinfo:flat_relation_cache>
  680. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  681. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  682. </system_cache__appinfo:flat_relation_cache>
  683. </xs:appinfo>
  684. </xs:annotation>
  685. </xs:element>-->
  686. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  687. id="ADMIN_USERS___d4e4443-1">
  688. <xs:annotation>
  689. <xs:appinfo>
  690. <system_cache__appinfo:flat_relation_cache>
  691. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  692. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupWrite/name"/>
  693. </system_cache__appinfo:flat_relation_cache>
  694. </xs:appinfo>
  695. </xs:annotation>
  696. </xs:element>-->
  697. <xs:element ref="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  698. id="ADMIN_USERS___d4e4448-1">
  699. <xs:annotation>
  700. <xs:appinfo>
  701. <system_cache__appinfo:flat_relation_cache>
  702. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER" system_cache__appinfo:xpath="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER/ADM_ACCOUNT"/>
  703. </system_cache__appinfo:flat_relation_cache>
  704. </xs:appinfo>
  705. </xs:annotation>
  706. </xs:element>
  707. <xs:element maxOccurs="unbounded" minOccurs="0"
  708. ref="default_db__x3A__DEVICES:DEVICES" id="ADMIN_USERS___d4e4DEV6">
  709. <xs:annotation>
  710. <xs:appinfo>
  711. <system_cache__appinfo:flat_relation_cache>
  712. <system_cache__appinfo:source system_cache__appinfo:name="ID" system_cache__appinfo:xpath="default_db__x3A__DEVICES:DEVICES/ADMIN_USERS_ID"/>
  713. </system_cache__appinfo:flat_relation_cache>
  714. </xs:appinfo>
  715. </xs:annotation>
  716. </xs:element>
  717. </xs:sequence>
  718. </xs:restriction>
  719. </xs:complexContent>
  720. </xs:complexType>
  721. <xs:element name="worker" type="default_db__x3A__ADMIN_USERS:worker"
  722. substitutionGroup="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  723. id="ADMIN_USERS___d4e4453-1_worker"/>
  724. <xs:element name="L_APPOITMENT_USER" type="default_db__x3A__ADMIN_USERS:worker"
  725. id="ADMIN_USERS___d4e4455-1_L_APPOITME"/>
  726. </xs:schema>