ADMIN_USERS.xsd 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953
  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:default_db__x3A__DEVICES="https://biuro.biall-net.pl/wfs/default_db/table/DEVICES.xsd"
  7. xmlns:p5_tr_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/procesy5_translate_map.xsd"
  8. xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  9. xmlns:system_cache__resources_tree_generate_xsl_required_occurs_raport="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/resources_tree_generate_xsl_require_occurs_raport"
  10. xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  11. elementFormDefault="qualified"
  12. targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/ADMIN_USERS.xsd"
  13. vc:minVersion="1.1">
  14. <xs:import namespace="http://www.opengis.net/gml/3.2"
  15. schemaLocation="../Types/gml.xsd"/>
  16. <xs:annotation>
  17. <xs:appinfo>
  18. <system_cache__appinfo:binding bindPolicy="single">
  19. <system_cache__appinfo:prefix>p5_default_db</system_cache__appinfo:prefix>
  20. <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/SE/version-git/wfs-data.php</system_cache__appinfo:api>
  21. </system_cache__appinfo:binding>
  22. <system_cache__appinfo:Style>
  23. <StrokeColor>#ff0ca06e</StrokeColor>
  24. <StrokeWidth>3.0</StrokeWidth>
  25. <FillColor>#5c0ca06e</FillColor>
  26. </system_cache__appinfo:Style>
  27. </xs:appinfo>
  28. <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>
  29. </xs:annotation>
  30. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/AccessGroup.xsd"
  31. schemaLocation="../SystemObjects/AccessGroup.xsd"/>
  32. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/CRM_LISTA_ZASOBOW.xsd"
  33. schemaLocation="CRM_LISTA_ZASOBOW.xsd"/>
  34. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/DEVICES.xsd"
  35. schemaLocation="DEVICES.xsd"/>
  36. <xs:simpleType name="ADMIN_USERS__EMPLOYE_TYPE"
  37. id="ADMIN_USERS___d4e4101-1_ADMIN_USER">
  38. <xs:restriction base="xs:string">
  39. <xs:enumeration value=""/>
  40. <xs:enumeration value="Pracownik"/>
  41. <xs:enumeration value="Kandydat"/>
  42. <xs:enumeration value="Partner"/>
  43. <xs:enumeration value="Anonymous"/>
  44. <xs:enumeration value="Kontakt"/>
  45. </xs:restriction>
  46. </xs:simpleType>
  47. <xs:simpleType name="ADMIN_USERS__EMPLOYE_TYPE__person_contact_with_details"
  48. id="ADMIN_USERS___d4e4109-1_ADMIN_USER">
  49. <xs:restriction base="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE">
  50. <xs:enumeration value="Kontakt"/>
  51. </xs:restriction>
  52. </xs:simpleType>
  53. <xs:simpleType name="ADMIN_USERS__EMPLOYE_TYPE__worker"
  54. id="ADMIN_USERS___d4e4112-1_ADMIN_USER">
  55. <xs:restriction base="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE">
  56. <xs:enumeration value="Pracownik"/>
  57. </xs:restriction>
  58. </xs:simpleType>
  59. <xs:simpleType name="ADMIN_USERS__A_STATUS" id="ADMIN_USERS___d4e4115-1_ADMIN_USER">
  60. <xs:restriction base="xs:string">
  61. <xs:enumeration value="WAITING"/>
  62. <xs:enumeration value="NORMAL"/>
  63. <xs:enumeration value="MONITOR"/>
  64. <xs:enumeration value="WARNING"/>
  65. <xs:enumeration value="OFF_SOFT"/>
  66. <xs:enumeration value="OFF_HARD"/>
  67. <xs:enumeration value="DELETED"/>
  68. </xs:restriction>
  69. </xs:simpleType>
  70. <xs:simpleType name="ADMIN_USERS__A_STATUS_NORMAL"
  71. id="ADMIN_USERS___d4e4124-1_ADMIN_USER">
  72. <xs:restriction base="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS">
  73. <xs:enumeration value="NORMAL"/>
  74. </xs:restriction>
  75. </xs:simpleType>
  76. <xs:simpleType name="ADMIN_USERS__A_STATUS_OFF_HARD"
  77. id="ADMIN_USERS___d4e4127-1_ADMIN_USER">
  78. <xs:restriction base="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS">
  79. <xs:enumeration value="OFF_HARD"/>
  80. </xs:restriction>
  81. </xs:simpleType>
  82. <xs:complexType name="ADMIN_USERS" id="ADMIN_USERS___d5e4252-1_ADMIN_USER">
  83. <xs:sequence id="ADMIN_USERS___d4e4134-1">
  84. <xs:element name="ID" type="xs:int" id="ADMIN_USERS___d4e4135-1_ID"/>
  85. <xs:element maxOccurs="1"
  86. minOccurs="1"
  87. name="ADM_NAME"
  88. type="xs:string"
  89. id="ADMIN_USERS___d4e4136-1_ADM_NAME"/>
  90. <xs:element maxOccurs="1"
  91. minOccurs="1"
  92. name="ADM_ACCOUNT"
  93. type="xs:string"
  94. id="ADMIN_USERS___d4e4137-1_ADM_ACCOUN"/>
  95. <xs:element name="ADM_PASSWD"
  96. type="xs:string"
  97. id="ADMIN_USERS___d4e4138-1_ADM_PASSWD"/>
  98. <xs:element name="A_STATUS"
  99. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS"
  100. id="ADMIN_USERS___d4e4139-1_A_STATUS"/>
  101. <xs:element name="EMPLOYEE_TYPE"
  102. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE"
  103. id="ADMIN_USERS___d4e4140-1_EMPLOYEE_T"/>
  104. <xs:element name="ADM_OTHER_DOC"
  105. minOccurs="0"
  106. type="xs:string"
  107. id="ADMIN_USERS___d4e4141-1_ADM_OTHER_">
  108. <xs:annotation>
  109. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  110. </xs:documentation>
  111. </xs:annotation>
  112. </xs:element>
  113. <xs:element name="ADM_PESEL"
  114. minOccurs="0"
  115. type="xs:string"
  116. id="ADMIN_USERS___d4e4145-1_ADM_PESEL">
  117. <xs:annotation>
  118. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  119. </xs:documentation>
  120. </xs:annotation>
  121. </xs:element>
  122. <xs:element name="ADM_PHONE"
  123. minOccurs="0"
  124. type="xs:string"
  125. id="ADMIN_USERS___d4e4149-1_ADM_PHONE">
  126. <xs:annotation>
  127. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users</xs:documentation>
  128. </xs:annotation>
  129. </xs:element>
  130. <xs:element minOccurs="0"
  131. name="DEFAULT_ACL_GROUP"
  132. type="xs:string"
  133. id="ADMIN_USERS___d4e4153-1_DEFAULT_AC">
  134. <xs:annotation>
  135. <xs:documentation>todo make ref</xs:documentation>
  136. </xs:annotation>
  137. </xs:element>
  138. <xs:element minOccurs="0"
  139. name="A_CLASSIFIED"
  140. type="xs:string"
  141. id="ADMIN_USERS___d4e4157-1_A_CLASSIFI">
  142. <xs:annotation>
  143. <xs:documentation>todo make ref</xs:documentation>
  144. </xs:annotation>
  145. </xs:element>
  146. <xs:element minOccurs="0"
  147. name="A_ADM_COMPANY"
  148. type="xs:string"
  149. id="ADMIN_USERS___d4e4162-1_A_ADM_COMP">
  150. <xs:annotation>
  151. <xs:documentation>todo make ref</xs:documentation>
  152. </xs:annotation>
  153. </xs:element>
  154. <xs:element name="EMAIL_LOCAL_ACCOUNT_ADDRESS"
  155. type="xs:string"
  156. id="ADMIN_USERS___d4e4185-1_EMAIL_LOCA"/>
  157. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  158. id="ADMIN_USERS___d4e4166-1">
  159. <xs:annotation>
  160. <xs:appinfo>
  161. <system_cache__appinfo:flat_relation_cache>
  162. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  163. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  164. </system_cache__appinfo:flat_relation_cache>
  165. </xs:appinfo>
  166. </xs:annotation>
  167. </xs:element>-->
  168. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  169. id="ADMIN_USERS___d4e4171-1">
  170. <xs:annotation>
  171. <xs:appinfo>
  172. <system_cache__appinfo:flat_relation_cache>
  173. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  174. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupWrite/name"/>
  175. </system_cache__appinfo:flat_relation_cache>
  176. </xs:appinfo>
  177. </xs:annotation>
  178. </xs:element>-->
  179. <xs:element ref="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  180. id="ADMIN_USERS___d4e4176-1">
  181. <xs:annotation>
  182. <xs:appinfo>
  183. <system_cache__appinfo:flat_relation_cache>
  184. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  185. system_cache__appinfo:xpath="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER/ADM_ACCOUNT"/>
  186. </system_cache__appinfo:flat_relation_cache>
  187. </xs:appinfo>
  188. </xs:annotation>
  189. </xs:element>
  190. <xs:element maxOccurs="unbounded"
  191. minOccurs="0"
  192. ref="default_db__x3A__DEVICES:DEVICES"
  193. id="ADMIN_USERS___d4e4DEV1">
  194. <xs:annotation>
  195. <xs:appinfo>
  196. <system_cache__appinfo:flat_relation_cache>
  197. <system_cache__appinfo:source system_cache__appinfo:name="ID"
  198. system_cache__appinfo:xpath="default_db__x3A__DEVICES:DEVICES/ADMIN_USERS_ID"/>
  199. </system_cache__appinfo:flat_relation_cache>
  200. </xs:appinfo>
  201. </xs:annotation>
  202. </xs:element>
  203. </xs:sequence>
  204. <xs:attribute name="label" type="xs:string" id="ADMIN_USERS___d5e73247-1_label"/>
  205. <xs:assert test="@label = concat(ADM_NAME, ADM_ACCOUNT)"
  206. id="ADMIN_USERS___d6e75510-1"/>
  207. </xs:complexType>
  208. <xs:element name="ADMIN_USERS"
  209. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS"
  210. id="ADMIN_USERS___d5e4302-1_ADMIN_USER"/>
  211. <xs:complexType name="user" id="ADMIN_USERS___d4e4130-1_user">
  212. <xs:annotation>
  213. <xs:documentation>@20160708 bindera: na bazie jsona Piotrowego, do testow GUI
  214. Kombinacja: bazowa</xs:documentation>
  215. <xs:appinfo>
  216. <system_cache__appinfo:Style>
  217. <StrokeColor>#ff0ca06e</StrokeColor>
  218. <StrokeWidth>3.0</StrokeWidth>
  219. <FillColor>#5c0ca06e</FillColor>
  220. </system_cache__appinfo:Style>
  221. </xs:appinfo>
  222. </xs:annotation>
  223. <xs:complexContent id="ADMIN_USERS___d5e4307-1">
  224. <xs:extension base="default_db__x3A__ADMIN_USERS:ADMIN_USERS"
  225. id="ADMIN_USERS___d5e4308-1"/>
  226. </xs:complexContent>
  227. </xs:complexType>
  228. <xs:complexType name="user_status__NORMAL" id="ADMIN_USERS___d4e4181-1_user_statu">
  229. <xs:annotation>
  230. <xs:documentation>do generowania : typ obiektu na NORMAL do tworzenia kombinacji</xs:documentation>
  231. <xs:appinfo>
  232. <system_cache__appinfo:Style>
  233. <StrokeColor>#ff0ca06e</StrokeColor>
  234. <StrokeWidth>3.0</StrokeWidth>
  235. <FillColor>#5c0ca06e</FillColor>
  236. </system_cache__appinfo:Style>
  237. </xs:appinfo>
  238. </xs:annotation>
  239. <xs:complexContent id="ADMIN_USERS___d4e4185-1">
  240. <xs:annotation>
  241. <xs:appinfo>
  242. <system_cache__appinfo:Style>
  243. <StrokeColor>#ff0ca06e</StrokeColor>
  244. <StrokeWidth>3.0</StrokeWidth>
  245. <FillColor>#5c0ca06e</FillColor>
  246. </system_cache__appinfo:Style>
  247. </xs:appinfo>
  248. </xs:annotation>
  249. <xs:restriction base="default_db__x3A__ADMIN_USERS:user">
  250. <xs:sequence id="ADMIN_USERS___d4e4187-1">
  251. <xs:element name="ID" type="xs:int" id="ADMIN_USERS___d4e4188-1_ID"/>
  252. <xs:element maxOccurs="1"
  253. minOccurs="1"
  254. name="ADM_NAME"
  255. type="xs:string"
  256. id="ADMIN_USERS___d4e4189-1_ADM_NAME"/>
  257. <xs:element maxOccurs="1"
  258. minOccurs="1"
  259. name="ADM_ACCOUNT"
  260. type="xs:string"
  261. id="ADMIN_USERS___d4e4190-1_ADM_ACCOUN"/>
  262. <xs:element name="ADM_PASSWD"
  263. type="xs:string"
  264. id="ADMIN_USERS___d4e4191-1_ADM_PASSWD"/>
  265. <xs:element name="A_STATUS"
  266. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS_NORMAL"
  267. id="ADMIN_USERS___d4e4192-1_A_STATUS"/>
  268. <xs:element name="EMPLOYEE_TYPE"
  269. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE"
  270. id="ADMIN_USERS___d4e4193-1_EMPLOYEE_T"/>
  271. <xs:element name="ADM_OTHER_DOC"
  272. minOccurs="0"
  273. type="xs:string"
  274. id="ADMIN_USERS___d4e4194-1_ADM_OTHER_">
  275. <xs:annotation>
  276. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  277. </xs:documentation>
  278. </xs:annotation>
  279. </xs:element>
  280. <xs:element name="ADM_PESEL"
  281. minOccurs="0"
  282. type="xs:string"
  283. id="ADMIN_USERS___d4e4198-1_ADM_PESEL">
  284. <xs:annotation>
  285. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  286. </xs:documentation>
  287. </xs:annotation>
  288. </xs:element>
  289. <xs:element name="ADM_PHONE"
  290. minOccurs="0"
  291. type="xs:string"
  292. id="ADMIN_USERS___d4e4202-1_ADM_PHONE">
  293. <xs:annotation>
  294. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users</xs:documentation>
  295. </xs:annotation>
  296. </xs:element>
  297. <xs:element minOccurs="0"
  298. name="DEFAULT_ACL_GROUP"
  299. type="xs:string"
  300. id="ADMIN_USERS___d4e4206-1_DEFAULT_AC">
  301. <xs:annotation>
  302. <xs:documentation>todo make ref</xs:documentation>
  303. </xs:annotation>
  304. </xs:element>
  305. <xs:element minOccurs="0"
  306. name="A_CLASSIFIED"
  307. type="xs:string"
  308. id="ADMIN_USERS___d4e4210-1_A_CLASSIFI">
  309. <xs:annotation>
  310. <xs:documentation>todo make ref</xs:documentation>
  311. </xs:annotation>
  312. </xs:element>
  313. <xs:element minOccurs="0"
  314. name="A_ADM_COMPANY"
  315. type="xs:string"
  316. id="ADMIN_USERS___d4e4215-1_A_ADM_COMP">
  317. <xs:annotation>
  318. <xs:documentation>todo make ref</xs:documentation>
  319. </xs:annotation>
  320. </xs:element>
  321. <xs:element name="EMAIL_LOCAL_ACCOUNT_ADDRESS"
  322. type="xs:string"
  323. id="ADMIN_USERS___d4e4239-1_EMAIL_LOCA"/>
  324. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  325. id="ADMIN_USERS___d4e4219-1">
  326. <xs:annotation>
  327. <xs:appinfo>
  328. <system_cache__appinfo:flat_relation_cache>
  329. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  330. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  331. </system_cache__appinfo:flat_relation_cache>
  332. </xs:appinfo>
  333. </xs:annotation>
  334. </xs:element>-->
  335. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  336. id="ADMIN_USERS___d4e4224-1">
  337. <xs:annotation>
  338. <xs:appinfo>
  339. <system_cache__appinfo:flat_relation_cache>
  340. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  341. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupWrite/name"/>
  342. </system_cache__appinfo:flat_relation_cache>
  343. </xs:appinfo>
  344. </xs:annotation>
  345. </xs:element>-->
  346. <xs:element ref="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  347. id="ADMIN_USERS___d4e4229-1">
  348. <xs:annotation>
  349. <xs:appinfo>
  350. <system_cache__appinfo:flat_relation_cache>
  351. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  352. system_cache__appinfo:xpath="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER/ADM_ACCOUNT"/>
  353. </system_cache__appinfo:flat_relation_cache>
  354. </xs:appinfo>
  355. </xs:annotation>
  356. </xs:element>
  357. <xs:element maxOccurs="unbounded"
  358. minOccurs="0"
  359. ref="default_db__x3A__DEVICES:DEVICES"
  360. id="ADMIN_USERS___d4e4DEV2">
  361. <xs:annotation>
  362. <xs:appinfo>
  363. <system_cache__appinfo:flat_relation_cache>
  364. <system_cache__appinfo:source system_cache__appinfo:name="ID"
  365. system_cache__appinfo:xpath="default_db__x3A__DEVICES:DEVICES/ADMIN_USERS_ID"/>
  366. </system_cache__appinfo:flat_relation_cache>
  367. </xs:appinfo>
  368. </xs:annotation>
  369. </xs:element>
  370. </xs:sequence>
  371. </xs:restriction>
  372. </xs:complexContent>
  373. </xs:complexType>
  374. <xs:element name="user_status__NORMAL"
  375. type="default_db__x3A__ADMIN_USERS:user_status__NORMAL"
  376. id="ADMIN_USERS___d4e4235-1_user_statu"/>
  377. <xs:complexType name="user_status__OFF_HARD" id="ADMIN_USERS___d4e4236-1_user_statu">
  378. <xs:annotation>
  379. <xs:appinfo>
  380. <system_cache__appinfo:Style>
  381. <StrokeColor>#ff0ca06e</StrokeColor>
  382. <StrokeWidth>3.0</StrokeWidth>
  383. <FillColor>#5c0ca06e</FillColor>
  384. </system_cache__appinfo:Style>
  385. </xs:appinfo>
  386. </xs:annotation>
  387. <xs:complexContent id="ADMIN_USERS___d4e4237-1">
  388. <xs:restriction base="default_db__x3A__ADMIN_USERS:user">
  389. <xs:sequence id="ADMIN_USERS___d4e4239-1">
  390. <xs:element name="ID" type="xs:int" id="ADMIN_USERS___d4e4240-1_ID"/>
  391. <xs:element maxOccurs="1"
  392. minOccurs="1"
  393. name="ADM_NAME"
  394. type="xs:string"
  395. id="ADMIN_USERS___d4e4241-1_ADM_NAME"/>
  396. <xs:element maxOccurs="1"
  397. minOccurs="1"
  398. name="ADM_ACCOUNT"
  399. type="xs:string"
  400. id="ADMIN_USERS___d4e4242-1_ADM_ACCOUN"/>
  401. <xs:element name="ADM_PASSWD"
  402. type="xs:string"
  403. id="ADMIN_USERS___d4e4243-1_ADM_PASSWD"/>
  404. <xs:element name="A_STATUS"
  405. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS_OFF_HARD"
  406. id="ADMIN_USERS___d4e4244-1_A_STATUS"/>
  407. <xs:element name="EMPLOYEE_TYPE"
  408. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE"
  409. id="ADMIN_USERS___d4e4245-1_EMPLOYEE_T"/>
  410. <xs:element name="ADM_OTHER_DOC"
  411. minOccurs="0"
  412. type="xs:string"
  413. id="ADMIN_USERS___d4e4246-1_ADM_OTHER_">
  414. <xs:annotation>
  415. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  416. </xs:documentation>
  417. </xs:annotation>
  418. </xs:element>
  419. <xs:element name="ADM_PESEL"
  420. minOccurs="0"
  421. type="xs:string"
  422. id="ADMIN_USERS___d4e4250-1_ADM_PESEL">
  423. <xs:annotation>
  424. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  425. </xs:documentation>
  426. </xs:annotation>
  427. </xs:element>
  428. <xs:element name="ADM_PHONE"
  429. minOccurs="0"
  430. type="xs:string"
  431. id="ADMIN_USERS___d4e4254-1_ADM_PHONE">
  432. <xs:annotation>
  433. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users</xs:documentation>
  434. </xs:annotation>
  435. </xs:element>
  436. <xs:element minOccurs="0"
  437. name="DEFAULT_ACL_GROUP"
  438. type="xs:string"
  439. id="ADMIN_USERS___d4e4258-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"
  445. name="A_CLASSIFIED"
  446. type="xs:string"
  447. id="ADMIN_USERS___d4e4262-1_A_CLASSIFI">
  448. <xs:annotation>
  449. <xs:documentation>todo make ref</xs:documentation>
  450. </xs:annotation>
  451. </xs:element>
  452. <xs:element minOccurs="0"
  453. name="A_ADM_COMPANY"
  454. type="xs:string"
  455. id="ADMIN_USERS___d4e4267-1_A_ADM_COMP">
  456. <xs:annotation>
  457. <xs:documentation>todo make ref</xs:documentation>
  458. </xs:annotation>
  459. </xs:element>
  460. <xs:element name="EMAIL_LOCAL_ACCOUNT_ADDRESS"
  461. type="xs:string"
  462. id="ADMIN_USERS___d4e4292-1_EMAIL_LOCA"/>
  463. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  464. id="ADMIN_USERS___d4e4271-1">
  465. <xs:annotation>
  466. <xs:appinfo>
  467. <system_cache__appinfo:flat_relation_cache>
  468. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  469. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  470. </system_cache__appinfo:flat_relation_cache>
  471. </xs:appinfo>
  472. </xs:annotation>
  473. </xs:element>-->
  474. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  475. id="ADMIN_USERS___d4e4276-1">
  476. <xs:annotation>
  477. <xs:appinfo>
  478. <system_cache__appinfo:flat_relation_cache>
  479. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  480. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupWrite/name"/>
  481. </system_cache__appinfo:flat_relation_cache>
  482. </xs:appinfo>
  483. </xs:annotation>
  484. </xs:element>-->
  485. <xs:element ref="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  486. id="ADMIN_USERS___d4e4281-1">
  487. <xs:annotation>
  488. <xs:appinfo>
  489. <system_cache__appinfo:flat_relation_cache>
  490. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  491. system_cache__appinfo:xpath="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER/ADM_ACCOUNT"/>
  492. </system_cache__appinfo:flat_relation_cache>
  493. </xs:appinfo>
  494. </xs:annotation>
  495. </xs:element>
  496. <xs:element maxOccurs="unbounded"
  497. minOccurs="0"
  498. ref="default_db__x3A__DEVICES:DEVICES"
  499. id="ADMIN_USERS___d4e4DEV3">
  500. <xs:annotation>
  501. <xs:appinfo>
  502. <system_cache__appinfo:flat_relation_cache>
  503. <system_cache__appinfo:source system_cache__appinfo:name="ID"
  504. system_cache__appinfo:xpath="default_db__x3A__DEVICES:DEVICES/ADMIN_USERS_ID"/>
  505. </system_cache__appinfo:flat_relation_cache>
  506. </xs:appinfo>
  507. </xs:annotation>
  508. </xs:element>
  509. </xs:sequence>
  510. </xs:restriction>
  511. </xs:complexContent>
  512. </xs:complexType>
  513. <xs:element name="user_status__OFF_HARD"
  514. type="default_db__x3A__ADMIN_USERS:user_status__OFF_HARD"
  515. id="ADMIN_USERS___d4e4286-1_user_statu"/>
  516. <xs:element name="user"
  517. type="default_db__x3A__ADMIN_USERS:user"
  518. id="ADMIN_USERS___d4e4287-1_user"/>
  519. <xs:element name="AccessOwner"
  520. type="default_db__x3A__ADMIN_USERS:user"
  521. id="ADMIN_USERS___d4e4288-1_AccessOwne">
  522. <xs:annotation>
  523. <xs:documentation>Odpowiednik L_APPOITMENT_USER</xs:documentation>
  524. </xs:annotation>
  525. </xs:element>
  526. <xs:complexType name="person_contatct" id="ADMIN_USERS___d4e4292-1_person_con">
  527. <xs:annotation>
  528. <xs:documentation>TODO podstawowy obiekt do wprowadzania jako kontakt do osoby fizycznej z mozliwoscia ewnetualnego logowania i widzenia spraw powiazanych
  529. Kombinacja: EMPLOYE TYPE Kontakt</xs:documentation>
  530. <xs:appinfo>
  531. <system_cache__appinfo:Style>
  532. <StrokeColor>#ff0ca06e</StrokeColor>
  533. <StrokeWidth>3.0</StrokeWidth>
  534. <FillColor>#5c0ca06e</FillColor>
  535. </system_cache__appinfo:Style>
  536. </xs:appinfo>
  537. </xs:annotation>
  538. <xs:complexContent id="ADMIN_USERS___d4e4296-1">
  539. <xs:restriction base="default_db__x3A__ADMIN_USERS:user">
  540. <xs:sequence id="ADMIN_USERS___d4e4298-1">
  541. <xs:element name="ID" type="xs:int" id="ADMIN_USERS___d4e4299-1_ID"/>
  542. <xs:element maxOccurs="1"
  543. minOccurs="1"
  544. name="ADM_NAME"
  545. type="xs:string"
  546. id="ADMIN_USERS___d4e4300-1_ADM_NAME"/>
  547. <xs:element maxOccurs="1"
  548. minOccurs="1"
  549. name="ADM_ACCOUNT"
  550. type="xs:string"
  551. id="ADMIN_USERS___d4e4301-1_ADM_ACCOUN"/>
  552. <xs:element name="ADM_PASSWD"
  553. type="xs:string"
  554. id="ADMIN_USERS___d4e4302-1_ADM_PASSWD"/>
  555. <xs:element name="A_STATUS"
  556. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS"
  557. id="ADMIN_USERS___d4e4303-1_A_STATUS"/>
  558. <xs:element name="EMPLOYEE_TYPE"
  559. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE"
  560. id="ADMIN_USERS___d4e4304-1_EMPLOYEE_T"/>
  561. <xs:element name="ADM_OTHER_DOC"
  562. minOccurs="0"
  563. type="xs:string"
  564. id="ADMIN_USERS___d4e4305-1_ADM_OTHER_">
  565. <xs:annotation>
  566. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  567. </xs:documentation>
  568. </xs:annotation>
  569. </xs:element>
  570. <xs:element name="ADM_PESEL"
  571. minOccurs="0"
  572. type="xs:string"
  573. id="ADMIN_USERS___d4e4309-1_ADM_PESEL">
  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_PHONE"
  580. minOccurs="0"
  581. type="xs:string"
  582. id="ADMIN_USERS___d4e4313-1_ADM_PHONE">
  583. <xs:annotation>
  584. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users</xs:documentation>
  585. </xs:annotation>
  586. </xs:element>
  587. <xs:element minOccurs="0"
  588. name="DEFAULT_ACL_GROUP"
  589. type="xs:string"
  590. id="ADMIN_USERS___d4e4317-1_DEFAULT_AC">
  591. <xs:annotation>
  592. <xs:documentation>todo make ref</xs:documentation>
  593. </xs:annotation>
  594. </xs:element>
  595. <xs:element minOccurs="0"
  596. name="A_CLASSIFIED"
  597. type="xs:string"
  598. id="ADMIN_USERS___d4e4321-1_A_CLASSIFI">
  599. <xs:annotation>
  600. <xs:documentation>todo make ref</xs:documentation>
  601. </xs:annotation>
  602. </xs:element>
  603. <xs:element minOccurs="0"
  604. name="A_ADM_COMPANY"
  605. type="xs:string"
  606. id="ADMIN_USERS___d4e4326-1_A_ADM_COMP">
  607. <xs:annotation>
  608. <xs:documentation>todo make ref</xs:documentation>
  609. </xs:annotation>
  610. </xs:element>
  611. <xs:element name="EMAIL_LOCAL_ACCOUNT_ADDRESS"
  612. type="xs:string"
  613. id="ADMIN_USERS___d4e4352-1_EMAIL_LOCA"/>
  614. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  615. id="ADMIN_USERS___d4e4330-1">
  616. <xs:annotation>
  617. <xs:appinfo>
  618. <system_cache__appinfo:flat_relation_cache>
  619. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  620. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  621. </system_cache__appinfo:flat_relation_cache>
  622. </xs:appinfo>
  623. </xs:annotation>
  624. </xs:element>-->
  625. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  626. id="ADMIN_USERS___d4e4335-1">
  627. <xs:annotation>
  628. <xs:appinfo>
  629. <system_cache__appinfo:flat_relation_cache>
  630. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  631. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupWrite/name"/>
  632. </system_cache__appinfo:flat_relation_cache>
  633. </xs:appinfo>
  634. </xs:annotation>
  635. </xs:element>-->
  636. <xs:element ref="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  637. id="ADMIN_USERS___d4e4340-1">
  638. <xs:annotation>
  639. <xs:appinfo>
  640. <system_cache__appinfo:flat_relation_cache>
  641. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  642. system_cache__appinfo:xpath="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER/ADM_ACCOUNT"/>
  643. </system_cache__appinfo:flat_relation_cache>
  644. </xs:appinfo>
  645. </xs:annotation>
  646. </xs:element>
  647. <xs:element maxOccurs="unbounded"
  648. minOccurs="0"
  649. ref="default_db__x3A__DEVICES:DEVICES"
  650. id="ADMIN_USERS___d4e4DEV4">
  651. <xs:annotation>
  652. <xs:appinfo>
  653. <system_cache__appinfo:flat_relation_cache>
  654. <system_cache__appinfo:source system_cache__appinfo:name="ID"
  655. system_cache__appinfo:xpath="default_db__x3A__DEVICES:DEVICES/ADMIN_USERS_ID"/>
  656. </system_cache__appinfo:flat_relation_cache>
  657. </xs:appinfo>
  658. </xs:annotation>
  659. </xs:element>
  660. </xs:sequence>
  661. </xs:restriction>
  662. </xs:complexContent>
  663. </xs:complexType>
  664. <xs:element name="person_contatct"
  665. type="default_db__x3A__ADMIN_USERS:person_contatct"
  666. id="ADMIN_USERS___d4e4345-1_person_con"/>
  667. <xs:complexType name="person_contact_with_details"
  668. id="ADMIN_USERS___d4e4346-1_person_con">
  669. <xs:annotation>
  670. <xs:documentation>Kontakt do dodawania do umow, rozszerzony o pesel i dane dokładne adresowe zamieszkania
  671. Kombinacja: EMPLOYE TYPE Kontakt</xs:documentation>
  672. <xs:appinfo>
  673. <system_cache__appinfo:Style>
  674. <StrokeColor>#ff0ca06e</StrokeColor>
  675. <StrokeWidth>3.0</StrokeWidth>
  676. <FillColor>#5c0ca06e</FillColor>
  677. </system_cache__appinfo:Style>
  678. </xs:appinfo>
  679. </xs:annotation>
  680. <xs:complexContent id="ADMIN_USERS___d4e4350-1">
  681. <xs:restriction base="default_db__x3A__ADMIN_USERS:user">
  682. <xs:sequence id="ADMIN_USERS___d4e4352-1">
  683. <xs:element name="ID" type="xs:int" id="ADMIN_USERS___d4e4353-1_ID"/>
  684. <xs:element maxOccurs="1"
  685. minOccurs="1"
  686. name="ADM_NAME"
  687. type="xs:string"
  688. id="ADMIN_USERS___d4e4354-1_ADM_NAME"/>
  689. <xs:element maxOccurs="1"
  690. minOccurs="1"
  691. name="ADM_ACCOUNT"
  692. type="xs:string"
  693. id="ADMIN_USERS___d4e4355-1_ADM_ACCOUN"/>
  694. <xs:element name="ADM_PASSWD"
  695. type="xs:string"
  696. id="ADMIN_USERS___d4e4356-1_ADM_PASSWD"/>
  697. <xs:element name="A_STATUS"
  698. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS"
  699. id="ADMIN_USERS___d4e4357-1_A_STATUS"/>
  700. <xs:element name="EMPLOYEE_TYPE"
  701. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE"
  702. id="ADMIN_USERS___d4e4358-1_EMPLOYEE_T"/>
  703. <xs:element name="ADM_OTHER_DOC"
  704. minOccurs="0"
  705. type="xs:string"
  706. id="ADMIN_USERS___d4e4359-1_ADM_OTHER_">
  707. <xs:annotation>
  708. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  709. </xs:documentation>
  710. </xs:annotation>
  711. </xs:element>
  712. <xs:element name="ADM_PESEL"
  713. minOccurs="0"
  714. type="xs:string"
  715. id="ADMIN_USERS___d4e4363-1_ADM_PESEL">
  716. <xs:annotation>
  717. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  718. </xs:documentation>
  719. </xs:annotation>
  720. </xs:element>
  721. <xs:element name="ADM_PHONE"
  722. minOccurs="1"
  723. type="xs:string"
  724. id="ADMIN_USERS___d4e4367-1_ADM_PHONE">
  725. <xs:annotation>
  726. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users</xs:documentation>
  727. </xs:annotation>
  728. </xs:element>
  729. <xs:element minOccurs="0"
  730. name="DEFAULT_ACL_GROUP"
  731. type="xs:string"
  732. id="ADMIN_USERS___d4e4371-1_DEFAULT_AC">
  733. <xs:annotation>
  734. <xs:documentation>todo make ref</xs:documentation>
  735. </xs:annotation>
  736. </xs:element>
  737. <xs:element minOccurs="0"
  738. name="A_CLASSIFIED"
  739. type="xs:string"
  740. id="ADMIN_USERS___d4e4375-1_A_CLASSIFI">
  741. <xs:annotation>
  742. <xs:documentation>todo make ref</xs:documentation>
  743. </xs:annotation>
  744. </xs:element>
  745. <xs:element minOccurs="0"
  746. name="A_ADM_COMPANY"
  747. type="xs:string"
  748. id="ADMIN_USERS___d4e4380-1_A_ADM_COMP">
  749. <xs:annotation>
  750. <xs:documentation>todo make ref</xs:documentation>
  751. </xs:annotation>
  752. </xs:element>
  753. <xs:element name="EMAIL_LOCAL_ACCOUNT_ADDRESS"
  754. type="xs:string"
  755. id="ADMIN_USERS___d4e4407-1_EMAIL_LOCA"/>
  756. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  757. id="ADMIN_USERS___d4e4384-1">
  758. <xs:annotation>
  759. <xs:appinfo>
  760. <system_cache__appinfo:flat_relation_cache>
  761. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  762. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  763. </system_cache__appinfo:flat_relation_cache>
  764. </xs:appinfo>
  765. </xs:annotation>
  766. </xs:element>-->
  767. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  768. id="ADMIN_USERS___d4e4389-1">
  769. <xs:annotation>
  770. <xs:appinfo>
  771. <system_cache__appinfo:flat_relation_cache>
  772. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  773. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupWrite/name"/>
  774. </system_cache__appinfo:flat_relation_cache>
  775. </xs:appinfo>
  776. </xs:annotation>
  777. </xs:element>-->
  778. <xs:element ref="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  779. id="ADMIN_USERS___d4e4394-1">
  780. <xs:annotation>
  781. <xs:appinfo>
  782. <system_cache__appinfo:flat_relation_cache>
  783. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  784. system_cache__appinfo:xpath="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER/ADM_ACCOUNT"/>
  785. </system_cache__appinfo:flat_relation_cache>
  786. </xs:appinfo>
  787. </xs:annotation>
  788. </xs:element>
  789. <xs:element maxOccurs="unbounded"
  790. minOccurs="0"
  791. ref="default_db__x3A__DEVICES:DEVICES"
  792. id="ADMIN_USERS___d4e4DEV5">
  793. <xs:annotation>
  794. <xs:appinfo>
  795. <system_cache__appinfo:flat_relation_cache>
  796. <system_cache__appinfo:source system_cache__appinfo:name="ID"
  797. system_cache__appinfo:xpath="default_db__x3A__DEVICES:DEVICES/ADMIN_USERS_ID"/>
  798. </system_cache__appinfo:flat_relation_cache>
  799. </xs:appinfo>
  800. </xs:annotation>
  801. </xs:element>
  802. </xs:sequence>
  803. </xs:restriction>
  804. </xs:complexContent>
  805. </xs:complexType>
  806. <xs:element name="person_contact_with_details"
  807. type="default_db__x3A__ADMIN_USERS:person_contact_with_details"
  808. id="ADMIN_USERS___d4e4399-1_person_con"/>
  809. <xs:complexType name="worker" id="ADMIN_USERS___d4e4400-1_worker">
  810. <xs:annotation>
  811. <xs:documentation>kombinacja - jest to EMPLOYEE TYPE = Pracownik</xs:documentation>
  812. <xs:appinfo>
  813. <system_cache__appinfo:Style>
  814. <StrokeColor>#ff0ca06e</StrokeColor>
  815. <StrokeWidth>3.0</StrokeWidth>
  816. <FillColor>#5c0ca06e</FillColor>
  817. </system_cache__appinfo:Style>
  818. </xs:appinfo>
  819. </xs:annotation>
  820. <xs:complexContent id="ADMIN_USERS___d4e4404-1">
  821. <xs:restriction base="default_db__x3A__ADMIN_USERS:user">
  822. <xs:sequence id="ADMIN_USERS___d4e4406-1">
  823. <xs:element name="ID" type="xs:int" id="ADMIN_USERS___d4e4407-1_ID"/>
  824. <xs:element maxOccurs="1"
  825. minOccurs="1"
  826. name="ADM_NAME"
  827. type="xs:string"
  828. id="ADMIN_USERS___d4e4408-1_ADM_NAME"/>
  829. <xs:element maxOccurs="1"
  830. minOccurs="1"
  831. name="ADM_ACCOUNT"
  832. type="xs:string"
  833. id="ADMIN_USERS___d4e4409-1_ADM_ACCOUN"/>
  834. <xs:element name="ADM_PASSWD"
  835. type="xs:string"
  836. id="ADMIN_USERS___d4e4410-1_ADM_PASSWD"/>
  837. <xs:element name="A_STATUS"
  838. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS_NORMAL"
  839. id="ADMIN_USERS___d4e4411-1_A_STATUS"/>
  840. <xs:element name="EMPLOYEE_TYPE"
  841. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE__worker"
  842. id="ADMIN_USERS___d4e4412-1_EMPLOYEE_T"/>
  843. <xs:element name="ADM_OTHER_DOC"
  844. minOccurs="0"
  845. type="xs:string"
  846. id="ADMIN_USERS___d4e4413-1_ADM_OTHER_">
  847. <xs:annotation>
  848. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  849. </xs:documentation>
  850. </xs:annotation>
  851. </xs:element>
  852. <xs:element name="ADM_PESEL"
  853. minOccurs="0"
  854. type="xs:string"
  855. id="ADMIN_USERS___d4e4417-1_ADM_PESEL">
  856. <xs:annotation>
  857. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  858. </xs:documentation>
  859. </xs:annotation>
  860. </xs:element>
  861. <xs:element name="ADM_PHONE"
  862. minOccurs="0"
  863. type="xs:string"
  864. id="ADMIN_USERS___d4e4421-1_ADM_PHONE">
  865. <xs:annotation>
  866. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users</xs:documentation>
  867. </xs:annotation>
  868. </xs:element>
  869. <xs:element minOccurs="0"
  870. name="DEFAULT_ACL_GROUP"
  871. type="xs:string"
  872. id="ADMIN_USERS___d4e4425-1_DEFAULT_AC">
  873. <xs:annotation>
  874. <xs:documentation>todo make ref</xs:documentation>
  875. </xs:annotation>
  876. </xs:element>
  877. <xs:element minOccurs="0"
  878. name="A_CLASSIFIED"
  879. type="xs:string"
  880. id="ADMIN_USERS___d4e4429-1_A_CLASSIFI">
  881. <xs:annotation>
  882. <xs:documentation>todo make ref</xs:documentation>
  883. </xs:annotation>
  884. </xs:element>
  885. <xs:element minOccurs="0"
  886. name="A_ADM_COMPANY"
  887. type="xs:string"
  888. id="ADMIN_USERS___d4e4434-1_A_ADM_COMP">
  889. <xs:annotation>
  890. <xs:documentation>todo make ref</xs:documentation>
  891. </xs:annotation>
  892. </xs:element>
  893. <xs:element name="EMAIL_LOCAL_ACCOUNT_ADDRESS"
  894. type="xs:string"
  895. id="ADMIN_USERS___d4e4462-1_EMAIL_LOCA"/>
  896. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  897. id="ADMIN_USERS___d4e4438-1">
  898. <xs:annotation>
  899. <xs:appinfo>
  900. <system_cache__appinfo:flat_relation_cache>
  901. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  902. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  903. </system_cache__appinfo:flat_relation_cache>
  904. </xs:appinfo>
  905. </xs:annotation>
  906. </xs:element>-->
  907. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  908. id="ADMIN_USERS___d4e4443-1">
  909. <xs:annotation>
  910. <xs:appinfo>
  911. <system_cache__appinfo:flat_relation_cache>
  912. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  913. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupWrite/name"/>
  914. </system_cache__appinfo:flat_relation_cache>
  915. </xs:appinfo>
  916. </xs:annotation>
  917. </xs:element>-->
  918. <xs:element ref="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  919. id="ADMIN_USERS___d4e4448-1">
  920. <xs:annotation>
  921. <xs:appinfo>
  922. <system_cache__appinfo:flat_relation_cache>
  923. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  924. system_cache__appinfo:xpath="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER/ADM_ACCOUNT"/>
  925. </system_cache__appinfo:flat_relation_cache>
  926. </xs:appinfo>
  927. </xs:annotation>
  928. </xs:element>
  929. <xs:element maxOccurs="unbounded"
  930. minOccurs="0"
  931. ref="default_db__x3A__DEVICES:DEVICES"
  932. id="ADMIN_USERS___d4e4DEV6">
  933. <xs:annotation>
  934. <xs:appinfo>
  935. <system_cache__appinfo:flat_relation_cache>
  936. <system_cache__appinfo:source system_cache__appinfo:name="ID"
  937. system_cache__appinfo:xpath="default_db__x3A__DEVICES:DEVICES/ADMIN_USERS_ID"/>
  938. </system_cache__appinfo:flat_relation_cache>
  939. </xs:appinfo>
  940. </xs:annotation>
  941. </xs:element>
  942. </xs:sequence>
  943. </xs:restriction>
  944. </xs:complexContent>
  945. </xs:complexType>
  946. <xs:element name="worker"
  947. type="default_db__x3A__ADMIN_USERS:worker"
  948. substitutionGroup="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  949. id="ADMIN_USERS___d4e4453-1_worker"/>
  950. <xs:element name="L_APPOITMENT_USER"
  951. type="default_db__x3A__ADMIN_USERS:worker"
  952. id="ADMIN_USERS___d4e4455-1_L_APPOITME"/>
  953. </xs:schema>