ADMIN_USERS.xsd 100 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623
  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:default_db__x3A__PROBLEMS="https://biuro.biall-net.pl/wfs/default_db/table/PROBLEMS.xsd"
  8. xmlns:default_db__x3A__USERS2_MARKETING="https://biuro.biall-net.pl/wfs/default_db/table/USERS2_MARKETING.xsd"
  9. xmlns:default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI="https://biuro.biall-net.pl/wfs/default_db/table/IN7_MK_BAZA_DYSTRYBUCJI.xsd"
  10. xmlns:fix_se_defaultdb_schema="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/fix_se_defaultdb_schema/fix_se_defaultdb_schema.xsd"
  11. xmlns:p5Type="http://biuro.biall-net.pl/p5/schema/types"
  12. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  13. xmlns:p5_tr_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/procesy5_translate_map.xsd"
  14. xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  15. 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"
  16. xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  17. xmlns:p5opr="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/object_parent_relations/object_parent_relations.xsd"
  18. xmlns:p5_simpleSchema_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/p5_simpleSchema_map.xsd"
  19. xmlns:ant-object="http://biuro.biall-net.pl/xmlschema_procesy5/ant-object/ant-object.xsd"
  20. xmlns:p5ant-interface="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface.xsd"
  21. elementFormDefault="qualified"
  22. targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/ADMIN_USERS.xsd"
  23. vc:minVersion="1.1">
  24. <xs:import namespace="http://biuro.biall-net.pl/p5/schema/types"
  25. schemaLocation="../../../types.xsd"/>
  26. <xs:import namespace="http://www.opengis.net/gml/3.2"
  27. schemaLocation="http://www.opengis.net/gml/3.2"/>
  28. <!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  29. <!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  30. <xs:annotation>
  31. <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>
  32. </xs:annotation>
  33. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/CRM_LISTA_ZASOBOW.xsd"
  34. schemaLocation="../../default_db.CRM_LISTA_ZASOBOW/CRM_LISTA_ZASOBOW/CRM_LISTA_ZASOBOW.xsd"/>
  35. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/DEVICES.xsd"
  36. schemaLocation="../../default_db.DEVICES/DEVICES/DEVICES.xsd"/>
  37. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/USERS2_MARKETING.xsd"
  38. schemaLocation="../../default_db.USERS2_MARKETING/USERS2_MARKETING/USERS2_MARKETING.xsd"/>
  39. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/PROBLEMS.xsd"
  40. schemaLocation="../../default_db.PROBLEMS/PROBLEMS/PROBLEMS.xsd"/>
  41. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/IN7_MK_BAZA_DYSTRYBUCJI.xsd"
  42. schemaLocation="../../default_db.IN7_MK_BAZA_DYSTRYBUCJI/IN7_MK_BAZA_DYSTRYBUCJI/IN7_MK_BAZA_DYSTRYBUCJI.xsd"/>
  43. <xs:simpleType name="ADMIN_USERS__EMPLOYE_TYPE"
  44. id="ADMIN_USERS___d18e54986-1_ADMIN_USER">
  45. <xs:restriction base="xs:string">
  46. <xs:enumeration value=""/>
  47. <xs:enumeration value="Pracownik"/>
  48. <xs:enumeration value="Kandydat"/>
  49. <xs:enumeration value="Partner"/>
  50. <xs:enumeration value="Anonymous"/>
  51. <xs:enumeration value="Kontakt"/>
  52. </xs:restriction>
  53. </xs:simpleType>
  54. <xs:simpleType name="ADMIN_USERS__EMPLOYE_TYPE__person_contact_with_details"
  55. id="ADMIN_USERS___d18e54994-1_ADMIN_USER">
  56. <xs:restriction base="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE">
  57. <xs:enumeration value="Kontakt"/>
  58. </xs:restriction>
  59. </xs:simpleType>
  60. <xs:simpleType name="ADMIN_USERS__EMPLOYE_TYPE__worker"
  61. id="ADMIN_USERS___d18e54997-1_ADMIN_USER">
  62. <xs:restriction base="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE">
  63. <xs:enumeration value="Pracownik"/>
  64. </xs:restriction>
  65. </xs:simpleType>
  66. <xs:simpleType name="ADMIN_USERS__A_STATUS" id="ADMIN_USERS___d18e55001-1_ADMIN_USER">
  67. <xs:restriction base="xs:string">
  68. <xs:enumeration value="WAITING"/>
  69. <xs:enumeration value="NORMAL"/>
  70. <xs:enumeration value="MONITOR"/>
  71. <xs:enumeration value="WARNING"/>
  72. <xs:enumeration value="OFF_SOFT"/>
  73. <xs:enumeration value="OFF_HARD"/>
  74. <xs:enumeration value="DELETED"/>
  75. </xs:restriction>
  76. </xs:simpleType>
  77. <xs:simpleType name="ADMIN_USERS__A_STATUS_NORMAL"
  78. id="ADMIN_USERS___d18e55010-1_ADMIN_USER">
  79. <xs:restriction base="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS">
  80. <xs:enumeration value="NORMAL"/>
  81. </xs:restriction>
  82. </xs:simpleType>
  83. <xs:simpleType name="ADMIN_USERS__A_STATUS_OFF_HARD"
  84. id="ADMIN_USERS___d18e55013-1_ADMIN_USER">
  85. <xs:restriction base="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS">
  86. <xs:enumeration value="OFF_HARD"/>
  87. </xs:restriction>
  88. </xs:simpleType>
  89. <xs:complexType name="ADMIN_USERS"
  90. system_cache__appinfo:primaryKey="ID"
  91. id="ADMIN_USERS___d18e55016-1_ADMIN_USER"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  92. <xs:annotation>
  93. <xs:appinfo>
  94. <system_cache__appinfo:heritage>
  95. <system_cache__appinfo:inherit system_cache__appinfo:inherit_ref="default_db:ADMIN_USERS"
  96. system_cache__appinfo:heritage_acl="true">
  97. <system_cache__appinfo:acl_rule_inherit_to_all_same_name_elements_and_refs/>
  98. <acl_rule_inherit_to_all_refs_by_primary/>
  99. <acl_rule_inherit_to_all_refs_by_local_element system_cache__appinfo:acl_rule_inherit_local_element_name="A_STATUS"/>
  100. </system_cache__appinfo:inherit>
  101. <system_cache__appinfo:exherit_all system_cache__appinfo:heritage_acl="true"
  102. system_cache__appinfo:heritage_sort="true"/>
  103. </system_cache__appinfo:heritage>
  104. </xs:appinfo>
  105. </xs:annotation>
  106. <xs:sequence id="ADMIN_USERS___d18e55025-1">
  107. <xs:element name="ID" type="xs:int" id="ADMIN_USERS___d18e55026-1_ID"/>
  108. <xs:element maxOccurs="1"
  109. minOccurs="1"
  110. name="ADM_NAME"
  111. type="xs:string"
  112. id="ADMIN_USERS___d18e55027-1_ADM_NAME"/>
  113. <xs:element maxOccurs="1"
  114. minOccurs="1"
  115. name="ADM_ACCOUNT"
  116. type="xs:string"
  117. id="ADMIN_USERS___d18e55028-1_ADM_ACCOUN"/>
  118. <xs:element name="ADM_PASSWD"
  119. type="xs:string"
  120. minOccurs="0"
  121. id="ADMIN_USERS___d18e55029-1_ADM_PASSWD"/>
  122. <xs:element name="A_STATUS"
  123. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS"
  124. id="ADMIN_USERS___d18e55030-1_A_STATUS"/>
  125. <xs:element name="EMPLOYEE_TYPE"
  126. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE"
  127. id="ADMIN_USERS___d18e55031-1_EMPLOYEE_T"/>
  128. <xs:element name="ADM_OTHER_DOC"
  129. minOccurs="0"
  130. type="xs:string"
  131. id="ADMIN_USERS___d18e55032-1_ADM_OTHER_"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  132. <xs:annotation>
  133. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  134. </xs:documentation>
  135. </xs:annotation>
  136. </xs:element>
  137. <xs:element name="ADM_PESEL"
  138. minOccurs="0"
  139. type="xs:string"
  140. id="ADMIN_USERS___d18e55036-1_ADM_PESEL"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  141. <xs:annotation>
  142. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  143. </xs:documentation>
  144. </xs:annotation>
  145. </xs:element>
  146. <xs:element name="ADM_PHONE"
  147. minOccurs="0"
  148. type="xs:string"
  149. id="ADMIN_USERS___d18e55040-1_ADM_PHONE"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  150. <xs:annotation>
  151. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users</xs:documentation>
  152. </xs:annotation>
  153. </xs:element>
  154. <xs:element minOccurs="0"
  155. name="DEFAULT_ACL_GROUP"
  156. type="xs:string"
  157. id="ADMIN_USERS___d18e55044-1_DEFAULT_AC"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  158. <xs:annotation>
  159. <xs:documentation>todo make ref</xs:documentation>
  160. </xs:annotation>
  161. </xs:element>
  162. <xs:element minOccurs="0"
  163. name="A_CLASSIFIED"
  164. type="xs:string"
  165. id="ADMIN_USERS___d18e55048-1_A_CLASSIFI"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  166. <xs:annotation>
  167. <xs:documentation>todo make ref</xs:documentation>
  168. </xs:annotation>
  169. </xs:element>
  170. <xs:element minOccurs="0"
  171. name="A_ADM_COMPANY"
  172. type="xs:string"
  173. id="ADMIN_USERS___d18e55053-1_A_ADM_COMP"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  174. <xs:annotation>
  175. <xs:documentation>todo make ref</xs:documentation>
  176. </xs:annotation>
  177. </xs:element>
  178. <xs:element name="EMAIL_LOCAL_ACCOUNT_ADDRESS"
  179. type="xs:string"
  180. id="ADMIN_USERS___d18e55057-1_EMAIL_LOCA"/>
  181. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  182. id="ADMIN_USERS___d4e4166-1">
  183. <xs:annotation>
  184. <xs:appinfo>
  185. <system_cache__appinfo:flat_relation_cache>
  186. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  187. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  188. </system_cache__appinfo:flat_relation_cache>
  189. </xs:appinfo>
  190. </xs:annotation>
  191. </xs:element>-->
  192. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  193. id="ADMIN_USERS___d4e4171-1">
  194. <xs:annotation>
  195. <xs:appinfo>
  196. <system_cache__appinfo:flat_relation_cache>
  197. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  198. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupWrite/name"/>
  199. </system_cache__appinfo:flat_relation_cache>
  200. </xs:appinfo>
  201. </xs:annotation>
  202. </xs:element>-->
  203. <xs:element minOccurs="0"
  204. name="ADM_PERSON_SIGN_SVG"
  205. type="p5Type:string"
  206. id="ADMIN_USERS___d18e60261-1_ADM_PERSON"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  207. <xs:annotation>
  208. <xs:documentation>Podpis opcjonalny w SVG w xmlu, parsowalnym w druku</xs:documentation>
  209. </xs:annotation>
  210. </xs:element>
  211. <xs:element ref="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  212. id="ADMIN_USERS___d18e55060-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  213. <xs:annotation>
  214. <xs:appinfo>
  215. <system_cache__appinfo:flat_relation_cache>
  216. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"
  217. system_cache__appinfo:name="L_APPOITMENT_USER"
  218. system_cache__appinfo:xpath="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER/ADM_ACCOUNT"/>
  219. </system_cache__appinfo:flat_relation_cache>
  220. </xs:appinfo>
  221. <xs:documentation>
  222. TODO CHECK IF THIS IS CORRECT FLAT RELATION! WAS GENERATED #166
  223. </xs:documentation>
  224. </xs:annotation>
  225. </xs:element>
  226. <xs:element maxOccurs="unbounded"
  227. minOccurs="0"
  228. ref="default_db__x3A__DEVICES:DEVICES"
  229. id="ADMIN_USERS___d18e55067-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  230. <xs:annotation>
  231. <xs:appinfo>
  232. <system_cache__appinfo:flat_relation_cache system_cache__appinfo:backref_evaluate="true">
  233. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"/>
  234. </system_cache__appinfo:flat_relation_cache>
  235. </xs:appinfo>
  236. </xs:annotation>
  237. </xs:element>
  238. <xs:element ref="default_db__x3A__USERS2_MARKETING:USERS2_MARKETING"
  239. maxOccurs="unbounded"
  240. minOccurs="0"
  241. id="ADMIN_USERS___d18e55072-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  242. <xs:annotation>
  243. <xs:appinfo>
  244. <system_cache__appinfo:flat_relation_cache system_cache__appinfo:backref_evaluate="true">
  245. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"/>
  246. </system_cache__appinfo:flat_relation_cache>
  247. </xs:appinfo>
  248. </xs:annotation>
  249. </xs:element>
  250. <xs:element maxOccurs="unbounded"
  251. minOccurs="0"
  252. ref="default_db__x3A__PROBLEMS:PROBLEMS"
  253. id="ADMIN_USERS___d18e55077-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  254. <xs:annotation>
  255. <xs:appinfo>
  256. <system_cache__appinfo:flat_relation_cache system_cache__appinfo:backref_evaluate="true">
  257. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"/>
  258. </system_cache__appinfo:flat_relation_cache>
  259. </xs:appinfo>
  260. </xs:annotation>
  261. </xs:element>
  262. <xs:element maxOccurs="unbounded"
  263. minOccurs="0"
  264. ref="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI"
  265. id="ADMIN_USERS___d18e55082-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  266. <xs:annotation>
  267. <xs:appinfo>
  268. <system_cache__appinfo:flat_relation_cache system_cache__appinfo:backref_evaluate="true">
  269. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"
  270. system_cache__appinfo:name="ADM_ACCOUNT"
  271. system_cache__appinfo:xpath="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI/L_APPOITMENT_USER"/>
  272. </system_cache__appinfo:flat_relation_cache>
  273. </xs:appinfo>
  274. </xs:annotation>
  275. </xs:element>
  276. </xs:sequence>
  277. </xs:complexType>
  278. <xs:element name="ADMIN_USERS"
  279. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS"
  280. id="ADMIN_USERS___d18e55087-1_ADMIN_USER"/>
  281. <xs:element name="ADMIN_USERS_ID"
  282. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS"
  283. id="ADMIN_USERS___d18e55088-1_ADMIN_USER"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  284. <xs:annotation>
  285. <xs:documentation>Uzywane w TELBOXES jako osoba odpowiadajaca za sprzet</xs:documentation>
  286. </xs:annotation>
  287. </xs:element>
  288. <xs:complexType name="user"
  289. system_cache__appinfo:primaryKey="ID"
  290. id="ADMIN_USERS___d18e55092-1_user"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  291. <xs:annotation>
  292. <xs:documentation>@20160708 bindera: na bazie jsona Piotrowego, do testow GUI
  293. Kombinacja: bazowa</xs:documentation>
  294. </xs:annotation>
  295. <xs:complexContent id="ADMIN_USERS___d18e55096-1">
  296. <xs:restriction base="default_db__x3A__ADMIN_USERS:ADMIN_USERS">
  297. <xs:sequence id="ADMIN_USERS___d18e55098-1">
  298. <xs:element name="ID" type="xs:int" id="ADMIN_USERS___d18e55099-1_ID"/>
  299. <xs:element maxOccurs="1"
  300. minOccurs="1"
  301. name="ADM_NAME"
  302. type="xs:string"
  303. id="ADMIN_USERS___d18e55100-1_ADM_NAME"/>
  304. <xs:element maxOccurs="1"
  305. minOccurs="1"
  306. name="ADM_ACCOUNT"
  307. type="xs:string"
  308. id="ADMIN_USERS___d18e55101-1_ADM_ACCOUN"/>
  309. <xs:element name="ADM_PASSWD"
  310. type="xs:string"
  311. id="ADMIN_USERS___d18e55102-1_ADM_PASSWD"/>
  312. <xs:element name="A_STATUS"
  313. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS"
  314. id="ADMIN_USERS___d18e55103-1_A_STATUS"/>
  315. <xs:element name="EMPLOYEE_TYPE"
  316. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE"
  317. id="ADMIN_USERS___d18e55104-1_EMPLOYEE_T"/>
  318. <xs:element name="ADM_OTHER_DOC"
  319. minOccurs="0"
  320. type="xs:string"
  321. id="ADMIN_USERS___d18e55105-1_ADM_OTHER_"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  322. <xs:annotation>
  323. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  324. </xs:documentation>
  325. </xs:annotation>
  326. </xs:element>
  327. <xs:element name="ADM_PESEL"
  328. minOccurs="0"
  329. type="xs:string"
  330. id="ADMIN_USERS___d18e55109-1_ADM_PESEL"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  331. <xs:annotation>
  332. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  333. </xs:documentation>
  334. </xs:annotation>
  335. </xs:element>
  336. <xs:element name="ADM_PHONE"
  337. minOccurs="0"
  338. type="xs:string"
  339. id="ADMIN_USERS___d18e55113-1_ADM_PHONE"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  340. <xs:annotation>
  341. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users</xs:documentation>
  342. </xs:annotation>
  343. </xs:element>
  344. <xs:element minOccurs="0"
  345. name="DEFAULT_ACL_GROUP"
  346. type="xs:string"
  347. id="ADMIN_USERS___d18e55117-1_DEFAULT_AC"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  348. <xs:annotation>
  349. <xs:documentation>todo make ref</xs:documentation>
  350. </xs:annotation>
  351. </xs:element>
  352. <xs:element minOccurs="0"
  353. name="A_CLASSIFIED"
  354. type="xs:string"
  355. id="ADMIN_USERS___d18e55121-1_A_CLASSIFI"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  356. <xs:annotation>
  357. <xs:documentation>todo make ref</xs:documentation>
  358. </xs:annotation>
  359. </xs:element>
  360. <xs:element minOccurs="0"
  361. name="A_ADM_COMPANY"
  362. type="xs:string"
  363. id="ADMIN_USERS___d18e55126-1_A_ADM_COMP"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  364. <xs:annotation>
  365. <xs:documentation>todo make ref</xs:documentation>
  366. </xs:annotation>
  367. </xs:element>
  368. <xs:element name="EMAIL_LOCAL_ACCOUNT_ADDRESS"
  369. type="xs:string"
  370. id="ADMIN_USERS___d18e55130-1_EMAIL_LOCA"/>
  371. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  372. id="ADMIN_USERS___d4e4166-1">
  373. <xs:annotation>
  374. <xs:appinfo>
  375. <system_cache__appinfo:flat_relation_cache>
  376. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  377. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  378. </system_cache__appinfo:flat_relation_cache>
  379. </xs:appinfo>
  380. </xs:annotation>
  381. </xs:element>-->
  382. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  383. id="ADMIN_USERS___d4e4171-1">
  384. <xs:annotation>
  385. <xs:appinfo>
  386. <system_cache__appinfo:flat_relation_cache>
  387. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  388. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupWrite/name"/>
  389. </system_cache__appinfo:flat_relation_cache>
  390. </xs:appinfo>
  391. </xs:annotation>
  392. </xs:element>-->
  393. <xs:element minOccurs="0"
  394. name="ADM_PERSON_SIGN_SVG"
  395. type="p5Type:string"
  396. id="ADMIN_USERS___d18e60351-1_ADM_PERSON"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  397. <xs:annotation>
  398. <xs:documentation>Podpis opcjonalny w SVG w xmlu, parsowalnym w druku</xs:documentation>
  399. </xs:annotation>
  400. </xs:element>
  401. <xs:element ref="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  402. id="ADMIN_USERS___d18e55133-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  403. <xs:annotation>
  404. <xs:appinfo>
  405. <system_cache__appinfo:flat_relation_cache>
  406. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"
  407. system_cache__appinfo:name="L_APPOITMENT_USER"
  408. system_cache__appinfo:xpath="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER/ADM_ACCOUNT"/>
  409. </system_cache__appinfo:flat_relation_cache>
  410. </xs:appinfo>
  411. <xs:documentation>
  412. TODO CHECK IF THIS IS CORRECT FLAT RELATION! WAS GENERATED #166
  413. </xs:documentation>
  414. </xs:annotation>
  415. </xs:element>
  416. <xs:element maxOccurs="unbounded"
  417. minOccurs="0"
  418. ref="default_db__x3A__DEVICES:DEVICES"
  419. id="ADMIN_USERS___d18e55140-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  420. <xs:annotation>
  421. <xs:appinfo>
  422. <system_cache__appinfo:flat_relation_cache system_cache__appinfo:backref_evaluate="true">
  423. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"/>
  424. </system_cache__appinfo:flat_relation_cache>
  425. </xs:appinfo>
  426. </xs:annotation>
  427. </xs:element>
  428. <xs:element ref="default_db__x3A__USERS2_MARKETING:USERS2_MARKETING"
  429. maxOccurs="unbounded"
  430. minOccurs="0"
  431. id="ADMIN_USERS___d18e55145-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  432. <xs:annotation>
  433. <xs:appinfo>
  434. <system_cache__appinfo:flat_relation_cache system_cache__appinfo:backref_evaluate="true">
  435. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"/>
  436. </system_cache__appinfo:flat_relation_cache>
  437. </xs:appinfo>
  438. </xs:annotation>
  439. </xs:element>
  440. <xs:element maxOccurs="unbounded"
  441. minOccurs="0"
  442. ref="default_db__x3A__PROBLEMS:PROBLEMS"
  443. id="ADMIN_USERS___d18e55150-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  444. <xs:annotation>
  445. <xs:appinfo>
  446. <system_cache__appinfo:flat_relation_cache system_cache__appinfo:backref_evaluate="true">
  447. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"/>
  448. </system_cache__appinfo:flat_relation_cache>
  449. </xs:appinfo>
  450. </xs:annotation>
  451. </xs:element>
  452. <xs:element maxOccurs="unbounded"
  453. minOccurs="0"
  454. ref="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI"
  455. id="ADMIN_USERS___d18e55155-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  456. <xs:annotation>
  457. <xs:appinfo>
  458. <system_cache__appinfo:flat_relation_cache system_cache__appinfo:backref_evaluate="true">
  459. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"
  460. system_cache__appinfo:name="ADM_ACCOUNT"
  461. system_cache__appinfo:xpath="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI/L_APPOITMENT_USER"/>
  462. </system_cache__appinfo:flat_relation_cache>
  463. </xs:appinfo>
  464. </xs:annotation>
  465. </xs:element>
  466. </xs:sequence>
  467. </xs:restriction>
  468. </xs:complexContent>
  469. </xs:complexType>
  470. <xs:complexType name="user_status__NORMAL"
  471. system_cache__appinfo:primaryKey="ID"
  472. id="ADMIN_USERS___d18e55160-1_user_statu"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  473. <xs:annotation>
  474. <xs:documentation>do generowania : typ obiektu na NORMAL do tworzenia kombinacji</xs:documentation>
  475. </xs:annotation>
  476. <xs:complexContent id="ADMIN_USERS___d18e55164-1">
  477. <xs:restriction base="default_db__x3A__ADMIN_USERS:user">
  478. <xs:sequence id="ADMIN_USERS___d18e55166-1">
  479. <xs:element name="ID" type="xs:int" id="ADMIN_USERS___d18e55167-1_ID"/>
  480. <xs:element maxOccurs="1"
  481. minOccurs="1"
  482. name="ADM_NAME"
  483. type="xs:string"
  484. id="ADMIN_USERS___d18e55168-1_ADM_NAME"/>
  485. <xs:element maxOccurs="1"
  486. minOccurs="1"
  487. name="ADM_ACCOUNT"
  488. type="xs:string"
  489. id="ADMIN_USERS___d18e55169-1_ADM_ACCOUN"/>
  490. <xs:element name="ADM_PASSWD"
  491. type="xs:string"
  492. id="ADMIN_USERS___d18e55170-1_ADM_PASSWD"/>
  493. <xs:element name="A_STATUS"
  494. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS_NORMAL"
  495. id="ADMIN_USERS___d18e55171-1_A_STATUS"/>
  496. <xs:element name="EMPLOYEE_TYPE"
  497. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE"
  498. id="ADMIN_USERS___d18e55172-1_EMPLOYEE_T"/>
  499. <xs:element name="ADM_OTHER_DOC"
  500. minOccurs="0"
  501. type="xs:string"
  502. id="ADMIN_USERS___d18e55173-1_ADM_OTHER_"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  503. <xs:annotation>
  504. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  505. </xs:documentation>
  506. </xs:annotation>
  507. </xs:element>
  508. <xs:element name="ADM_PESEL"
  509. minOccurs="0"
  510. type="xs:string"
  511. id="ADMIN_USERS___d18e55177-1_ADM_PESEL"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  512. <xs:annotation>
  513. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  514. </xs:documentation>
  515. </xs:annotation>
  516. </xs:element>
  517. <xs:element name="ADM_PHONE"
  518. minOccurs="0"
  519. type="xs:string"
  520. id="ADMIN_USERS___d18e55181-1_ADM_PHONE"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  521. <xs:annotation>
  522. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users</xs:documentation>
  523. </xs:annotation>
  524. </xs:element>
  525. <xs:element minOccurs="0"
  526. name="DEFAULT_ACL_GROUP"
  527. type="xs:string"
  528. id="ADMIN_USERS___d18e55185-1_DEFAULT_AC"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  529. <xs:annotation>
  530. <xs:documentation>todo make ref</xs:documentation>
  531. </xs:annotation>
  532. </xs:element>
  533. <xs:element minOccurs="0"
  534. name="A_CLASSIFIED"
  535. type="xs:string"
  536. id="ADMIN_USERS___d18e55189-1_A_CLASSIFI"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  537. <xs:annotation>
  538. <xs:documentation>todo make ref</xs:documentation>
  539. </xs:annotation>
  540. </xs:element>
  541. <xs:element minOccurs="0"
  542. name="A_ADM_COMPANY"
  543. type="xs:string"
  544. id="ADMIN_USERS___d18e55194-1_A_ADM_COMP"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  545. <xs:annotation>
  546. <xs:documentation>todo make ref</xs:documentation>
  547. </xs:annotation>
  548. </xs:element>
  549. <xs:element name="EMAIL_LOCAL_ACCOUNT_ADDRESS"
  550. type="xs:string"
  551. id="ADMIN_USERS___d18e55198-1_EMAIL_LOCA"/>
  552. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  553. id="ADMIN_USERS___d4e4219-1">
  554. <xs:annotation>
  555. <xs:appinfo>
  556. <system_cache__appinfo:flat_relation_cache>
  557. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  558. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  559. </system_cache__appinfo:flat_relation_cache>
  560. </xs:appinfo>
  561. </xs:annotation>
  562. </xs:element>-->
  563. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  564. id="ADMIN_USERS___d4e4224-1">
  565. <xs:annotation>
  566. <xs:appinfo>
  567. <system_cache__appinfo:flat_relation_cache>
  568. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  569. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupWrite/name"/>
  570. </system_cache__appinfo:flat_relation_cache>
  571. </xs:appinfo>
  572. </xs:annotation>
  573. </xs:element>-->
  574. <xs:element minOccurs="0"
  575. name="ADM_PERSON_SIGN_SVG"
  576. type="p5Type:string"
  577. id="ADMIN_USERS___d18e60435-1_ADM_PERSON"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  578. <xs:annotation>
  579. <xs:documentation>Podpis opcjonalny w SVG w xmlu, parsowalnym w druku</xs:documentation>
  580. </xs:annotation>
  581. </xs:element>
  582. <xs:element ref="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  583. id="ADMIN_USERS___d18e55201-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  584. <xs:annotation>
  585. <xs:appinfo>
  586. <system_cache__appinfo:flat_relation_cache>
  587. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"
  588. system_cache__appinfo:name="L_APPOITMENT_USER"
  589. system_cache__appinfo:xpath="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER/ADM_ACCOUNT"/>
  590. </system_cache__appinfo:flat_relation_cache>
  591. </xs:appinfo>
  592. <xs:documentation>
  593. TODO CHECK IF THIS IS CORRECT FLAT RELATION! WAS GENERATED #166
  594. </xs:documentation>
  595. </xs:annotation>
  596. </xs:element>
  597. <xs:element maxOccurs="unbounded"
  598. minOccurs="0"
  599. ref="default_db__x3A__DEVICES:DEVICES"
  600. id="ADMIN_USERS___d18e55208-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  601. <xs:annotation>
  602. <xs:appinfo>
  603. <system_cache__appinfo:flat_relation_cache system_cache__appinfo:backref_evaluate="true">
  604. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"/>
  605. </system_cache__appinfo:flat_relation_cache>
  606. </xs:appinfo>
  607. </xs:annotation>
  608. </xs:element>
  609. <xs:element ref="default_db__x3A__USERS2_MARKETING:USERS2_MARKETING"
  610. maxOccurs="unbounded"
  611. minOccurs="0"
  612. id="ADMIN_USERS___d18e55213-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  613. <xs:annotation>
  614. <xs:appinfo>
  615. <system_cache__appinfo:flat_relation_cache system_cache__appinfo:backref_evaluate="true">
  616. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"/>
  617. </system_cache__appinfo:flat_relation_cache>
  618. </xs:appinfo>
  619. </xs:annotation>
  620. </xs:element>
  621. <xs:element maxOccurs="unbounded"
  622. minOccurs="0"
  623. ref="default_db__x3A__PROBLEMS:PROBLEMS"
  624. id="ADMIN_USERS___d18e55218-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  625. <xs:annotation>
  626. <xs:appinfo>
  627. <system_cache__appinfo:flat_relation_cache system_cache__appinfo:backref_evaluate="true">
  628. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"/>
  629. </system_cache__appinfo:flat_relation_cache>
  630. </xs:appinfo>
  631. </xs:annotation>
  632. </xs:element>
  633. </xs:sequence>
  634. </xs:restriction>
  635. </xs:complexContent>
  636. </xs:complexType>
  637. <xs:element name="user_status__NORMAL"
  638. type="default_db__x3A__ADMIN_USERS:user_status__NORMAL"
  639. id="ADMIN_USERS___d18e55223-1_user_statu"/>
  640. <xs:complexType name="user_status__OFF_HARD"
  641. system_cache__appinfo:primaryKey="ID"
  642. id="ADMIN_USERS___d18e55224-1_user_statu">
  643. <xs:complexContent id="ADMIN_USERS___d18e55225-1">
  644. <xs:restriction base="default_db__x3A__ADMIN_USERS:user">
  645. <xs:sequence id="ADMIN_USERS___d18e55227-1">
  646. <xs:element name="ID" type="xs:int" id="ADMIN_USERS___d18e55228-1_ID"/>
  647. <xs:element maxOccurs="1"
  648. minOccurs="1"
  649. name="ADM_NAME"
  650. type="xs:string"
  651. id="ADMIN_USERS___d18e55229-1_ADM_NAME"/>
  652. <xs:element maxOccurs="1"
  653. minOccurs="1"
  654. name="ADM_ACCOUNT"
  655. type="xs:string"
  656. id="ADMIN_USERS___d18e55230-1_ADM_ACCOUN"/>
  657. <xs:element name="ADM_PASSWD"
  658. type="xs:string"
  659. id="ADMIN_USERS___d18e55231-1_ADM_PASSWD"/>
  660. <xs:element name="A_STATUS"
  661. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS_OFF_HARD"
  662. id="ADMIN_USERS___d18e55232-1_A_STATUS"/>
  663. <xs:element name="EMPLOYEE_TYPE"
  664. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE"
  665. id="ADMIN_USERS___d18e55233-1_EMPLOYEE_T"/>
  666. <xs:element name="ADM_OTHER_DOC"
  667. minOccurs="0"
  668. type="xs:string"
  669. id="ADMIN_USERS___d18e55234-1_ADM_OTHER_"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  670. <xs:annotation>
  671. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  672. </xs:documentation>
  673. </xs:annotation>
  674. </xs:element>
  675. <xs:element name="ADM_PESEL"
  676. minOccurs="0"
  677. type="xs:string"
  678. id="ADMIN_USERS___d18e55238-1_ADM_PESEL"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  679. <xs:annotation>
  680. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  681. </xs:documentation>
  682. </xs:annotation>
  683. </xs:element>
  684. <xs:element name="ADM_PHONE"
  685. minOccurs="0"
  686. type="xs:string"
  687. id="ADMIN_USERS___d18e55242-1_ADM_PHONE"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  688. <xs:annotation>
  689. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users</xs:documentation>
  690. </xs:annotation>
  691. </xs:element>
  692. <xs:element minOccurs="0"
  693. name="DEFAULT_ACL_GROUP"
  694. type="xs:string"
  695. id="ADMIN_USERS___d18e55246-1_DEFAULT_AC"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  696. <xs:annotation>
  697. <xs:documentation>todo make ref</xs:documentation>
  698. </xs:annotation>
  699. </xs:element>
  700. <xs:element minOccurs="0"
  701. name="A_CLASSIFIED"
  702. type="xs:string"
  703. id="ADMIN_USERS___d18e55250-1_A_CLASSIFI"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  704. <xs:annotation>
  705. <xs:documentation>todo make ref</xs:documentation>
  706. </xs:annotation>
  707. </xs:element>
  708. <xs:element minOccurs="0"
  709. name="A_ADM_COMPANY"
  710. type="xs:string"
  711. id="ADMIN_USERS___d18e55255-1_A_ADM_COMP"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  712. <xs:annotation>
  713. <xs:documentation>todo make ref</xs:documentation>
  714. </xs:annotation>
  715. </xs:element>
  716. <xs:element name="EMAIL_LOCAL_ACCOUNT_ADDRESS"
  717. type="xs:string"
  718. id="ADMIN_USERS___d18e55259-1_EMAIL_LOCA"/>
  719. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  720. id="ADMIN_USERS___d4e4271-1">
  721. <xs:annotation>
  722. <xs:appinfo>
  723. <system_cache__appinfo:flat_relation_cache>
  724. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  725. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  726. </system_cache__appinfo:flat_relation_cache>
  727. </xs:appinfo>
  728. </xs:annotation>
  729. </xs:element>-->
  730. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  731. id="ADMIN_USERS___d4e4276-1">
  732. <xs:annotation>
  733. <xs:appinfo>
  734. <system_cache__appinfo:flat_relation_cache>
  735. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  736. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupWrite/name"/>
  737. </system_cache__appinfo:flat_relation_cache>
  738. </xs:appinfo>
  739. </xs:annotation>
  740. </xs:element>-->
  741. <xs:element minOccurs="0"
  742. name="ADM_PERSON_SIGN_SVG"
  743. type="p5Type:string"
  744. id="ADMIN_USERS___d18e60510-1_ADM_PERSON"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  745. <xs:annotation>
  746. <xs:documentation>Podpis opcjonalny w SVG w xmlu, parsowalnym w druku</xs:documentation>
  747. </xs:annotation>
  748. </xs:element>
  749. <xs:element ref="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  750. id="ADMIN_USERS___d18e55262-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  751. <xs:annotation>
  752. <xs:appinfo>
  753. <system_cache__appinfo:flat_relation_cache>
  754. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"
  755. system_cache__appinfo:name="L_APPOITMENT_USER"
  756. system_cache__appinfo:xpath="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER/ADM_ACCOUNT"/>
  757. </system_cache__appinfo:flat_relation_cache>
  758. </xs:appinfo>
  759. <xs:documentation>
  760. TODO CHECK IF THIS IS CORRECT FLAT RELATION! WAS GENERATED #166
  761. </xs:documentation>
  762. </xs:annotation>
  763. </xs:element>
  764. <xs:element maxOccurs="unbounded"
  765. minOccurs="0"
  766. ref="default_db__x3A__DEVICES:DEVICES"
  767. id="ADMIN_USERS___d18e55269-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  768. <xs:annotation>
  769. <xs:appinfo>
  770. <system_cache__appinfo:flat_relation_cache system_cache__appinfo:backref_evaluate="true">
  771. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"/>
  772. </system_cache__appinfo:flat_relation_cache>
  773. </xs:appinfo>
  774. <xs:documentation>
  775. TODO CHECK IF THIS IS CORRECT FLAT RELATION! WAS GENERATED #555544
  776. </xs:documentation>
  777. </xs:annotation>
  778. </xs:element>
  779. <xs:element ref="default_db__x3A__USERS2_MARKETING:USERS2_MARKETING"
  780. maxOccurs="unbounded"
  781. minOccurs="0"
  782. id="ADMIN_USERS___d18e55276-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  783. <xs:annotation>
  784. <xs:appinfo>
  785. <system_cache__appinfo:flat_relation_cache system_cache__appinfo:backref_evaluate="true">
  786. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"/>
  787. </system_cache__appinfo:flat_relation_cache>
  788. </xs:appinfo>
  789. </xs:annotation>
  790. </xs:element>
  791. <xs:element maxOccurs="unbounded"
  792. minOccurs="0"
  793. ref="default_db__x3A__PROBLEMS:PROBLEMS"
  794. id="ADMIN_USERS___d18e55281-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  795. <xs:annotation>
  796. <xs:appinfo>
  797. <system_cache__appinfo:flat_relation_cache system_cache__appinfo:backref_evaluate="true">
  798. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"/>
  799. </system_cache__appinfo:flat_relation_cache>
  800. </xs:appinfo>
  801. </xs:annotation>
  802. </xs:element>
  803. <xs:element maxOccurs="unbounded"
  804. minOccurs="0"
  805. ref="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI"
  806. id="ADMIN_USERS___d18e55286-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  807. <xs:annotation>
  808. <xs:appinfo>
  809. <system_cache__appinfo:flat_relation_cache system_cache__appinfo:backref_evaluate="true">
  810. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"
  811. system_cache__appinfo:name="ADM_ACCOUNT"
  812. system_cache__appinfo:xpath="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI/L_APPOITMENT_USER"/>
  813. </system_cache__appinfo:flat_relation_cache>
  814. </xs:appinfo>
  815. </xs:annotation>
  816. </xs:element>
  817. </xs:sequence>
  818. </xs:restriction>
  819. </xs:complexContent>
  820. </xs:complexType>
  821. <xs:element name="user_status__OFF_HARD"
  822. type="default_db__x3A__ADMIN_USERS:user_status__OFF_HARD"
  823. id="ADMIN_USERS___d18e55291-1_user_statu"/>
  824. <xs:element name="user"
  825. type="default_db__x3A__ADMIN_USERS:user"
  826. id="ADMIN_USERS___d18e55293-1_user"/>
  827. <xs:element name="AccessOwner"
  828. type="default_db__x3A__ADMIN_USERS:user"
  829. id="ADMIN_USERS___d18e55294-1_AccessOwne"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  830. <xs:annotation>
  831. <xs:documentation>Odpowiednik L_APPOITMENT_USER</xs:documentation>
  832. </xs:annotation>
  833. </xs:element>
  834. <xs:complexType name="person_contatct"
  835. system_cache__appinfo:primaryKey="ID"
  836. id="ADMIN_USERS___d18e55298-1_person_con"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  837. <xs:annotation>
  838. <xs:documentation>TODO podstawowy obiekt do wprowadzania jako kontakt do osoby fizycznej z mozliwoscia ewnetualnego logowania i widzenia spraw powiazanych
  839. Kombinacja: EMPLOYE TYPE Kontakt</xs:documentation>
  840. </xs:annotation>
  841. <xs:complexContent id="ADMIN_USERS___d18e55302-1">
  842. <xs:restriction base="default_db__x3A__ADMIN_USERS:user">
  843. <xs:sequence id="ADMIN_USERS___d18e55304-1">
  844. <xs:element name="ID" type="xs:int" id="ADMIN_USERS___d18e55305-1_ID"/>
  845. <xs:element maxOccurs="1"
  846. minOccurs="1"
  847. name="ADM_NAME"
  848. type="xs:string"
  849. id="ADMIN_USERS___d18e55306-1_ADM_NAME"/>
  850. <xs:element maxOccurs="1"
  851. minOccurs="1"
  852. name="ADM_ACCOUNT"
  853. type="xs:string"
  854. id="ADMIN_USERS___d18e55307-1_ADM_ACCOUN"/>
  855. <xs:element name="ADM_PASSWD"
  856. type="xs:string"
  857. id="ADMIN_USERS___d18e55308-1_ADM_PASSWD"/>
  858. <xs:element name="A_STATUS"
  859. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS"
  860. id="ADMIN_USERS___d18e55309-1_A_STATUS"/>
  861. <xs:element name="EMPLOYEE_TYPE"
  862. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE"
  863. id="ADMIN_USERS___d18e55310-1_EMPLOYEE_T"/>
  864. <xs:element name="ADM_OTHER_DOC"
  865. minOccurs="0"
  866. type="xs:string"
  867. id="ADMIN_USERS___d18e55311-1_ADM_OTHER_"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  868. <xs:annotation>
  869. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  870. </xs:documentation>
  871. </xs:annotation>
  872. </xs:element>
  873. <xs:element name="ADM_PESEL"
  874. minOccurs="0"
  875. type="xs:string"
  876. id="ADMIN_USERS___d18e55315-1_ADM_PESEL"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  877. <xs:annotation>
  878. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  879. </xs:documentation>
  880. </xs:annotation>
  881. </xs:element>
  882. <xs:element name="ADM_PHONE"
  883. minOccurs="0"
  884. type="xs:string"
  885. id="ADMIN_USERS___d18e55319-1_ADM_PHONE"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  886. <xs:annotation>
  887. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users</xs:documentation>
  888. </xs:annotation>
  889. </xs:element>
  890. <xs:element minOccurs="0"
  891. name="DEFAULT_ACL_GROUP"
  892. type="xs:string"
  893. id="ADMIN_USERS___d18e55323-1_DEFAULT_AC"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  894. <xs:annotation>
  895. <xs:documentation>todo make ref</xs:documentation>
  896. </xs:annotation>
  897. </xs:element>
  898. <xs:element minOccurs="0"
  899. name="A_CLASSIFIED"
  900. type="xs:string"
  901. id="ADMIN_USERS___d18e55327-1_A_CLASSIFI"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  902. <xs:annotation>
  903. <xs:documentation>todo make ref</xs:documentation>
  904. </xs:annotation>
  905. </xs:element>
  906. <xs:element minOccurs="0"
  907. name="A_ADM_COMPANY"
  908. type="xs:string"
  909. id="ADMIN_USERS___d18e55332-1_A_ADM_COMP"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  910. <xs:annotation>
  911. <xs:documentation>todo make ref</xs:documentation>
  912. </xs:annotation>
  913. </xs:element>
  914. <xs:element name="EMAIL_LOCAL_ACCOUNT_ADDRESS"
  915. type="xs:string"
  916. id="ADMIN_USERS___d18e55336-1_EMAIL_LOCA"/>
  917. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  918. id="ADMIN_USERS___d4e4330-1">
  919. <xs:annotation>
  920. <xs:appinfo>
  921. <system_cache__appinfo:flat_relation_cache>
  922. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  923. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  924. </system_cache__appinfo:flat_relation_cache>
  925. </xs:appinfo>
  926. </xs:annotation>
  927. </xs:element>-->
  928. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  929. id="ADMIN_USERS___d4e4335-1">
  930. <xs:annotation>
  931. <xs:appinfo>
  932. <system_cache__appinfo:flat_relation_cache>
  933. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  934. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupWrite/name"/>
  935. </system_cache__appinfo:flat_relation_cache>
  936. </xs:appinfo>
  937. </xs:annotation>
  938. </xs:element>-->
  939. <xs:element minOccurs="0"
  940. name="ADM_PERSON_SIGN_SVG"
  941. type="p5Type:string"
  942. id="ADMIN_USERS___d18e60604-1_ADM_PERSON"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  943. <xs:annotation>
  944. <xs:documentation>Podpis opcjonalny w SVG w xmlu, parsowalnym w druku</xs:documentation>
  945. </xs:annotation>
  946. </xs:element>
  947. <xs:element ref="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  948. id="ADMIN_USERS___d18e55339-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  949. <xs:annotation>
  950. <xs:appinfo>
  951. <system_cache__appinfo:flat_relation_cache>
  952. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"
  953. system_cache__appinfo:name="L_APPOITMENT_USER"
  954. system_cache__appinfo:xpath="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER/ADM_ACCOUNT"/>
  955. </system_cache__appinfo:flat_relation_cache>
  956. </xs:appinfo>
  957. <xs:documentation>
  958. TODO CHECK IF THIS IS CORRECT FLAT RELATION! WAS GENERATED #166
  959. </xs:documentation>
  960. </xs:annotation>
  961. </xs:element>
  962. <xs:element maxOccurs="unbounded"
  963. minOccurs="0"
  964. ref="default_db__x3A__DEVICES:DEVICES"
  965. id="ADMIN_USERS___d18e55346-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  966. <xs:annotation>
  967. <xs:appinfo>
  968. <system_cache__appinfo:flat_relation_cache system_cache__appinfo:backref_evaluate="true">
  969. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"/>
  970. </system_cache__appinfo:flat_relation_cache>
  971. </xs:appinfo>
  972. </xs:annotation>
  973. </xs:element>
  974. <xs:element ref="default_db__x3A__USERS2_MARKETING:USERS2_MARKETING"
  975. maxOccurs="unbounded"
  976. minOccurs="0"
  977. id="ADMIN_USERS___d18e55351-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  978. <xs:annotation>
  979. <xs:appinfo>
  980. <system_cache__appinfo:flat_relation_cache system_cache__appinfo:backref_evaluate="true">
  981. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"/>
  982. </system_cache__appinfo:flat_relation_cache>
  983. </xs:appinfo>
  984. </xs:annotation>
  985. </xs:element>
  986. <xs:element maxOccurs="unbounded"
  987. minOccurs="0"
  988. ref="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI"
  989. id="ADMIN_USERS___d18e55356-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  990. <xs:annotation>
  991. <xs:appinfo>
  992. <system_cache__appinfo:flat_relation_cache system_cache__appinfo:backref_evaluate="true">
  993. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"
  994. system_cache__appinfo:name="ADM_ACCOUNT"
  995. system_cache__appinfo:xpath="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI/L_APPOITMENT_USER"/>
  996. </system_cache__appinfo:flat_relation_cache>
  997. </xs:appinfo>
  998. </xs:annotation>
  999. </xs:element>
  1000. </xs:sequence>
  1001. </xs:restriction>
  1002. </xs:complexContent>
  1003. </xs:complexType>
  1004. <xs:element name="person_contatct"
  1005. type="default_db__x3A__ADMIN_USERS:person_contatct"
  1006. id="ADMIN_USERS___d18e55361-1_person_con"/>
  1007. <xs:complexType name="person_contact_with_details"
  1008. system_cache__appinfo:primaryKey="ID"
  1009. id="ADMIN_USERS___d18e55362-1_person_con"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1010. <xs:annotation>
  1011. <xs:documentation>Kontakt do dodawania do umow, rozszerzony o pesel i dane dokładne adresowe zamieszkania
  1012. Kombinacja: EMPLOYE TYPE Kontakt</xs:documentation>
  1013. </xs:annotation>
  1014. <xs:complexContent id="ADMIN_USERS___d18e55366-1">
  1015. <xs:restriction base="default_db__x3A__ADMIN_USERS:user">
  1016. <xs:sequence id="ADMIN_USERS___d18e55368-1">
  1017. <xs:element name="ID" type="xs:int" id="ADMIN_USERS___d18e55369-1_ID"/>
  1018. <xs:element maxOccurs="1"
  1019. minOccurs="1"
  1020. name="ADM_NAME"
  1021. type="xs:string"
  1022. id="ADMIN_USERS___d18e55370-1_ADM_NAME"/>
  1023. <xs:element maxOccurs="1"
  1024. minOccurs="1"
  1025. name="ADM_ACCOUNT"
  1026. type="xs:string"
  1027. id="ADMIN_USERS___d18e55371-1_ADM_ACCOUN"/>
  1028. <xs:element name="ADM_PASSWD"
  1029. type="xs:string"
  1030. id="ADMIN_USERS___d18e55372-1_ADM_PASSWD"/>
  1031. <xs:element name="A_STATUS"
  1032. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS"
  1033. id="ADMIN_USERS___d18e55373-1_A_STATUS"/>
  1034. <xs:element name="EMPLOYEE_TYPE"
  1035. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE"
  1036. id="ADMIN_USERS___d18e55374-1_EMPLOYEE_T"/>
  1037. <xs:element name="ADM_OTHER_DOC"
  1038. minOccurs="0"
  1039. type="xs:string"
  1040. id="ADMIN_USERS___d18e55375-1_ADM_OTHER_"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1041. <xs:annotation>
  1042. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  1043. </xs:documentation>
  1044. </xs:annotation>
  1045. </xs:element>
  1046. <xs:element name="ADM_PESEL"
  1047. minOccurs="0"
  1048. type="xs:string"
  1049. id="ADMIN_USERS___d18e55379-1_ADM_PESEL"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1050. <xs:annotation>
  1051. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  1052. </xs:documentation>
  1053. </xs:annotation>
  1054. </xs:element>
  1055. <xs:element name="ADM_PHONE"
  1056. minOccurs="1"
  1057. type="xs:string"
  1058. id="ADMIN_USERS___d18e55383-1_ADM_PHONE"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1059. <xs:annotation>
  1060. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users</xs:documentation>
  1061. </xs:annotation>
  1062. </xs:element>
  1063. <xs:element minOccurs="0"
  1064. name="DEFAULT_ACL_GROUP"
  1065. type="xs:string"
  1066. id="ADMIN_USERS___d18e55387-1_DEFAULT_AC"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1067. <xs:annotation>
  1068. <xs:documentation>todo make ref</xs:documentation>
  1069. </xs:annotation>
  1070. </xs:element>
  1071. <xs:element minOccurs="0"
  1072. name="A_CLASSIFIED"
  1073. type="xs:string"
  1074. id="ADMIN_USERS___d18e55391-1_A_CLASSIFI"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1075. <xs:annotation>
  1076. <xs:documentation>todo make ref</xs:documentation>
  1077. </xs:annotation>
  1078. </xs:element>
  1079. <xs:element minOccurs="0"
  1080. name="A_ADM_COMPANY"
  1081. type="xs:string"
  1082. id="ADMIN_USERS___d18e55396-1_A_ADM_COMP"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1083. <xs:annotation>
  1084. <xs:documentation>todo make ref</xs:documentation>
  1085. </xs:annotation>
  1086. </xs:element>
  1087. <xs:element name="EMAIL_LOCAL_ACCOUNT_ADDRESS"
  1088. type="xs:string"
  1089. id="ADMIN_USERS___d18e55400-1_EMAIL_LOCA"/>
  1090. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  1091. id="ADMIN_USERS___d4e4384-1">
  1092. <xs:annotation>
  1093. <xs:appinfo>
  1094. <system_cache__appinfo:flat_relation_cache>
  1095. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  1096. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  1097. </system_cache__appinfo:flat_relation_cache>
  1098. </xs:appinfo>
  1099. </xs:annotation>
  1100. </xs:element>-->
  1101. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  1102. id="ADMIN_USERS___d4e4389-1">
  1103. <xs:annotation>
  1104. <xs:appinfo>
  1105. <system_cache__appinfo:flat_relation_cache>
  1106. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  1107. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupWrite/name"/>
  1108. </system_cache__appinfo:flat_relation_cache>
  1109. </xs:appinfo>
  1110. </xs:annotation>
  1111. </xs:element>-->
  1112. <xs:element minOccurs="0"
  1113. name="ADM_PERSON_SIGN_SVG"
  1114. type="p5Type:string"
  1115. id="ADMIN_USERS___d18e60683-1_ADM_PERSON"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1116. <xs:annotation>
  1117. <xs:documentation>Podpis opcjonalny w SVG w xmlu, parsowalnym w druku</xs:documentation>
  1118. </xs:annotation>
  1119. </xs:element>
  1120. <xs:element ref="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  1121. id="ADMIN_USERS___d18e55403-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1122. <xs:annotation>
  1123. <xs:appinfo>
  1124. <system_cache__appinfo:flat_relation_cache>
  1125. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"
  1126. system_cache__appinfo:name="L_APPOITMENT_USER"
  1127. system_cache__appinfo:xpath="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER/ADM_ACCOUNT"/>
  1128. </system_cache__appinfo:flat_relation_cache>
  1129. </xs:appinfo>
  1130. <xs:documentation>
  1131. TODO CHECK IF THIS IS CORRECT FLAT RELATION! WAS GENERATED #166
  1132. </xs:documentation>
  1133. </xs:annotation>
  1134. </xs:element>
  1135. <xs:element maxOccurs="unbounded"
  1136. minOccurs="0"
  1137. ref="default_db__x3A__DEVICES:DEVICES"
  1138. id="ADMIN_USERS___d18e55410-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1139. <xs:annotation>
  1140. <xs:appinfo>
  1141. <system_cache__appinfo:flat_relation_cache system_cache__appinfo:backref_evaluate="true">
  1142. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"/>
  1143. </system_cache__appinfo:flat_relation_cache>
  1144. </xs:appinfo>
  1145. </xs:annotation>
  1146. </xs:element>
  1147. <xs:element ref="default_db__x3A__USERS2_MARKETING:USERS2_MARKETING"
  1148. maxOccurs="unbounded"
  1149. minOccurs="0"
  1150. id="ADMIN_USERS___d18e55415-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1151. <xs:annotation>
  1152. <xs:appinfo>
  1153. <system_cache__appinfo:flat_relation_cache system_cache__appinfo:backref_evaluate="true">
  1154. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"/>
  1155. </system_cache__appinfo:flat_relation_cache>
  1156. </xs:appinfo>
  1157. </xs:annotation>
  1158. </xs:element>
  1159. <xs:element maxOccurs="unbounded"
  1160. minOccurs="0"
  1161. ref="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI"
  1162. id="ADMIN_USERS___d18e55420-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1163. <xs:annotation>
  1164. <xs:appinfo>
  1165. <system_cache__appinfo:flat_relation_cache system_cache__appinfo:backref_evaluate="true">
  1166. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"
  1167. system_cache__appinfo:name="ADM_ACCOUNT"
  1168. system_cache__appinfo:xpath="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI/L_APPOITMENT_USER"/>
  1169. </system_cache__appinfo:flat_relation_cache>
  1170. </xs:appinfo>
  1171. </xs:annotation>
  1172. </xs:element>
  1173. </xs:sequence>
  1174. </xs:restriction>
  1175. </xs:complexContent>
  1176. </xs:complexType>
  1177. <xs:element name="person_contact_with_details"
  1178. type="default_db__x3A__ADMIN_USERS:person_contact_with_details"
  1179. id="ADMIN_USERS___d18e55425-1_person_con"/>
  1180. <xs:complexType name="worker"
  1181. system_cache__appinfo:primaryKey="ID"
  1182. id="ADMIN_USERS___d18e55426-1_worker"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1183. <xs:annotation>
  1184. <xs:documentation>kombinacja - jest to EMPLOYEE TYPE = Pracownik</xs:documentation>
  1185. </xs:annotation>
  1186. <xs:complexContent id="ADMIN_USERS___d18e55430-1">
  1187. <xs:restriction base="default_db__x3A__ADMIN_USERS:user">
  1188. <xs:sequence id="ADMIN_USERS___d18e55432-1">
  1189. <xs:element name="ID" type="xs:int" id="ADMIN_USERS___d18e55433-1_ID"/>
  1190. <xs:element maxOccurs="1"
  1191. minOccurs="1"
  1192. name="ADM_NAME"
  1193. type="xs:string"
  1194. id="ADMIN_USERS___d18e55434-1_ADM_NAME"/>
  1195. <xs:element maxOccurs="1"
  1196. minOccurs="1"
  1197. name="ADM_ACCOUNT"
  1198. type="xs:string"
  1199. id="ADMIN_USERS___d18e55435-1_ADM_ACCOUN"/>
  1200. <xs:element name="ADM_PASSWD"
  1201. type="xs:string"
  1202. id="ADMIN_USERS___d18e55436-1_ADM_PASSWD"/>
  1203. <xs:element name="A_STATUS"
  1204. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS_NORMAL"
  1205. id="ADMIN_USERS___d18e55437-1_A_STATUS"/>
  1206. <xs:element name="EMPLOYEE_TYPE"
  1207. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE__worker"
  1208. id="ADMIN_USERS___d18e55438-1_EMPLOYEE_T"/>
  1209. <xs:element name="ADM_OTHER_DOC"
  1210. minOccurs="0"
  1211. type="xs:string"
  1212. id="ADMIN_USERS___d18e55439-1_ADM_OTHER_"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1213. <xs:annotation>
  1214. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  1215. </xs:documentation>
  1216. </xs:annotation>
  1217. </xs:element>
  1218. <xs:element name="ADM_PESEL"
  1219. minOccurs="0"
  1220. type="xs:string"
  1221. id="ADMIN_USERS___d18e55443-1_ADM_PESEL"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1222. <xs:annotation>
  1223. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  1224. </xs:documentation>
  1225. </xs:annotation>
  1226. </xs:element>
  1227. <xs:element name="ADM_PHONE"
  1228. minOccurs="0"
  1229. type="xs:string"
  1230. id="ADMIN_USERS___d18e55447-1_ADM_PHONE"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1231. <xs:annotation>
  1232. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users</xs:documentation>
  1233. </xs:annotation>
  1234. </xs:element>
  1235. <xs:element minOccurs="0"
  1236. name="DEFAULT_ACL_GROUP"
  1237. type="xs:string"
  1238. id="ADMIN_USERS___d18e55451-1_DEFAULT_AC"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1239. <xs:annotation>
  1240. <xs:documentation>todo make ref</xs:documentation>
  1241. </xs:annotation>
  1242. </xs:element>
  1243. <xs:element minOccurs="0"
  1244. name="A_CLASSIFIED"
  1245. type="xs:string"
  1246. id="ADMIN_USERS___d18e55455-1_A_CLASSIFI"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1247. <xs:annotation>
  1248. <xs:documentation>todo make ref</xs:documentation>
  1249. </xs:annotation>
  1250. </xs:element>
  1251. <xs:element minOccurs="0"
  1252. name="A_ADM_COMPANY"
  1253. type="xs:string"
  1254. id="ADMIN_USERS___d18e55460-1_A_ADM_COMP"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1255. <xs:annotation>
  1256. <xs:documentation>todo make ref</xs:documentation>
  1257. </xs:annotation>
  1258. </xs:element>
  1259. <xs:element name="EMAIL_LOCAL_ACCOUNT_ADDRESS"
  1260. type="xs:string"
  1261. id="ADMIN_USERS___d18e55464-1_EMAIL_LOCA"/>
  1262. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  1263. id="ADMIN_USERS___d4e4438-1">
  1264. <xs:annotation>
  1265. <xs:appinfo>
  1266. <system_cache__appinfo:flat_relation_cache>
  1267. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  1268. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  1269. </system_cache__appinfo:flat_relation_cache>
  1270. </xs:appinfo>
  1271. </xs:annotation>
  1272. </xs:element>-->
  1273. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  1274. id="ADMIN_USERS___d4e4443-1">
  1275. <xs:annotation>
  1276. <xs:appinfo>
  1277. <system_cache__appinfo:flat_relation_cache>
  1278. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  1279. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupWrite/name"/>
  1280. </system_cache__appinfo:flat_relation_cache>
  1281. </xs:appinfo>
  1282. </xs:annotation>
  1283. </xs:element>-->
  1284. <xs:element minOccurs="0"
  1285. name="ADM_PERSON_SIGN_SVG"
  1286. type="p5Type:string"
  1287. id="ADMIN_USERS___d18e60762-1_ADM_PERSON"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1288. <xs:annotation>
  1289. <xs:documentation>Podpis opcjonalny w SVG w xmlu, parsowalnym w druku</xs:documentation>
  1290. </xs:annotation>
  1291. </xs:element>
  1292. <xs:element ref="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  1293. id="ADMIN_USERS___d18e55467-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1294. <xs:annotation>
  1295. <xs:appinfo>
  1296. <system_cache__appinfo:flat_relation_cache>
  1297. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"
  1298. system_cache__appinfo:name="L_APPOITMENT_USER"
  1299. system_cache__appinfo:xpath="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER/ADM_ACCOUNT"/>
  1300. </system_cache__appinfo:flat_relation_cache>
  1301. </xs:appinfo>
  1302. <xs:documentation>
  1303. TODO CHECK IF THIS IS CORRECT FLAT RELATION! WAS GENERATED #166
  1304. </xs:documentation>
  1305. </xs:annotation>
  1306. </xs:element>
  1307. <xs:element maxOccurs="unbounded"
  1308. minOccurs="0"
  1309. ref="default_db__x3A__DEVICES:DEVICES"
  1310. id="ADMIN_USERS___d18e55474-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1311. <xs:annotation>
  1312. <xs:appinfo>
  1313. <system_cache__appinfo:flat_relation_cache system_cache__appinfo:backref_evaluate="true">
  1314. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"/>
  1315. </system_cache__appinfo:flat_relation_cache>
  1316. </xs:appinfo>
  1317. </xs:annotation>
  1318. </xs:element>
  1319. <xs:element ref="default_db__x3A__USERS2_MARKETING:USERS2_MARKETING"
  1320. maxOccurs="unbounded"
  1321. minOccurs="0"
  1322. id="ADMIN_USERS___d18e55479-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1323. <xs:annotation>
  1324. <xs:appinfo>
  1325. <system_cache__appinfo:flat_relation_cache system_cache__appinfo:backref_evaluate="true">
  1326. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"/>
  1327. </system_cache__appinfo:flat_relation_cache>
  1328. </xs:appinfo>
  1329. </xs:annotation>
  1330. </xs:element>
  1331. <xs:element maxOccurs="unbounded"
  1332. minOccurs="0"
  1333. ref="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI"
  1334. id="ADMIN_USERS___d18e55484-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1335. <xs:annotation>
  1336. <xs:appinfo>
  1337. <system_cache__appinfo:flat_relation_cache system_cache__appinfo:backref_evaluate="true">
  1338. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"
  1339. system_cache__appinfo:name="ADM_ACCOUNT"
  1340. system_cache__appinfo:xpath="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI/L_APPOITMENT_USER"/>
  1341. </system_cache__appinfo:flat_relation_cache>
  1342. </xs:appinfo>
  1343. </xs:annotation>
  1344. </xs:element>
  1345. </xs:sequence>
  1346. </xs:restriction>
  1347. </xs:complexContent>
  1348. </xs:complexType>
  1349. <xs:element name="worker"
  1350. type="default_db__x3A__ADMIN_USERS:worker"
  1351. substitutionGroup="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  1352. id="ADMIN_USERS___d18e55489-1_worker"/>
  1353. <xs:element name="L_APPOITMENT_USER"
  1354. type="default_db__x3A__ADMIN_USERS:worker"
  1355. id="ADMIN_USERS___d18e55490-1_L_APPOITME"/>
  1356. <xs:element name="CUSTOMER_ADMIN_USER"
  1357. type="default_db__x3A__ADMIN_USERS:worker"
  1358. id="ADMIN_USERS___d18e55491-1_CUSTOMER_A"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1359. <xs:annotation>
  1360. <xs:documentation>GLownie w zadaniach jest taka relacja</xs:documentation>
  1361. </xs:annotation>
  1362. </xs:element>
  1363. <xs:complexType name="ADMIN_USERS_ID_AUTHORIZES"
  1364. id="ADMIN_USERS___d18e55495-1_ADMIN_USER"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1365. <xs:annotation>
  1366. <xs:documentation>Osoba która kogoś upoważnia</xs:documentation>
  1367. </xs:annotation>
  1368. <xs:complexContent id="ADMIN_USERS___d18e55499-1">
  1369. <xs:restriction base="default_db__x3A__ADMIN_USERS:ADMIN_USERS">
  1370. <xs:sequence id="ADMIN_USERS___d18e55501-1">
  1371. <xs:element name="ID" type="xs:int" id="ADMIN_USERS___d18e55502-1_ID"/>
  1372. <xs:element maxOccurs="1"
  1373. minOccurs="1"
  1374. name="ADM_NAME"
  1375. type="xs:string"
  1376. id="ADMIN_USERS___d18e55503-1_ADM_NAME"/>
  1377. <xs:element maxOccurs="1"
  1378. minOccurs="1"
  1379. name="ADM_ACCOUNT"
  1380. type="xs:string"
  1381. id="ADMIN_USERS___d18e55504-1_ADM_ACCOUN"/>
  1382. <xs:element name="A_STATUS"
  1383. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS"
  1384. id="ADMIN_USERS___d18e55505-1_A_STATUS"/>
  1385. <xs:element name="EMPLOYEE_TYPE"
  1386. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE"
  1387. id="ADMIN_USERS___d18e55506-1_EMPLOYEE_T"/>
  1388. <xs:element name="ADM_OTHER_DOC"
  1389. minOccurs="1"
  1390. type="xs:string"
  1391. id="ADMIN_USERS___d18e55507-1_ADM_OTHER_"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1392. <xs:annotation>
  1393. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  1394. </xs:documentation>
  1395. </xs:annotation>
  1396. </xs:element>
  1397. <xs:element name="ADM_PESEL"
  1398. minOccurs="0"
  1399. type="xs:string"
  1400. id="ADMIN_USERS___d18e55511-1_ADM_PESEL"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1401. <xs:annotation>
  1402. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  1403. </xs:documentation>
  1404. </xs:annotation>
  1405. </xs:element>
  1406. <xs:element name="ADM_PHONE"
  1407. minOccurs="0"
  1408. type="xs:string"
  1409. id="ADMIN_USERS___d18e55515-1_ADM_PHONE"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1410. <xs:annotation>
  1411. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users</xs:documentation>
  1412. </xs:annotation>
  1413. </xs:element>
  1414. <xs:element minOccurs="0"
  1415. name="DEFAULT_ACL_GROUP"
  1416. type="xs:string"
  1417. id="ADMIN_USERS___d18e55519-1_DEFAULT_AC"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1418. <xs:annotation>
  1419. <xs:documentation>todo make ref</xs:documentation>
  1420. </xs:annotation>
  1421. </xs:element>
  1422. <xs:element minOccurs="0"
  1423. name="A_CLASSIFIED"
  1424. type="xs:string"
  1425. id="ADMIN_USERS___d18e55523-1_A_CLASSIFI"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1426. <xs:annotation>
  1427. <xs:documentation>todo make ref</xs:documentation>
  1428. </xs:annotation>
  1429. </xs:element>
  1430. <xs:element minOccurs="0"
  1431. name="A_ADM_COMPANY"
  1432. type="xs:string"
  1433. id="ADMIN_USERS___d18e55527-1_A_ADM_COMP"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1434. <xs:annotation>
  1435. <xs:documentation>todo make ref</xs:documentation>
  1436. </xs:annotation>
  1437. </xs:element>
  1438. <xs:element name="EMAIL_LOCAL_ACCOUNT_ADDRESS"
  1439. type="xs:string"
  1440. id="ADMIN_USERS___d18e55532-1_EMAIL_LOCA"/>
  1441. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  1442. id="ADMIN_USERS___d4e4166-1">
  1443. <xs:annotation>
  1444. <xs:appinfo>
  1445. <system_cache__appinfo:flat_relation_cache>
  1446. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  1447. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  1448. </system_cache__appinfo:flat_relation_cache>
  1449. </xs:appinfo>
  1450. </xs:annotation>
  1451. </xs:element>-->
  1452. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  1453. id="ADMIN_USERS___d4e4171-1">
  1454. <xs:annotation>
  1455. <xs:appinfo>
  1456. <system_cache__appinfo:flat_relation_cache>
  1457. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  1458. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupWrite/name"/>
  1459. </system_cache__appinfo:flat_relation_cache>
  1460. </xs:appinfo>
  1461. </xs:annotation>
  1462. </xs:element>-->
  1463. <xs:element minOccurs="0"
  1464. name="ADM_PERSON_SIGN_SVG"
  1465. type="p5Type:string"
  1466. id="ADMIN_USERS___d18e60847-1_ADM_PERSON"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1467. <xs:annotation>
  1468. <xs:documentation>Podpis opcjonalny w SVG w xmlu, parsowalnym w druku</xs:documentation>
  1469. </xs:annotation>
  1470. </xs:element>
  1471. <xs:element ref="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  1472. id="ADMIN_USERS___d18e55535-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1473. <xs:annotation>
  1474. <xs:appinfo>
  1475. <system_cache__appinfo:flat_relation_cache>
  1476. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"
  1477. system_cache__appinfo:name="L_APPOITMENT_USER"
  1478. system_cache__appinfo:xpath="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER/ADM_ACCOUNT"/>
  1479. </system_cache__appinfo:flat_relation_cache>
  1480. </xs:appinfo>
  1481. <xs:documentation>
  1482. TODO CHECK IF THIS IS CORRECT FLAT RELATION! WAS GENERATED #166
  1483. </xs:documentation>
  1484. </xs:annotation>
  1485. </xs:element>
  1486. </xs:sequence>
  1487. </xs:restriction>
  1488. </xs:complexContent>
  1489. </xs:complexType>
  1490. <xs:element name="ADMIN_USERS_ID_AUTHORIZES"
  1491. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS_ID_AUTHORIZES"
  1492. id="ADMIN_USERS___d18e55543-1_ADMIN_USER"/>
  1493. <xs:complexType name="ADMIN_USERS_ID_AUTHORIZED"
  1494. id="ADMIN_USERS___d18e55544-1_ADMIN_USER"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1495. <xs:annotation>
  1496. <xs:documentation>Osoba która jest upoważniana do czegoś przez kogoś</xs:documentation>
  1497. </xs:annotation>
  1498. <xs:complexContent id="ADMIN_USERS___d18e55548-1">
  1499. <xs:restriction base="default_db__x3A__ADMIN_USERS:ADMIN_USERS">
  1500. <xs:sequence id="ADMIN_USERS___d18e55550-1">
  1501. <xs:element name="ID" type="xs:int" id="ADMIN_USERS___d18e55551-1_ID"/>
  1502. <xs:element maxOccurs="1"
  1503. minOccurs="1"
  1504. name="ADM_NAME"
  1505. type="xs:string"
  1506. id="ADMIN_USERS___d18e55552-1_ADM_NAME"/>
  1507. <xs:element maxOccurs="1"
  1508. minOccurs="1"
  1509. name="ADM_ACCOUNT"
  1510. type="xs:string"
  1511. id="ADMIN_USERS___d18e55553-1_ADM_ACCOUN"/>
  1512. <xs:element name="A_STATUS"
  1513. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__A_STATUS"
  1514. id="ADMIN_USERS___d18e55554-1_A_STATUS"/>
  1515. <xs:element name="EMPLOYEE_TYPE"
  1516. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS__EMPLOYE_TYPE"
  1517. id="ADMIN_USERS___d18e55555-1_EMPLOYEE_T"/>
  1518. <xs:element name="ADM_OTHER_DOC"
  1519. minOccurs="0"
  1520. type="xs:string"
  1521. id="ADMIN_USERS___d18e55556-1_ADM_OTHER_"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1522. <xs:annotation>
  1523. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  1524. </xs:documentation>
  1525. </xs:annotation>
  1526. </xs:element>
  1527. <xs:element name="ADM_PESEL"
  1528. minOccurs="0"
  1529. type="xs:string"
  1530. id="ADMIN_USERS___d18e55560-1_ADM_PESEL"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1531. <xs:annotation>
  1532. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users
  1533. </xs:documentation>
  1534. </xs:annotation>
  1535. </xs:element>
  1536. <xs:element name="ADM_PHONE"
  1537. minOccurs="0"
  1538. type="xs:string"
  1539. id="ADMIN_USERS___d18e55564-1_ADM_PHONE"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1540. <xs:annotation>
  1541. <xs:documentation>todo: nalezy zdefiniowac komorke w admin users</xs:documentation>
  1542. </xs:annotation>
  1543. </xs:element>
  1544. <xs:element minOccurs="0"
  1545. name="DEFAULT_ACL_GROUP"
  1546. type="xs:string"
  1547. id="ADMIN_USERS___d18e55568-1_DEFAULT_AC"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1548. <xs:annotation>
  1549. <xs:documentation>todo make ref</xs:documentation>
  1550. </xs:annotation>
  1551. </xs:element>
  1552. <xs:element minOccurs="0"
  1553. name="A_CLASSIFIED"
  1554. type="xs:string"
  1555. id="ADMIN_USERS___d18e55572-1_A_CLASSIFI"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1556. <xs:annotation>
  1557. <xs:documentation>todo make ref</xs:documentation>
  1558. </xs:annotation>
  1559. </xs:element>
  1560. <xs:element minOccurs="0"
  1561. name="A_ADM_COMPANY"
  1562. type="xs:string"
  1563. id="ADMIN_USERS___d18e55576-1_A_ADM_COMP"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1564. <xs:annotation>
  1565. <xs:documentation>todo make ref</xs:documentation>
  1566. </xs:annotation>
  1567. </xs:element>
  1568. <xs:element name="EMAIL_LOCAL_ACCOUNT_ADDRESS"
  1569. type="xs:string"
  1570. id="ADMIN_USERS___d18e55581-1_EMAIL_LOCA"/>
  1571. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  1572. id="ADMIN_USERS___d4e4166-1">
  1573. <xs:annotation>
  1574. <xs:appinfo>
  1575. <system_cache__appinfo:flat_relation_cache>
  1576. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  1577. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  1578. </system_cache__appinfo:flat_relation_cache>
  1579. </xs:appinfo>
  1580. </xs:annotation>
  1581. </xs:element>-->
  1582. <!--<xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  1583. id="ADMIN_USERS___d4e4171-1">
  1584. <xs:annotation>
  1585. <xs:appinfo>
  1586. <system_cache__appinfo:flat_relation_cache>
  1587. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  1588. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupWrite/name"/>
  1589. </system_cache__appinfo:flat_relation_cache>
  1590. </xs:appinfo>
  1591. </xs:annotation>
  1592. </xs:element>-->
  1593. <xs:element minOccurs="0"
  1594. name="ADM_PERSON_SIGN_SVG"
  1595. type="p5Type:string"
  1596. id="ADMIN_USERS___d18e60907-1_ADM_PERSON"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1597. <xs:annotation>
  1598. <xs:documentation>Podpis opcjonalny w SVG w xmlu, parsowalnym w druku</xs:documentation>
  1599. </xs:annotation>
  1600. </xs:element>
  1601. <xs:element ref="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER"
  1602. id="ADMIN_USERS___d18e55584-1"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())--><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  1603. <xs:annotation>
  1604. <xs:appinfo>
  1605. <system_cache__appinfo:flat_relation_cache>
  1606. <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"
  1607. system_cache__appinfo:name="L_APPOITMENT_USER"
  1608. system_cache__appinfo:xpath="default_db__x3A__ADMIN_USERS:L_APPOITMENT_USER/ADM_ACCOUNT"/>
  1609. </system_cache__appinfo:flat_relation_cache>
  1610. </xs:appinfo>
  1611. <xs:documentation>
  1612. TODO CHECK IF THIS IS CORRECT FLAT RELATION! WAS GENERATED #166
  1613. </xs:documentation>
  1614. </xs:annotation>
  1615. </xs:element>
  1616. </xs:sequence>
  1617. </xs:restriction>
  1618. </xs:complexContent>
  1619. </xs:complexType>
  1620. <xs:element name="ADMIN_USERS_ID_AUTHORIZED"
  1621. type="default_db__x3A__ADMIN_USERS:ADMIN_USERS_ID_AUTHORIZED"
  1622. id="ADMIN_USERS___d18e55591-1_ADMIN_USER"/>
  1623. </xs:schema>