WezelB.xml 1.7 MB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568656965706571657265736574657565766577657865796580658165826583658465856586658765886589659065916592659365946595659665976598659966006601660266036604660566066607660866096610661166126613661466156616661766186619662066216622662366246625662666276628662966306631663266336634663566366637663866396640664166426643664466456646664766486649665066516652665366546655665666576658665966606661666266636664666566666667666866696670667166726673667466756676667766786679668066816682668366846685668666876688668966906691669266936694669566966697669866996700670167026703670467056706670767086709671067116712671367146715671667176718671967206721672267236724672567266727672867296730673167326733673467356736673767386739674067416742674367446745674667476748674967506751675267536754675567566757675867596760676167626763676467656766676767686769677067716772677367746775677667776778677967806781678267836784678567866787678867896790679167926793679467956796679767986799680068016802680368046805680668076808680968106811681268136814681568166817681868196820682168226823682468256826682768286829683068316832683368346835683668376838683968406841684268436844684568466847684868496850685168526853685468556856685768586859686068616862686368646865686668676868686968706871687268736874687568766877687868796880688168826883688468856886688768886889689068916892689368946895689668976898689969006901690269036904690569066907690869096910691169126913691469156916691769186919692069216922692369246925692669276928692969306931693269336934693569366937693869396940694169426943694469456946694769486949695069516952695369546955695669576958695969606961696269636964696569666967696869696970697169726973697469756976697769786979698069816982698369846985698669876988698969906991699269936994699569966997699869997000700170027003700470057006700770087009701070117012701370147015701670177018701970207021702270237024702570267027702870297030703170327033703470357036703770387039704070417042704370447045704670477048704970507051705270537054705570567057705870597060706170627063706470657066706770687069707070717072707370747075707670777078707970807081708270837084708570867087708870897090709170927093709470957096709770987099710071017102710371047105710671077108710971107111711271137114711571167117711871197120712171227123712471257126712771287129713071317132713371347135713671377138713971407141714271437144714571467147714871497150715171527153715471557156715771587159716071617162716371647165716671677168716971707171717271737174717571767177717871797180718171827183718471857186718771887189719071917192719371947195719671977198719972007201720272037204720572067207720872097210721172127213721472157216721772187219722072217222722372247225722672277228722972307231723272337234723572367237723872397240724172427243724472457246724772487249725072517252725372547255725672577258725972607261726272637264726572667267726872697270727172727273727472757276727772787279728072817282728372847285728672877288728972907291729272937294729572967297729872997300730173027303730473057306730773087309731073117312731373147315731673177318731973207321732273237324732573267327732873297330733173327333733473357336733773387339734073417342734373447345734673477348734973507351735273537354735573567357735873597360736173627363736473657366736773687369737073717372737373747375737673777378737973807381738273837384738573867387738873897390739173927393739473957396739773987399740074017402740374047405740674077408740974107411741274137414741574167417741874197420742174227423742474257426742774287429743074317432743374347435743674377438743974407441744274437444744574467447744874497450745174527453745474557456745774587459746074617462746374647465746674677468746974707471747274737474747574767477747874797480748174827483748474857486748774887489749074917492749374947495749674977498749975007501750275037504750575067507750875097510751175127513751475157516751775187519752075217522752375247525752675277528752975307531753275337534753575367537753875397540754175427543754475457546754775487549755075517552755375547555755675577558755975607561756275637564756575667567756875697570757175727573757475757576757775787579758075817582758375847585758675877588758975907591759275937594759575967597759875997600760176027603760476057606760776087609761076117612761376147615761676177618761976207621762276237624762576267627762876297630763176327633763476357636763776387639764076417642764376447645764676477648764976507651765276537654765576567657765876597660766176627663766476657666766776687669767076717672767376747675767676777678767976807681768276837684768576867687768876897690769176927693769476957696769776987699770077017702770377047705770677077708770977107711771277137714771577167717771877197720772177227723772477257726772777287729773077317732773377347735773677377738773977407741774277437744774577467747774877497750775177527753775477557756775777587759776077617762776377647765776677677768776977707771777277737774777577767777777877797780778177827783778477857786778777887789779077917792779377947795779677977798779978007801780278037804780578067807780878097810781178127813781478157816781778187819782078217822782378247825782678277828782978307831783278337834783578367837783878397840784178427843784478457846784778487849785078517852785378547855785678577858785978607861786278637864786578667867786878697870787178727873787478757876787778787879788078817882788378847885788678877888788978907891789278937894789578967897789878997900790179027903790479057906790779087909791079117912791379147915791679177918791979207921792279237924792579267927792879297930793179327933793479357936793779387939794079417942794379447945794679477948794979507951795279537954795579567957795879597960796179627963796479657966796779687969797079717972797379747975797679777978797979807981798279837984798579867987798879897990799179927993799479957996799779987999800080018002800380048005800680078008800980108011801280138014801580168017801880198020802180228023802480258026802780288029803080318032803380348035803680378038803980408041804280438044804580468047804880498050805180528053805480558056805780588059806080618062806380648065806680678068806980708071807280738074807580768077807880798080808180828083808480858086808780888089809080918092809380948095809680978098809981008101810281038104810581068107810881098110811181128113811481158116811781188119812081218122812381248125812681278128812981308131813281338134813581368137813881398140814181428143814481458146814781488149815081518152815381548155815681578158815981608161816281638164816581668167816881698170817181728173817481758176817781788179818081818182818381848185818681878188818981908191819281938194819581968197819881998200820182028203820482058206820782088209821082118212821382148215821682178218821982208221822282238224822582268227822882298230823182328233823482358236823782388239824082418242824382448245824682478248824982508251825282538254825582568257825882598260826182628263826482658266826782688269827082718272827382748275827682778278827982808281828282838284828582868287828882898290829182928293829482958296829782988299830083018302830383048305830683078308830983108311831283138314831583168317831883198320832183228323832483258326832783288329833083318332833383348335833683378338833983408341834283438344834583468347834883498350835183528353835483558356835783588359836083618362836383648365836683678368836983708371837283738374837583768377837883798380838183828383838483858386838783888389839083918392839383948395839683978398839984008401840284038404840584068407840884098410841184128413841484158416841784188419842084218422842384248425842684278428842984308431843284338434843584368437843884398440844184428443844484458446844784488449845084518452845384548455845684578458845984608461846284638464846584668467846884698470847184728473847484758476847784788479848084818482848384848485848684878488848984908491849284938494849584968497849884998500850185028503850485058506850785088509851085118512851385148515851685178518851985208521852285238524852585268527852885298530853185328533853485358536853785388539854085418542854385448545854685478548854985508551855285538554855585568557855885598560856185628563856485658566856785688569857085718572857385748575857685778578857985808581858285838584858585868587858885898590859185928593859485958596859785988599860086018602860386048605860686078608860986108611861286138614861586168617861886198620862186228623862486258626862786288629863086318632863386348635863686378638863986408641864286438644864586468647864886498650865186528653865486558656865786588659866086618662866386648665866686678668866986708671867286738674867586768677867886798680868186828683868486858686868786888689869086918692869386948695869686978698869987008701870287038704870587068707870887098710871187128713871487158716871787188719872087218722872387248725872687278728872987308731873287338734873587368737873887398740874187428743874487458746874787488749875087518752875387548755875687578758875987608761876287638764876587668767876887698770877187728773877487758776877787788779878087818782878387848785878687878788878987908791879287938794879587968797879887998800880188028803880488058806880788088809881088118812881388148815881688178818881988208821882288238824882588268827882888298830883188328833883488358836883788388839884088418842884388448845884688478848884988508851885288538854885588568857885888598860886188628863886488658866886788688869887088718872887388748875887688778878887988808881888288838884888588868887888888898890889188928893889488958896889788988899890089018902890389048905890689078908890989108911891289138914891589168917891889198920892189228923892489258926892789288929893089318932893389348935893689378938893989408941894289438944894589468947894889498950895189528953895489558956895789588959896089618962896389648965896689678968896989708971897289738974897589768977897889798980898189828983898489858986898789888989899089918992899389948995899689978998899990009001900290039004900590069007900890099010901190129013901490159016901790189019902090219022902390249025902690279028902990309031903290339034903590369037903890399040904190429043904490459046904790489049905090519052905390549055905690579058905990609061906290639064906590669067906890699070907190729073907490759076907790789079908090819082908390849085908690879088908990909091909290939094909590969097909890999100910191029103910491059106910791089109911091119112911391149115911691179118911991209121912291239124912591269127912891299130913191329133913491359136913791389139914091419142914391449145914691479148914991509151915291539154915591569157915891599160916191629163916491659166916791689169917091719172917391749175917691779178917991809181918291839184918591869187918891899190919191929193919491959196919791989199920092019202920392049205920692079208920992109211921292139214921592169217921892199220922192229223922492259226922792289229923092319232923392349235923692379238923992409241924292439244924592469247924892499250925192529253925492559256925792589259926092619262926392649265926692679268926992709271927292739274927592769277927892799280928192829283928492859286928792889289929092919292929392949295929692979298929993009301930293039304930593069307930893099310931193129313931493159316931793189319932093219322932393249325932693279328932993309331933293339334933593369337933893399340934193429343934493459346934793489349935093519352935393549355935693579358935993609361936293639364936593669367936893699370937193729373937493759376937793789379938093819382938393849385938693879388938993909391939293939394939593969397939893999400940194029403940494059406940794089409941094119412941394149415941694179418941994209421942294239424942594269427942894299430943194329433943494359436943794389439944094419442944394449445944694479448944994509451945294539454945594569457945894599460946194629463946494659466946794689469947094719472947394749475947694779478947994809481948294839484948594869487948894899490949194929493949494959496949794989499950095019502950395049505950695079508950995109511951295139514951595169517951895199520952195229523952495259526952795289529953095319532953395349535953695379538953995409541954295439544954595469547954895499550955195529553955495559556955795589559956095619562956395649565956695679568956995709571957295739574957595769577957895799580958195829583958495859586958795889589959095919592959395949595959695979598959996009601960296039604960596069607960896099610961196129613961496159616961796189619962096219622962396249625962696279628962996309631963296339634963596369637963896399640964196429643964496459646964796489649965096519652965396549655965696579658965996609661966296639664966596669667966896699670967196729673967496759676967796789679968096819682968396849685968696879688968996909691969296939694969596969697969896999700970197029703970497059706970797089709971097119712971397149715971697179718971997209721972297239724972597269727972897299730973197329733973497359736973797389739974097419742974397449745974697479748974997509751975297539754975597569757975897599760976197629763976497659766976797689769977097719772977397749775977697779778977997809781978297839784978597869787978897899790979197929793979497959796979797989799980098019802980398049805980698079808980998109811981298139814981598169817981898199820982198229823982498259826982798289829983098319832983398349835983698379838983998409841984298439844984598469847984898499850985198529853985498559856985798589859986098619862986398649865986698679868986998709871987298739874987598769877987898799880988198829883988498859886988798889889989098919892989398949895989698979898989999009901990299039904990599069907990899099910991199129913991499159916991799189919992099219922992399249925992699279928992999309931993299339934993599369937993899399940994199429943994499459946994799489949995099519952995399549955995699579958995999609961996299639964996599669967996899699970997199729973997499759976997799789979998099819982998399849985998699879988998999909991999299939994999599969997999899991000010001100021000310004100051000610007100081000910010100111001210013100141001510016100171001810019100201002110022100231002410025100261002710028100291003010031100321003310034100351003610037100381003910040100411004210043100441004510046100471004810049100501005110052100531005410055100561005710058100591006010061100621006310064100651006610067100681006910070100711007210073100741007510076100771007810079100801008110082100831008410085100861008710088100891009010091100921009310094100951009610097100981009910100101011010210103101041010510106101071010810109101101011110112101131011410115101161011710118101191012010121101221012310124101251012610127101281012910130101311013210133101341013510136101371013810139101401014110142101431014410145101461014710148101491015010151101521015310154101551015610157101581015910160101611016210163101641016510166101671016810169101701017110172101731017410175101761017710178101791018010181101821018310184101851018610187101881018910190101911019210193101941019510196101971019810199102001020110202102031020410205102061020710208102091021010211102121021310214102151021610217102181021910220102211022210223102241022510226102271022810229102301023110232102331023410235102361023710238102391024010241102421024310244102451024610247102481024910250102511025210253102541025510256102571025810259102601026110262102631026410265102661026710268102691027010271102721027310274102751027610277102781027910280102811028210283102841028510286102871028810289102901029110292102931029410295102961029710298102991030010301103021030310304103051030610307103081030910310103111031210313103141031510316103171031810319103201032110322103231032410325103261032710328103291033010331103321033310334103351033610337103381033910340103411034210343103441034510346103471034810349103501035110352103531035410355103561035710358103591036010361103621036310364103651036610367103681036910370103711037210373103741037510376103771037810379103801038110382103831038410385103861038710388103891039010391103921039310394103951039610397103981039910400104011040210403104041040510406104071040810409104101041110412104131041410415104161041710418104191042010421104221042310424104251042610427104281042910430104311043210433104341043510436104371043810439104401044110442104431044410445104461044710448104491045010451104521045310454104551045610457104581045910460104611046210463104641046510466104671046810469104701047110472104731047410475104761047710478104791048010481104821048310484104851048610487104881048910490104911049210493104941049510496104971049810499105001050110502105031050410505105061050710508105091051010511105121051310514105151051610517105181051910520105211052210523105241052510526105271052810529105301053110532105331053410535105361053710538105391054010541105421054310544105451054610547105481054910550105511055210553105541055510556105571055810559105601056110562105631056410565105661056710568105691057010571105721057310574105751057610577105781057910580105811058210583105841058510586105871058810589105901059110592105931059410595105961059710598105991060010601106021060310604106051060610607106081060910610106111061210613106141061510616106171061810619106201062110622106231062410625106261062710628106291063010631106321063310634106351063610637106381063910640106411064210643106441064510646106471064810649106501065110652106531065410655106561065710658106591066010661106621066310664106651066610667106681066910670106711067210673106741067510676106771067810679106801068110682106831068410685106861068710688106891069010691106921069310694106951069610697106981069910700107011070210703107041070510706107071070810709107101071110712107131071410715107161071710718107191072010721107221072310724107251072610727107281072910730107311073210733107341073510736107371073810739107401074110742107431074410745107461074710748107491075010751107521075310754107551075610757107581075910760107611076210763107641076510766107671076810769107701077110772107731077410775107761077710778107791078010781107821078310784107851078610787107881078910790107911079210793107941079510796107971079810799108001080110802108031080410805108061080710808108091081010811108121081310814108151081610817108181081910820108211082210823108241082510826108271082810829108301083110832108331083410835108361083710838108391084010841108421084310844108451084610847108481084910850108511085210853108541085510856108571085810859108601086110862108631086410865108661086710868108691087010871108721087310874108751087610877108781087910880108811088210883108841088510886108871088810889108901089110892108931089410895108961089710898108991090010901109021090310904109051090610907109081090910910109111091210913109141091510916109171091810919109201092110922109231092410925109261092710928109291093010931109321093310934109351093610937109381093910940109411094210943109441094510946109471094810949109501095110952109531095410955109561095710958109591096010961109621096310964109651096610967109681096910970109711097210973109741097510976109771097810979109801098110982109831098410985109861098710988109891099010991109921099310994109951099610997109981099911000110011100211003110041100511006110071100811009110101101111012110131101411015110161101711018110191102011021110221102311024110251102611027110281102911030110311103211033110341103511036110371103811039110401104111042110431104411045110461104711048110491105011051110521105311054110551105611057110581105911060110611106211063110641106511066110671106811069110701107111072110731107411075110761107711078110791108011081110821108311084110851108611087110881108911090110911109211093110941109511096110971109811099111001110111102111031110411105111061110711108111091111011111111121111311114111151111611117111181111911120111211112211123111241112511126111271112811129111301113111132111331113411135111361113711138111391114011141111421114311144111451114611147111481114911150111511115211153111541115511156111571115811159111601116111162111631116411165111661116711168111691117011171111721117311174111751117611177111781117911180111811118211183111841118511186111871118811189111901119111192111931119411195111961119711198111991120011201112021120311204112051120611207112081120911210112111121211213112141121511216112171121811219112201122111222112231122411225112261122711228112291123011231112321123311234112351123611237112381123911240112411124211243112441124511246112471124811249112501125111252112531125411255112561125711258112591126011261112621126311264112651126611267112681126911270112711127211273112741127511276112771127811279112801128111282112831128411285112861128711288112891129011291112921129311294112951129611297112981129911300113011130211303113041130511306113071130811309113101131111312113131131411315113161131711318113191132011321113221132311324113251132611327113281132911330113311133211333113341133511336113371133811339113401134111342113431134411345113461134711348113491135011351113521135311354113551135611357113581135911360113611136211363113641136511366113671136811369113701137111372113731137411375113761137711378113791138011381113821138311384113851138611387113881138911390113911139211393113941139511396113971139811399114001140111402114031140411405114061140711408114091141011411114121141311414114151141611417114181141911420114211142211423114241142511426114271142811429114301143111432114331143411435114361143711438114391144011441114421144311444114451144611447114481144911450114511145211453114541145511456114571145811459114601146111462114631146411465114661146711468114691147011471114721147311474114751147611477114781147911480114811148211483114841148511486114871148811489114901149111492114931149411495114961149711498114991150011501115021150311504115051150611507115081150911510115111151211513115141151511516115171151811519115201152111522115231152411525115261152711528115291153011531115321153311534115351153611537115381153911540115411154211543115441154511546115471154811549115501155111552115531155411555115561155711558115591156011561115621156311564115651156611567115681156911570115711157211573115741157511576115771157811579115801158111582115831158411585115861158711588115891159011591115921159311594115951159611597115981159911600116011160211603116041160511606116071160811609116101161111612116131161411615116161161711618116191162011621116221162311624116251162611627116281162911630116311163211633116341163511636116371163811639116401164111642116431164411645116461164711648116491165011651116521165311654116551165611657116581165911660116611166211663116641166511666116671166811669116701167111672116731167411675116761167711678116791168011681116821168311684116851168611687116881168911690116911169211693116941169511696116971169811699117001170111702117031170411705117061170711708117091171011711117121171311714117151171611717117181171911720117211172211723117241172511726117271172811729117301173111732117331173411735117361173711738117391174011741117421174311744117451174611747117481174911750117511175211753117541175511756117571175811759117601176111762117631176411765117661176711768117691177011771117721177311774117751177611777117781177911780117811178211783117841178511786117871178811789117901179111792117931179411795117961179711798117991180011801118021180311804118051180611807118081180911810118111181211813118141181511816118171181811819118201182111822118231182411825118261182711828118291183011831118321183311834118351183611837118381183911840118411184211843118441184511846118471184811849118501185111852118531185411855118561185711858118591186011861118621186311864118651186611867118681186911870118711187211873118741187511876118771187811879
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <p5_tr_map:go_recurse_from_root_by_build_element xmlns:p5_tr_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/procesy5_translate_map.xsd"
  3. xmlns:p5_tr_map_js="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/procesy5_translate_map_js.xsd"
  4. xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  5. xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  6. xmlns:TERYT_terc_xml_import_after_main="http://biuro.biall-net.pl/xmlschema_procesy5/default_objects/TERYT_terc_xml_import_after_main.xsd"
  7. xmlns:default_default_objects_types="http://biuro.biall-net.pl/xmlschema_procesy5/default_objects/default_objects_types.xsd"
  8. xmlns:default_db="http://biuro.biall-net.pl/xmlschema_procesy5/default_db"
  9. xmlns:default_projects="http://biuro.biall-net.pl/xmlschema_procesy5/default_objects/projects.xsd"
  10. xmlns:default_db_CRM_WSKAZNIK="http://biuro.biall-net.pl/xmlschema_procesy5/default_db/CRM_WSKAZNIK"
  11. xmlns:default_infrastructure_buildings="http://biuro.biall-net.pl/xmlschema_procesy5/default_objects/infrastructure_buildings.xsd"
  12. xmlns:default_workers="http://biuro.biall-net.pl/xmlschema_procesy5/default_objects/workers.xsd"
  13. xmlns:bpmn20="http://www.omg.org/spec/BPMN/20100524/MODEL"
  14. xmlns:database_objects="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/database_objects.xsd"
  15. xmlns:system_cache__procesy5_xsd_business_objects="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/procesy5_xsd_business_objects.xsd"
  16. xmlns:default_crm_proces="http://biuro.biall-net.pl/xmlschema_procesy5/default_objects/crm_proces.xsd"
  17. xmlns:teryt="http://biuro.biall-net.pl/xmlschema_procesy5/default_objects/teryt.xsd"
  18. xmlns:default_db_TELBOXES="http://biuro.biall-net.pl/xmlschema_procesy5/default_db/TELBOXES"
  19. xmlns:graph_relation_elements="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/graph_relation_elements.xsd"
  20. xmlns:default_corespondence="http://biuro.biall-net.pl/xmlschema_procesy5/default_objects/corespondence.xsd"
  21. xmlns:default_db_CRM_LISTA_ZASOBOW="http://biuro.biall-net.pl/xmlschema_procesy5/default_db/CRM_LISTA_ZASOBOW"
  22. xmlns:default_db_BUILDINGS="http://biuro.biall-net.pl/xmlschema_procesy5/default_db/BUILDINGS"
  23. xmlns:default_db_DEVICES="http://biuro.biall-net.pl/xmlschema_procesy5/default_db/DEVICES"
  24. xmlns:default_recurring_accounting_features="http://biuro.biall-net.pl/xmlschema_procesy5/default_objects/recurring_accounting_features.xsd"
  25. xmlns:system_cache__filesystem="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/filesystem.xsd"
  26. xmlns:gml="http://www.opengis.net/gml/3.2"
  27. xmlns:xlink="http://www.w3.org/1999/xlink"
  28. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  29. 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"
  30. xsi:schemaLocation="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/procesy5_translate_map.xsd ../../default_db_xml_cache.public/p5_tr_map.xsd">
  31. <p5_tr_map:go_recurse_from_root_by_build_element_434 p5_tr_map:uuid="d14812e1"
  32. comment="434 przepuszczenie pierwszego elementu jezeli ma @type - magazynujemy go w complexType nizej local-name:element @name:WezelB @id:A__TELBOXES___d20e4795-1_WezelB INSTANCE_ID: np. dla elementu MAGAZYN, ktory ma @type MAGAZYN"
  33. event_type="434"
  34. system_cache__appinfo:id="A__TELBOXES___d20e4795-1_WezelB"
  35. event_name="element[@type]/node()"
  36. parent_type="default_db__x3A__TELBOXES:WezelB">
  37. <p5_tr_map:go_recurse_from_root_by_build_element_4942 p5_tr_map:uuid="d14812e2"
  38. retrieve_ID="parent::node()/REMOTE_ID"
  39. retrieve_REMOTE_ID="empty(REMOTE_ID) or REMOTE_ID"
  40. retrieve_TYPE="default_db__x3A__TELBOXES:WezelB"
  41. local-name="complexType"
  42. local-name-name="TELBOXESType"
  43. restriciction_base=""
  44. event_type="4942"
  45. event_type_old="494"
  46. system_cache__appinfo:xpath_full="default_db__x3A__TELBOXES:TELBOXESType"
  47. system_cache__appinfo:xpath="default_db__x3A__TELBOXES:TELBOXESType"
  48. system_cache__appinfo:restriction_path_TODEL=""
  49. system_cache__appinfo:name="TELBOXESType"
  50. system_cache__appinfo:id="A__TELBOXES___d20e4789-1_TELBOXESTy"
  51. system_cache__appinfo:sort="0"
  52. system_cache__appinfo:root_element_in_schema="true"
  53. system_cache__appinfo:prefix="default_db__x3A__TELBOXES"
  54. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/TELBOXES.xsd"><!--4940 kolejna derewiacja np. database_objects:LinearRingType/LinearRingType/AbstractRingType - w kolejnej oczekujemy REMOTE_ID=parent::node()/ID -->
  55. <p5_tr_map:go_recurse_from_root_by_build_element_4940 p5_tr_map:uuid="d14812e3"
  56. retrieve_ID="parent::node()/REMOTE_ID"
  57. retrieve_REMOTE_ID="empty(REMOTE_ID) or REMOTE_ID"
  58. retrieve_TYPE="default_db__x3A__TELBOXES:WezelB"
  59. local-name="complexType"
  60. local-name-name="Obiekt_infrastruktury"
  61. restriciction_base=""
  62. event_type="4940"
  63. event_type_old="494"
  64. system_cache__appinfo:xpath_full="default_db__x3A__TELBOXES:TELBOXESType/Types__x3A__default_infrastructure:Obiekt_infrastruktury"
  65. system_cache__appinfo:xpath="Types__x3A__default_infrastructure:Obiekt_infrastruktury"
  66. system_cache__appinfo:restriction_path_TODEL=""
  67. system_cache__appinfo:name="Obiekt_infrastruktury"
  68. system_cache__appinfo:abstract="true"
  69. system_cache__appinfo:id="Types__x3A__default_infrastructure___d13e10426-1_Obiekt_inf"
  70. system_cache__appinfo:sort="0"
  71. system_cache__appinfo:root_element_in_schema="true"
  72. system_cache__appinfo:prefix="Types__x3A__default_infrastructure"
  73. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/Types/infrastructure.xsd"><!--4940 kolejna derewiacja np. database_objects:LinearRingType/LinearRingType/AbstractRingType - w kolejnej oczekujemy REMOTE_ID=parent::node()/ID -->
  74. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  75. retrieve_resource_id="Types__x3A__default_infrastructure___d13e10434-1"
  76. local-name="sequence"
  77. event_type="473"
  78. p5_tr_map:uuid="d14812e4"
  79. comment="warunek 473 sekwencje"
  80. system_cache__appinfo:sort="1"
  81. system_cache__appinfo:prefix="Types__x3A__default_infrastructure"
  82. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/Types/infrastructure.xsd"
  83. system_cache__appinfo:id="Types__x3A__default_infrastructure___d13e10434-1"><!--473 sekwencje -->
  84. <p5_tr_map:go_recurse_from_root_by_build_element_477b retrieve_PARENT_ID="parent::node()/ID"
  85. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  86. local-name="element"
  87. local-name-name="the_geom"
  88. create_element="the_geom"
  89. requested-table-type="INSTANCE"
  90. event_type="477b"
  91. p5_tr_map:uuid="d14812e5"
  92. comment="477b uzyty ComplexType bez @ref w elemencie - symulacja pobrania elementu jak z @ref i musi miec REMOTE_ID"
  93. system_cache__appinfo:xpath_full="default_db__x3A__TELBOXES:TELBOXESType/Types__x3A__default_infrastructure:Obiekt_infrastruktury/gml:AbstractFeatureType"
  94. system_cache__appinfo:name="the_geom"
  95. system_cache__appinfo:type="gml:AbstractFeatureType"
  96. system_cache__appinfo:id="Types__x3A__default_infrastructure___d13e10436-1_the_geom"
  97. system_cache__appinfo:xpath_local="gml:AbstractFeatureType"
  98. system_cache__appinfo:sort="1"
  99. system_cache__appinfo:prefix="Types__x3A__default_infrastructure"
  100. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/Types/infrastructure.xsd"
  101. system_cache__appinfo:restriction_path="/element:the_geom/">
  102. <p5_tr_map:go_recurse_from_root_by_build_element_481 retrieve_ID="parent::node()/REMOTE_ID"
  103. local-name="complexType"
  104. local-name-name="AbstractFeatureType"
  105. requested-table-type="INSTANCE"
  106. event_type="481"
  107. parent_name=""
  108. p5_tr_map:parent_type="gml:AbstractFeatureType"
  109. p5_tr_map:uuid="d14812e6"
  110. comment="481 tutaj jest tabela z instancjami obych obiektow (ComplexType) , pytamy sie o konkretne ID=@REMOTE_ID w konkretnej tabeli (nie ma parent_type) "
  111. system_cache__appinfo:restriction_path_TODEL="/element:the_geom/"
  112. system_cache__appinfo:abstract="true"
  113. system_cache__appinfo:name="AbstractFeatureType"
  114. system_cache__appinfo:id="gml___d13e10403-1_AbstractFe"
  115. system_cache__appinfo:sort="0"
  116. system_cache__appinfo:root_element_in_schema="true"
  117. system_cache__appinfo:prefix="gml"
  118. system_cache__appinfo:namespace_uri="http://www.opengis.net/gml/3.2"/>
  119. </p5_tr_map:go_recurse_from_root_by_build_element_477b>
  120. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  121. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  122. local-name="element"
  123. local-name-name="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  124. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  125. requested-table-type="INSTANCE"
  126. event_type="477"
  127. flat_relation_cache_name="ID_KORESP_PROJEKT"
  128. flat_relation_cache_xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT/ID"
  129. p5_tr_map:uuid="d14812e7"
  130. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  131. system_cache__appinfo:xpath_full="default_db__x3A__TELBOXES:TELBOXESType/Types__x3A__default_infrastructure:Obiekt_infrastruktury/default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  132. system_cache__appinfo:minOccurs="0"
  133. system_cache__appinfo:ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  134. system_cache__appinfo:maxOccurs="unbounded"
  135. system_cache__appinfo:id="Types__x3A__default_infrastructure___d13e10438-1"
  136. system_cache__appinfo:xpath_local="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  137. system_cache__appinfo:sort="1"
  138. system_cache__appinfo:prefix="Types__x3A__default_infrastructure"
  139. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/Types/infrastructure.xsd"
  140. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT/"><!--#1252 appinfo supperssed there... for future transforming-->
  141. <p5_tr_map:go_recurse_from_root_by_build_element_434c p5_tr_map:uuid="d14812e8"
  142. comment="434c przepuszczenie @complexType po ref 477 local-name:element @name:ID_KORESP_PROJEKT @id:default_db__x3A__IN7_DZIENNIK_KORESP___d13e9952-1_ID_KORESP_ INSTANCE_ID: np. dla elementu MAGAZYN, ktory ma @type MAGAZYN"
  143. event_type="434c"
  144. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9952-1_ID_KORESP_"
  145. event_name="element[@type]/node()"
  146. parent_type="">
  147. <p5_tr_map:go_recurse_from_root_by_build_element_481 retrieve_ID="parent::node()/REMOTE_ID"
  148. local-name="complexType"
  149. local-name-name="IN7_DZIENNIK_KORESP"
  150. requested-table-type="INSTANCE"
  151. event_type="481"
  152. parent_name="ID_KORESP_PROJEKT"
  153. p5_tr_map:uuid="d14812e9"
  154. comment="481 tutaj jest tabela z instancjami obych obiektow (ComplexType) , pytamy sie o konkretne ID=@REMOTE_ID w konkretnej tabeli (nie ma parent_type) "
  155. system_cache__appinfo:restriction_path_TODEL="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT/"
  156. system_cache__appinfo:name="IN7_DZIENNIK_KORESP"
  157. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9873-1_IN7_DZIENN"
  158. system_cache__appinfo:sort="0"
  159. system_cache__appinfo:root_element_in_schema="true"
  160. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  161. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd">
  162. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  163. retrieve_resource_id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9881-1"
  164. local-name="sequence"
  165. event_type="473"
  166. p5_tr_map:uuid="d14812e10"
  167. comment="warunek 473 sekwencje"
  168. system_cache__appinfo:sort="1"
  169. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  170. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  171. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9881-1"><!--473 sekwencje -->
  172. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e11"
  173. retrieve_ID="parent::node()/ID"
  174. local-name="element"
  175. local-name-name="ID"
  176. system_cache__appinfo:xpath_full="ID"
  177. system_cache__appinfo:xpath="/ID"
  178. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID"
  179. event_type="428"
  180. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  181. system_cache__appinfo:name="ID"
  182. system_cache__appinfo:type="xs:int"
  183. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9883-1_ID"
  184. system_cache__appinfo:xpath_local="xs:int"
  185. system_cache__appinfo:sort="1"
  186. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  187. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  188. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  189. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e17"
  190. retrieve_ID="parent::node()/ID"
  191. local-name="element"
  192. local-name-name="K_OD_KOGO"
  193. system_cache__appinfo:xpath_full="K_OD_KOGO"
  194. system_cache__appinfo:xpath="/K_OD_KOGO"
  195. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_OD_KOGO"
  196. event_type="428"
  197. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  198. system_cache__appinfo:maxOccurs="1"
  199. system_cache__appinfo:minOccurs="0"
  200. system_cache__appinfo:name="K_OD_KOGO"
  201. system_cache__appinfo:type="xs:string"
  202. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9885-1_K_OD_KOGO"
  203. system_cache__appinfo:xpath_local="xs:string"
  204. system_cache__appinfo:sort="1"
  205. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  206. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  207. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:K_OD_KOGO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  208. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e32"
  209. retrieve_ID="parent::node()/ID"
  210. local-name="element"
  211. local-name-name="ID_BILLING_USERS"
  212. system_cache__appinfo:xpath_full="ID_BILLING_USERS"
  213. system_cache__appinfo:xpath="/ID_BILLING_USERS"
  214. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_BILLING_USERS"
  215. event_type="428"
  216. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  217. system_cache__appinfo:maxOccurs="1"
  218. system_cache__appinfo:minOccurs="0"
  219. system_cache__appinfo:name="ID_BILLING_USERS"
  220. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9894-1_ID_BILLING"
  221. system_cache__appinfo:xpath_local="ID_BILLING_USERS"
  222. system_cache__appinfo:sort="1"
  223. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  224. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  225. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:ID_BILLING_USERS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  226. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e37"
  227. retrieve_ID="parent::node()/ID"
  228. local-name="element"
  229. local-name-name="ID_BILLING_OWNER"
  230. system_cache__appinfo:xpath_full="ID_BILLING_OWNER"
  231. system_cache__appinfo:xpath="/ID_BILLING_OWNER"
  232. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_BILLING_OWNER"
  233. event_type="428"
  234. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  235. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9894-1_ID_BIOWN"
  236. system_cache__appinfo:name="ID_BILLING_OWNER"
  237. system_cache__appinfo:type="xs:int"
  238. system_cache__appinfo:xpath_local="xs:int"
  239. system_cache__appinfo:sort="1"
  240. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  241. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  242. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:ID_BILLING_OWNER/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  243. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e43"
  244. retrieve_ID="parent::node()/ID"
  245. local-name="element"
  246. local-name-name="OD_KOGO_ADRES"
  247. system_cache__appinfo:xpath_full="OD_KOGO_ADRES"
  248. system_cache__appinfo:xpath="/OD_KOGO_ADRES"
  249. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:OD_KOGO_ADRES"
  250. event_type="428"
  251. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  252. system_cache__appinfo:maxOccurs="1"
  253. system_cache__appinfo:minOccurs="0"
  254. system_cache__appinfo:name="OD_KOGO_ADRES"
  255. system_cache__appinfo:type="xs:string"
  256. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9902-1_OD_KOGO_AD"
  257. vc:minVersion="1.1"
  258. system_cache__appinfo:xpath_local="xs:string"
  259. system_cache__appinfo:sort="1"
  260. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  261. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  262. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:OD_KOGO_ADRES/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  263. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e46"
  264. retrieve_ID="parent::node()/ID"
  265. local-name="element"
  266. local-name-name="K_DATA_OTRZYMANEJ_KORESP"
  267. system_cache__appinfo:xpath_full="K_DATA_OTRZYMANEJ_KORESP"
  268. system_cache__appinfo:xpath="/K_DATA_OTRZYMANEJ_KORESP"
  269. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_DATA_OTRZYMANEJ_KORESP"
  270. event_type="428"
  271. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  272. system_cache__appinfo:name="K_DATA_OTRZYMANEJ_KORESP"
  273. system_cache__appinfo:type="xs:date"
  274. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9911-1_K_DATA_OTR"
  275. system_cache__appinfo:xpath_local="xs:date"
  276. system_cache__appinfo:sort="1"
  277. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  278. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  279. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:K_DATA_OTRZYMANEJ_KORESP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  280. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e49"
  281. retrieve_ID="parent::node()/ID"
  282. local-name="element"
  283. local-name-name="K_DATA_OTRZYM_KORESP"
  284. system_cache__appinfo:xpath_full="K_DATA_OTRZYM_KORESP"
  285. system_cache__appinfo:xpath="/K_DATA_OTRZYM_KORESP"
  286. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_DATA_OTRZYM_KORESP"
  287. event_type="428"
  288. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  289. system_cache__appinfo:maxOccurs="1"
  290. system_cache__appinfo:minOccurs="0"
  291. system_cache__appinfo:name="K_DATA_OTRZYM_KORESP"
  292. system_cache__appinfo:type="xs:date"
  293. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9921-1_K_DATA_OTR"
  294. system_cache__appinfo:xpath_local="xs:date"
  295. system_cache__appinfo:sort="1"
  296. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  297. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  298. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:K_DATA_OTRZYM_KORESP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  299. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e52"
  300. retrieve_ID="parent::node()/ID"
  301. local-name="element"
  302. local-name-name="K_ZAWARTOS"
  303. system_cache__appinfo:xpath_full="K_ZAWARTOS"
  304. system_cache__appinfo:xpath="/K_ZAWARTOS"
  305. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_ZAWARTOS"
  306. event_type="428"
  307. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  308. system_cache__appinfo:maxOccurs="1"
  309. system_cache__appinfo:minOccurs="0"
  310. system_cache__appinfo:name="K_ZAWARTOS"
  311. system_cache__appinfo:type="xs:string"
  312. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9923-1_K_ZAWARTOS"
  313. system_cache__appinfo:xpath_local="xs:string"
  314. system_cache__appinfo:sort="1"
  315. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  316. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  317. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:K_ZAWARTOS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  318. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e55"
  319. retrieve_ID="parent::node()/ID"
  320. local-name="element"
  321. local-name-name="ID_PROJECT"
  322. system_cache__appinfo:xpath_full="ID_PROJECT"
  323. system_cache__appinfo:xpath="/ID_PROJECT"
  324. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_PROJECT"
  325. event_type="428"
  326. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  327. system_cache__appinfo:name="ID_PROJECT"
  328. system_cache__appinfo:type="xs:int"
  329. system_cache__appinfo:id="NNIK_KORESP___d20e4612-1_ID_PROJECT"
  330. system_cache__appinfo:xpath_local="xs:int"
  331. system_cache__appinfo:sort="1"
  332. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  333. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  334. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:ID_PROJECT/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  335. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  336. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  337. local-name="element"
  338. local-name-name="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  339. create_element="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  340. requested-table-type="INSTANCE"
  341. event_type="477"
  342. flat_relation_cache_name="ID_BILLING_OWNER"
  343. flat_relation_cache_xpath="default_db__x3A__BILLING_OWNER:BILLING_OWNER/ID"
  344. p5_tr_map:uuid="d14812e64"
  345. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  346. system_cache__appinfo:xpath_full="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  347. system_cache__appinfo:ref="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  348. system_cache__appinfo:id="NNIK_KORESP___d20e5069-1"
  349. system_cache__appinfo:xpath_local="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  350. system_cache__appinfo:sort="1"
  351. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  352. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  353. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER/"><!--#1252 appinfo supperssed there... for future transforming-->
  354. <p5_tr_map:go_recurse_from_root_by_build_element_434c p5_tr_map:uuid="d14812e65"
  355. comment="434c przepuszczenie @complexType po ref 477 local-name:element @name:BILLING_OWNER @id:LLING_OWNER___d20e4542-1_BILLING_OW INSTANCE_ID: np. dla elementu MAGAZYN, ktory ma @type MAGAZYN"
  356. event_type="434c"
  357. system_cache__appinfo:id="LLING_OWNER___d20e4542-1_BILLING_OW"
  358. event_name="element[@type]/node()"
  359. parent_type="">
  360. <p5_tr_map:go_recurse_from_root_by_build_element_481 retrieve_ID="parent::node()/REMOTE_ID"
  361. local-name="complexType"
  362. local-name-name="BILLING_OWNER"
  363. requested-table-type="INSTANCE"
  364. event_type="481"
  365. parent_name="BILLING_OWNER"
  366. p5_tr_map:uuid="d14812e66"
  367. comment="481 tutaj jest tabela z instancjami obych obiektow (ComplexType) , pytamy sie o konkretne ID=@REMOTE_ID w konkretnej tabeli (nie ma parent_type) "
  368. system_cache__appinfo:restriction_path_TODEL="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER/"
  369. system_cache__appinfo:name="BILLING_OWNER"
  370. system_cache__appinfo:id="LLING_OWNER___d20e4403-1_BILLING_OW"
  371. system_cache__appinfo:sort="0"
  372. system_cache__appinfo:root_element_in_schema="true"
  373. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  374. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd">
  375. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  376. retrieve_resource_id="LLING_OWNER___d20e4404-1"
  377. local-name="sequence"
  378. event_type="473"
  379. p5_tr_map:uuid="d14812e67"
  380. comment="warunek 473 sekwencje"
  381. system_cache__appinfo:sort="1"
  382. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  383. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  384. system_cache__appinfo:id="LLING_OWNER___d20e4404-1"><!--473 sekwencje -->
  385. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e68"
  386. retrieve_ID="parent::node()/ID"
  387. local-name="element"
  388. local-name-name="ID"
  389. system_cache__appinfo:xpath_full="ID"
  390. system_cache__appinfo:xpath="/ID"
  391. create_element="default_db__x3A__BILLING_OWNER:ID"
  392. event_type="428"
  393. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  394. system_cache__appinfo:maxOccurs="1"
  395. system_cache__appinfo:minOccurs="0"
  396. system_cache__appinfo:name="ID"
  397. system_cache__appinfo:id="LLING_OWNER___d20e4405-1_ID"
  398. system_cache__appinfo:xpath_local="ID"
  399. system_cache__appinfo:sort="1"
  400. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  401. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  402. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  403. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e73"
  404. retrieve_ID="parent::node()/ID"
  405. local-name="element"
  406. local-name-name="name1"
  407. system_cache__appinfo:xpath_full="name1"
  408. system_cache__appinfo:xpath="/name1"
  409. create_element="default_db__x3A__BILLING_OWNER:name1"
  410. event_type="428"
  411. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  412. system_cache__appinfo:maxOccurs="1"
  413. system_cache__appinfo:minOccurs="0"
  414. system_cache__appinfo:name="name1"
  415. system_cache__appinfo:id="LLING_OWNER___d20e4408-1_name1"
  416. system_cache__appinfo:xpath_local="name1"
  417. system_cache__appinfo:sort="1"
  418. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  419. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  420. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:name1/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  421. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e77"
  422. retrieve_ID="parent::node()/ID"
  423. local-name="element"
  424. local-name-name="name2"
  425. system_cache__appinfo:xpath_full="name2"
  426. system_cache__appinfo:xpath="/name2"
  427. create_element="default_db__x3A__BILLING_OWNER:name2"
  428. event_type="428"
  429. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  430. system_cache__appinfo:maxOccurs="1"
  431. system_cache__appinfo:minOccurs="0"
  432. system_cache__appinfo:name="name2"
  433. system_cache__appinfo:id="LLING_OWNER___d20e4412-1_name2"
  434. system_cache__appinfo:xpath_local="name2"
  435. system_cache__appinfo:sort="1"
  436. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  437. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  438. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:name2/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  439. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e81"
  440. retrieve_ID="parent::node()/ID"
  441. local-name="element"
  442. local-name-name="kod"
  443. system_cache__appinfo:xpath_full="kod"
  444. system_cache__appinfo:xpath="/kod"
  445. create_element="default_db__x3A__BILLING_OWNER:kod"
  446. event_type="428"
  447. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  448. system_cache__appinfo:maxOccurs="1"
  449. system_cache__appinfo:minOccurs="0"
  450. system_cache__appinfo:name="kod"
  451. system_cache__appinfo:id="LLING_OWNER___d20e4416-1_kod"
  452. system_cache__appinfo:xpath_local="kod"
  453. system_cache__appinfo:sort="1"
  454. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  455. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  456. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:kod/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  457. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e85"
  458. retrieve_ID="parent::node()/ID"
  459. local-name="element"
  460. local-name-name="miasto"
  461. system_cache__appinfo:xpath_full="miasto"
  462. system_cache__appinfo:xpath="/miasto"
  463. create_element="default_db__x3A__BILLING_OWNER:miasto"
  464. event_type="428"
  465. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  466. system_cache__appinfo:maxOccurs="1"
  467. system_cache__appinfo:minOccurs="0"
  468. system_cache__appinfo:name="miasto"
  469. system_cache__appinfo:id="LLING_OWNER___d20e4420-1_miasto"
  470. system_cache__appinfo:xpath_local="miasto"
  471. system_cache__appinfo:sort="1"
  472. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  473. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  474. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:miasto/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  475. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e89"
  476. retrieve_ID="parent::node()/ID"
  477. local-name="element"
  478. local-name-name="ulica"
  479. system_cache__appinfo:xpath_full="ulica"
  480. system_cache__appinfo:xpath="/ulica"
  481. create_element="default_db__x3A__BILLING_OWNER:ulica"
  482. event_type="428"
  483. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  484. system_cache__appinfo:maxOccurs="1"
  485. system_cache__appinfo:minOccurs="0"
  486. system_cache__appinfo:name="ulica"
  487. system_cache__appinfo:id="LLING_OWNER___d20e4424-1_ulica"
  488. system_cache__appinfo:xpath_local="ulica"
  489. system_cache__appinfo:sort="1"
  490. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  491. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  492. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:ulica/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  493. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e93"
  494. retrieve_ID="parent::node()/ID"
  495. local-name="element"
  496. local-name-name="numer_dom"
  497. system_cache__appinfo:xpath_full="numer_dom"
  498. system_cache__appinfo:xpath="/numer_dom"
  499. create_element="default_db__x3A__BILLING_OWNER:numer_dom"
  500. event_type="428"
  501. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  502. system_cache__appinfo:maxOccurs="1"
  503. system_cache__appinfo:minOccurs="0"
  504. system_cache__appinfo:name="numer_dom"
  505. system_cache__appinfo:id="LLING_OWNER___d20e4428-1_numer_dom"
  506. system_cache__appinfo:xpath_local="numer_dom"
  507. system_cache__appinfo:sort="1"
  508. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  509. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  510. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:numer_dom/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  511. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e98"
  512. retrieve_ID="parent::node()/ID"
  513. local-name="element"
  514. local-name-name="numer_pos"
  515. system_cache__appinfo:xpath_full="numer_pos"
  516. system_cache__appinfo:xpath="/numer_pos"
  517. create_element="default_db__x3A__BILLING_OWNER:numer_pos"
  518. event_type="428"
  519. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  520. system_cache__appinfo:maxOccurs="1"
  521. system_cache__appinfo:minOccurs="0"
  522. system_cache__appinfo:name="numer_pos"
  523. system_cache__appinfo:id="LLING_OWNER___d20e4431-1_numer_pos"
  524. system_cache__appinfo:xpath_local="numer_pos"
  525. system_cache__appinfo:sort="1"
  526. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  527. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  528. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:numer_pos/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  529. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e103"
  530. retrieve_ID="parent::node()/ID"
  531. local-name="element"
  532. local-name-name="uwagi"
  533. system_cache__appinfo:xpath_full="uwagi"
  534. system_cache__appinfo:xpath="/uwagi"
  535. create_element="default_db__x3A__BILLING_OWNER:uwagi"
  536. event_type="428"
  537. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  538. system_cache__appinfo:maxOccurs="1"
  539. system_cache__appinfo:minOccurs="0"
  540. system_cache__appinfo:name="uwagi"
  541. system_cache__appinfo:id="LLING_OWNER___d20e4434-1_uwagi"
  542. system_cache__appinfo:xpath_local="uwagi"
  543. system_cache__appinfo:sort="1"
  544. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  545. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  546. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:uwagi/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  547. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e107"
  548. retrieve_ID="parent::node()/ID"
  549. local-name="element"
  550. local-name-name="tel"
  551. system_cache__appinfo:xpath_full="tel"
  552. system_cache__appinfo:xpath="/tel"
  553. create_element="default_db__x3A__BILLING_OWNER:tel"
  554. event_type="428"
  555. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  556. system_cache__appinfo:maxOccurs="1"
  557. system_cache__appinfo:minOccurs="0"
  558. system_cache__appinfo:name="tel"
  559. system_cache__appinfo:id="LLING_OWNER___d20e4437-1_tel"
  560. system_cache__appinfo:xpath_local="tel"
  561. system_cache__appinfo:sort="1"
  562. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  563. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  564. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:tel/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  565. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e111"
  566. retrieve_ID="parent::node()/ID"
  567. local-name="element"
  568. local-name-name="fax"
  569. system_cache__appinfo:xpath_full="fax"
  570. system_cache__appinfo:xpath="/fax"
  571. create_element="default_db__x3A__BILLING_OWNER:fax"
  572. event_type="428"
  573. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  574. system_cache__appinfo:maxOccurs="1"
  575. system_cache__appinfo:minOccurs="0"
  576. system_cache__appinfo:name="fax"
  577. system_cache__appinfo:id="LLING_OWNER___d20e4441-1_fax"
  578. system_cache__appinfo:xpath_local="fax"
  579. system_cache__appinfo:sort="1"
  580. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  581. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  582. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:fax/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  583. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e116"
  584. retrieve_ID="parent::node()/ID"
  585. local-name="element"
  586. local-name-name="nip"
  587. system_cache__appinfo:xpath_full="nip"
  588. system_cache__appinfo:xpath="/nip"
  589. create_element="default_db__x3A__BILLING_OWNER:nip"
  590. event_type="428"
  591. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  592. system_cache__appinfo:maxOccurs="1"
  593. system_cache__appinfo:minOccurs="0"
  594. system_cache__appinfo:name="nip"
  595. system_cache__appinfo:id="LLING_OWNER___d20e4446-1_nip"
  596. system_cache__appinfo:xpath_local="nip"
  597. system_cache__appinfo:sort="1"
  598. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  599. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  600. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:nip/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  601. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e120"
  602. retrieve_ID="parent::node()/ID"
  603. local-name="element"
  604. local-name-name="regon"
  605. system_cache__appinfo:xpath_full="regon"
  606. system_cache__appinfo:xpath="/regon"
  607. create_element="default_db__x3A__BILLING_OWNER:regon"
  608. event_type="428"
  609. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  610. system_cache__appinfo:maxOccurs="1"
  611. system_cache__appinfo:minOccurs="0"
  612. system_cache__appinfo:name="regon"
  613. system_cache__appinfo:id="LLING_OWNER___d20e4450-1_regon"
  614. system_cache__appinfo:xpath_local="regon"
  615. system_cache__appinfo:sort="1"
  616. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  617. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  618. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:regon/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  619. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e124"
  620. retrieve_ID="parent::node()/ID"
  621. local-name="element"
  622. local-name-name="bank"
  623. system_cache__appinfo:xpath_full="bank"
  624. system_cache__appinfo:xpath="/bank"
  625. create_element="default_db__x3A__BILLING_OWNER:bank"
  626. event_type="428"
  627. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  628. system_cache__appinfo:maxOccurs="1"
  629. system_cache__appinfo:minOccurs="0"
  630. system_cache__appinfo:name="bank"
  631. system_cache__appinfo:id="LLING_OWNER___d20e4454-1_bank"
  632. system_cache__appinfo:xpath_local="bank"
  633. system_cache__appinfo:sort="1"
  634. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  635. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  636. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:bank/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  637. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e128"
  638. retrieve_ID="parent::node()/ID"
  639. local-name="element"
  640. local-name-name="nr_rach"
  641. system_cache__appinfo:xpath_full="nr_rach"
  642. system_cache__appinfo:xpath="/nr_rach"
  643. create_element="default_db__x3A__BILLING_OWNER:nr_rach"
  644. event_type="428"
  645. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  646. system_cache__appinfo:maxOccurs="1"
  647. system_cache__appinfo:minOccurs="0"
  648. system_cache__appinfo:name="nr_rach"
  649. system_cache__appinfo:id="LLING_OWNER___d20e4458-1_nr_rach"
  650. system_cache__appinfo:xpath_local="nr_rach"
  651. system_cache__appinfo:sort="1"
  652. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  653. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  654. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:nr_rach/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  655. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e132"
  656. retrieve_ID="parent::node()/ID"
  657. local-name="element"
  658. local-name-name="NR_RACH_MASS_PAY"
  659. system_cache__appinfo:xpath_full="NR_RACH_MASS_PAY"
  660. system_cache__appinfo:xpath="/NR_RACH_MASS_PAY"
  661. create_element="default_db__x3A__BILLING_OWNER:NR_RACH_MASS_PAY"
  662. event_type="428"
  663. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  664. system_cache__appinfo:maxOccurs="1"
  665. system_cache__appinfo:minOccurs="0"
  666. system_cache__appinfo:name="NR_RACH_MASS_PAY"
  667. system_cache__appinfo:id="LLING_OWNER___d20e4462-1_NR_RACH_MA"
  668. system_cache__appinfo:xpath_local="NR_RACH_MASS_PAY"
  669. system_cache__appinfo:sort="1"
  670. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  671. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  672. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:NR_RACH_MASS_PAY/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  673. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e136"
  674. retrieve_ID="parent::node()/ID"
  675. local-name="element"
  676. local-name-name="BILLING_OWNER_EMAIL"
  677. system_cache__appinfo:xpath_full="BILLING_OWNER_EMAIL"
  678. system_cache__appinfo:xpath="/BILLING_OWNER_EMAIL"
  679. create_element="default_db__x3A__BILLING_OWNER:BILLING_OWNER_EMAIL"
  680. event_type="428"
  681. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  682. system_cache__appinfo:maxOccurs="1"
  683. system_cache__appinfo:minOccurs="0"
  684. system_cache__appinfo:name="BILLING_OWNER_EMAIL"
  685. system_cache__appinfo:id="LLING_OWNER___d20e4466-1_BILLING_OW"
  686. system_cache__appinfo:xpath_local="BILLING_OWNER_EMAIL"
  687. system_cache__appinfo:sort="1"
  688. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  689. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  690. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:BILLING_OWNER_EMAIL/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  691. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e140"
  692. retrieve_ID="parent::node()/ID"
  693. local-name="element"
  694. local-name-name="CRM_LISTA_ZASOBOW_ID"
  695. system_cache__appinfo:xpath_full="CRM_LISTA_ZASOBOW_ID"
  696. system_cache__appinfo:xpath="/CRM_LISTA_ZASOBOW_ID"
  697. create_element="default_db__x3A__BILLING_OWNER:CRM_LISTA_ZASOBOW_ID"
  698. event_type="428"
  699. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  700. system_cache__appinfo:maxOccurs="1"
  701. system_cache__appinfo:minOccurs="0"
  702. system_cache__appinfo:name="CRM_LISTA_ZASOBOW_ID"
  703. system_cache__appinfo:id="LLING_OWNER___d20e4470-1_CRM_LISTA_"
  704. system_cache__appinfo:xpath_local="CRM_LISTA_ZASOBOW_ID"
  705. system_cache__appinfo:sort="1"
  706. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  707. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  708. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:CRM_LISTA_ZASOBOW_ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  709. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e145"
  710. retrieve_ID="parent::node()/ID"
  711. local-name="element"
  712. local-name-name="A_RECORD_CREATE_DATE"
  713. system_cache__appinfo:xpath_full="A_RECORD_CREATE_DATE"
  714. system_cache__appinfo:xpath="/A_RECORD_CREATE_DATE"
  715. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_CREATE_DATE"
  716. event_type="428"
  717. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  718. system_cache__appinfo:maxOccurs="1"
  719. system_cache__appinfo:minOccurs="0"
  720. system_cache__appinfo:name="A_RECORD_CREATE_DATE"
  721. system_cache__appinfo:id="LLING_OWNER___d20e4473-1_A_RECORD_C"
  722. system_cache__appinfo:xpath_local="A_RECORD_CREATE_DATE"
  723. system_cache__appinfo:sort="1"
  724. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  725. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  726. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_CREATE_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  727. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e151"
  728. retrieve_ID="parent::node()/ID"
  729. local-name="element"
  730. local-name-name="A_RECORD_CREATE_AUTHOR"
  731. system_cache__appinfo:xpath_full="A_RECORD_CREATE_AUTHOR"
  732. system_cache__appinfo:xpath="/A_RECORD_CREATE_AUTHOR"
  733. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_CREATE_AUTHOR"
  734. event_type="428"
  735. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  736. system_cache__appinfo:maxOccurs="1"
  737. system_cache__appinfo:minOccurs="0"
  738. system_cache__appinfo:name="A_RECORD_CREATE_AUTHOR"
  739. system_cache__appinfo:id="LLING_OWNER___d20e4477-1_A_RECORD_C"
  740. system_cache__appinfo:xpath_local="A_RECORD_CREATE_AUTHOR"
  741. system_cache__appinfo:sort="1"
  742. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  743. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  744. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_CREATE_AUTHOR/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  745. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e155"
  746. retrieve_ID="parent::node()/ID"
  747. local-name="element"
  748. local-name-name="SYNC_SQIX_STATUS"
  749. system_cache__appinfo:xpath_full="SYNC_SQIX_STATUS"
  750. system_cache__appinfo:xpath="/SYNC_SQIX_STATUS"
  751. create_element="default_db__x3A__BILLING_OWNER:SYNC_SQIX_STATUS"
  752. event_type="428"
  753. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  754. system_cache__appinfo:maxOccurs="1"
  755. system_cache__appinfo:minOccurs="0"
  756. system_cache__appinfo:name="SYNC_SQIX_STATUS"
  757. system_cache__appinfo:id="LLING_OWNER___d20e4481-1_SYNC_SQIX_"
  758. system_cache__appinfo:xpath_local="SYNC_SQIX_STATUS"
  759. system_cache__appinfo:sort="1"
  760. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  761. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  762. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:SYNC_SQIX_STATUS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  763. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e159"
  764. retrieve_ID="parent::node()/ID"
  765. local-name="element"
  766. local-name-name="A_RECORD_UPDATE_DATE"
  767. system_cache__appinfo:xpath_full="A_RECORD_UPDATE_DATE"
  768. system_cache__appinfo:xpath="/A_RECORD_UPDATE_DATE"
  769. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_UPDATE_DATE"
  770. event_type="428"
  771. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  772. system_cache__appinfo:maxOccurs="1"
  773. system_cache__appinfo:minOccurs="0"
  774. system_cache__appinfo:name="A_RECORD_UPDATE_DATE"
  775. system_cache__appinfo:id="LLING_OWNER___d20e4485-1_A_RECORD_U"
  776. system_cache__appinfo:xpath_local="A_RECORD_UPDATE_DATE"
  777. system_cache__appinfo:sort="1"
  778. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  779. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  780. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_UPDATE_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  781. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e166"
  782. retrieve_ID="parent::node()/ID"
  783. local-name="element"
  784. local-name-name="A_RECORD_UPDATE_AUTHOR"
  785. system_cache__appinfo:xpath_full="A_RECORD_UPDATE_AUTHOR"
  786. system_cache__appinfo:xpath="/A_RECORD_UPDATE_AUTHOR"
  787. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_UPDATE_AUTHOR"
  788. event_type="428"
  789. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  790. system_cache__appinfo:maxOccurs="1"
  791. system_cache__appinfo:minOccurs="0"
  792. system_cache__appinfo:name="A_RECORD_UPDATE_AUTHOR"
  793. system_cache__appinfo:id="LLING_OWNER___d20e4490-1_A_RECORD_U"
  794. system_cache__appinfo:xpath_local="A_RECORD_UPDATE_AUTHOR"
  795. system_cache__appinfo:sort="1"
  796. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  797. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  798. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_UPDATE_AUTHOR/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  799. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e170"
  800. retrieve_ID="parent::node()/ID"
  801. local-name="element"
  802. local-name-name="L_APPOITMENT_DATE"
  803. system_cache__appinfo:xpath_full="L_APPOITMENT_DATE"
  804. system_cache__appinfo:xpath="/L_APPOITMENT_DATE"
  805. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_DATE"
  806. event_type="428"
  807. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  808. system_cache__appinfo:maxOccurs="1"
  809. system_cache__appinfo:minOccurs="0"
  810. system_cache__appinfo:name="L_APPOITMENT_DATE"
  811. system_cache__appinfo:id="LLING_OWNER___d20e4494-1_L_APPOITME"
  812. system_cache__appinfo:xpath_local="L_APPOITMENT_DATE"
  813. system_cache__appinfo:sort="1"
  814. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  815. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  816. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  817. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e174"
  818. retrieve_ID="parent::node()/ID"
  819. local-name="element"
  820. local-name-name="L_APPOITMENT_USER"
  821. system_cache__appinfo:xpath_full="L_APPOITMENT_USER"
  822. system_cache__appinfo:xpath="/L_APPOITMENT_USER"
  823. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_USER"
  824. event_type="428"
  825. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  826. system_cache__appinfo:maxOccurs="1"
  827. system_cache__appinfo:minOccurs="0"
  828. system_cache__appinfo:name="L_APPOITMENT_USER"
  829. system_cache__appinfo:id="LLING_OWNER___d20e4498-1_L_APPOITME"
  830. system_cache__appinfo:xpath_local="L_APPOITMENT_USER"
  831. system_cache__appinfo:sort="1"
  832. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  833. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  834. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_USER/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  835. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e178"
  836. retrieve_ID="parent::node()/ID"
  837. local-name="element"
  838. local-name-name="L_APPOITMENT_PERIOD"
  839. system_cache__appinfo:xpath_full="L_APPOITMENT_PERIOD"
  840. system_cache__appinfo:xpath="/L_APPOITMENT_PERIOD"
  841. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_PERIOD"
  842. event_type="428"
  843. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  844. system_cache__appinfo:maxOccurs="1"
  845. system_cache__appinfo:minOccurs="0"
  846. system_cache__appinfo:name="L_APPOITMENT_PERIOD"
  847. system_cache__appinfo:id="LLING_OWNER___d20e4502-1_L_APPOITME"
  848. system_cache__appinfo:xpath_local="L_APPOITMENT_PERIOD"
  849. system_cache__appinfo:sort="1"
  850. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  851. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  852. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_PERIOD/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  853. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e182"
  854. retrieve_ID="parent::node()/ID"
  855. local-name="element"
  856. local-name-name="L_APPOITMENT_INFO"
  857. system_cache__appinfo:xpath_full="L_APPOITMENT_INFO"
  858. system_cache__appinfo:xpath="/L_APPOITMENT_INFO"
  859. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_INFO"
  860. event_type="428"
  861. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  862. system_cache__appinfo:maxOccurs="1"
  863. system_cache__appinfo:minOccurs="0"
  864. system_cache__appinfo:name="L_APPOITMENT_INFO"
  865. system_cache__appinfo:id="LLING_OWNER___d20e4506-1_L_APPOITME"
  866. system_cache__appinfo:xpath_local="L_APPOITMENT_INFO"
  867. system_cache__appinfo:sort="1"
  868. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  869. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  870. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_INFO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  871. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e186"
  872. retrieve_ID="parent::node()/ID"
  873. local-name="element"
  874. local-name-name="L_APPOITMENT_TYPE"
  875. system_cache__appinfo:xpath_full="L_APPOITMENT_TYPE"
  876. system_cache__appinfo:xpath="/L_APPOITMENT_TYPE"
  877. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_TYPE"
  878. event_type="428"
  879. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  880. system_cache__appinfo:maxOccurs="1"
  881. system_cache__appinfo:minOccurs="0"
  882. system_cache__appinfo:name="L_APPOITMENT_TYPE"
  883. system_cache__appinfo:id="LLING_OWNER___d20e4510-1_L_APPOITME"
  884. system_cache__appinfo:xpath_local="L_APPOITMENT_TYPE"
  885. system_cache__appinfo:sort="1"
  886. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  887. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  888. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_TYPE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  889. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e197"
  890. retrieve_ID="parent::node()/ID"
  891. local-name="element"
  892. local-name-name="A_STATUS"
  893. system_cache__appinfo:xpath_full="A_STATUS"
  894. system_cache__appinfo:xpath="/A_STATUS"
  895. create_element="default_db__x3A__BILLING_OWNER:A_STATUS"
  896. event_type="428"
  897. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  898. system_cache__appinfo:maxOccurs="1"
  899. system_cache__appinfo:minOccurs="0"
  900. system_cache__appinfo:name="A_STATUS"
  901. system_cache__appinfo:id="LLING_OWNER___d20e4520-1_A_STATUS"
  902. system_cache__appinfo:xpath_local="A_STATUS"
  903. system_cache__appinfo:sort="1"
  904. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  905. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  906. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_STATUS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  907. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e208"
  908. retrieve_ID="parent::node()/ID"
  909. local-name="element"
  910. local-name-name="A_STATUS_INFO"
  911. system_cache__appinfo:xpath_full="A_STATUS_INFO"
  912. system_cache__appinfo:xpath="/A_STATUS_INFO"
  913. create_element="default_db__x3A__BILLING_OWNER:A_STATUS_INFO"
  914. event_type="428"
  915. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  916. system_cache__appinfo:maxOccurs="1"
  917. system_cache__appinfo:minOccurs="0"
  918. system_cache__appinfo:name="A_STATUS_INFO"
  919. system_cache__appinfo:id="LLING_OWNER___d20e4530-1_A_STATUS_I"
  920. system_cache__appinfo:xpath_local="A_STATUS_INFO"
  921. system_cache__appinfo:sort="1"
  922. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  923. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  924. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_STATUS_INFO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  925. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e212"
  926. retrieve_ID="parent::node()/ID"
  927. local-name="element"
  928. local-name-name="A_ADM_COMPANY"
  929. system_cache__appinfo:xpath_full="A_ADM_COMPANY"
  930. system_cache__appinfo:xpath="/A_ADM_COMPANY"
  931. create_element="default_db__x3A__BILLING_OWNER:A_ADM_COMPANY"
  932. event_type="428"
  933. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  934. system_cache__appinfo:maxOccurs="1"
  935. system_cache__appinfo:minOccurs="0"
  936. system_cache__appinfo:name="A_ADM_COMPANY"
  937. system_cache__appinfo:id="LLING_OWNER___d20e4534-1_A_ADM_COMP"
  938. system_cache__appinfo:xpath_local="A_ADM_COMPANY"
  939. system_cache__appinfo:sort="1"
  940. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  941. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  942. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_ADM_COMPANY/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  943. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e216"
  944. retrieve_ID="parent::node()/ID"
  945. local-name="element"
  946. local-name-name="A_CLASSIFIED"
  947. system_cache__appinfo:xpath_full="A_CLASSIFIED"
  948. system_cache__appinfo:xpath="/A_CLASSIFIED"
  949. create_element="default_db__x3A__BILLING_OWNER:A_CLASSIFIED"
  950. event_type="428"
  951. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  952. system_cache__appinfo:maxOccurs="1"
  953. system_cache__appinfo:minOccurs="0"
  954. system_cache__appinfo:name="A_CLASSIFIED"
  955. system_cache__appinfo:id="LLING_OWNER___d20e4538-1_A_CLASSIFI"
  956. system_cache__appinfo:xpath_local="A_CLASSIFIED"
  957. system_cache__appinfo:sort="1"
  958. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  959. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  960. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_CLASSIFIED/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  961. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  962. </p5_tr_map:go_recurse_from_root_by_build_element_481>
  963. </p5_tr_map:go_recurse_from_root_by_build_element_434c>
  964. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  965. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  966. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  967. local-name="element"
  968. local-name-name="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  969. create_element="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  970. requested-table-type="INSTANCE"
  971. event_type="477"
  972. flat_relation_cache_name="ID_BILLING_USERS"
  973. flat_relation_cache_xpath="default_db__x3A__COMPANIES:ID_BILLING_USERS/ID"
  974. p5_tr_map:uuid="d14812e223"
  975. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  976. system_cache__appinfo:xpath_full="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  977. system_cache__appinfo:ref="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  978. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9926-1"
  979. system_cache__appinfo:xpath_local="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  980. system_cache__appinfo:sort="1"
  981. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  982. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  983. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS/"><!--#1252 appinfo supperssed there... for future transforming-->
  984. <p5_tr_map:go_recurse_from_root_by_build_element_434r p5_tr_map:uuid="d14812e224"
  985. comment="434r warunek 434r w !__element__! = /schema/complexType//@ref/!__element__!/complexType bez @type w glownym wywolaniu local-name:element @name:ID_BILLING_USERS @id:default_db__x3A__COMPANIES___d13e9839-1_ID_BILLING INSTANCE_ID: np. dla prove_portal:klient"
  986. event_type="434r"
  987. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9839-1_ID_BILLING"
  988. event_name="element[@type]/node()"
  989. parent_type=""
  990. system_cache__appinfo:name="ID_BILLING_USERS"><!--#2069 mode="p5_tr_map:go_recurse_from_root_by_build_element" match="key" - TODO to implement key features-->
  991. <p5_tr_map:go_recurse_from_root_by_build_element_434b p5_tr_map:uuid="d14812e226"
  992. comment="434b przepuszczenie pierszego elementu dla przypadku //schema/element/complexType - magazynujemy go w complexType nizej local-name:complexType @name:COMPANIES @id:default_db__x3A__COMPANIES___d13e9727-1_COMPANIES INSTANCE_ID: np. dla elementu teryt(..):WOJ , ktory ma nizej complexType"
  993. event_type="434b"
  994. event_name="element[]/complexType"
  995. id="default_db__x3A__COMPANIES___d13e9727-1_COMPANIES">
  996. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  997. retrieve_resource_id="default_db__x3A__COMPANIES___d13e9735-1"
  998. local-name="sequence"
  999. event_type="473"
  1000. p5_tr_map:uuid="d14812e227"
  1001. comment="warunek 473 sekwencje"
  1002. system_cache__appinfo:sort="1"
  1003. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  1004. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  1005. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9735-1"><!--473 sekwencje -->
  1006. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e228"
  1007. retrieve_ID="parent::node()/ID"
  1008. local-name="element"
  1009. local-name-name="ID"
  1010. system_cache__appinfo:xpath_full="ID"
  1011. system_cache__appinfo:xpath="/ID"
  1012. create_element="default_db__x3A__COMPANIES:ID"
  1013. event_type="428"
  1014. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1015. system_cache__appinfo:name="ID"
  1016. system_cache__appinfo:type="xs:int"
  1017. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9737-1_ID"
  1018. system_cache__appinfo:xpath_local="xs:int"
  1019. system_cache__appinfo:sort="1"
  1020. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  1021. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  1022. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1023. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e234"
  1024. retrieve_ID="parent::node()/ID"
  1025. local-name="element"
  1026. local-name-name="P_NAME"
  1027. system_cache__appinfo:xpath_full="P_NAME"
  1028. system_cache__appinfo:xpath="/P_NAME"
  1029. create_element="default_db__x3A__COMPANIES:P_NAME"
  1030. event_type="428"
  1031. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1032. system_cache__appinfo:maxOccurs="1"
  1033. system_cache__appinfo:minOccurs="0"
  1034. system_cache__appinfo:name="P_NAME"
  1035. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9739-1_P_NAME"
  1036. system_cache__appinfo:xpath_local="P_NAME"
  1037. system_cache__appinfo:sort="1"
  1038. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  1039. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  1040. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NAME/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1041. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e238"
  1042. retrieve_ID="parent::node()/ID"
  1043. local-name="element"
  1044. local-name-name="P_NAME_SECOND"
  1045. system_cache__appinfo:xpath_full="P_NAME_SECOND"
  1046. system_cache__appinfo:xpath="/P_NAME_SECOND"
  1047. create_element="default_db__x3A__COMPANIES:P_NAME_SECOND"
  1048. event_type="428"
  1049. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1050. system_cache__appinfo:maxOccurs="1"
  1051. system_cache__appinfo:minOccurs="0"
  1052. system_cache__appinfo:name="P_NAME_SECOND"
  1053. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9750-1_P_NAME_SEC"
  1054. system_cache__appinfo:xpath_local="P_NAME_SECOND"
  1055. system_cache__appinfo:sort="1"
  1056. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  1057. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  1058. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NAME_SECOND/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1059. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e242"
  1060. retrieve_ID="parent::node()/ID"
  1061. local-name="element"
  1062. local-name-name="P_NIP"
  1063. system_cache__appinfo:xpath_full="P_NIP"
  1064. system_cache__appinfo:xpath="/P_NIP"
  1065. create_element="default_db__x3A__COMPANIES:P_NIP"
  1066. event_type="428"
  1067. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1068. system_cache__appinfo:maxOccurs="1"
  1069. system_cache__appinfo:minOccurs="0"
  1070. system_cache__appinfo:name="P_NIP"
  1071. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9761-1_P_NIP"
  1072. system_cache__appinfo:xpath_local="P_NIP"
  1073. system_cache__appinfo:sort="1"
  1074. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  1075. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  1076. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NIP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1077. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e246"
  1078. retrieve_ID="parent::node()/ID"
  1079. local-name="element"
  1080. local-name-name="P_OTHER_DOC"
  1081. system_cache__appinfo:xpath_full="P_OTHER_DOC"
  1082. system_cache__appinfo:xpath="/P_OTHER_DOC"
  1083. create_element="default_db__x3A__COMPANIES:P_OTHER_DOC"
  1084. event_type="428"
  1085. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1086. system_cache__appinfo:maxOccurs="1"
  1087. system_cache__appinfo:minOccurs="0"
  1088. system_cache__appinfo:name="P_OTHER_DOC"
  1089. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9772-1_P_OTHER_DO"
  1090. system_cache__appinfo:xpath_local="P_OTHER_DOC"
  1091. system_cache__appinfo:sort="1"
  1092. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  1093. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  1094. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_OTHER_DOC/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1095. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e250"
  1096. retrieve_ID="parent::node()/ID"
  1097. local-name="element"
  1098. local-name-name="P_PHONE"
  1099. system_cache__appinfo:xpath_full="P_PHONE"
  1100. system_cache__appinfo:xpath="/P_PHONE"
  1101. create_element="default_db__x3A__COMPANIES:P_PHONE"
  1102. event_type="428"
  1103. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1104. system_cache__appinfo:maxOccurs="1"
  1105. system_cache__appinfo:minOccurs="0"
  1106. system_cache__appinfo:name="P_PHONE"
  1107. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9784-1_P_PHONE"
  1108. system_cache__appinfo:xpath_local="P_PHONE"
  1109. system_cache__appinfo:sort="1"
  1110. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  1111. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  1112. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_PHONE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1113. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e254"
  1114. retrieve_ID="parent::node()/ID"
  1115. local-name="element"
  1116. local-name-name="P_PHONE_SMS"
  1117. system_cache__appinfo:xpath_full="P_PHONE_SMS"
  1118. system_cache__appinfo:xpath="/P_PHONE_SMS"
  1119. create_element="default_db__x3A__COMPANIES:P_PHONE_SMS"
  1120. event_type="428"
  1121. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1122. system_cache__appinfo:maxOccurs="1"
  1123. system_cache__appinfo:minOccurs="0"
  1124. system_cache__appinfo:name="P_PHONE_SMS"
  1125. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9795-1_P_PHONE_SM"
  1126. system_cache__appinfo:xpath_local="P_PHONE_SMS"
  1127. system_cache__appinfo:sort="1"
  1128. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  1129. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  1130. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_PHONE_SMS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1131. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e258"
  1132. retrieve_ID="parent::node()/ID"
  1133. local-name="element"
  1134. local-name-name="P_FAX"
  1135. system_cache__appinfo:xpath_full="P_FAX"
  1136. system_cache__appinfo:xpath="/P_FAX"
  1137. create_element="default_db__x3A__COMPANIES:P_FAX"
  1138. event_type="428"
  1139. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1140. system_cache__appinfo:maxOccurs="1"
  1141. system_cache__appinfo:minOccurs="0"
  1142. system_cache__appinfo:name="P_FAX"
  1143. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9806-1_P_FAX"
  1144. system_cache__appinfo:xpath_local="P_FAX"
  1145. system_cache__appinfo:sort="1"
  1146. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  1147. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  1148. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_FAX/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1149. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e262"
  1150. retrieve_ID="parent::node()/ID"
  1151. local-name="element"
  1152. local-name-name="P_CONTACT_PERSON"
  1153. system_cache__appinfo:xpath_full="P_CONTACT_PERSON"
  1154. system_cache__appinfo:xpath="/P_CONTACT_PERSON"
  1155. create_element="default_db__x3A__COMPANIES:P_CONTACT_PERSON"
  1156. event_type="428"
  1157. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1158. system_cache__appinfo:maxOccurs="1"
  1159. system_cache__appinfo:minOccurs="0"
  1160. system_cache__appinfo:name="P_CONTACT_PERSON"
  1161. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9817-1_P_CONTACT_"
  1162. system_cache__appinfo:xpath_local="P_CONTACT_PERSON"
  1163. system_cache__appinfo:sort="1"
  1164. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  1165. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  1166. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT//element:ID_KORESP_PROJEKT//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_CONTACT_PERSON/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1167. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  1168. </p5_tr_map:go_recurse_from_root_by_build_element_434b>
  1169. </p5_tr_map:go_recurse_from_root_by_build_element_434r>
  1170. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  1171. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  1172. </p5_tr_map:go_recurse_from_root_by_build_element_481>
  1173. </p5_tr_map:go_recurse_from_root_by_build_element_434c>
  1174. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  1175. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  1176. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  1177. local-name="element"
  1178. local-name-name="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  1179. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  1180. requested-table-type="INSTANCE"
  1181. event_type="477"
  1182. flat_relation_cache_name="ID_KORESP_DO_REALIZ"
  1183. flat_relation_cache_xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ/ID"
  1184. p5_tr_map:uuid="d14812e276"
  1185. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  1186. system_cache__appinfo:xpath_full="default_db__x3A__TELBOXES:TELBOXESType/Types__x3A__default_infrastructure:Obiekt_infrastruktury/default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  1187. system_cache__appinfo:minOccurs="0"
  1188. system_cache__appinfo:ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  1189. system_cache__appinfo:id="Types__x3A__default_infrastructure___d13e10440-1"
  1190. system_cache__appinfo:xpath_local="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  1191. system_cache__appinfo:sort="1"
  1192. system_cache__appinfo:prefix="Types__x3A__default_infrastructure"
  1193. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/Types/infrastructure.xsd"
  1194. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ/"><!--#1252 appinfo supperssed there... for future transforming-->
  1195. <p5_tr_map:go_recurse_from_root_by_build_element_434c p5_tr_map:uuid="d14812e277"
  1196. comment="434c przepuszczenie @complexType po ref 477 local-name:element @name:ID_KORESP_DO_REALIZ @id:default_db__x3A__IN7_DZIENNIK_KORESP___d13e9961-1_ID_KORESP_ INSTANCE_ID: np. dla elementu MAGAZYN, ktory ma @type MAGAZYN"
  1197. event_type="434c"
  1198. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9961-1_ID_KORESP_"
  1199. event_name="element[@type]/node()"
  1200. parent_type="">
  1201. <p5_tr_map:go_recurse_from_root_by_build_element_481 retrieve_ID="parent::node()/REMOTE_ID"
  1202. local-name="complexType"
  1203. local-name-name="IN7_DZIENNIK_KORESP"
  1204. requested-table-type="INSTANCE"
  1205. event_type="481"
  1206. parent_name="ID_KORESP_DO_REALIZ"
  1207. p5_tr_map:uuid="d14812e278"
  1208. comment="481 tutaj jest tabela z instancjami obych obiektow (ComplexType) , pytamy sie o konkretne ID=@REMOTE_ID w konkretnej tabeli (nie ma parent_type) "
  1209. system_cache__appinfo:restriction_path_TODEL="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ/"
  1210. system_cache__appinfo:name="IN7_DZIENNIK_KORESP"
  1211. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9873-1_IN7_DZIENN"
  1212. system_cache__appinfo:sort="0"
  1213. system_cache__appinfo:root_element_in_schema="true"
  1214. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  1215. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd">
  1216. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  1217. retrieve_resource_id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9881-1"
  1218. local-name="sequence"
  1219. event_type="473"
  1220. p5_tr_map:uuid="d14812e279"
  1221. comment="warunek 473 sekwencje"
  1222. system_cache__appinfo:sort="1"
  1223. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  1224. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  1225. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9881-1"><!--473 sekwencje -->
  1226. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e280"
  1227. retrieve_ID="parent::node()/ID"
  1228. local-name="element"
  1229. local-name-name="ID"
  1230. system_cache__appinfo:xpath_full="ID"
  1231. system_cache__appinfo:xpath="/ID"
  1232. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID"
  1233. event_type="428"
  1234. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1235. system_cache__appinfo:name="ID"
  1236. system_cache__appinfo:type="xs:int"
  1237. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9883-1_ID"
  1238. system_cache__appinfo:xpath_local="xs:int"
  1239. system_cache__appinfo:sort="1"
  1240. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  1241. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  1242. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1243. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e286"
  1244. retrieve_ID="parent::node()/ID"
  1245. local-name="element"
  1246. local-name-name="K_OD_KOGO"
  1247. system_cache__appinfo:xpath_full="K_OD_KOGO"
  1248. system_cache__appinfo:xpath="/K_OD_KOGO"
  1249. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_OD_KOGO"
  1250. event_type="428"
  1251. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1252. system_cache__appinfo:maxOccurs="1"
  1253. system_cache__appinfo:minOccurs="0"
  1254. system_cache__appinfo:name="K_OD_KOGO"
  1255. system_cache__appinfo:type="xs:string"
  1256. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9885-1_K_OD_KOGO"
  1257. system_cache__appinfo:xpath_local="xs:string"
  1258. system_cache__appinfo:sort="1"
  1259. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  1260. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  1261. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:K_OD_KOGO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1262. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e301"
  1263. retrieve_ID="parent::node()/ID"
  1264. local-name="element"
  1265. local-name-name="ID_BILLING_USERS"
  1266. system_cache__appinfo:xpath_full="ID_BILLING_USERS"
  1267. system_cache__appinfo:xpath="/ID_BILLING_USERS"
  1268. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_BILLING_USERS"
  1269. event_type="428"
  1270. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1271. system_cache__appinfo:maxOccurs="1"
  1272. system_cache__appinfo:minOccurs="0"
  1273. system_cache__appinfo:name="ID_BILLING_USERS"
  1274. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9894-1_ID_BILLING"
  1275. system_cache__appinfo:xpath_local="ID_BILLING_USERS"
  1276. system_cache__appinfo:sort="1"
  1277. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  1278. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  1279. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:ID_BILLING_USERS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1280. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e306"
  1281. retrieve_ID="parent::node()/ID"
  1282. local-name="element"
  1283. local-name-name="ID_BILLING_OWNER"
  1284. system_cache__appinfo:xpath_full="ID_BILLING_OWNER"
  1285. system_cache__appinfo:xpath="/ID_BILLING_OWNER"
  1286. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_BILLING_OWNER"
  1287. event_type="428"
  1288. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1289. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9894-1_ID_BIOWN"
  1290. system_cache__appinfo:name="ID_BILLING_OWNER"
  1291. system_cache__appinfo:type="xs:int"
  1292. system_cache__appinfo:xpath_local="xs:int"
  1293. system_cache__appinfo:sort="1"
  1294. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  1295. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  1296. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:ID_BILLING_OWNER/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1297. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e312"
  1298. retrieve_ID="parent::node()/ID"
  1299. local-name="element"
  1300. local-name-name="OD_KOGO_ADRES"
  1301. system_cache__appinfo:xpath_full="OD_KOGO_ADRES"
  1302. system_cache__appinfo:xpath="/OD_KOGO_ADRES"
  1303. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:OD_KOGO_ADRES"
  1304. event_type="428"
  1305. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1306. system_cache__appinfo:maxOccurs="1"
  1307. system_cache__appinfo:minOccurs="0"
  1308. system_cache__appinfo:name="OD_KOGO_ADRES"
  1309. system_cache__appinfo:type="xs:string"
  1310. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9902-1_OD_KOGO_AD"
  1311. vc:minVersion="1.1"
  1312. system_cache__appinfo:xpath_local="xs:string"
  1313. system_cache__appinfo:sort="1"
  1314. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  1315. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  1316. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:OD_KOGO_ADRES/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1317. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e315"
  1318. retrieve_ID="parent::node()/ID"
  1319. local-name="element"
  1320. local-name-name="K_DATA_OTRZYMANEJ_KORESP"
  1321. system_cache__appinfo:xpath_full="K_DATA_OTRZYMANEJ_KORESP"
  1322. system_cache__appinfo:xpath="/K_DATA_OTRZYMANEJ_KORESP"
  1323. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_DATA_OTRZYMANEJ_KORESP"
  1324. event_type="428"
  1325. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1326. system_cache__appinfo:name="K_DATA_OTRZYMANEJ_KORESP"
  1327. system_cache__appinfo:type="xs:date"
  1328. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9911-1_K_DATA_OTR"
  1329. system_cache__appinfo:xpath_local="xs:date"
  1330. system_cache__appinfo:sort="1"
  1331. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  1332. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  1333. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:K_DATA_OTRZYMANEJ_KORESP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1334. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e318"
  1335. retrieve_ID="parent::node()/ID"
  1336. local-name="element"
  1337. local-name-name="K_DATA_OTRZYM_KORESP"
  1338. system_cache__appinfo:xpath_full="K_DATA_OTRZYM_KORESP"
  1339. system_cache__appinfo:xpath="/K_DATA_OTRZYM_KORESP"
  1340. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_DATA_OTRZYM_KORESP"
  1341. event_type="428"
  1342. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1343. system_cache__appinfo:maxOccurs="1"
  1344. system_cache__appinfo:minOccurs="0"
  1345. system_cache__appinfo:name="K_DATA_OTRZYM_KORESP"
  1346. system_cache__appinfo:type="xs:date"
  1347. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9921-1_K_DATA_OTR"
  1348. system_cache__appinfo:xpath_local="xs:date"
  1349. system_cache__appinfo:sort="1"
  1350. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  1351. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  1352. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:K_DATA_OTRZYM_KORESP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1353. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e321"
  1354. retrieve_ID="parent::node()/ID"
  1355. local-name="element"
  1356. local-name-name="K_ZAWARTOS"
  1357. system_cache__appinfo:xpath_full="K_ZAWARTOS"
  1358. system_cache__appinfo:xpath="/K_ZAWARTOS"
  1359. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_ZAWARTOS"
  1360. event_type="428"
  1361. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1362. system_cache__appinfo:maxOccurs="1"
  1363. system_cache__appinfo:minOccurs="0"
  1364. system_cache__appinfo:name="K_ZAWARTOS"
  1365. system_cache__appinfo:type="xs:string"
  1366. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9923-1_K_ZAWARTOS"
  1367. system_cache__appinfo:xpath_local="xs:string"
  1368. system_cache__appinfo:sort="1"
  1369. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  1370. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  1371. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:K_ZAWARTOS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1372. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e324"
  1373. retrieve_ID="parent::node()/ID"
  1374. local-name="element"
  1375. local-name-name="ID_PROJECT"
  1376. system_cache__appinfo:xpath_full="ID_PROJECT"
  1377. system_cache__appinfo:xpath="/ID_PROJECT"
  1378. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_PROJECT"
  1379. event_type="428"
  1380. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1381. system_cache__appinfo:name="ID_PROJECT"
  1382. system_cache__appinfo:type="xs:int"
  1383. system_cache__appinfo:id="NNIK_KORESP___d20e4612-1_ID_PROJECT"
  1384. system_cache__appinfo:xpath_local="xs:int"
  1385. system_cache__appinfo:sort="1"
  1386. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  1387. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  1388. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:ID_PROJECT/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1389. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  1390. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  1391. local-name="element"
  1392. local-name-name="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  1393. create_element="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  1394. requested-table-type="INSTANCE"
  1395. event_type="477"
  1396. flat_relation_cache_name="ID_BILLING_OWNER"
  1397. flat_relation_cache_xpath="default_db__x3A__BILLING_OWNER:BILLING_OWNER/ID"
  1398. p5_tr_map:uuid="d14812e333"
  1399. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  1400. system_cache__appinfo:xpath_full="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  1401. system_cache__appinfo:ref="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  1402. system_cache__appinfo:id="NNIK_KORESP___d20e5069-1"
  1403. system_cache__appinfo:xpath_local="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  1404. system_cache__appinfo:sort="1"
  1405. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  1406. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  1407. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER/"><!--#1252 appinfo supperssed there... for future transforming-->
  1408. <p5_tr_map:go_recurse_from_root_by_build_element_434c p5_tr_map:uuid="d14812e334"
  1409. comment="434c przepuszczenie @complexType po ref 477 local-name:element @name:BILLING_OWNER @id:LLING_OWNER___d20e4542-1_BILLING_OW INSTANCE_ID: np. dla elementu MAGAZYN, ktory ma @type MAGAZYN"
  1410. event_type="434c"
  1411. system_cache__appinfo:id="LLING_OWNER___d20e4542-1_BILLING_OW"
  1412. event_name="element[@type]/node()"
  1413. parent_type="">
  1414. <p5_tr_map:go_recurse_from_root_by_build_element_481 retrieve_ID="parent::node()/REMOTE_ID"
  1415. local-name="complexType"
  1416. local-name-name="BILLING_OWNER"
  1417. requested-table-type="INSTANCE"
  1418. event_type="481"
  1419. parent_name="BILLING_OWNER"
  1420. p5_tr_map:uuid="d14812e335"
  1421. comment="481 tutaj jest tabela z instancjami obych obiektow (ComplexType) , pytamy sie o konkretne ID=@REMOTE_ID w konkretnej tabeli (nie ma parent_type) "
  1422. system_cache__appinfo:restriction_path_TODEL="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER/"
  1423. system_cache__appinfo:name="BILLING_OWNER"
  1424. system_cache__appinfo:id="LLING_OWNER___d20e4403-1_BILLING_OW"
  1425. system_cache__appinfo:sort="0"
  1426. system_cache__appinfo:root_element_in_schema="true"
  1427. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1428. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd">
  1429. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  1430. retrieve_resource_id="LLING_OWNER___d20e4404-1"
  1431. local-name="sequence"
  1432. event_type="473"
  1433. p5_tr_map:uuid="d14812e336"
  1434. comment="warunek 473 sekwencje"
  1435. system_cache__appinfo:sort="1"
  1436. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1437. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1438. system_cache__appinfo:id="LLING_OWNER___d20e4404-1"><!--473 sekwencje -->
  1439. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e337"
  1440. retrieve_ID="parent::node()/ID"
  1441. local-name="element"
  1442. local-name-name="ID"
  1443. system_cache__appinfo:xpath_full="ID"
  1444. system_cache__appinfo:xpath="/ID"
  1445. create_element="default_db__x3A__BILLING_OWNER:ID"
  1446. event_type="428"
  1447. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1448. system_cache__appinfo:maxOccurs="1"
  1449. system_cache__appinfo:minOccurs="0"
  1450. system_cache__appinfo:name="ID"
  1451. system_cache__appinfo:id="LLING_OWNER___d20e4405-1_ID"
  1452. system_cache__appinfo:xpath_local="ID"
  1453. system_cache__appinfo:sort="1"
  1454. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1455. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1456. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1457. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e342"
  1458. retrieve_ID="parent::node()/ID"
  1459. local-name="element"
  1460. local-name-name="name1"
  1461. system_cache__appinfo:xpath_full="name1"
  1462. system_cache__appinfo:xpath="/name1"
  1463. create_element="default_db__x3A__BILLING_OWNER:name1"
  1464. event_type="428"
  1465. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1466. system_cache__appinfo:maxOccurs="1"
  1467. system_cache__appinfo:minOccurs="0"
  1468. system_cache__appinfo:name="name1"
  1469. system_cache__appinfo:id="LLING_OWNER___d20e4408-1_name1"
  1470. system_cache__appinfo:xpath_local="name1"
  1471. system_cache__appinfo:sort="1"
  1472. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1473. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1474. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:name1/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1475. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e346"
  1476. retrieve_ID="parent::node()/ID"
  1477. local-name="element"
  1478. local-name-name="name2"
  1479. system_cache__appinfo:xpath_full="name2"
  1480. system_cache__appinfo:xpath="/name2"
  1481. create_element="default_db__x3A__BILLING_OWNER:name2"
  1482. event_type="428"
  1483. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1484. system_cache__appinfo:maxOccurs="1"
  1485. system_cache__appinfo:minOccurs="0"
  1486. system_cache__appinfo:name="name2"
  1487. system_cache__appinfo:id="LLING_OWNER___d20e4412-1_name2"
  1488. system_cache__appinfo:xpath_local="name2"
  1489. system_cache__appinfo:sort="1"
  1490. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1491. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1492. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:name2/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1493. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e350"
  1494. retrieve_ID="parent::node()/ID"
  1495. local-name="element"
  1496. local-name-name="kod"
  1497. system_cache__appinfo:xpath_full="kod"
  1498. system_cache__appinfo:xpath="/kod"
  1499. create_element="default_db__x3A__BILLING_OWNER:kod"
  1500. event_type="428"
  1501. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1502. system_cache__appinfo:maxOccurs="1"
  1503. system_cache__appinfo:minOccurs="0"
  1504. system_cache__appinfo:name="kod"
  1505. system_cache__appinfo:id="LLING_OWNER___d20e4416-1_kod"
  1506. system_cache__appinfo:xpath_local="kod"
  1507. system_cache__appinfo:sort="1"
  1508. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1509. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1510. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:kod/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1511. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e354"
  1512. retrieve_ID="parent::node()/ID"
  1513. local-name="element"
  1514. local-name-name="miasto"
  1515. system_cache__appinfo:xpath_full="miasto"
  1516. system_cache__appinfo:xpath="/miasto"
  1517. create_element="default_db__x3A__BILLING_OWNER:miasto"
  1518. event_type="428"
  1519. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1520. system_cache__appinfo:maxOccurs="1"
  1521. system_cache__appinfo:minOccurs="0"
  1522. system_cache__appinfo:name="miasto"
  1523. system_cache__appinfo:id="LLING_OWNER___d20e4420-1_miasto"
  1524. system_cache__appinfo:xpath_local="miasto"
  1525. system_cache__appinfo:sort="1"
  1526. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1527. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1528. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:miasto/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1529. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e358"
  1530. retrieve_ID="parent::node()/ID"
  1531. local-name="element"
  1532. local-name-name="ulica"
  1533. system_cache__appinfo:xpath_full="ulica"
  1534. system_cache__appinfo:xpath="/ulica"
  1535. create_element="default_db__x3A__BILLING_OWNER:ulica"
  1536. event_type="428"
  1537. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1538. system_cache__appinfo:maxOccurs="1"
  1539. system_cache__appinfo:minOccurs="0"
  1540. system_cache__appinfo:name="ulica"
  1541. system_cache__appinfo:id="LLING_OWNER___d20e4424-1_ulica"
  1542. system_cache__appinfo:xpath_local="ulica"
  1543. system_cache__appinfo:sort="1"
  1544. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1545. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1546. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:ulica/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1547. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e362"
  1548. retrieve_ID="parent::node()/ID"
  1549. local-name="element"
  1550. local-name-name="numer_dom"
  1551. system_cache__appinfo:xpath_full="numer_dom"
  1552. system_cache__appinfo:xpath="/numer_dom"
  1553. create_element="default_db__x3A__BILLING_OWNER:numer_dom"
  1554. event_type="428"
  1555. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1556. system_cache__appinfo:maxOccurs="1"
  1557. system_cache__appinfo:minOccurs="0"
  1558. system_cache__appinfo:name="numer_dom"
  1559. system_cache__appinfo:id="LLING_OWNER___d20e4428-1_numer_dom"
  1560. system_cache__appinfo:xpath_local="numer_dom"
  1561. system_cache__appinfo:sort="1"
  1562. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1563. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1564. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:numer_dom/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1565. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e367"
  1566. retrieve_ID="parent::node()/ID"
  1567. local-name="element"
  1568. local-name-name="numer_pos"
  1569. system_cache__appinfo:xpath_full="numer_pos"
  1570. system_cache__appinfo:xpath="/numer_pos"
  1571. create_element="default_db__x3A__BILLING_OWNER:numer_pos"
  1572. event_type="428"
  1573. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1574. system_cache__appinfo:maxOccurs="1"
  1575. system_cache__appinfo:minOccurs="0"
  1576. system_cache__appinfo:name="numer_pos"
  1577. system_cache__appinfo:id="LLING_OWNER___d20e4431-1_numer_pos"
  1578. system_cache__appinfo:xpath_local="numer_pos"
  1579. system_cache__appinfo:sort="1"
  1580. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1581. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1582. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:numer_pos/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1583. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e372"
  1584. retrieve_ID="parent::node()/ID"
  1585. local-name="element"
  1586. local-name-name="uwagi"
  1587. system_cache__appinfo:xpath_full="uwagi"
  1588. system_cache__appinfo:xpath="/uwagi"
  1589. create_element="default_db__x3A__BILLING_OWNER:uwagi"
  1590. event_type="428"
  1591. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1592. system_cache__appinfo:maxOccurs="1"
  1593. system_cache__appinfo:minOccurs="0"
  1594. system_cache__appinfo:name="uwagi"
  1595. system_cache__appinfo:id="LLING_OWNER___d20e4434-1_uwagi"
  1596. system_cache__appinfo:xpath_local="uwagi"
  1597. system_cache__appinfo:sort="1"
  1598. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1599. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1600. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:uwagi/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1601. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e376"
  1602. retrieve_ID="parent::node()/ID"
  1603. local-name="element"
  1604. local-name-name="tel"
  1605. system_cache__appinfo:xpath_full="tel"
  1606. system_cache__appinfo:xpath="/tel"
  1607. create_element="default_db__x3A__BILLING_OWNER:tel"
  1608. event_type="428"
  1609. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1610. system_cache__appinfo:maxOccurs="1"
  1611. system_cache__appinfo:minOccurs="0"
  1612. system_cache__appinfo:name="tel"
  1613. system_cache__appinfo:id="LLING_OWNER___d20e4437-1_tel"
  1614. system_cache__appinfo:xpath_local="tel"
  1615. system_cache__appinfo:sort="1"
  1616. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1617. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1618. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:tel/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1619. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e380"
  1620. retrieve_ID="parent::node()/ID"
  1621. local-name="element"
  1622. local-name-name="fax"
  1623. system_cache__appinfo:xpath_full="fax"
  1624. system_cache__appinfo:xpath="/fax"
  1625. create_element="default_db__x3A__BILLING_OWNER:fax"
  1626. event_type="428"
  1627. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1628. system_cache__appinfo:maxOccurs="1"
  1629. system_cache__appinfo:minOccurs="0"
  1630. system_cache__appinfo:name="fax"
  1631. system_cache__appinfo:id="LLING_OWNER___d20e4441-1_fax"
  1632. system_cache__appinfo:xpath_local="fax"
  1633. system_cache__appinfo:sort="1"
  1634. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1635. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1636. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:fax/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1637. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e385"
  1638. retrieve_ID="parent::node()/ID"
  1639. local-name="element"
  1640. local-name-name="nip"
  1641. system_cache__appinfo:xpath_full="nip"
  1642. system_cache__appinfo:xpath="/nip"
  1643. create_element="default_db__x3A__BILLING_OWNER:nip"
  1644. event_type="428"
  1645. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1646. system_cache__appinfo:maxOccurs="1"
  1647. system_cache__appinfo:minOccurs="0"
  1648. system_cache__appinfo:name="nip"
  1649. system_cache__appinfo:id="LLING_OWNER___d20e4446-1_nip"
  1650. system_cache__appinfo:xpath_local="nip"
  1651. system_cache__appinfo:sort="1"
  1652. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1653. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1654. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:nip/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1655. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e389"
  1656. retrieve_ID="parent::node()/ID"
  1657. local-name="element"
  1658. local-name-name="regon"
  1659. system_cache__appinfo:xpath_full="regon"
  1660. system_cache__appinfo:xpath="/regon"
  1661. create_element="default_db__x3A__BILLING_OWNER:regon"
  1662. event_type="428"
  1663. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1664. system_cache__appinfo:maxOccurs="1"
  1665. system_cache__appinfo:minOccurs="0"
  1666. system_cache__appinfo:name="regon"
  1667. system_cache__appinfo:id="LLING_OWNER___d20e4450-1_regon"
  1668. system_cache__appinfo:xpath_local="regon"
  1669. system_cache__appinfo:sort="1"
  1670. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1671. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1672. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:regon/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1673. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e393"
  1674. retrieve_ID="parent::node()/ID"
  1675. local-name="element"
  1676. local-name-name="bank"
  1677. system_cache__appinfo:xpath_full="bank"
  1678. system_cache__appinfo:xpath="/bank"
  1679. create_element="default_db__x3A__BILLING_OWNER:bank"
  1680. event_type="428"
  1681. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1682. system_cache__appinfo:maxOccurs="1"
  1683. system_cache__appinfo:minOccurs="0"
  1684. system_cache__appinfo:name="bank"
  1685. system_cache__appinfo:id="LLING_OWNER___d20e4454-1_bank"
  1686. system_cache__appinfo:xpath_local="bank"
  1687. system_cache__appinfo:sort="1"
  1688. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1689. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1690. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:bank/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1691. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e397"
  1692. retrieve_ID="parent::node()/ID"
  1693. local-name="element"
  1694. local-name-name="nr_rach"
  1695. system_cache__appinfo:xpath_full="nr_rach"
  1696. system_cache__appinfo:xpath="/nr_rach"
  1697. create_element="default_db__x3A__BILLING_OWNER:nr_rach"
  1698. event_type="428"
  1699. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1700. system_cache__appinfo:maxOccurs="1"
  1701. system_cache__appinfo:minOccurs="0"
  1702. system_cache__appinfo:name="nr_rach"
  1703. system_cache__appinfo:id="LLING_OWNER___d20e4458-1_nr_rach"
  1704. system_cache__appinfo:xpath_local="nr_rach"
  1705. system_cache__appinfo:sort="1"
  1706. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1707. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1708. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:nr_rach/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1709. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e401"
  1710. retrieve_ID="parent::node()/ID"
  1711. local-name="element"
  1712. local-name-name="NR_RACH_MASS_PAY"
  1713. system_cache__appinfo:xpath_full="NR_RACH_MASS_PAY"
  1714. system_cache__appinfo:xpath="/NR_RACH_MASS_PAY"
  1715. create_element="default_db__x3A__BILLING_OWNER:NR_RACH_MASS_PAY"
  1716. event_type="428"
  1717. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1718. system_cache__appinfo:maxOccurs="1"
  1719. system_cache__appinfo:minOccurs="0"
  1720. system_cache__appinfo:name="NR_RACH_MASS_PAY"
  1721. system_cache__appinfo:id="LLING_OWNER___d20e4462-1_NR_RACH_MA"
  1722. system_cache__appinfo:xpath_local="NR_RACH_MASS_PAY"
  1723. system_cache__appinfo:sort="1"
  1724. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1725. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1726. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:NR_RACH_MASS_PAY/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1727. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e405"
  1728. retrieve_ID="parent::node()/ID"
  1729. local-name="element"
  1730. local-name-name="BILLING_OWNER_EMAIL"
  1731. system_cache__appinfo:xpath_full="BILLING_OWNER_EMAIL"
  1732. system_cache__appinfo:xpath="/BILLING_OWNER_EMAIL"
  1733. create_element="default_db__x3A__BILLING_OWNER:BILLING_OWNER_EMAIL"
  1734. event_type="428"
  1735. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1736. system_cache__appinfo:maxOccurs="1"
  1737. system_cache__appinfo:minOccurs="0"
  1738. system_cache__appinfo:name="BILLING_OWNER_EMAIL"
  1739. system_cache__appinfo:id="LLING_OWNER___d20e4466-1_BILLING_OW"
  1740. system_cache__appinfo:xpath_local="BILLING_OWNER_EMAIL"
  1741. system_cache__appinfo:sort="1"
  1742. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1743. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1744. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:BILLING_OWNER_EMAIL/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1745. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e409"
  1746. retrieve_ID="parent::node()/ID"
  1747. local-name="element"
  1748. local-name-name="CRM_LISTA_ZASOBOW_ID"
  1749. system_cache__appinfo:xpath_full="CRM_LISTA_ZASOBOW_ID"
  1750. system_cache__appinfo:xpath="/CRM_LISTA_ZASOBOW_ID"
  1751. create_element="default_db__x3A__BILLING_OWNER:CRM_LISTA_ZASOBOW_ID"
  1752. event_type="428"
  1753. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1754. system_cache__appinfo:maxOccurs="1"
  1755. system_cache__appinfo:minOccurs="0"
  1756. system_cache__appinfo:name="CRM_LISTA_ZASOBOW_ID"
  1757. system_cache__appinfo:id="LLING_OWNER___d20e4470-1_CRM_LISTA_"
  1758. system_cache__appinfo:xpath_local="CRM_LISTA_ZASOBOW_ID"
  1759. system_cache__appinfo:sort="1"
  1760. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1761. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1762. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:CRM_LISTA_ZASOBOW_ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1763. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e414"
  1764. retrieve_ID="parent::node()/ID"
  1765. local-name="element"
  1766. local-name-name="A_RECORD_CREATE_DATE"
  1767. system_cache__appinfo:xpath_full="A_RECORD_CREATE_DATE"
  1768. system_cache__appinfo:xpath="/A_RECORD_CREATE_DATE"
  1769. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_CREATE_DATE"
  1770. event_type="428"
  1771. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1772. system_cache__appinfo:maxOccurs="1"
  1773. system_cache__appinfo:minOccurs="0"
  1774. system_cache__appinfo:name="A_RECORD_CREATE_DATE"
  1775. system_cache__appinfo:id="LLING_OWNER___d20e4473-1_A_RECORD_C"
  1776. system_cache__appinfo:xpath_local="A_RECORD_CREATE_DATE"
  1777. system_cache__appinfo:sort="1"
  1778. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1779. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1780. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_CREATE_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1781. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e420"
  1782. retrieve_ID="parent::node()/ID"
  1783. local-name="element"
  1784. local-name-name="A_RECORD_CREATE_AUTHOR"
  1785. system_cache__appinfo:xpath_full="A_RECORD_CREATE_AUTHOR"
  1786. system_cache__appinfo:xpath="/A_RECORD_CREATE_AUTHOR"
  1787. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_CREATE_AUTHOR"
  1788. event_type="428"
  1789. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1790. system_cache__appinfo:maxOccurs="1"
  1791. system_cache__appinfo:minOccurs="0"
  1792. system_cache__appinfo:name="A_RECORD_CREATE_AUTHOR"
  1793. system_cache__appinfo:id="LLING_OWNER___d20e4477-1_A_RECORD_C"
  1794. system_cache__appinfo:xpath_local="A_RECORD_CREATE_AUTHOR"
  1795. system_cache__appinfo:sort="1"
  1796. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1797. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1798. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_CREATE_AUTHOR/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1799. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e424"
  1800. retrieve_ID="parent::node()/ID"
  1801. local-name="element"
  1802. local-name-name="SYNC_SQIX_STATUS"
  1803. system_cache__appinfo:xpath_full="SYNC_SQIX_STATUS"
  1804. system_cache__appinfo:xpath="/SYNC_SQIX_STATUS"
  1805. create_element="default_db__x3A__BILLING_OWNER:SYNC_SQIX_STATUS"
  1806. event_type="428"
  1807. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1808. system_cache__appinfo:maxOccurs="1"
  1809. system_cache__appinfo:minOccurs="0"
  1810. system_cache__appinfo:name="SYNC_SQIX_STATUS"
  1811. system_cache__appinfo:id="LLING_OWNER___d20e4481-1_SYNC_SQIX_"
  1812. system_cache__appinfo:xpath_local="SYNC_SQIX_STATUS"
  1813. system_cache__appinfo:sort="1"
  1814. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1815. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1816. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:SYNC_SQIX_STATUS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1817. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e428"
  1818. retrieve_ID="parent::node()/ID"
  1819. local-name="element"
  1820. local-name-name="A_RECORD_UPDATE_DATE"
  1821. system_cache__appinfo:xpath_full="A_RECORD_UPDATE_DATE"
  1822. system_cache__appinfo:xpath="/A_RECORD_UPDATE_DATE"
  1823. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_UPDATE_DATE"
  1824. event_type="428"
  1825. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1826. system_cache__appinfo:maxOccurs="1"
  1827. system_cache__appinfo:minOccurs="0"
  1828. system_cache__appinfo:name="A_RECORD_UPDATE_DATE"
  1829. system_cache__appinfo:id="LLING_OWNER___d20e4485-1_A_RECORD_U"
  1830. system_cache__appinfo:xpath_local="A_RECORD_UPDATE_DATE"
  1831. system_cache__appinfo:sort="1"
  1832. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1833. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1834. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_UPDATE_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1835. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e435"
  1836. retrieve_ID="parent::node()/ID"
  1837. local-name="element"
  1838. local-name-name="A_RECORD_UPDATE_AUTHOR"
  1839. system_cache__appinfo:xpath_full="A_RECORD_UPDATE_AUTHOR"
  1840. system_cache__appinfo:xpath="/A_RECORD_UPDATE_AUTHOR"
  1841. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_UPDATE_AUTHOR"
  1842. event_type="428"
  1843. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1844. system_cache__appinfo:maxOccurs="1"
  1845. system_cache__appinfo:minOccurs="0"
  1846. system_cache__appinfo:name="A_RECORD_UPDATE_AUTHOR"
  1847. system_cache__appinfo:id="LLING_OWNER___d20e4490-1_A_RECORD_U"
  1848. system_cache__appinfo:xpath_local="A_RECORD_UPDATE_AUTHOR"
  1849. system_cache__appinfo:sort="1"
  1850. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1851. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1852. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_UPDATE_AUTHOR/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1853. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e439"
  1854. retrieve_ID="parent::node()/ID"
  1855. local-name="element"
  1856. local-name-name="L_APPOITMENT_DATE"
  1857. system_cache__appinfo:xpath_full="L_APPOITMENT_DATE"
  1858. system_cache__appinfo:xpath="/L_APPOITMENT_DATE"
  1859. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_DATE"
  1860. event_type="428"
  1861. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1862. system_cache__appinfo:maxOccurs="1"
  1863. system_cache__appinfo:minOccurs="0"
  1864. system_cache__appinfo:name="L_APPOITMENT_DATE"
  1865. system_cache__appinfo:id="LLING_OWNER___d20e4494-1_L_APPOITME"
  1866. system_cache__appinfo:xpath_local="L_APPOITMENT_DATE"
  1867. system_cache__appinfo:sort="1"
  1868. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1869. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1870. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1871. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e443"
  1872. retrieve_ID="parent::node()/ID"
  1873. local-name="element"
  1874. local-name-name="L_APPOITMENT_USER"
  1875. system_cache__appinfo:xpath_full="L_APPOITMENT_USER"
  1876. system_cache__appinfo:xpath="/L_APPOITMENT_USER"
  1877. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_USER"
  1878. event_type="428"
  1879. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1880. system_cache__appinfo:maxOccurs="1"
  1881. system_cache__appinfo:minOccurs="0"
  1882. system_cache__appinfo:name="L_APPOITMENT_USER"
  1883. system_cache__appinfo:id="LLING_OWNER___d20e4498-1_L_APPOITME"
  1884. system_cache__appinfo:xpath_local="L_APPOITMENT_USER"
  1885. system_cache__appinfo:sort="1"
  1886. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1887. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1888. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_USER/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1889. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e447"
  1890. retrieve_ID="parent::node()/ID"
  1891. local-name="element"
  1892. local-name-name="L_APPOITMENT_PERIOD"
  1893. system_cache__appinfo:xpath_full="L_APPOITMENT_PERIOD"
  1894. system_cache__appinfo:xpath="/L_APPOITMENT_PERIOD"
  1895. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_PERIOD"
  1896. event_type="428"
  1897. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1898. system_cache__appinfo:maxOccurs="1"
  1899. system_cache__appinfo:minOccurs="0"
  1900. system_cache__appinfo:name="L_APPOITMENT_PERIOD"
  1901. system_cache__appinfo:id="LLING_OWNER___d20e4502-1_L_APPOITME"
  1902. system_cache__appinfo:xpath_local="L_APPOITMENT_PERIOD"
  1903. system_cache__appinfo:sort="1"
  1904. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1905. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1906. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_PERIOD/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1907. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e451"
  1908. retrieve_ID="parent::node()/ID"
  1909. local-name="element"
  1910. local-name-name="L_APPOITMENT_INFO"
  1911. system_cache__appinfo:xpath_full="L_APPOITMENT_INFO"
  1912. system_cache__appinfo:xpath="/L_APPOITMENT_INFO"
  1913. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_INFO"
  1914. event_type="428"
  1915. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1916. system_cache__appinfo:maxOccurs="1"
  1917. system_cache__appinfo:minOccurs="0"
  1918. system_cache__appinfo:name="L_APPOITMENT_INFO"
  1919. system_cache__appinfo:id="LLING_OWNER___d20e4506-1_L_APPOITME"
  1920. system_cache__appinfo:xpath_local="L_APPOITMENT_INFO"
  1921. system_cache__appinfo:sort="1"
  1922. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1923. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1924. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_INFO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1925. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e455"
  1926. retrieve_ID="parent::node()/ID"
  1927. local-name="element"
  1928. local-name-name="L_APPOITMENT_TYPE"
  1929. system_cache__appinfo:xpath_full="L_APPOITMENT_TYPE"
  1930. system_cache__appinfo:xpath="/L_APPOITMENT_TYPE"
  1931. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_TYPE"
  1932. event_type="428"
  1933. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1934. system_cache__appinfo:maxOccurs="1"
  1935. system_cache__appinfo:minOccurs="0"
  1936. system_cache__appinfo:name="L_APPOITMENT_TYPE"
  1937. system_cache__appinfo:id="LLING_OWNER___d20e4510-1_L_APPOITME"
  1938. system_cache__appinfo:xpath_local="L_APPOITMENT_TYPE"
  1939. system_cache__appinfo:sort="1"
  1940. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1941. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1942. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_TYPE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1943. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e466"
  1944. retrieve_ID="parent::node()/ID"
  1945. local-name="element"
  1946. local-name-name="A_STATUS"
  1947. system_cache__appinfo:xpath_full="A_STATUS"
  1948. system_cache__appinfo:xpath="/A_STATUS"
  1949. create_element="default_db__x3A__BILLING_OWNER:A_STATUS"
  1950. event_type="428"
  1951. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1952. system_cache__appinfo:maxOccurs="1"
  1953. system_cache__appinfo:minOccurs="0"
  1954. system_cache__appinfo:name="A_STATUS"
  1955. system_cache__appinfo:id="LLING_OWNER___d20e4520-1_A_STATUS"
  1956. system_cache__appinfo:xpath_local="A_STATUS"
  1957. system_cache__appinfo:sort="1"
  1958. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1959. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1960. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_STATUS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1961. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e477"
  1962. retrieve_ID="parent::node()/ID"
  1963. local-name="element"
  1964. local-name-name="A_STATUS_INFO"
  1965. system_cache__appinfo:xpath_full="A_STATUS_INFO"
  1966. system_cache__appinfo:xpath="/A_STATUS_INFO"
  1967. create_element="default_db__x3A__BILLING_OWNER:A_STATUS_INFO"
  1968. event_type="428"
  1969. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1970. system_cache__appinfo:maxOccurs="1"
  1971. system_cache__appinfo:minOccurs="0"
  1972. system_cache__appinfo:name="A_STATUS_INFO"
  1973. system_cache__appinfo:id="LLING_OWNER___d20e4530-1_A_STATUS_I"
  1974. system_cache__appinfo:xpath_local="A_STATUS_INFO"
  1975. system_cache__appinfo:sort="1"
  1976. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1977. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1978. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_STATUS_INFO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1979. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e481"
  1980. retrieve_ID="parent::node()/ID"
  1981. local-name="element"
  1982. local-name-name="A_ADM_COMPANY"
  1983. system_cache__appinfo:xpath_full="A_ADM_COMPANY"
  1984. system_cache__appinfo:xpath="/A_ADM_COMPANY"
  1985. create_element="default_db__x3A__BILLING_OWNER:A_ADM_COMPANY"
  1986. event_type="428"
  1987. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  1988. system_cache__appinfo:maxOccurs="1"
  1989. system_cache__appinfo:minOccurs="0"
  1990. system_cache__appinfo:name="A_ADM_COMPANY"
  1991. system_cache__appinfo:id="LLING_OWNER___d20e4534-1_A_ADM_COMP"
  1992. system_cache__appinfo:xpath_local="A_ADM_COMPANY"
  1993. system_cache__appinfo:sort="1"
  1994. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  1995. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  1996. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_ADM_COMPANY/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  1997. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e485"
  1998. retrieve_ID="parent::node()/ID"
  1999. local-name="element"
  2000. local-name-name="A_CLASSIFIED"
  2001. system_cache__appinfo:xpath_full="A_CLASSIFIED"
  2002. system_cache__appinfo:xpath="/A_CLASSIFIED"
  2003. create_element="default_db__x3A__BILLING_OWNER:A_CLASSIFIED"
  2004. event_type="428"
  2005. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2006. system_cache__appinfo:maxOccurs="1"
  2007. system_cache__appinfo:minOccurs="0"
  2008. system_cache__appinfo:name="A_CLASSIFIED"
  2009. system_cache__appinfo:id="LLING_OWNER___d20e4538-1_A_CLASSIFI"
  2010. system_cache__appinfo:xpath_local="A_CLASSIFIED"
  2011. system_cache__appinfo:sort="1"
  2012. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2013. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2014. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_CLASSIFIED/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2015. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  2016. </p5_tr_map:go_recurse_from_root_by_build_element_481>
  2017. </p5_tr_map:go_recurse_from_root_by_build_element_434c>
  2018. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  2019. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  2020. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  2021. local-name="element"
  2022. local-name-name="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  2023. create_element="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  2024. requested-table-type="INSTANCE"
  2025. event_type="477"
  2026. flat_relation_cache_name="ID_BILLING_USERS"
  2027. flat_relation_cache_xpath="default_db__x3A__COMPANIES:ID_BILLING_USERS/ID"
  2028. p5_tr_map:uuid="d14812e492"
  2029. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  2030. system_cache__appinfo:xpath_full="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  2031. system_cache__appinfo:ref="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  2032. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9926-1"
  2033. system_cache__appinfo:xpath_local="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  2034. system_cache__appinfo:sort="1"
  2035. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  2036. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  2037. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS/"><!--#1252 appinfo supperssed there... for future transforming-->
  2038. <p5_tr_map:go_recurse_from_root_by_build_element_434r p5_tr_map:uuid="d14812e493"
  2039. comment="434r warunek 434r w !__element__! = /schema/complexType//@ref/!__element__!/complexType bez @type w glownym wywolaniu local-name:element @name:ID_BILLING_USERS @id:default_db__x3A__COMPANIES___d13e9839-1_ID_BILLING INSTANCE_ID: np. dla prove_portal:klient"
  2040. event_type="434r"
  2041. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9839-1_ID_BILLING"
  2042. event_name="element[@type]/node()"
  2043. parent_type=""
  2044. system_cache__appinfo:name="ID_BILLING_USERS"><!--#2069 mode="p5_tr_map:go_recurse_from_root_by_build_element" match="key" - TODO to implement key features-->
  2045. <p5_tr_map:go_recurse_from_root_by_build_element_434b p5_tr_map:uuid="d14812e495"
  2046. comment="434b przepuszczenie pierszego elementu dla przypadku //schema/element/complexType - magazynujemy go w complexType nizej local-name:complexType @name:COMPANIES @id:default_db__x3A__COMPANIES___d13e9727-1_COMPANIES INSTANCE_ID: np. dla elementu teryt(..):WOJ , ktory ma nizej complexType"
  2047. event_type="434b"
  2048. event_name="element[]/complexType"
  2049. id="default_db__x3A__COMPANIES___d13e9727-1_COMPANIES">
  2050. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  2051. retrieve_resource_id="default_db__x3A__COMPANIES___d13e9735-1"
  2052. local-name="sequence"
  2053. event_type="473"
  2054. p5_tr_map:uuid="d14812e496"
  2055. comment="warunek 473 sekwencje"
  2056. system_cache__appinfo:sort="1"
  2057. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  2058. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  2059. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9735-1"><!--473 sekwencje -->
  2060. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e497"
  2061. retrieve_ID="parent::node()/ID"
  2062. local-name="element"
  2063. local-name-name="ID"
  2064. system_cache__appinfo:xpath_full="ID"
  2065. system_cache__appinfo:xpath="/ID"
  2066. create_element="default_db__x3A__COMPANIES:ID"
  2067. event_type="428"
  2068. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2069. system_cache__appinfo:name="ID"
  2070. system_cache__appinfo:type="xs:int"
  2071. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9737-1_ID"
  2072. system_cache__appinfo:xpath_local="xs:int"
  2073. system_cache__appinfo:sort="1"
  2074. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  2075. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  2076. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2077. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e503"
  2078. retrieve_ID="parent::node()/ID"
  2079. local-name="element"
  2080. local-name-name="P_NAME"
  2081. system_cache__appinfo:xpath_full="P_NAME"
  2082. system_cache__appinfo:xpath="/P_NAME"
  2083. create_element="default_db__x3A__COMPANIES:P_NAME"
  2084. event_type="428"
  2085. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2086. system_cache__appinfo:maxOccurs="1"
  2087. system_cache__appinfo:minOccurs="0"
  2088. system_cache__appinfo:name="P_NAME"
  2089. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9739-1_P_NAME"
  2090. system_cache__appinfo:xpath_local="P_NAME"
  2091. system_cache__appinfo:sort="1"
  2092. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  2093. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  2094. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NAME/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2095. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e507"
  2096. retrieve_ID="parent::node()/ID"
  2097. local-name="element"
  2098. local-name-name="P_NAME_SECOND"
  2099. system_cache__appinfo:xpath_full="P_NAME_SECOND"
  2100. system_cache__appinfo:xpath="/P_NAME_SECOND"
  2101. create_element="default_db__x3A__COMPANIES:P_NAME_SECOND"
  2102. event_type="428"
  2103. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2104. system_cache__appinfo:maxOccurs="1"
  2105. system_cache__appinfo:minOccurs="0"
  2106. system_cache__appinfo:name="P_NAME_SECOND"
  2107. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9750-1_P_NAME_SEC"
  2108. system_cache__appinfo:xpath_local="P_NAME_SECOND"
  2109. system_cache__appinfo:sort="1"
  2110. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  2111. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  2112. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NAME_SECOND/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2113. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e511"
  2114. retrieve_ID="parent::node()/ID"
  2115. local-name="element"
  2116. local-name-name="P_NIP"
  2117. system_cache__appinfo:xpath_full="P_NIP"
  2118. system_cache__appinfo:xpath="/P_NIP"
  2119. create_element="default_db__x3A__COMPANIES:P_NIP"
  2120. event_type="428"
  2121. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2122. system_cache__appinfo:maxOccurs="1"
  2123. system_cache__appinfo:minOccurs="0"
  2124. system_cache__appinfo:name="P_NIP"
  2125. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9761-1_P_NIP"
  2126. system_cache__appinfo:xpath_local="P_NIP"
  2127. system_cache__appinfo:sort="1"
  2128. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  2129. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  2130. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NIP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2131. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e515"
  2132. retrieve_ID="parent::node()/ID"
  2133. local-name="element"
  2134. local-name-name="P_OTHER_DOC"
  2135. system_cache__appinfo:xpath_full="P_OTHER_DOC"
  2136. system_cache__appinfo:xpath="/P_OTHER_DOC"
  2137. create_element="default_db__x3A__COMPANIES:P_OTHER_DOC"
  2138. event_type="428"
  2139. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2140. system_cache__appinfo:maxOccurs="1"
  2141. system_cache__appinfo:minOccurs="0"
  2142. system_cache__appinfo:name="P_OTHER_DOC"
  2143. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9772-1_P_OTHER_DO"
  2144. system_cache__appinfo:xpath_local="P_OTHER_DOC"
  2145. system_cache__appinfo:sort="1"
  2146. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  2147. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  2148. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_OTHER_DOC/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2149. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e519"
  2150. retrieve_ID="parent::node()/ID"
  2151. local-name="element"
  2152. local-name-name="P_PHONE"
  2153. system_cache__appinfo:xpath_full="P_PHONE"
  2154. system_cache__appinfo:xpath="/P_PHONE"
  2155. create_element="default_db__x3A__COMPANIES:P_PHONE"
  2156. event_type="428"
  2157. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2158. system_cache__appinfo:maxOccurs="1"
  2159. system_cache__appinfo:minOccurs="0"
  2160. system_cache__appinfo:name="P_PHONE"
  2161. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9784-1_P_PHONE"
  2162. system_cache__appinfo:xpath_local="P_PHONE"
  2163. system_cache__appinfo:sort="1"
  2164. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  2165. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  2166. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_PHONE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2167. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e523"
  2168. retrieve_ID="parent::node()/ID"
  2169. local-name="element"
  2170. local-name-name="P_PHONE_SMS"
  2171. system_cache__appinfo:xpath_full="P_PHONE_SMS"
  2172. system_cache__appinfo:xpath="/P_PHONE_SMS"
  2173. create_element="default_db__x3A__COMPANIES:P_PHONE_SMS"
  2174. event_type="428"
  2175. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2176. system_cache__appinfo:maxOccurs="1"
  2177. system_cache__appinfo:minOccurs="0"
  2178. system_cache__appinfo:name="P_PHONE_SMS"
  2179. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9795-1_P_PHONE_SM"
  2180. system_cache__appinfo:xpath_local="P_PHONE_SMS"
  2181. system_cache__appinfo:sort="1"
  2182. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  2183. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  2184. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_PHONE_SMS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2185. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e527"
  2186. retrieve_ID="parent::node()/ID"
  2187. local-name="element"
  2188. local-name-name="P_FAX"
  2189. system_cache__appinfo:xpath_full="P_FAX"
  2190. system_cache__appinfo:xpath="/P_FAX"
  2191. create_element="default_db__x3A__COMPANIES:P_FAX"
  2192. event_type="428"
  2193. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2194. system_cache__appinfo:maxOccurs="1"
  2195. system_cache__appinfo:minOccurs="0"
  2196. system_cache__appinfo:name="P_FAX"
  2197. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9806-1_P_FAX"
  2198. system_cache__appinfo:xpath_local="P_FAX"
  2199. system_cache__appinfo:sort="1"
  2200. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  2201. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  2202. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_FAX/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2203. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e531"
  2204. retrieve_ID="parent::node()/ID"
  2205. local-name="element"
  2206. local-name-name="P_CONTACT_PERSON"
  2207. system_cache__appinfo:xpath_full="P_CONTACT_PERSON"
  2208. system_cache__appinfo:xpath="/P_CONTACT_PERSON"
  2209. create_element="default_db__x3A__COMPANIES:P_CONTACT_PERSON"
  2210. event_type="428"
  2211. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2212. system_cache__appinfo:maxOccurs="1"
  2213. system_cache__appinfo:minOccurs="0"
  2214. system_cache__appinfo:name="P_CONTACT_PERSON"
  2215. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9817-1_P_CONTACT_"
  2216. system_cache__appinfo:xpath_local="P_CONTACT_PERSON"
  2217. system_cache__appinfo:sort="1"
  2218. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  2219. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  2220. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ//element:ID_KORESP_DO_REALIZ//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_CONTACT_PERSON/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2221. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  2222. </p5_tr_map:go_recurse_from_root_by_build_element_434b>
  2223. </p5_tr_map:go_recurse_from_root_by_build_element_434r>
  2224. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  2225. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  2226. </p5_tr_map:go_recurse_from_root_by_build_element_481>
  2227. </p5_tr_map:go_recurse_from_root_by_build_element_434c>
  2228. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  2229. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  2230. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  2231. local-name="element"
  2232. local-name-name="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  2233. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  2234. requested-table-type="INSTANCE"
  2235. event_type="477"
  2236. flat_relation_cache_name="ID_KORESP_OFFER"
  2237. flat_relation_cache_xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER/ID"
  2238. p5_tr_map:uuid="d14812e545"
  2239. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  2240. system_cache__appinfo:xpath_full="default_db__x3A__TELBOXES:TELBOXESType/Types__x3A__default_infrastructure:Obiekt_infrastruktury/default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  2241. system_cache__appinfo:maxOccurs="unbounded"
  2242. system_cache__appinfo:minOccurs="0"
  2243. system_cache__appinfo:ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  2244. system_cache__appinfo:id="Types__x3A__default_infrastructure___d13e10449-1"
  2245. system_cache__appinfo:xpath_local="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  2246. system_cache__appinfo:sort="1"
  2247. system_cache__appinfo:prefix="Types__x3A__default_infrastructure"
  2248. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/Types/infrastructure.xsd"
  2249. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER/"><!--#1252 appinfo supperssed there... for future transforming-->
  2250. <p5_tr_map:go_recurse_from_root_by_build_element_434c p5_tr_map:uuid="d14812e546"
  2251. comment="434c przepuszczenie @complexType po ref 477 local-name:element @name:ID_KORESP_OFFER @id:default_db__x3A__IN7_DZIENNIK_KORESP___d13e9955-1_ID_KORESP_ INSTANCE_ID: np. dla elementu MAGAZYN, ktory ma @type MAGAZYN"
  2252. event_type="434c"
  2253. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9955-1_ID_KORESP_"
  2254. event_name="element[@type]/node()"
  2255. parent_type="">
  2256. <p5_tr_map:go_recurse_from_root_by_build_element_481 retrieve_ID="parent::node()/REMOTE_ID"
  2257. local-name="complexType"
  2258. local-name-name="IN7_DZIENNIK_KORESP"
  2259. requested-table-type="INSTANCE"
  2260. event_type="481"
  2261. parent_name="ID_KORESP_OFFER"
  2262. p5_tr_map:uuid="d14812e547"
  2263. comment="481 tutaj jest tabela z instancjami obych obiektow (ComplexType) , pytamy sie o konkretne ID=@REMOTE_ID w konkretnej tabeli (nie ma parent_type) "
  2264. system_cache__appinfo:restriction_path_TODEL="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER/"
  2265. system_cache__appinfo:name="IN7_DZIENNIK_KORESP"
  2266. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9873-1_IN7_DZIENN"
  2267. system_cache__appinfo:sort="0"
  2268. system_cache__appinfo:root_element_in_schema="true"
  2269. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  2270. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd">
  2271. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  2272. retrieve_resource_id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9881-1"
  2273. local-name="sequence"
  2274. event_type="473"
  2275. p5_tr_map:uuid="d14812e548"
  2276. comment="warunek 473 sekwencje"
  2277. system_cache__appinfo:sort="1"
  2278. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  2279. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  2280. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9881-1"><!--473 sekwencje -->
  2281. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e549"
  2282. retrieve_ID="parent::node()/ID"
  2283. local-name="element"
  2284. local-name-name="ID"
  2285. system_cache__appinfo:xpath_full="ID"
  2286. system_cache__appinfo:xpath="/ID"
  2287. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID"
  2288. event_type="428"
  2289. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2290. system_cache__appinfo:name="ID"
  2291. system_cache__appinfo:type="xs:int"
  2292. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9883-1_ID"
  2293. system_cache__appinfo:xpath_local="xs:int"
  2294. system_cache__appinfo:sort="1"
  2295. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  2296. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  2297. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2298. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e555"
  2299. retrieve_ID="parent::node()/ID"
  2300. local-name="element"
  2301. local-name-name="K_OD_KOGO"
  2302. system_cache__appinfo:xpath_full="K_OD_KOGO"
  2303. system_cache__appinfo:xpath="/K_OD_KOGO"
  2304. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_OD_KOGO"
  2305. event_type="428"
  2306. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2307. system_cache__appinfo:maxOccurs="1"
  2308. system_cache__appinfo:minOccurs="0"
  2309. system_cache__appinfo:name="K_OD_KOGO"
  2310. system_cache__appinfo:type="xs:string"
  2311. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9885-1_K_OD_KOGO"
  2312. system_cache__appinfo:xpath_local="xs:string"
  2313. system_cache__appinfo:sort="1"
  2314. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  2315. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  2316. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:K_OD_KOGO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2317. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e570"
  2318. retrieve_ID="parent::node()/ID"
  2319. local-name="element"
  2320. local-name-name="ID_BILLING_USERS"
  2321. system_cache__appinfo:xpath_full="ID_BILLING_USERS"
  2322. system_cache__appinfo:xpath="/ID_BILLING_USERS"
  2323. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_BILLING_USERS"
  2324. event_type="428"
  2325. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2326. system_cache__appinfo:maxOccurs="1"
  2327. system_cache__appinfo:minOccurs="0"
  2328. system_cache__appinfo:name="ID_BILLING_USERS"
  2329. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9894-1_ID_BILLING"
  2330. system_cache__appinfo:xpath_local="ID_BILLING_USERS"
  2331. system_cache__appinfo:sort="1"
  2332. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  2333. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  2334. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:ID_BILLING_USERS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2335. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e575"
  2336. retrieve_ID="parent::node()/ID"
  2337. local-name="element"
  2338. local-name-name="ID_BILLING_OWNER"
  2339. system_cache__appinfo:xpath_full="ID_BILLING_OWNER"
  2340. system_cache__appinfo:xpath="/ID_BILLING_OWNER"
  2341. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_BILLING_OWNER"
  2342. event_type="428"
  2343. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2344. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9894-1_ID_BIOWN"
  2345. system_cache__appinfo:name="ID_BILLING_OWNER"
  2346. system_cache__appinfo:type="xs:int"
  2347. system_cache__appinfo:xpath_local="xs:int"
  2348. system_cache__appinfo:sort="1"
  2349. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  2350. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  2351. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:ID_BILLING_OWNER/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2352. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e581"
  2353. retrieve_ID="parent::node()/ID"
  2354. local-name="element"
  2355. local-name-name="OD_KOGO_ADRES"
  2356. system_cache__appinfo:xpath_full="OD_KOGO_ADRES"
  2357. system_cache__appinfo:xpath="/OD_KOGO_ADRES"
  2358. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:OD_KOGO_ADRES"
  2359. event_type="428"
  2360. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2361. system_cache__appinfo:maxOccurs="1"
  2362. system_cache__appinfo:minOccurs="0"
  2363. system_cache__appinfo:name="OD_KOGO_ADRES"
  2364. system_cache__appinfo:type="xs:string"
  2365. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9902-1_OD_KOGO_AD"
  2366. vc:minVersion="1.1"
  2367. system_cache__appinfo:xpath_local="xs:string"
  2368. system_cache__appinfo:sort="1"
  2369. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  2370. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  2371. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:OD_KOGO_ADRES/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2372. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e584"
  2373. retrieve_ID="parent::node()/ID"
  2374. local-name="element"
  2375. local-name-name="K_DATA_OTRZYMANEJ_KORESP"
  2376. system_cache__appinfo:xpath_full="K_DATA_OTRZYMANEJ_KORESP"
  2377. system_cache__appinfo:xpath="/K_DATA_OTRZYMANEJ_KORESP"
  2378. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_DATA_OTRZYMANEJ_KORESP"
  2379. event_type="428"
  2380. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2381. system_cache__appinfo:name="K_DATA_OTRZYMANEJ_KORESP"
  2382. system_cache__appinfo:type="xs:date"
  2383. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9911-1_K_DATA_OTR"
  2384. system_cache__appinfo:xpath_local="xs:date"
  2385. system_cache__appinfo:sort="1"
  2386. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  2387. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  2388. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:K_DATA_OTRZYMANEJ_KORESP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2389. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e587"
  2390. retrieve_ID="parent::node()/ID"
  2391. local-name="element"
  2392. local-name-name="K_DATA_OTRZYM_KORESP"
  2393. system_cache__appinfo:xpath_full="K_DATA_OTRZYM_KORESP"
  2394. system_cache__appinfo:xpath="/K_DATA_OTRZYM_KORESP"
  2395. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_DATA_OTRZYM_KORESP"
  2396. event_type="428"
  2397. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2398. system_cache__appinfo:maxOccurs="1"
  2399. system_cache__appinfo:minOccurs="0"
  2400. system_cache__appinfo:name="K_DATA_OTRZYM_KORESP"
  2401. system_cache__appinfo:type="xs:date"
  2402. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9921-1_K_DATA_OTR"
  2403. system_cache__appinfo:xpath_local="xs:date"
  2404. system_cache__appinfo:sort="1"
  2405. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  2406. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  2407. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:K_DATA_OTRZYM_KORESP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2408. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e590"
  2409. retrieve_ID="parent::node()/ID"
  2410. local-name="element"
  2411. local-name-name="K_ZAWARTOS"
  2412. system_cache__appinfo:xpath_full="K_ZAWARTOS"
  2413. system_cache__appinfo:xpath="/K_ZAWARTOS"
  2414. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_ZAWARTOS"
  2415. event_type="428"
  2416. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2417. system_cache__appinfo:maxOccurs="1"
  2418. system_cache__appinfo:minOccurs="0"
  2419. system_cache__appinfo:name="K_ZAWARTOS"
  2420. system_cache__appinfo:type="xs:string"
  2421. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9923-1_K_ZAWARTOS"
  2422. system_cache__appinfo:xpath_local="xs:string"
  2423. system_cache__appinfo:sort="1"
  2424. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  2425. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  2426. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:K_ZAWARTOS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2427. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e593"
  2428. retrieve_ID="parent::node()/ID"
  2429. local-name="element"
  2430. local-name-name="ID_PROJECT"
  2431. system_cache__appinfo:xpath_full="ID_PROJECT"
  2432. system_cache__appinfo:xpath="/ID_PROJECT"
  2433. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_PROJECT"
  2434. event_type="428"
  2435. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2436. system_cache__appinfo:name="ID_PROJECT"
  2437. system_cache__appinfo:type="xs:int"
  2438. system_cache__appinfo:id="NNIK_KORESP___d20e4612-1_ID_PROJECT"
  2439. system_cache__appinfo:xpath_local="xs:int"
  2440. system_cache__appinfo:sort="1"
  2441. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  2442. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  2443. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:ID_PROJECT/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2444. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  2445. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  2446. local-name="element"
  2447. local-name-name="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  2448. create_element="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  2449. requested-table-type="INSTANCE"
  2450. event_type="477"
  2451. flat_relation_cache_name="ID_BILLING_OWNER"
  2452. flat_relation_cache_xpath="default_db__x3A__BILLING_OWNER:BILLING_OWNER/ID"
  2453. p5_tr_map:uuid="d14812e602"
  2454. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  2455. system_cache__appinfo:xpath_full="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  2456. system_cache__appinfo:ref="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  2457. system_cache__appinfo:id="NNIK_KORESP___d20e5069-1"
  2458. system_cache__appinfo:xpath_local="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  2459. system_cache__appinfo:sort="1"
  2460. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  2461. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  2462. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER/"><!--#1252 appinfo supperssed there... for future transforming-->
  2463. <p5_tr_map:go_recurse_from_root_by_build_element_434c p5_tr_map:uuid="d14812e603"
  2464. comment="434c przepuszczenie @complexType po ref 477 local-name:element @name:BILLING_OWNER @id:LLING_OWNER___d20e4542-1_BILLING_OW INSTANCE_ID: np. dla elementu MAGAZYN, ktory ma @type MAGAZYN"
  2465. event_type="434c"
  2466. system_cache__appinfo:id="LLING_OWNER___d20e4542-1_BILLING_OW"
  2467. event_name="element[@type]/node()"
  2468. parent_type="">
  2469. <p5_tr_map:go_recurse_from_root_by_build_element_481 retrieve_ID="parent::node()/REMOTE_ID"
  2470. local-name="complexType"
  2471. local-name-name="BILLING_OWNER"
  2472. requested-table-type="INSTANCE"
  2473. event_type="481"
  2474. parent_name="BILLING_OWNER"
  2475. p5_tr_map:uuid="d14812e604"
  2476. comment="481 tutaj jest tabela z instancjami obych obiektow (ComplexType) , pytamy sie o konkretne ID=@REMOTE_ID w konkretnej tabeli (nie ma parent_type) "
  2477. system_cache__appinfo:restriction_path_TODEL="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER/"
  2478. system_cache__appinfo:name="BILLING_OWNER"
  2479. system_cache__appinfo:id="LLING_OWNER___d20e4403-1_BILLING_OW"
  2480. system_cache__appinfo:sort="0"
  2481. system_cache__appinfo:root_element_in_schema="true"
  2482. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2483. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd">
  2484. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  2485. retrieve_resource_id="LLING_OWNER___d20e4404-1"
  2486. local-name="sequence"
  2487. event_type="473"
  2488. p5_tr_map:uuid="d14812e605"
  2489. comment="warunek 473 sekwencje"
  2490. system_cache__appinfo:sort="1"
  2491. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2492. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2493. system_cache__appinfo:id="LLING_OWNER___d20e4404-1"><!--473 sekwencje -->
  2494. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e606"
  2495. retrieve_ID="parent::node()/ID"
  2496. local-name="element"
  2497. local-name-name="ID"
  2498. system_cache__appinfo:xpath_full="ID"
  2499. system_cache__appinfo:xpath="/ID"
  2500. create_element="default_db__x3A__BILLING_OWNER:ID"
  2501. event_type="428"
  2502. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2503. system_cache__appinfo:maxOccurs="1"
  2504. system_cache__appinfo:minOccurs="0"
  2505. system_cache__appinfo:name="ID"
  2506. system_cache__appinfo:id="LLING_OWNER___d20e4405-1_ID"
  2507. system_cache__appinfo:xpath_local="ID"
  2508. system_cache__appinfo:sort="1"
  2509. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2510. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2511. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2512. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e611"
  2513. retrieve_ID="parent::node()/ID"
  2514. local-name="element"
  2515. local-name-name="name1"
  2516. system_cache__appinfo:xpath_full="name1"
  2517. system_cache__appinfo:xpath="/name1"
  2518. create_element="default_db__x3A__BILLING_OWNER:name1"
  2519. event_type="428"
  2520. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2521. system_cache__appinfo:maxOccurs="1"
  2522. system_cache__appinfo:minOccurs="0"
  2523. system_cache__appinfo:name="name1"
  2524. system_cache__appinfo:id="LLING_OWNER___d20e4408-1_name1"
  2525. system_cache__appinfo:xpath_local="name1"
  2526. system_cache__appinfo:sort="1"
  2527. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2528. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2529. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:name1/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2530. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e615"
  2531. retrieve_ID="parent::node()/ID"
  2532. local-name="element"
  2533. local-name-name="name2"
  2534. system_cache__appinfo:xpath_full="name2"
  2535. system_cache__appinfo:xpath="/name2"
  2536. create_element="default_db__x3A__BILLING_OWNER:name2"
  2537. event_type="428"
  2538. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2539. system_cache__appinfo:maxOccurs="1"
  2540. system_cache__appinfo:minOccurs="0"
  2541. system_cache__appinfo:name="name2"
  2542. system_cache__appinfo:id="LLING_OWNER___d20e4412-1_name2"
  2543. system_cache__appinfo:xpath_local="name2"
  2544. system_cache__appinfo:sort="1"
  2545. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2546. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2547. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:name2/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2548. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e619"
  2549. retrieve_ID="parent::node()/ID"
  2550. local-name="element"
  2551. local-name-name="kod"
  2552. system_cache__appinfo:xpath_full="kod"
  2553. system_cache__appinfo:xpath="/kod"
  2554. create_element="default_db__x3A__BILLING_OWNER:kod"
  2555. event_type="428"
  2556. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2557. system_cache__appinfo:maxOccurs="1"
  2558. system_cache__appinfo:minOccurs="0"
  2559. system_cache__appinfo:name="kod"
  2560. system_cache__appinfo:id="LLING_OWNER___d20e4416-1_kod"
  2561. system_cache__appinfo:xpath_local="kod"
  2562. system_cache__appinfo:sort="1"
  2563. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2564. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2565. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:kod/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2566. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e623"
  2567. retrieve_ID="parent::node()/ID"
  2568. local-name="element"
  2569. local-name-name="miasto"
  2570. system_cache__appinfo:xpath_full="miasto"
  2571. system_cache__appinfo:xpath="/miasto"
  2572. create_element="default_db__x3A__BILLING_OWNER:miasto"
  2573. event_type="428"
  2574. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2575. system_cache__appinfo:maxOccurs="1"
  2576. system_cache__appinfo:minOccurs="0"
  2577. system_cache__appinfo:name="miasto"
  2578. system_cache__appinfo:id="LLING_OWNER___d20e4420-1_miasto"
  2579. system_cache__appinfo:xpath_local="miasto"
  2580. system_cache__appinfo:sort="1"
  2581. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2582. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2583. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:miasto/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2584. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e627"
  2585. retrieve_ID="parent::node()/ID"
  2586. local-name="element"
  2587. local-name-name="ulica"
  2588. system_cache__appinfo:xpath_full="ulica"
  2589. system_cache__appinfo:xpath="/ulica"
  2590. create_element="default_db__x3A__BILLING_OWNER:ulica"
  2591. event_type="428"
  2592. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2593. system_cache__appinfo:maxOccurs="1"
  2594. system_cache__appinfo:minOccurs="0"
  2595. system_cache__appinfo:name="ulica"
  2596. system_cache__appinfo:id="LLING_OWNER___d20e4424-1_ulica"
  2597. system_cache__appinfo:xpath_local="ulica"
  2598. system_cache__appinfo:sort="1"
  2599. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2600. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2601. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:ulica/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2602. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e631"
  2603. retrieve_ID="parent::node()/ID"
  2604. local-name="element"
  2605. local-name-name="numer_dom"
  2606. system_cache__appinfo:xpath_full="numer_dom"
  2607. system_cache__appinfo:xpath="/numer_dom"
  2608. create_element="default_db__x3A__BILLING_OWNER:numer_dom"
  2609. event_type="428"
  2610. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2611. system_cache__appinfo:maxOccurs="1"
  2612. system_cache__appinfo:minOccurs="0"
  2613. system_cache__appinfo:name="numer_dom"
  2614. system_cache__appinfo:id="LLING_OWNER___d20e4428-1_numer_dom"
  2615. system_cache__appinfo:xpath_local="numer_dom"
  2616. system_cache__appinfo:sort="1"
  2617. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2618. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2619. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:numer_dom/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2620. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e636"
  2621. retrieve_ID="parent::node()/ID"
  2622. local-name="element"
  2623. local-name-name="numer_pos"
  2624. system_cache__appinfo:xpath_full="numer_pos"
  2625. system_cache__appinfo:xpath="/numer_pos"
  2626. create_element="default_db__x3A__BILLING_OWNER:numer_pos"
  2627. event_type="428"
  2628. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2629. system_cache__appinfo:maxOccurs="1"
  2630. system_cache__appinfo:minOccurs="0"
  2631. system_cache__appinfo:name="numer_pos"
  2632. system_cache__appinfo:id="LLING_OWNER___d20e4431-1_numer_pos"
  2633. system_cache__appinfo:xpath_local="numer_pos"
  2634. system_cache__appinfo:sort="1"
  2635. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2636. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2637. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:numer_pos/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2638. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e641"
  2639. retrieve_ID="parent::node()/ID"
  2640. local-name="element"
  2641. local-name-name="uwagi"
  2642. system_cache__appinfo:xpath_full="uwagi"
  2643. system_cache__appinfo:xpath="/uwagi"
  2644. create_element="default_db__x3A__BILLING_OWNER:uwagi"
  2645. event_type="428"
  2646. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2647. system_cache__appinfo:maxOccurs="1"
  2648. system_cache__appinfo:minOccurs="0"
  2649. system_cache__appinfo:name="uwagi"
  2650. system_cache__appinfo:id="LLING_OWNER___d20e4434-1_uwagi"
  2651. system_cache__appinfo:xpath_local="uwagi"
  2652. system_cache__appinfo:sort="1"
  2653. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2654. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2655. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:uwagi/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2656. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e645"
  2657. retrieve_ID="parent::node()/ID"
  2658. local-name="element"
  2659. local-name-name="tel"
  2660. system_cache__appinfo:xpath_full="tel"
  2661. system_cache__appinfo:xpath="/tel"
  2662. create_element="default_db__x3A__BILLING_OWNER:tel"
  2663. event_type="428"
  2664. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2665. system_cache__appinfo:maxOccurs="1"
  2666. system_cache__appinfo:minOccurs="0"
  2667. system_cache__appinfo:name="tel"
  2668. system_cache__appinfo:id="LLING_OWNER___d20e4437-1_tel"
  2669. system_cache__appinfo:xpath_local="tel"
  2670. system_cache__appinfo:sort="1"
  2671. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2672. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2673. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:tel/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2674. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e649"
  2675. retrieve_ID="parent::node()/ID"
  2676. local-name="element"
  2677. local-name-name="fax"
  2678. system_cache__appinfo:xpath_full="fax"
  2679. system_cache__appinfo:xpath="/fax"
  2680. create_element="default_db__x3A__BILLING_OWNER:fax"
  2681. event_type="428"
  2682. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2683. system_cache__appinfo:maxOccurs="1"
  2684. system_cache__appinfo:minOccurs="0"
  2685. system_cache__appinfo:name="fax"
  2686. system_cache__appinfo:id="LLING_OWNER___d20e4441-1_fax"
  2687. system_cache__appinfo:xpath_local="fax"
  2688. system_cache__appinfo:sort="1"
  2689. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2690. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2691. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:fax/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2692. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e654"
  2693. retrieve_ID="parent::node()/ID"
  2694. local-name="element"
  2695. local-name-name="nip"
  2696. system_cache__appinfo:xpath_full="nip"
  2697. system_cache__appinfo:xpath="/nip"
  2698. create_element="default_db__x3A__BILLING_OWNER:nip"
  2699. event_type="428"
  2700. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2701. system_cache__appinfo:maxOccurs="1"
  2702. system_cache__appinfo:minOccurs="0"
  2703. system_cache__appinfo:name="nip"
  2704. system_cache__appinfo:id="LLING_OWNER___d20e4446-1_nip"
  2705. system_cache__appinfo:xpath_local="nip"
  2706. system_cache__appinfo:sort="1"
  2707. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2708. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2709. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:nip/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2710. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e658"
  2711. retrieve_ID="parent::node()/ID"
  2712. local-name="element"
  2713. local-name-name="regon"
  2714. system_cache__appinfo:xpath_full="regon"
  2715. system_cache__appinfo:xpath="/regon"
  2716. create_element="default_db__x3A__BILLING_OWNER:regon"
  2717. event_type="428"
  2718. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2719. system_cache__appinfo:maxOccurs="1"
  2720. system_cache__appinfo:minOccurs="0"
  2721. system_cache__appinfo:name="regon"
  2722. system_cache__appinfo:id="LLING_OWNER___d20e4450-1_regon"
  2723. system_cache__appinfo:xpath_local="regon"
  2724. system_cache__appinfo:sort="1"
  2725. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2726. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2727. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:regon/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2728. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e662"
  2729. retrieve_ID="parent::node()/ID"
  2730. local-name="element"
  2731. local-name-name="bank"
  2732. system_cache__appinfo:xpath_full="bank"
  2733. system_cache__appinfo:xpath="/bank"
  2734. create_element="default_db__x3A__BILLING_OWNER:bank"
  2735. event_type="428"
  2736. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2737. system_cache__appinfo:maxOccurs="1"
  2738. system_cache__appinfo:minOccurs="0"
  2739. system_cache__appinfo:name="bank"
  2740. system_cache__appinfo:id="LLING_OWNER___d20e4454-1_bank"
  2741. system_cache__appinfo:xpath_local="bank"
  2742. system_cache__appinfo:sort="1"
  2743. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2744. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2745. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:bank/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2746. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e666"
  2747. retrieve_ID="parent::node()/ID"
  2748. local-name="element"
  2749. local-name-name="nr_rach"
  2750. system_cache__appinfo:xpath_full="nr_rach"
  2751. system_cache__appinfo:xpath="/nr_rach"
  2752. create_element="default_db__x3A__BILLING_OWNER:nr_rach"
  2753. event_type="428"
  2754. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2755. system_cache__appinfo:maxOccurs="1"
  2756. system_cache__appinfo:minOccurs="0"
  2757. system_cache__appinfo:name="nr_rach"
  2758. system_cache__appinfo:id="LLING_OWNER___d20e4458-1_nr_rach"
  2759. system_cache__appinfo:xpath_local="nr_rach"
  2760. system_cache__appinfo:sort="1"
  2761. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2762. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2763. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:nr_rach/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2764. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e670"
  2765. retrieve_ID="parent::node()/ID"
  2766. local-name="element"
  2767. local-name-name="NR_RACH_MASS_PAY"
  2768. system_cache__appinfo:xpath_full="NR_RACH_MASS_PAY"
  2769. system_cache__appinfo:xpath="/NR_RACH_MASS_PAY"
  2770. create_element="default_db__x3A__BILLING_OWNER:NR_RACH_MASS_PAY"
  2771. event_type="428"
  2772. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2773. system_cache__appinfo:maxOccurs="1"
  2774. system_cache__appinfo:minOccurs="0"
  2775. system_cache__appinfo:name="NR_RACH_MASS_PAY"
  2776. system_cache__appinfo:id="LLING_OWNER___d20e4462-1_NR_RACH_MA"
  2777. system_cache__appinfo:xpath_local="NR_RACH_MASS_PAY"
  2778. system_cache__appinfo:sort="1"
  2779. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2780. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2781. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:NR_RACH_MASS_PAY/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2782. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e674"
  2783. retrieve_ID="parent::node()/ID"
  2784. local-name="element"
  2785. local-name-name="BILLING_OWNER_EMAIL"
  2786. system_cache__appinfo:xpath_full="BILLING_OWNER_EMAIL"
  2787. system_cache__appinfo:xpath="/BILLING_OWNER_EMAIL"
  2788. create_element="default_db__x3A__BILLING_OWNER:BILLING_OWNER_EMAIL"
  2789. event_type="428"
  2790. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2791. system_cache__appinfo:maxOccurs="1"
  2792. system_cache__appinfo:minOccurs="0"
  2793. system_cache__appinfo:name="BILLING_OWNER_EMAIL"
  2794. system_cache__appinfo:id="LLING_OWNER___d20e4466-1_BILLING_OW"
  2795. system_cache__appinfo:xpath_local="BILLING_OWNER_EMAIL"
  2796. system_cache__appinfo:sort="1"
  2797. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2798. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2799. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:BILLING_OWNER_EMAIL/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2800. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e678"
  2801. retrieve_ID="parent::node()/ID"
  2802. local-name="element"
  2803. local-name-name="CRM_LISTA_ZASOBOW_ID"
  2804. system_cache__appinfo:xpath_full="CRM_LISTA_ZASOBOW_ID"
  2805. system_cache__appinfo:xpath="/CRM_LISTA_ZASOBOW_ID"
  2806. create_element="default_db__x3A__BILLING_OWNER:CRM_LISTA_ZASOBOW_ID"
  2807. event_type="428"
  2808. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2809. system_cache__appinfo:maxOccurs="1"
  2810. system_cache__appinfo:minOccurs="0"
  2811. system_cache__appinfo:name="CRM_LISTA_ZASOBOW_ID"
  2812. system_cache__appinfo:id="LLING_OWNER___d20e4470-1_CRM_LISTA_"
  2813. system_cache__appinfo:xpath_local="CRM_LISTA_ZASOBOW_ID"
  2814. system_cache__appinfo:sort="1"
  2815. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2816. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2817. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:CRM_LISTA_ZASOBOW_ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2818. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e683"
  2819. retrieve_ID="parent::node()/ID"
  2820. local-name="element"
  2821. local-name-name="A_RECORD_CREATE_DATE"
  2822. system_cache__appinfo:xpath_full="A_RECORD_CREATE_DATE"
  2823. system_cache__appinfo:xpath="/A_RECORD_CREATE_DATE"
  2824. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_CREATE_DATE"
  2825. event_type="428"
  2826. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2827. system_cache__appinfo:maxOccurs="1"
  2828. system_cache__appinfo:minOccurs="0"
  2829. system_cache__appinfo:name="A_RECORD_CREATE_DATE"
  2830. system_cache__appinfo:id="LLING_OWNER___d20e4473-1_A_RECORD_C"
  2831. system_cache__appinfo:xpath_local="A_RECORD_CREATE_DATE"
  2832. system_cache__appinfo:sort="1"
  2833. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2834. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2835. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_CREATE_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2836. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e689"
  2837. retrieve_ID="parent::node()/ID"
  2838. local-name="element"
  2839. local-name-name="A_RECORD_CREATE_AUTHOR"
  2840. system_cache__appinfo:xpath_full="A_RECORD_CREATE_AUTHOR"
  2841. system_cache__appinfo:xpath="/A_RECORD_CREATE_AUTHOR"
  2842. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_CREATE_AUTHOR"
  2843. event_type="428"
  2844. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2845. system_cache__appinfo:maxOccurs="1"
  2846. system_cache__appinfo:minOccurs="0"
  2847. system_cache__appinfo:name="A_RECORD_CREATE_AUTHOR"
  2848. system_cache__appinfo:id="LLING_OWNER___d20e4477-1_A_RECORD_C"
  2849. system_cache__appinfo:xpath_local="A_RECORD_CREATE_AUTHOR"
  2850. system_cache__appinfo:sort="1"
  2851. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2852. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2853. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_CREATE_AUTHOR/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2854. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e693"
  2855. retrieve_ID="parent::node()/ID"
  2856. local-name="element"
  2857. local-name-name="SYNC_SQIX_STATUS"
  2858. system_cache__appinfo:xpath_full="SYNC_SQIX_STATUS"
  2859. system_cache__appinfo:xpath="/SYNC_SQIX_STATUS"
  2860. create_element="default_db__x3A__BILLING_OWNER:SYNC_SQIX_STATUS"
  2861. event_type="428"
  2862. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2863. system_cache__appinfo:maxOccurs="1"
  2864. system_cache__appinfo:minOccurs="0"
  2865. system_cache__appinfo:name="SYNC_SQIX_STATUS"
  2866. system_cache__appinfo:id="LLING_OWNER___d20e4481-1_SYNC_SQIX_"
  2867. system_cache__appinfo:xpath_local="SYNC_SQIX_STATUS"
  2868. system_cache__appinfo:sort="1"
  2869. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2870. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2871. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:SYNC_SQIX_STATUS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2872. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e697"
  2873. retrieve_ID="parent::node()/ID"
  2874. local-name="element"
  2875. local-name-name="A_RECORD_UPDATE_DATE"
  2876. system_cache__appinfo:xpath_full="A_RECORD_UPDATE_DATE"
  2877. system_cache__appinfo:xpath="/A_RECORD_UPDATE_DATE"
  2878. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_UPDATE_DATE"
  2879. event_type="428"
  2880. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2881. system_cache__appinfo:maxOccurs="1"
  2882. system_cache__appinfo:minOccurs="0"
  2883. system_cache__appinfo:name="A_RECORD_UPDATE_DATE"
  2884. system_cache__appinfo:id="LLING_OWNER___d20e4485-1_A_RECORD_U"
  2885. system_cache__appinfo:xpath_local="A_RECORD_UPDATE_DATE"
  2886. system_cache__appinfo:sort="1"
  2887. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2888. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2889. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_UPDATE_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2890. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e704"
  2891. retrieve_ID="parent::node()/ID"
  2892. local-name="element"
  2893. local-name-name="A_RECORD_UPDATE_AUTHOR"
  2894. system_cache__appinfo:xpath_full="A_RECORD_UPDATE_AUTHOR"
  2895. system_cache__appinfo:xpath="/A_RECORD_UPDATE_AUTHOR"
  2896. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_UPDATE_AUTHOR"
  2897. event_type="428"
  2898. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2899. system_cache__appinfo:maxOccurs="1"
  2900. system_cache__appinfo:minOccurs="0"
  2901. system_cache__appinfo:name="A_RECORD_UPDATE_AUTHOR"
  2902. system_cache__appinfo:id="LLING_OWNER___d20e4490-1_A_RECORD_U"
  2903. system_cache__appinfo:xpath_local="A_RECORD_UPDATE_AUTHOR"
  2904. system_cache__appinfo:sort="1"
  2905. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2906. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2907. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_UPDATE_AUTHOR/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2908. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e708"
  2909. retrieve_ID="parent::node()/ID"
  2910. local-name="element"
  2911. local-name-name="L_APPOITMENT_DATE"
  2912. system_cache__appinfo:xpath_full="L_APPOITMENT_DATE"
  2913. system_cache__appinfo:xpath="/L_APPOITMENT_DATE"
  2914. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_DATE"
  2915. event_type="428"
  2916. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2917. system_cache__appinfo:maxOccurs="1"
  2918. system_cache__appinfo:minOccurs="0"
  2919. system_cache__appinfo:name="L_APPOITMENT_DATE"
  2920. system_cache__appinfo:id="LLING_OWNER___d20e4494-1_L_APPOITME"
  2921. system_cache__appinfo:xpath_local="L_APPOITMENT_DATE"
  2922. system_cache__appinfo:sort="1"
  2923. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2924. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2925. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2926. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e712"
  2927. retrieve_ID="parent::node()/ID"
  2928. local-name="element"
  2929. local-name-name="L_APPOITMENT_USER"
  2930. system_cache__appinfo:xpath_full="L_APPOITMENT_USER"
  2931. system_cache__appinfo:xpath="/L_APPOITMENT_USER"
  2932. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_USER"
  2933. event_type="428"
  2934. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2935. system_cache__appinfo:maxOccurs="1"
  2936. system_cache__appinfo:minOccurs="0"
  2937. system_cache__appinfo:name="L_APPOITMENT_USER"
  2938. system_cache__appinfo:id="LLING_OWNER___d20e4498-1_L_APPOITME"
  2939. system_cache__appinfo:xpath_local="L_APPOITMENT_USER"
  2940. system_cache__appinfo:sort="1"
  2941. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2942. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2943. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_USER/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2944. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e716"
  2945. retrieve_ID="parent::node()/ID"
  2946. local-name="element"
  2947. local-name-name="L_APPOITMENT_PERIOD"
  2948. system_cache__appinfo:xpath_full="L_APPOITMENT_PERIOD"
  2949. system_cache__appinfo:xpath="/L_APPOITMENT_PERIOD"
  2950. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_PERIOD"
  2951. event_type="428"
  2952. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2953. system_cache__appinfo:maxOccurs="1"
  2954. system_cache__appinfo:minOccurs="0"
  2955. system_cache__appinfo:name="L_APPOITMENT_PERIOD"
  2956. system_cache__appinfo:id="LLING_OWNER___d20e4502-1_L_APPOITME"
  2957. system_cache__appinfo:xpath_local="L_APPOITMENT_PERIOD"
  2958. system_cache__appinfo:sort="1"
  2959. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2960. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2961. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_PERIOD/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2962. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e720"
  2963. retrieve_ID="parent::node()/ID"
  2964. local-name="element"
  2965. local-name-name="L_APPOITMENT_INFO"
  2966. system_cache__appinfo:xpath_full="L_APPOITMENT_INFO"
  2967. system_cache__appinfo:xpath="/L_APPOITMENT_INFO"
  2968. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_INFO"
  2969. event_type="428"
  2970. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2971. system_cache__appinfo:maxOccurs="1"
  2972. system_cache__appinfo:minOccurs="0"
  2973. system_cache__appinfo:name="L_APPOITMENT_INFO"
  2974. system_cache__appinfo:id="LLING_OWNER___d20e4506-1_L_APPOITME"
  2975. system_cache__appinfo:xpath_local="L_APPOITMENT_INFO"
  2976. system_cache__appinfo:sort="1"
  2977. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2978. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2979. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_INFO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2980. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e724"
  2981. retrieve_ID="parent::node()/ID"
  2982. local-name="element"
  2983. local-name-name="L_APPOITMENT_TYPE"
  2984. system_cache__appinfo:xpath_full="L_APPOITMENT_TYPE"
  2985. system_cache__appinfo:xpath="/L_APPOITMENT_TYPE"
  2986. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_TYPE"
  2987. event_type="428"
  2988. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  2989. system_cache__appinfo:maxOccurs="1"
  2990. system_cache__appinfo:minOccurs="0"
  2991. system_cache__appinfo:name="L_APPOITMENT_TYPE"
  2992. system_cache__appinfo:id="LLING_OWNER___d20e4510-1_L_APPOITME"
  2993. system_cache__appinfo:xpath_local="L_APPOITMENT_TYPE"
  2994. system_cache__appinfo:sort="1"
  2995. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  2996. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  2997. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_TYPE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  2998. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e735"
  2999. retrieve_ID="parent::node()/ID"
  3000. local-name="element"
  3001. local-name-name="A_STATUS"
  3002. system_cache__appinfo:xpath_full="A_STATUS"
  3003. system_cache__appinfo:xpath="/A_STATUS"
  3004. create_element="default_db__x3A__BILLING_OWNER:A_STATUS"
  3005. event_type="428"
  3006. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3007. system_cache__appinfo:maxOccurs="1"
  3008. system_cache__appinfo:minOccurs="0"
  3009. system_cache__appinfo:name="A_STATUS"
  3010. system_cache__appinfo:id="LLING_OWNER___d20e4520-1_A_STATUS"
  3011. system_cache__appinfo:xpath_local="A_STATUS"
  3012. system_cache__appinfo:sort="1"
  3013. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3014. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3015. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_STATUS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3016. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e746"
  3017. retrieve_ID="parent::node()/ID"
  3018. local-name="element"
  3019. local-name-name="A_STATUS_INFO"
  3020. system_cache__appinfo:xpath_full="A_STATUS_INFO"
  3021. system_cache__appinfo:xpath="/A_STATUS_INFO"
  3022. create_element="default_db__x3A__BILLING_OWNER:A_STATUS_INFO"
  3023. event_type="428"
  3024. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3025. system_cache__appinfo:maxOccurs="1"
  3026. system_cache__appinfo:minOccurs="0"
  3027. system_cache__appinfo:name="A_STATUS_INFO"
  3028. system_cache__appinfo:id="LLING_OWNER___d20e4530-1_A_STATUS_I"
  3029. system_cache__appinfo:xpath_local="A_STATUS_INFO"
  3030. system_cache__appinfo:sort="1"
  3031. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3032. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3033. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_STATUS_INFO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3034. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e750"
  3035. retrieve_ID="parent::node()/ID"
  3036. local-name="element"
  3037. local-name-name="A_ADM_COMPANY"
  3038. system_cache__appinfo:xpath_full="A_ADM_COMPANY"
  3039. system_cache__appinfo:xpath="/A_ADM_COMPANY"
  3040. create_element="default_db__x3A__BILLING_OWNER:A_ADM_COMPANY"
  3041. event_type="428"
  3042. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3043. system_cache__appinfo:maxOccurs="1"
  3044. system_cache__appinfo:minOccurs="0"
  3045. system_cache__appinfo:name="A_ADM_COMPANY"
  3046. system_cache__appinfo:id="LLING_OWNER___d20e4534-1_A_ADM_COMP"
  3047. system_cache__appinfo:xpath_local="A_ADM_COMPANY"
  3048. system_cache__appinfo:sort="1"
  3049. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3050. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3051. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_ADM_COMPANY/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3052. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e754"
  3053. retrieve_ID="parent::node()/ID"
  3054. local-name="element"
  3055. local-name-name="A_CLASSIFIED"
  3056. system_cache__appinfo:xpath_full="A_CLASSIFIED"
  3057. system_cache__appinfo:xpath="/A_CLASSIFIED"
  3058. create_element="default_db__x3A__BILLING_OWNER:A_CLASSIFIED"
  3059. event_type="428"
  3060. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3061. system_cache__appinfo:maxOccurs="1"
  3062. system_cache__appinfo:minOccurs="0"
  3063. system_cache__appinfo:name="A_CLASSIFIED"
  3064. system_cache__appinfo:id="LLING_OWNER___d20e4538-1_A_CLASSIFI"
  3065. system_cache__appinfo:xpath_local="A_CLASSIFIED"
  3066. system_cache__appinfo:sort="1"
  3067. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3068. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3069. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_CLASSIFIED/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3070. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  3071. </p5_tr_map:go_recurse_from_root_by_build_element_481>
  3072. </p5_tr_map:go_recurse_from_root_by_build_element_434c>
  3073. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  3074. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  3075. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  3076. local-name="element"
  3077. local-name-name="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  3078. create_element="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  3079. requested-table-type="INSTANCE"
  3080. event_type="477"
  3081. flat_relation_cache_name="ID_BILLING_USERS"
  3082. flat_relation_cache_xpath="default_db__x3A__COMPANIES:ID_BILLING_USERS/ID"
  3083. p5_tr_map:uuid="d14812e761"
  3084. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  3085. system_cache__appinfo:xpath_full="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  3086. system_cache__appinfo:ref="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  3087. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9926-1"
  3088. system_cache__appinfo:xpath_local="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  3089. system_cache__appinfo:sort="1"
  3090. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  3091. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  3092. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS/"><!--#1252 appinfo supperssed there... for future transforming-->
  3093. <p5_tr_map:go_recurse_from_root_by_build_element_434r p5_tr_map:uuid="d14812e762"
  3094. comment="434r warunek 434r w !__element__! = /schema/complexType//@ref/!__element__!/complexType bez @type w glownym wywolaniu local-name:element @name:ID_BILLING_USERS @id:default_db__x3A__COMPANIES___d13e9839-1_ID_BILLING INSTANCE_ID: np. dla prove_portal:klient"
  3095. event_type="434r"
  3096. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9839-1_ID_BILLING"
  3097. event_name="element[@type]/node()"
  3098. parent_type=""
  3099. system_cache__appinfo:name="ID_BILLING_USERS"><!--#2069 mode="p5_tr_map:go_recurse_from_root_by_build_element" match="key" - TODO to implement key features-->
  3100. <p5_tr_map:go_recurse_from_root_by_build_element_434b p5_tr_map:uuid="d14812e764"
  3101. comment="434b przepuszczenie pierszego elementu dla przypadku //schema/element/complexType - magazynujemy go w complexType nizej local-name:complexType @name:COMPANIES @id:default_db__x3A__COMPANIES___d13e9727-1_COMPANIES INSTANCE_ID: np. dla elementu teryt(..):WOJ , ktory ma nizej complexType"
  3102. event_type="434b"
  3103. event_name="element[]/complexType"
  3104. id="default_db__x3A__COMPANIES___d13e9727-1_COMPANIES">
  3105. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  3106. retrieve_resource_id="default_db__x3A__COMPANIES___d13e9735-1"
  3107. local-name="sequence"
  3108. event_type="473"
  3109. p5_tr_map:uuid="d14812e765"
  3110. comment="warunek 473 sekwencje"
  3111. system_cache__appinfo:sort="1"
  3112. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  3113. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  3114. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9735-1"><!--473 sekwencje -->
  3115. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e766"
  3116. retrieve_ID="parent::node()/ID"
  3117. local-name="element"
  3118. local-name-name="ID"
  3119. system_cache__appinfo:xpath_full="ID"
  3120. system_cache__appinfo:xpath="/ID"
  3121. create_element="default_db__x3A__COMPANIES:ID"
  3122. event_type="428"
  3123. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3124. system_cache__appinfo:name="ID"
  3125. system_cache__appinfo:type="xs:int"
  3126. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9737-1_ID"
  3127. system_cache__appinfo:xpath_local="xs:int"
  3128. system_cache__appinfo:sort="1"
  3129. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  3130. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  3131. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3132. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e772"
  3133. retrieve_ID="parent::node()/ID"
  3134. local-name="element"
  3135. local-name-name="P_NAME"
  3136. system_cache__appinfo:xpath_full="P_NAME"
  3137. system_cache__appinfo:xpath="/P_NAME"
  3138. create_element="default_db__x3A__COMPANIES:P_NAME"
  3139. event_type="428"
  3140. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3141. system_cache__appinfo:maxOccurs="1"
  3142. system_cache__appinfo:minOccurs="0"
  3143. system_cache__appinfo:name="P_NAME"
  3144. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9739-1_P_NAME"
  3145. system_cache__appinfo:xpath_local="P_NAME"
  3146. system_cache__appinfo:sort="1"
  3147. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  3148. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  3149. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NAME/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3150. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e776"
  3151. retrieve_ID="parent::node()/ID"
  3152. local-name="element"
  3153. local-name-name="P_NAME_SECOND"
  3154. system_cache__appinfo:xpath_full="P_NAME_SECOND"
  3155. system_cache__appinfo:xpath="/P_NAME_SECOND"
  3156. create_element="default_db__x3A__COMPANIES:P_NAME_SECOND"
  3157. event_type="428"
  3158. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3159. system_cache__appinfo:maxOccurs="1"
  3160. system_cache__appinfo:minOccurs="0"
  3161. system_cache__appinfo:name="P_NAME_SECOND"
  3162. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9750-1_P_NAME_SEC"
  3163. system_cache__appinfo:xpath_local="P_NAME_SECOND"
  3164. system_cache__appinfo:sort="1"
  3165. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  3166. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  3167. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NAME_SECOND/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3168. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e780"
  3169. retrieve_ID="parent::node()/ID"
  3170. local-name="element"
  3171. local-name-name="P_NIP"
  3172. system_cache__appinfo:xpath_full="P_NIP"
  3173. system_cache__appinfo:xpath="/P_NIP"
  3174. create_element="default_db__x3A__COMPANIES:P_NIP"
  3175. event_type="428"
  3176. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3177. system_cache__appinfo:maxOccurs="1"
  3178. system_cache__appinfo:minOccurs="0"
  3179. system_cache__appinfo:name="P_NIP"
  3180. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9761-1_P_NIP"
  3181. system_cache__appinfo:xpath_local="P_NIP"
  3182. system_cache__appinfo:sort="1"
  3183. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  3184. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  3185. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NIP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3186. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e784"
  3187. retrieve_ID="parent::node()/ID"
  3188. local-name="element"
  3189. local-name-name="P_OTHER_DOC"
  3190. system_cache__appinfo:xpath_full="P_OTHER_DOC"
  3191. system_cache__appinfo:xpath="/P_OTHER_DOC"
  3192. create_element="default_db__x3A__COMPANIES:P_OTHER_DOC"
  3193. event_type="428"
  3194. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3195. system_cache__appinfo:maxOccurs="1"
  3196. system_cache__appinfo:minOccurs="0"
  3197. system_cache__appinfo:name="P_OTHER_DOC"
  3198. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9772-1_P_OTHER_DO"
  3199. system_cache__appinfo:xpath_local="P_OTHER_DOC"
  3200. system_cache__appinfo:sort="1"
  3201. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  3202. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  3203. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_OTHER_DOC/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3204. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e788"
  3205. retrieve_ID="parent::node()/ID"
  3206. local-name="element"
  3207. local-name-name="P_PHONE"
  3208. system_cache__appinfo:xpath_full="P_PHONE"
  3209. system_cache__appinfo:xpath="/P_PHONE"
  3210. create_element="default_db__x3A__COMPANIES:P_PHONE"
  3211. event_type="428"
  3212. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3213. system_cache__appinfo:maxOccurs="1"
  3214. system_cache__appinfo:minOccurs="0"
  3215. system_cache__appinfo:name="P_PHONE"
  3216. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9784-1_P_PHONE"
  3217. system_cache__appinfo:xpath_local="P_PHONE"
  3218. system_cache__appinfo:sort="1"
  3219. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  3220. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  3221. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_PHONE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3222. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e792"
  3223. retrieve_ID="parent::node()/ID"
  3224. local-name="element"
  3225. local-name-name="P_PHONE_SMS"
  3226. system_cache__appinfo:xpath_full="P_PHONE_SMS"
  3227. system_cache__appinfo:xpath="/P_PHONE_SMS"
  3228. create_element="default_db__x3A__COMPANIES:P_PHONE_SMS"
  3229. event_type="428"
  3230. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3231. system_cache__appinfo:maxOccurs="1"
  3232. system_cache__appinfo:minOccurs="0"
  3233. system_cache__appinfo:name="P_PHONE_SMS"
  3234. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9795-1_P_PHONE_SM"
  3235. system_cache__appinfo:xpath_local="P_PHONE_SMS"
  3236. system_cache__appinfo:sort="1"
  3237. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  3238. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  3239. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_PHONE_SMS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3240. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e796"
  3241. retrieve_ID="parent::node()/ID"
  3242. local-name="element"
  3243. local-name-name="P_FAX"
  3244. system_cache__appinfo:xpath_full="P_FAX"
  3245. system_cache__appinfo:xpath="/P_FAX"
  3246. create_element="default_db__x3A__COMPANIES:P_FAX"
  3247. event_type="428"
  3248. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3249. system_cache__appinfo:maxOccurs="1"
  3250. system_cache__appinfo:minOccurs="0"
  3251. system_cache__appinfo:name="P_FAX"
  3252. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9806-1_P_FAX"
  3253. system_cache__appinfo:xpath_local="P_FAX"
  3254. system_cache__appinfo:sort="1"
  3255. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  3256. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  3257. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_FAX/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3258. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e800"
  3259. retrieve_ID="parent::node()/ID"
  3260. local-name="element"
  3261. local-name-name="P_CONTACT_PERSON"
  3262. system_cache__appinfo:xpath_full="P_CONTACT_PERSON"
  3263. system_cache__appinfo:xpath="/P_CONTACT_PERSON"
  3264. create_element="default_db__x3A__COMPANIES:P_CONTACT_PERSON"
  3265. event_type="428"
  3266. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3267. system_cache__appinfo:maxOccurs="1"
  3268. system_cache__appinfo:minOccurs="0"
  3269. system_cache__appinfo:name="P_CONTACT_PERSON"
  3270. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9817-1_P_CONTACT_"
  3271. system_cache__appinfo:xpath_local="P_CONTACT_PERSON"
  3272. system_cache__appinfo:sort="1"
  3273. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  3274. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  3275. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER//element:ID_KORESP_OFFER//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_CONTACT_PERSON/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3276. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  3277. </p5_tr_map:go_recurse_from_root_by_build_element_434b>
  3278. </p5_tr_map:go_recurse_from_root_by_build_element_434r>
  3279. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  3280. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  3281. </p5_tr_map:go_recurse_from_root_by_build_element_481>
  3282. </p5_tr_map:go_recurse_from_root_by_build_element_434c>
  3283. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  3284. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  3285. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  3286. local-name="element"
  3287. local-name-name="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  3288. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  3289. requested-table-type="INSTANCE"
  3290. event_type="477"
  3291. flat_relation_cache_name="ID_KORESP_DO_UZG"
  3292. flat_relation_cache_xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/ID"
  3293. p5_tr_map:uuid="d14812e814"
  3294. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  3295. system_cache__appinfo:xpath_full="default_db__x3A__TELBOXES:TELBOXESType/Types__x3A__default_infrastructure:Obiekt_infrastruktury/default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  3296. system_cache__appinfo:maxOccurs="unbounded"
  3297. system_cache__appinfo:minOccurs="0"
  3298. system_cache__appinfo:ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  3299. system_cache__appinfo:id="Types__x3A__default_infrastructure___d13e10458-1"
  3300. system_cache__appinfo:xpath_local="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  3301. system_cache__appinfo:sort="1"
  3302. system_cache__appinfo:prefix="Types__x3A__default_infrastructure"
  3303. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/Types/infrastructure.xsd"
  3304. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/"><!--#1252 appinfo supperssed there... for future transforming-->
  3305. <p5_tr_map:go_recurse_from_root_by_build_element_434c p5_tr_map:uuid="d14812e815"
  3306. comment="434c przepuszczenie @complexType po ref 477 local-name:element @name:ID_KORESP_DO_UZG @id:default_db__x3A__IN7_DZIENNIK_KORESP___d13e9957-1_ID_KORESP_ INSTANCE_ID: np. dla elementu MAGAZYN, ktory ma @type MAGAZYN"
  3307. event_type="434c"
  3308. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9957-1_ID_KORESP_"
  3309. event_name="element[@type]/node()"
  3310. parent_type="">
  3311. <p5_tr_map:go_recurse_from_root_by_build_element_481 retrieve_ID="parent::node()/REMOTE_ID"
  3312. local-name="complexType"
  3313. local-name-name="IN7_DZIENNIK_KORESP"
  3314. requested-table-type="INSTANCE"
  3315. event_type="481"
  3316. parent_name="ID_KORESP_DO_UZG"
  3317. p5_tr_map:uuid="d14812e816"
  3318. comment="481 tutaj jest tabela z instancjami obych obiektow (ComplexType) , pytamy sie o konkretne ID=@REMOTE_ID w konkretnej tabeli (nie ma parent_type) "
  3319. system_cache__appinfo:restriction_path_TODEL="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG/"
  3320. system_cache__appinfo:name="IN7_DZIENNIK_KORESP"
  3321. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9873-1_IN7_DZIENN"
  3322. system_cache__appinfo:sort="0"
  3323. system_cache__appinfo:root_element_in_schema="true"
  3324. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  3325. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd">
  3326. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  3327. retrieve_resource_id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9881-1"
  3328. local-name="sequence"
  3329. event_type="473"
  3330. p5_tr_map:uuid="d14812e817"
  3331. comment="warunek 473 sekwencje"
  3332. system_cache__appinfo:sort="1"
  3333. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  3334. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  3335. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9881-1"><!--473 sekwencje -->
  3336. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e818"
  3337. retrieve_ID="parent::node()/ID"
  3338. local-name="element"
  3339. local-name-name="ID"
  3340. system_cache__appinfo:xpath_full="ID"
  3341. system_cache__appinfo:xpath="/ID"
  3342. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID"
  3343. event_type="428"
  3344. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3345. system_cache__appinfo:name="ID"
  3346. system_cache__appinfo:type="xs:int"
  3347. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9883-1_ID"
  3348. system_cache__appinfo:xpath_local="xs:int"
  3349. system_cache__appinfo:sort="1"
  3350. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  3351. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  3352. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3353. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e824"
  3354. retrieve_ID="parent::node()/ID"
  3355. local-name="element"
  3356. local-name-name="K_OD_KOGO"
  3357. system_cache__appinfo:xpath_full="K_OD_KOGO"
  3358. system_cache__appinfo:xpath="/K_OD_KOGO"
  3359. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_OD_KOGO"
  3360. event_type="428"
  3361. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3362. system_cache__appinfo:maxOccurs="1"
  3363. system_cache__appinfo:minOccurs="0"
  3364. system_cache__appinfo:name="K_OD_KOGO"
  3365. system_cache__appinfo:type="xs:string"
  3366. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9885-1_K_OD_KOGO"
  3367. system_cache__appinfo:xpath_local="xs:string"
  3368. system_cache__appinfo:sort="1"
  3369. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  3370. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  3371. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:K_OD_KOGO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3372. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e839"
  3373. retrieve_ID="parent::node()/ID"
  3374. local-name="element"
  3375. local-name-name="ID_BILLING_USERS"
  3376. system_cache__appinfo:xpath_full="ID_BILLING_USERS"
  3377. system_cache__appinfo:xpath="/ID_BILLING_USERS"
  3378. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_BILLING_USERS"
  3379. event_type="428"
  3380. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3381. system_cache__appinfo:maxOccurs="1"
  3382. system_cache__appinfo:minOccurs="0"
  3383. system_cache__appinfo:name="ID_BILLING_USERS"
  3384. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9894-1_ID_BILLING"
  3385. system_cache__appinfo:xpath_local="ID_BILLING_USERS"
  3386. system_cache__appinfo:sort="1"
  3387. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  3388. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  3389. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:ID_BILLING_USERS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3390. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e844"
  3391. retrieve_ID="parent::node()/ID"
  3392. local-name="element"
  3393. local-name-name="ID_BILLING_OWNER"
  3394. system_cache__appinfo:xpath_full="ID_BILLING_OWNER"
  3395. system_cache__appinfo:xpath="/ID_BILLING_OWNER"
  3396. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_BILLING_OWNER"
  3397. event_type="428"
  3398. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3399. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9894-1_ID_BIOWN"
  3400. system_cache__appinfo:name="ID_BILLING_OWNER"
  3401. system_cache__appinfo:type="xs:int"
  3402. system_cache__appinfo:xpath_local="xs:int"
  3403. system_cache__appinfo:sort="1"
  3404. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  3405. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  3406. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:ID_BILLING_OWNER/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3407. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e850"
  3408. retrieve_ID="parent::node()/ID"
  3409. local-name="element"
  3410. local-name-name="OD_KOGO_ADRES"
  3411. system_cache__appinfo:xpath_full="OD_KOGO_ADRES"
  3412. system_cache__appinfo:xpath="/OD_KOGO_ADRES"
  3413. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:OD_KOGO_ADRES"
  3414. event_type="428"
  3415. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3416. system_cache__appinfo:maxOccurs="1"
  3417. system_cache__appinfo:minOccurs="0"
  3418. system_cache__appinfo:name="OD_KOGO_ADRES"
  3419. system_cache__appinfo:type="xs:string"
  3420. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9902-1_OD_KOGO_AD"
  3421. vc:minVersion="1.1"
  3422. system_cache__appinfo:xpath_local="xs:string"
  3423. system_cache__appinfo:sort="1"
  3424. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  3425. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  3426. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:OD_KOGO_ADRES/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3427. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e853"
  3428. retrieve_ID="parent::node()/ID"
  3429. local-name="element"
  3430. local-name-name="K_DATA_OTRZYMANEJ_KORESP"
  3431. system_cache__appinfo:xpath_full="K_DATA_OTRZYMANEJ_KORESP"
  3432. system_cache__appinfo:xpath="/K_DATA_OTRZYMANEJ_KORESP"
  3433. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_DATA_OTRZYMANEJ_KORESP"
  3434. event_type="428"
  3435. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3436. system_cache__appinfo:name="K_DATA_OTRZYMANEJ_KORESP"
  3437. system_cache__appinfo:type="xs:date"
  3438. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9911-1_K_DATA_OTR"
  3439. system_cache__appinfo:xpath_local="xs:date"
  3440. system_cache__appinfo:sort="1"
  3441. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  3442. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  3443. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:K_DATA_OTRZYMANEJ_KORESP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3444. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e856"
  3445. retrieve_ID="parent::node()/ID"
  3446. local-name="element"
  3447. local-name-name="K_DATA_OTRZYM_KORESP"
  3448. system_cache__appinfo:xpath_full="K_DATA_OTRZYM_KORESP"
  3449. system_cache__appinfo:xpath="/K_DATA_OTRZYM_KORESP"
  3450. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_DATA_OTRZYM_KORESP"
  3451. event_type="428"
  3452. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3453. system_cache__appinfo:maxOccurs="1"
  3454. system_cache__appinfo:minOccurs="0"
  3455. system_cache__appinfo:name="K_DATA_OTRZYM_KORESP"
  3456. system_cache__appinfo:type="xs:date"
  3457. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9921-1_K_DATA_OTR"
  3458. system_cache__appinfo:xpath_local="xs:date"
  3459. system_cache__appinfo:sort="1"
  3460. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  3461. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  3462. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:K_DATA_OTRZYM_KORESP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3463. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e859"
  3464. retrieve_ID="parent::node()/ID"
  3465. local-name="element"
  3466. local-name-name="K_ZAWARTOS"
  3467. system_cache__appinfo:xpath_full="K_ZAWARTOS"
  3468. system_cache__appinfo:xpath="/K_ZAWARTOS"
  3469. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_ZAWARTOS"
  3470. event_type="428"
  3471. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3472. system_cache__appinfo:maxOccurs="1"
  3473. system_cache__appinfo:minOccurs="0"
  3474. system_cache__appinfo:name="K_ZAWARTOS"
  3475. system_cache__appinfo:type="xs:string"
  3476. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9923-1_K_ZAWARTOS"
  3477. system_cache__appinfo:xpath_local="xs:string"
  3478. system_cache__appinfo:sort="1"
  3479. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  3480. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  3481. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:K_ZAWARTOS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3482. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e862"
  3483. retrieve_ID="parent::node()/ID"
  3484. local-name="element"
  3485. local-name-name="ID_PROJECT"
  3486. system_cache__appinfo:xpath_full="ID_PROJECT"
  3487. system_cache__appinfo:xpath="/ID_PROJECT"
  3488. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_PROJECT"
  3489. event_type="428"
  3490. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3491. system_cache__appinfo:name="ID_PROJECT"
  3492. system_cache__appinfo:type="xs:int"
  3493. system_cache__appinfo:id="NNIK_KORESP___d20e4612-1_ID_PROJECT"
  3494. system_cache__appinfo:xpath_local="xs:int"
  3495. system_cache__appinfo:sort="1"
  3496. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  3497. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  3498. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:ID_PROJECT/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3499. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  3500. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  3501. local-name="element"
  3502. local-name-name="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  3503. create_element="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  3504. requested-table-type="INSTANCE"
  3505. event_type="477"
  3506. flat_relation_cache_name="ID_BILLING_OWNER"
  3507. flat_relation_cache_xpath="default_db__x3A__BILLING_OWNER:BILLING_OWNER/ID"
  3508. p5_tr_map:uuid="d14812e871"
  3509. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  3510. system_cache__appinfo:xpath_full="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  3511. system_cache__appinfo:ref="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  3512. system_cache__appinfo:id="NNIK_KORESP___d20e5069-1"
  3513. system_cache__appinfo:xpath_local="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  3514. system_cache__appinfo:sort="1"
  3515. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  3516. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  3517. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER/"><!--#1252 appinfo supperssed there... for future transforming-->
  3518. <p5_tr_map:go_recurse_from_root_by_build_element_434c p5_tr_map:uuid="d14812e872"
  3519. comment="434c przepuszczenie @complexType po ref 477 local-name:element @name:BILLING_OWNER @id:LLING_OWNER___d20e4542-1_BILLING_OW INSTANCE_ID: np. dla elementu MAGAZYN, ktory ma @type MAGAZYN"
  3520. event_type="434c"
  3521. system_cache__appinfo:id="LLING_OWNER___d20e4542-1_BILLING_OW"
  3522. event_name="element[@type]/node()"
  3523. parent_type="">
  3524. <p5_tr_map:go_recurse_from_root_by_build_element_481 retrieve_ID="parent::node()/REMOTE_ID"
  3525. local-name="complexType"
  3526. local-name-name="BILLING_OWNER"
  3527. requested-table-type="INSTANCE"
  3528. event_type="481"
  3529. parent_name="BILLING_OWNER"
  3530. p5_tr_map:uuid="d14812e873"
  3531. comment="481 tutaj jest tabela z instancjami obych obiektow (ComplexType) , pytamy sie o konkretne ID=@REMOTE_ID w konkretnej tabeli (nie ma parent_type) "
  3532. system_cache__appinfo:restriction_path_TODEL="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER/"
  3533. system_cache__appinfo:name="BILLING_OWNER"
  3534. system_cache__appinfo:id="LLING_OWNER___d20e4403-1_BILLING_OW"
  3535. system_cache__appinfo:sort="0"
  3536. system_cache__appinfo:root_element_in_schema="true"
  3537. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3538. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd">
  3539. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  3540. retrieve_resource_id="LLING_OWNER___d20e4404-1"
  3541. local-name="sequence"
  3542. event_type="473"
  3543. p5_tr_map:uuid="d14812e874"
  3544. comment="warunek 473 sekwencje"
  3545. system_cache__appinfo:sort="1"
  3546. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3547. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3548. system_cache__appinfo:id="LLING_OWNER___d20e4404-1"><!--473 sekwencje -->
  3549. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e875"
  3550. retrieve_ID="parent::node()/ID"
  3551. local-name="element"
  3552. local-name-name="ID"
  3553. system_cache__appinfo:xpath_full="ID"
  3554. system_cache__appinfo:xpath="/ID"
  3555. create_element="default_db__x3A__BILLING_OWNER:ID"
  3556. event_type="428"
  3557. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3558. system_cache__appinfo:maxOccurs="1"
  3559. system_cache__appinfo:minOccurs="0"
  3560. system_cache__appinfo:name="ID"
  3561. system_cache__appinfo:id="LLING_OWNER___d20e4405-1_ID"
  3562. system_cache__appinfo:xpath_local="ID"
  3563. system_cache__appinfo:sort="1"
  3564. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3565. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3566. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3567. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e880"
  3568. retrieve_ID="parent::node()/ID"
  3569. local-name="element"
  3570. local-name-name="name1"
  3571. system_cache__appinfo:xpath_full="name1"
  3572. system_cache__appinfo:xpath="/name1"
  3573. create_element="default_db__x3A__BILLING_OWNER:name1"
  3574. event_type="428"
  3575. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3576. system_cache__appinfo:maxOccurs="1"
  3577. system_cache__appinfo:minOccurs="0"
  3578. system_cache__appinfo:name="name1"
  3579. system_cache__appinfo:id="LLING_OWNER___d20e4408-1_name1"
  3580. system_cache__appinfo:xpath_local="name1"
  3581. system_cache__appinfo:sort="1"
  3582. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3583. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3584. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:name1/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3585. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e884"
  3586. retrieve_ID="parent::node()/ID"
  3587. local-name="element"
  3588. local-name-name="name2"
  3589. system_cache__appinfo:xpath_full="name2"
  3590. system_cache__appinfo:xpath="/name2"
  3591. create_element="default_db__x3A__BILLING_OWNER:name2"
  3592. event_type="428"
  3593. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3594. system_cache__appinfo:maxOccurs="1"
  3595. system_cache__appinfo:minOccurs="0"
  3596. system_cache__appinfo:name="name2"
  3597. system_cache__appinfo:id="LLING_OWNER___d20e4412-1_name2"
  3598. system_cache__appinfo:xpath_local="name2"
  3599. system_cache__appinfo:sort="1"
  3600. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3601. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3602. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:name2/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3603. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e888"
  3604. retrieve_ID="parent::node()/ID"
  3605. local-name="element"
  3606. local-name-name="kod"
  3607. system_cache__appinfo:xpath_full="kod"
  3608. system_cache__appinfo:xpath="/kod"
  3609. create_element="default_db__x3A__BILLING_OWNER:kod"
  3610. event_type="428"
  3611. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3612. system_cache__appinfo:maxOccurs="1"
  3613. system_cache__appinfo:minOccurs="0"
  3614. system_cache__appinfo:name="kod"
  3615. system_cache__appinfo:id="LLING_OWNER___d20e4416-1_kod"
  3616. system_cache__appinfo:xpath_local="kod"
  3617. system_cache__appinfo:sort="1"
  3618. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3619. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3620. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:kod/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3621. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e892"
  3622. retrieve_ID="parent::node()/ID"
  3623. local-name="element"
  3624. local-name-name="miasto"
  3625. system_cache__appinfo:xpath_full="miasto"
  3626. system_cache__appinfo:xpath="/miasto"
  3627. create_element="default_db__x3A__BILLING_OWNER:miasto"
  3628. event_type="428"
  3629. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3630. system_cache__appinfo:maxOccurs="1"
  3631. system_cache__appinfo:minOccurs="0"
  3632. system_cache__appinfo:name="miasto"
  3633. system_cache__appinfo:id="LLING_OWNER___d20e4420-1_miasto"
  3634. system_cache__appinfo:xpath_local="miasto"
  3635. system_cache__appinfo:sort="1"
  3636. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3637. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3638. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:miasto/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3639. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e896"
  3640. retrieve_ID="parent::node()/ID"
  3641. local-name="element"
  3642. local-name-name="ulica"
  3643. system_cache__appinfo:xpath_full="ulica"
  3644. system_cache__appinfo:xpath="/ulica"
  3645. create_element="default_db__x3A__BILLING_OWNER:ulica"
  3646. event_type="428"
  3647. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3648. system_cache__appinfo:maxOccurs="1"
  3649. system_cache__appinfo:minOccurs="0"
  3650. system_cache__appinfo:name="ulica"
  3651. system_cache__appinfo:id="LLING_OWNER___d20e4424-1_ulica"
  3652. system_cache__appinfo:xpath_local="ulica"
  3653. system_cache__appinfo:sort="1"
  3654. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3655. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3656. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:ulica/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3657. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e900"
  3658. retrieve_ID="parent::node()/ID"
  3659. local-name="element"
  3660. local-name-name="numer_dom"
  3661. system_cache__appinfo:xpath_full="numer_dom"
  3662. system_cache__appinfo:xpath="/numer_dom"
  3663. create_element="default_db__x3A__BILLING_OWNER:numer_dom"
  3664. event_type="428"
  3665. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3666. system_cache__appinfo:maxOccurs="1"
  3667. system_cache__appinfo:minOccurs="0"
  3668. system_cache__appinfo:name="numer_dom"
  3669. system_cache__appinfo:id="LLING_OWNER___d20e4428-1_numer_dom"
  3670. system_cache__appinfo:xpath_local="numer_dom"
  3671. system_cache__appinfo:sort="1"
  3672. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3673. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3674. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:numer_dom/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3675. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e905"
  3676. retrieve_ID="parent::node()/ID"
  3677. local-name="element"
  3678. local-name-name="numer_pos"
  3679. system_cache__appinfo:xpath_full="numer_pos"
  3680. system_cache__appinfo:xpath="/numer_pos"
  3681. create_element="default_db__x3A__BILLING_OWNER:numer_pos"
  3682. event_type="428"
  3683. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3684. system_cache__appinfo:maxOccurs="1"
  3685. system_cache__appinfo:minOccurs="0"
  3686. system_cache__appinfo:name="numer_pos"
  3687. system_cache__appinfo:id="LLING_OWNER___d20e4431-1_numer_pos"
  3688. system_cache__appinfo:xpath_local="numer_pos"
  3689. system_cache__appinfo:sort="1"
  3690. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3691. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3692. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:numer_pos/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3693. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e910"
  3694. retrieve_ID="parent::node()/ID"
  3695. local-name="element"
  3696. local-name-name="uwagi"
  3697. system_cache__appinfo:xpath_full="uwagi"
  3698. system_cache__appinfo:xpath="/uwagi"
  3699. create_element="default_db__x3A__BILLING_OWNER:uwagi"
  3700. event_type="428"
  3701. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3702. system_cache__appinfo:maxOccurs="1"
  3703. system_cache__appinfo:minOccurs="0"
  3704. system_cache__appinfo:name="uwagi"
  3705. system_cache__appinfo:id="LLING_OWNER___d20e4434-1_uwagi"
  3706. system_cache__appinfo:xpath_local="uwagi"
  3707. system_cache__appinfo:sort="1"
  3708. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3709. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3710. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:uwagi/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3711. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e914"
  3712. retrieve_ID="parent::node()/ID"
  3713. local-name="element"
  3714. local-name-name="tel"
  3715. system_cache__appinfo:xpath_full="tel"
  3716. system_cache__appinfo:xpath="/tel"
  3717. create_element="default_db__x3A__BILLING_OWNER:tel"
  3718. event_type="428"
  3719. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3720. system_cache__appinfo:maxOccurs="1"
  3721. system_cache__appinfo:minOccurs="0"
  3722. system_cache__appinfo:name="tel"
  3723. system_cache__appinfo:id="LLING_OWNER___d20e4437-1_tel"
  3724. system_cache__appinfo:xpath_local="tel"
  3725. system_cache__appinfo:sort="1"
  3726. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3727. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3728. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:tel/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3729. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e918"
  3730. retrieve_ID="parent::node()/ID"
  3731. local-name="element"
  3732. local-name-name="fax"
  3733. system_cache__appinfo:xpath_full="fax"
  3734. system_cache__appinfo:xpath="/fax"
  3735. create_element="default_db__x3A__BILLING_OWNER:fax"
  3736. event_type="428"
  3737. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3738. system_cache__appinfo:maxOccurs="1"
  3739. system_cache__appinfo:minOccurs="0"
  3740. system_cache__appinfo:name="fax"
  3741. system_cache__appinfo:id="LLING_OWNER___d20e4441-1_fax"
  3742. system_cache__appinfo:xpath_local="fax"
  3743. system_cache__appinfo:sort="1"
  3744. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3745. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3746. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:fax/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3747. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e923"
  3748. retrieve_ID="parent::node()/ID"
  3749. local-name="element"
  3750. local-name-name="nip"
  3751. system_cache__appinfo:xpath_full="nip"
  3752. system_cache__appinfo:xpath="/nip"
  3753. create_element="default_db__x3A__BILLING_OWNER:nip"
  3754. event_type="428"
  3755. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3756. system_cache__appinfo:maxOccurs="1"
  3757. system_cache__appinfo:minOccurs="0"
  3758. system_cache__appinfo:name="nip"
  3759. system_cache__appinfo:id="LLING_OWNER___d20e4446-1_nip"
  3760. system_cache__appinfo:xpath_local="nip"
  3761. system_cache__appinfo:sort="1"
  3762. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3763. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3764. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:nip/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3765. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e927"
  3766. retrieve_ID="parent::node()/ID"
  3767. local-name="element"
  3768. local-name-name="regon"
  3769. system_cache__appinfo:xpath_full="regon"
  3770. system_cache__appinfo:xpath="/regon"
  3771. create_element="default_db__x3A__BILLING_OWNER:regon"
  3772. event_type="428"
  3773. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3774. system_cache__appinfo:maxOccurs="1"
  3775. system_cache__appinfo:minOccurs="0"
  3776. system_cache__appinfo:name="regon"
  3777. system_cache__appinfo:id="LLING_OWNER___d20e4450-1_regon"
  3778. system_cache__appinfo:xpath_local="regon"
  3779. system_cache__appinfo:sort="1"
  3780. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3781. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3782. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:regon/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3783. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e931"
  3784. retrieve_ID="parent::node()/ID"
  3785. local-name="element"
  3786. local-name-name="bank"
  3787. system_cache__appinfo:xpath_full="bank"
  3788. system_cache__appinfo:xpath="/bank"
  3789. create_element="default_db__x3A__BILLING_OWNER:bank"
  3790. event_type="428"
  3791. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3792. system_cache__appinfo:maxOccurs="1"
  3793. system_cache__appinfo:minOccurs="0"
  3794. system_cache__appinfo:name="bank"
  3795. system_cache__appinfo:id="LLING_OWNER___d20e4454-1_bank"
  3796. system_cache__appinfo:xpath_local="bank"
  3797. system_cache__appinfo:sort="1"
  3798. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3799. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3800. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:bank/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3801. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e935"
  3802. retrieve_ID="parent::node()/ID"
  3803. local-name="element"
  3804. local-name-name="nr_rach"
  3805. system_cache__appinfo:xpath_full="nr_rach"
  3806. system_cache__appinfo:xpath="/nr_rach"
  3807. create_element="default_db__x3A__BILLING_OWNER:nr_rach"
  3808. event_type="428"
  3809. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3810. system_cache__appinfo:maxOccurs="1"
  3811. system_cache__appinfo:minOccurs="0"
  3812. system_cache__appinfo:name="nr_rach"
  3813. system_cache__appinfo:id="LLING_OWNER___d20e4458-1_nr_rach"
  3814. system_cache__appinfo:xpath_local="nr_rach"
  3815. system_cache__appinfo:sort="1"
  3816. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3817. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3818. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:nr_rach/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3819. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e939"
  3820. retrieve_ID="parent::node()/ID"
  3821. local-name="element"
  3822. local-name-name="NR_RACH_MASS_PAY"
  3823. system_cache__appinfo:xpath_full="NR_RACH_MASS_PAY"
  3824. system_cache__appinfo:xpath="/NR_RACH_MASS_PAY"
  3825. create_element="default_db__x3A__BILLING_OWNER:NR_RACH_MASS_PAY"
  3826. event_type="428"
  3827. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3828. system_cache__appinfo:maxOccurs="1"
  3829. system_cache__appinfo:minOccurs="0"
  3830. system_cache__appinfo:name="NR_RACH_MASS_PAY"
  3831. system_cache__appinfo:id="LLING_OWNER___d20e4462-1_NR_RACH_MA"
  3832. system_cache__appinfo:xpath_local="NR_RACH_MASS_PAY"
  3833. system_cache__appinfo:sort="1"
  3834. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3835. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3836. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:NR_RACH_MASS_PAY/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3837. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e943"
  3838. retrieve_ID="parent::node()/ID"
  3839. local-name="element"
  3840. local-name-name="BILLING_OWNER_EMAIL"
  3841. system_cache__appinfo:xpath_full="BILLING_OWNER_EMAIL"
  3842. system_cache__appinfo:xpath="/BILLING_OWNER_EMAIL"
  3843. create_element="default_db__x3A__BILLING_OWNER:BILLING_OWNER_EMAIL"
  3844. event_type="428"
  3845. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3846. system_cache__appinfo:maxOccurs="1"
  3847. system_cache__appinfo:minOccurs="0"
  3848. system_cache__appinfo:name="BILLING_OWNER_EMAIL"
  3849. system_cache__appinfo:id="LLING_OWNER___d20e4466-1_BILLING_OW"
  3850. system_cache__appinfo:xpath_local="BILLING_OWNER_EMAIL"
  3851. system_cache__appinfo:sort="1"
  3852. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3853. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3854. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:BILLING_OWNER_EMAIL/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3855. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e947"
  3856. retrieve_ID="parent::node()/ID"
  3857. local-name="element"
  3858. local-name-name="CRM_LISTA_ZASOBOW_ID"
  3859. system_cache__appinfo:xpath_full="CRM_LISTA_ZASOBOW_ID"
  3860. system_cache__appinfo:xpath="/CRM_LISTA_ZASOBOW_ID"
  3861. create_element="default_db__x3A__BILLING_OWNER:CRM_LISTA_ZASOBOW_ID"
  3862. event_type="428"
  3863. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3864. system_cache__appinfo:maxOccurs="1"
  3865. system_cache__appinfo:minOccurs="0"
  3866. system_cache__appinfo:name="CRM_LISTA_ZASOBOW_ID"
  3867. system_cache__appinfo:id="LLING_OWNER___d20e4470-1_CRM_LISTA_"
  3868. system_cache__appinfo:xpath_local="CRM_LISTA_ZASOBOW_ID"
  3869. system_cache__appinfo:sort="1"
  3870. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3871. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3872. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:CRM_LISTA_ZASOBOW_ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3873. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e952"
  3874. retrieve_ID="parent::node()/ID"
  3875. local-name="element"
  3876. local-name-name="A_RECORD_CREATE_DATE"
  3877. system_cache__appinfo:xpath_full="A_RECORD_CREATE_DATE"
  3878. system_cache__appinfo:xpath="/A_RECORD_CREATE_DATE"
  3879. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_CREATE_DATE"
  3880. event_type="428"
  3881. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3882. system_cache__appinfo:maxOccurs="1"
  3883. system_cache__appinfo:minOccurs="0"
  3884. system_cache__appinfo:name="A_RECORD_CREATE_DATE"
  3885. system_cache__appinfo:id="LLING_OWNER___d20e4473-1_A_RECORD_C"
  3886. system_cache__appinfo:xpath_local="A_RECORD_CREATE_DATE"
  3887. system_cache__appinfo:sort="1"
  3888. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3889. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3890. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_CREATE_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3891. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e958"
  3892. retrieve_ID="parent::node()/ID"
  3893. local-name="element"
  3894. local-name-name="A_RECORD_CREATE_AUTHOR"
  3895. system_cache__appinfo:xpath_full="A_RECORD_CREATE_AUTHOR"
  3896. system_cache__appinfo:xpath="/A_RECORD_CREATE_AUTHOR"
  3897. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_CREATE_AUTHOR"
  3898. event_type="428"
  3899. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3900. system_cache__appinfo:maxOccurs="1"
  3901. system_cache__appinfo:minOccurs="0"
  3902. system_cache__appinfo:name="A_RECORD_CREATE_AUTHOR"
  3903. system_cache__appinfo:id="LLING_OWNER___d20e4477-1_A_RECORD_C"
  3904. system_cache__appinfo:xpath_local="A_RECORD_CREATE_AUTHOR"
  3905. system_cache__appinfo:sort="1"
  3906. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3907. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3908. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_CREATE_AUTHOR/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3909. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e962"
  3910. retrieve_ID="parent::node()/ID"
  3911. local-name="element"
  3912. local-name-name="SYNC_SQIX_STATUS"
  3913. system_cache__appinfo:xpath_full="SYNC_SQIX_STATUS"
  3914. system_cache__appinfo:xpath="/SYNC_SQIX_STATUS"
  3915. create_element="default_db__x3A__BILLING_OWNER:SYNC_SQIX_STATUS"
  3916. event_type="428"
  3917. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3918. system_cache__appinfo:maxOccurs="1"
  3919. system_cache__appinfo:minOccurs="0"
  3920. system_cache__appinfo:name="SYNC_SQIX_STATUS"
  3921. system_cache__appinfo:id="LLING_OWNER___d20e4481-1_SYNC_SQIX_"
  3922. system_cache__appinfo:xpath_local="SYNC_SQIX_STATUS"
  3923. system_cache__appinfo:sort="1"
  3924. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3925. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3926. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:SYNC_SQIX_STATUS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3927. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e966"
  3928. retrieve_ID="parent::node()/ID"
  3929. local-name="element"
  3930. local-name-name="A_RECORD_UPDATE_DATE"
  3931. system_cache__appinfo:xpath_full="A_RECORD_UPDATE_DATE"
  3932. system_cache__appinfo:xpath="/A_RECORD_UPDATE_DATE"
  3933. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_UPDATE_DATE"
  3934. event_type="428"
  3935. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3936. system_cache__appinfo:maxOccurs="1"
  3937. system_cache__appinfo:minOccurs="0"
  3938. system_cache__appinfo:name="A_RECORD_UPDATE_DATE"
  3939. system_cache__appinfo:id="LLING_OWNER___d20e4485-1_A_RECORD_U"
  3940. system_cache__appinfo:xpath_local="A_RECORD_UPDATE_DATE"
  3941. system_cache__appinfo:sort="1"
  3942. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3943. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3944. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_UPDATE_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3945. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e973"
  3946. retrieve_ID="parent::node()/ID"
  3947. local-name="element"
  3948. local-name-name="A_RECORD_UPDATE_AUTHOR"
  3949. system_cache__appinfo:xpath_full="A_RECORD_UPDATE_AUTHOR"
  3950. system_cache__appinfo:xpath="/A_RECORD_UPDATE_AUTHOR"
  3951. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_UPDATE_AUTHOR"
  3952. event_type="428"
  3953. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3954. system_cache__appinfo:maxOccurs="1"
  3955. system_cache__appinfo:minOccurs="0"
  3956. system_cache__appinfo:name="A_RECORD_UPDATE_AUTHOR"
  3957. system_cache__appinfo:id="LLING_OWNER___d20e4490-1_A_RECORD_U"
  3958. system_cache__appinfo:xpath_local="A_RECORD_UPDATE_AUTHOR"
  3959. system_cache__appinfo:sort="1"
  3960. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3961. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3962. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_UPDATE_AUTHOR/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3963. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e977"
  3964. retrieve_ID="parent::node()/ID"
  3965. local-name="element"
  3966. local-name-name="L_APPOITMENT_DATE"
  3967. system_cache__appinfo:xpath_full="L_APPOITMENT_DATE"
  3968. system_cache__appinfo:xpath="/L_APPOITMENT_DATE"
  3969. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_DATE"
  3970. event_type="428"
  3971. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3972. system_cache__appinfo:maxOccurs="1"
  3973. system_cache__appinfo:minOccurs="0"
  3974. system_cache__appinfo:name="L_APPOITMENT_DATE"
  3975. system_cache__appinfo:id="LLING_OWNER___d20e4494-1_L_APPOITME"
  3976. system_cache__appinfo:xpath_local="L_APPOITMENT_DATE"
  3977. system_cache__appinfo:sort="1"
  3978. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3979. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3980. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3981. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e981"
  3982. retrieve_ID="parent::node()/ID"
  3983. local-name="element"
  3984. local-name-name="L_APPOITMENT_USER"
  3985. system_cache__appinfo:xpath_full="L_APPOITMENT_USER"
  3986. system_cache__appinfo:xpath="/L_APPOITMENT_USER"
  3987. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_USER"
  3988. event_type="428"
  3989. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  3990. system_cache__appinfo:maxOccurs="1"
  3991. system_cache__appinfo:minOccurs="0"
  3992. system_cache__appinfo:name="L_APPOITMENT_USER"
  3993. system_cache__appinfo:id="LLING_OWNER___d20e4498-1_L_APPOITME"
  3994. system_cache__appinfo:xpath_local="L_APPOITMENT_USER"
  3995. system_cache__appinfo:sort="1"
  3996. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  3997. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  3998. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_USER/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  3999. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e985"
  4000. retrieve_ID="parent::node()/ID"
  4001. local-name="element"
  4002. local-name-name="L_APPOITMENT_PERIOD"
  4003. system_cache__appinfo:xpath_full="L_APPOITMENT_PERIOD"
  4004. system_cache__appinfo:xpath="/L_APPOITMENT_PERIOD"
  4005. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_PERIOD"
  4006. event_type="428"
  4007. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4008. system_cache__appinfo:maxOccurs="1"
  4009. system_cache__appinfo:minOccurs="0"
  4010. system_cache__appinfo:name="L_APPOITMENT_PERIOD"
  4011. system_cache__appinfo:id="LLING_OWNER___d20e4502-1_L_APPOITME"
  4012. system_cache__appinfo:xpath_local="L_APPOITMENT_PERIOD"
  4013. system_cache__appinfo:sort="1"
  4014. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4015. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4016. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_PERIOD/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4017. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e989"
  4018. retrieve_ID="parent::node()/ID"
  4019. local-name="element"
  4020. local-name-name="L_APPOITMENT_INFO"
  4021. system_cache__appinfo:xpath_full="L_APPOITMENT_INFO"
  4022. system_cache__appinfo:xpath="/L_APPOITMENT_INFO"
  4023. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_INFO"
  4024. event_type="428"
  4025. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4026. system_cache__appinfo:maxOccurs="1"
  4027. system_cache__appinfo:minOccurs="0"
  4028. system_cache__appinfo:name="L_APPOITMENT_INFO"
  4029. system_cache__appinfo:id="LLING_OWNER___d20e4506-1_L_APPOITME"
  4030. system_cache__appinfo:xpath_local="L_APPOITMENT_INFO"
  4031. system_cache__appinfo:sort="1"
  4032. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4033. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4034. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_INFO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4035. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e993"
  4036. retrieve_ID="parent::node()/ID"
  4037. local-name="element"
  4038. local-name-name="L_APPOITMENT_TYPE"
  4039. system_cache__appinfo:xpath_full="L_APPOITMENT_TYPE"
  4040. system_cache__appinfo:xpath="/L_APPOITMENT_TYPE"
  4041. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_TYPE"
  4042. event_type="428"
  4043. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4044. system_cache__appinfo:maxOccurs="1"
  4045. system_cache__appinfo:minOccurs="0"
  4046. system_cache__appinfo:name="L_APPOITMENT_TYPE"
  4047. system_cache__appinfo:id="LLING_OWNER___d20e4510-1_L_APPOITME"
  4048. system_cache__appinfo:xpath_local="L_APPOITMENT_TYPE"
  4049. system_cache__appinfo:sort="1"
  4050. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4051. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4052. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_TYPE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4053. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1004"
  4054. retrieve_ID="parent::node()/ID"
  4055. local-name="element"
  4056. local-name-name="A_STATUS"
  4057. system_cache__appinfo:xpath_full="A_STATUS"
  4058. system_cache__appinfo:xpath="/A_STATUS"
  4059. create_element="default_db__x3A__BILLING_OWNER:A_STATUS"
  4060. event_type="428"
  4061. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4062. system_cache__appinfo:maxOccurs="1"
  4063. system_cache__appinfo:minOccurs="0"
  4064. system_cache__appinfo:name="A_STATUS"
  4065. system_cache__appinfo:id="LLING_OWNER___d20e4520-1_A_STATUS"
  4066. system_cache__appinfo:xpath_local="A_STATUS"
  4067. system_cache__appinfo:sort="1"
  4068. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4069. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4070. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_STATUS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4071. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1015"
  4072. retrieve_ID="parent::node()/ID"
  4073. local-name="element"
  4074. local-name-name="A_STATUS_INFO"
  4075. system_cache__appinfo:xpath_full="A_STATUS_INFO"
  4076. system_cache__appinfo:xpath="/A_STATUS_INFO"
  4077. create_element="default_db__x3A__BILLING_OWNER:A_STATUS_INFO"
  4078. event_type="428"
  4079. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4080. system_cache__appinfo:maxOccurs="1"
  4081. system_cache__appinfo:minOccurs="0"
  4082. system_cache__appinfo:name="A_STATUS_INFO"
  4083. system_cache__appinfo:id="LLING_OWNER___d20e4530-1_A_STATUS_I"
  4084. system_cache__appinfo:xpath_local="A_STATUS_INFO"
  4085. system_cache__appinfo:sort="1"
  4086. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4087. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4088. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_STATUS_INFO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4089. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1019"
  4090. retrieve_ID="parent::node()/ID"
  4091. local-name="element"
  4092. local-name-name="A_ADM_COMPANY"
  4093. system_cache__appinfo:xpath_full="A_ADM_COMPANY"
  4094. system_cache__appinfo:xpath="/A_ADM_COMPANY"
  4095. create_element="default_db__x3A__BILLING_OWNER:A_ADM_COMPANY"
  4096. event_type="428"
  4097. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4098. system_cache__appinfo:maxOccurs="1"
  4099. system_cache__appinfo:minOccurs="0"
  4100. system_cache__appinfo:name="A_ADM_COMPANY"
  4101. system_cache__appinfo:id="LLING_OWNER___d20e4534-1_A_ADM_COMP"
  4102. system_cache__appinfo:xpath_local="A_ADM_COMPANY"
  4103. system_cache__appinfo:sort="1"
  4104. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4105. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4106. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_ADM_COMPANY/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4107. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1023"
  4108. retrieve_ID="parent::node()/ID"
  4109. local-name="element"
  4110. local-name-name="A_CLASSIFIED"
  4111. system_cache__appinfo:xpath_full="A_CLASSIFIED"
  4112. system_cache__appinfo:xpath="/A_CLASSIFIED"
  4113. create_element="default_db__x3A__BILLING_OWNER:A_CLASSIFIED"
  4114. event_type="428"
  4115. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4116. system_cache__appinfo:maxOccurs="1"
  4117. system_cache__appinfo:minOccurs="0"
  4118. system_cache__appinfo:name="A_CLASSIFIED"
  4119. system_cache__appinfo:id="LLING_OWNER___d20e4538-1_A_CLASSIFI"
  4120. system_cache__appinfo:xpath_local="A_CLASSIFIED"
  4121. system_cache__appinfo:sort="1"
  4122. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4123. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4124. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_CLASSIFIED/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4125. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  4126. </p5_tr_map:go_recurse_from_root_by_build_element_481>
  4127. </p5_tr_map:go_recurse_from_root_by_build_element_434c>
  4128. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  4129. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  4130. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  4131. local-name="element"
  4132. local-name-name="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  4133. create_element="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  4134. requested-table-type="INSTANCE"
  4135. event_type="477"
  4136. flat_relation_cache_name="ID_BILLING_USERS"
  4137. flat_relation_cache_xpath="default_db__x3A__COMPANIES:ID_BILLING_USERS/ID"
  4138. p5_tr_map:uuid="d14812e1030"
  4139. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  4140. system_cache__appinfo:xpath_full="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  4141. system_cache__appinfo:ref="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  4142. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9926-1"
  4143. system_cache__appinfo:xpath_local="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  4144. system_cache__appinfo:sort="1"
  4145. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  4146. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  4147. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS/"><!--#1252 appinfo supperssed there... for future transforming-->
  4148. <p5_tr_map:go_recurse_from_root_by_build_element_434r p5_tr_map:uuid="d14812e1031"
  4149. comment="434r warunek 434r w !__element__! = /schema/complexType//@ref/!__element__!/complexType bez @type w glownym wywolaniu local-name:element @name:ID_BILLING_USERS @id:default_db__x3A__COMPANIES___d13e9839-1_ID_BILLING INSTANCE_ID: np. dla prove_portal:klient"
  4150. event_type="434r"
  4151. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9839-1_ID_BILLING"
  4152. event_name="element[@type]/node()"
  4153. parent_type=""
  4154. system_cache__appinfo:name="ID_BILLING_USERS"><!--#2069 mode="p5_tr_map:go_recurse_from_root_by_build_element" match="key" - TODO to implement key features-->
  4155. <p5_tr_map:go_recurse_from_root_by_build_element_434b p5_tr_map:uuid="d14812e1033"
  4156. comment="434b przepuszczenie pierszego elementu dla przypadku //schema/element/complexType - magazynujemy go w complexType nizej local-name:complexType @name:COMPANIES @id:default_db__x3A__COMPANIES___d13e9727-1_COMPANIES INSTANCE_ID: np. dla elementu teryt(..):WOJ , ktory ma nizej complexType"
  4157. event_type="434b"
  4158. event_name="element[]/complexType"
  4159. id="default_db__x3A__COMPANIES___d13e9727-1_COMPANIES">
  4160. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  4161. retrieve_resource_id="default_db__x3A__COMPANIES___d13e9735-1"
  4162. local-name="sequence"
  4163. event_type="473"
  4164. p5_tr_map:uuid="d14812e1034"
  4165. comment="warunek 473 sekwencje"
  4166. system_cache__appinfo:sort="1"
  4167. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  4168. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  4169. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9735-1"><!--473 sekwencje -->
  4170. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1035"
  4171. retrieve_ID="parent::node()/ID"
  4172. local-name="element"
  4173. local-name-name="ID"
  4174. system_cache__appinfo:xpath_full="ID"
  4175. system_cache__appinfo:xpath="/ID"
  4176. create_element="default_db__x3A__COMPANIES:ID"
  4177. event_type="428"
  4178. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4179. system_cache__appinfo:name="ID"
  4180. system_cache__appinfo:type="xs:int"
  4181. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9737-1_ID"
  4182. system_cache__appinfo:xpath_local="xs:int"
  4183. system_cache__appinfo:sort="1"
  4184. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  4185. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  4186. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4187. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1041"
  4188. retrieve_ID="parent::node()/ID"
  4189. local-name="element"
  4190. local-name-name="P_NAME"
  4191. system_cache__appinfo:xpath_full="P_NAME"
  4192. system_cache__appinfo:xpath="/P_NAME"
  4193. create_element="default_db__x3A__COMPANIES:P_NAME"
  4194. event_type="428"
  4195. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4196. system_cache__appinfo:maxOccurs="1"
  4197. system_cache__appinfo:minOccurs="0"
  4198. system_cache__appinfo:name="P_NAME"
  4199. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9739-1_P_NAME"
  4200. system_cache__appinfo:xpath_local="P_NAME"
  4201. system_cache__appinfo:sort="1"
  4202. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  4203. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  4204. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NAME/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4205. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1045"
  4206. retrieve_ID="parent::node()/ID"
  4207. local-name="element"
  4208. local-name-name="P_NAME_SECOND"
  4209. system_cache__appinfo:xpath_full="P_NAME_SECOND"
  4210. system_cache__appinfo:xpath="/P_NAME_SECOND"
  4211. create_element="default_db__x3A__COMPANIES:P_NAME_SECOND"
  4212. event_type="428"
  4213. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4214. system_cache__appinfo:maxOccurs="1"
  4215. system_cache__appinfo:minOccurs="0"
  4216. system_cache__appinfo:name="P_NAME_SECOND"
  4217. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9750-1_P_NAME_SEC"
  4218. system_cache__appinfo:xpath_local="P_NAME_SECOND"
  4219. system_cache__appinfo:sort="1"
  4220. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  4221. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  4222. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NAME_SECOND/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4223. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1049"
  4224. retrieve_ID="parent::node()/ID"
  4225. local-name="element"
  4226. local-name-name="P_NIP"
  4227. system_cache__appinfo:xpath_full="P_NIP"
  4228. system_cache__appinfo:xpath="/P_NIP"
  4229. create_element="default_db__x3A__COMPANIES:P_NIP"
  4230. event_type="428"
  4231. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4232. system_cache__appinfo:maxOccurs="1"
  4233. system_cache__appinfo:minOccurs="0"
  4234. system_cache__appinfo:name="P_NIP"
  4235. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9761-1_P_NIP"
  4236. system_cache__appinfo:xpath_local="P_NIP"
  4237. system_cache__appinfo:sort="1"
  4238. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  4239. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  4240. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NIP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4241. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1053"
  4242. retrieve_ID="parent::node()/ID"
  4243. local-name="element"
  4244. local-name-name="P_OTHER_DOC"
  4245. system_cache__appinfo:xpath_full="P_OTHER_DOC"
  4246. system_cache__appinfo:xpath="/P_OTHER_DOC"
  4247. create_element="default_db__x3A__COMPANIES:P_OTHER_DOC"
  4248. event_type="428"
  4249. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4250. system_cache__appinfo:maxOccurs="1"
  4251. system_cache__appinfo:minOccurs="0"
  4252. system_cache__appinfo:name="P_OTHER_DOC"
  4253. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9772-1_P_OTHER_DO"
  4254. system_cache__appinfo:xpath_local="P_OTHER_DOC"
  4255. system_cache__appinfo:sort="1"
  4256. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  4257. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  4258. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_OTHER_DOC/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4259. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1057"
  4260. retrieve_ID="parent::node()/ID"
  4261. local-name="element"
  4262. local-name-name="P_PHONE"
  4263. system_cache__appinfo:xpath_full="P_PHONE"
  4264. system_cache__appinfo:xpath="/P_PHONE"
  4265. create_element="default_db__x3A__COMPANIES:P_PHONE"
  4266. event_type="428"
  4267. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4268. system_cache__appinfo:maxOccurs="1"
  4269. system_cache__appinfo:minOccurs="0"
  4270. system_cache__appinfo:name="P_PHONE"
  4271. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9784-1_P_PHONE"
  4272. system_cache__appinfo:xpath_local="P_PHONE"
  4273. system_cache__appinfo:sort="1"
  4274. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  4275. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  4276. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_PHONE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4277. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1061"
  4278. retrieve_ID="parent::node()/ID"
  4279. local-name="element"
  4280. local-name-name="P_PHONE_SMS"
  4281. system_cache__appinfo:xpath_full="P_PHONE_SMS"
  4282. system_cache__appinfo:xpath="/P_PHONE_SMS"
  4283. create_element="default_db__x3A__COMPANIES:P_PHONE_SMS"
  4284. event_type="428"
  4285. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4286. system_cache__appinfo:maxOccurs="1"
  4287. system_cache__appinfo:minOccurs="0"
  4288. system_cache__appinfo:name="P_PHONE_SMS"
  4289. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9795-1_P_PHONE_SM"
  4290. system_cache__appinfo:xpath_local="P_PHONE_SMS"
  4291. system_cache__appinfo:sort="1"
  4292. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  4293. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  4294. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_PHONE_SMS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4295. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1065"
  4296. retrieve_ID="parent::node()/ID"
  4297. local-name="element"
  4298. local-name-name="P_FAX"
  4299. system_cache__appinfo:xpath_full="P_FAX"
  4300. system_cache__appinfo:xpath="/P_FAX"
  4301. create_element="default_db__x3A__COMPANIES:P_FAX"
  4302. event_type="428"
  4303. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4304. system_cache__appinfo:maxOccurs="1"
  4305. system_cache__appinfo:minOccurs="0"
  4306. system_cache__appinfo:name="P_FAX"
  4307. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9806-1_P_FAX"
  4308. system_cache__appinfo:xpath_local="P_FAX"
  4309. system_cache__appinfo:sort="1"
  4310. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  4311. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  4312. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_FAX/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4313. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1069"
  4314. retrieve_ID="parent::node()/ID"
  4315. local-name="element"
  4316. local-name-name="P_CONTACT_PERSON"
  4317. system_cache__appinfo:xpath_full="P_CONTACT_PERSON"
  4318. system_cache__appinfo:xpath="/P_CONTACT_PERSON"
  4319. create_element="default_db__x3A__COMPANIES:P_CONTACT_PERSON"
  4320. event_type="428"
  4321. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4322. system_cache__appinfo:maxOccurs="1"
  4323. system_cache__appinfo:minOccurs="0"
  4324. system_cache__appinfo:name="P_CONTACT_PERSON"
  4325. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9817-1_P_CONTACT_"
  4326. system_cache__appinfo:xpath_local="P_CONTACT_PERSON"
  4327. system_cache__appinfo:sort="1"
  4328. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  4329. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  4330. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG//element:ID_KORESP_DO_UZG//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_CONTACT_PERSON/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4331. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  4332. </p5_tr_map:go_recurse_from_root_by_build_element_434b>
  4333. </p5_tr_map:go_recurse_from_root_by_build_element_434r>
  4334. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  4335. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  4336. </p5_tr_map:go_recurse_from_root_by_build_element_481>
  4337. </p5_tr_map:go_recurse_from_root_by_build_element_434c>
  4338. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  4339. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  4340. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  4341. local-name="element"
  4342. local-name-name="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  4343. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  4344. requested-table-type="INSTANCE"
  4345. event_type="477"
  4346. flat_relation_cache_name="ID_KORESP_UZG"
  4347. flat_relation_cache_xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG/ID"
  4348. p5_tr_map:uuid="d14812e1083"
  4349. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  4350. system_cache__appinfo:xpath_full="default_db__x3A__TELBOXES:TELBOXESType/Types__x3A__default_infrastructure:Obiekt_infrastruktury/default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  4351. system_cache__appinfo:maxOccurs="unbounded"
  4352. system_cache__appinfo:minOccurs="0"
  4353. system_cache__appinfo:ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  4354. system_cache__appinfo:id="Types__x3A__default_infrastructure___d13e10461-1"
  4355. system_cache__appinfo:xpath_local="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  4356. system_cache__appinfo:sort="1"
  4357. system_cache__appinfo:prefix="Types__x3A__default_infrastructure"
  4358. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/Types/infrastructure.xsd"
  4359. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG/"><!--#1252 appinfo supperssed there... for future transforming-->
  4360. <p5_tr_map:go_recurse_from_root_by_build_element_434c p5_tr_map:uuid="d14812e1084"
  4361. comment="434c przepuszczenie @complexType po ref 477 local-name:element @name:ID_KORESP_UZG @id:default_db__x3A__IN7_DZIENNIK_KORESP___d13e9959-1_ID_KORESP_ INSTANCE_ID: np. dla elementu MAGAZYN, ktory ma @type MAGAZYN"
  4362. event_type="434c"
  4363. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9959-1_ID_KORESP_"
  4364. event_name="element[@type]/node()"
  4365. parent_type="">
  4366. <p5_tr_map:go_recurse_from_root_by_build_element_481 retrieve_ID="parent::node()/REMOTE_ID"
  4367. local-name="complexType"
  4368. local-name-name="IN7_DZIENNIK_KORESP"
  4369. requested-table-type="INSTANCE"
  4370. event_type="481"
  4371. parent_name="ID_KORESP_UZG"
  4372. p5_tr_map:uuid="d14812e1085"
  4373. comment="481 tutaj jest tabela z instancjami obych obiektow (ComplexType) , pytamy sie o konkretne ID=@REMOTE_ID w konkretnej tabeli (nie ma parent_type) "
  4374. system_cache__appinfo:restriction_path_TODEL="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG/"
  4375. system_cache__appinfo:name="IN7_DZIENNIK_KORESP"
  4376. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9873-1_IN7_DZIENN"
  4377. system_cache__appinfo:sort="0"
  4378. system_cache__appinfo:root_element_in_schema="true"
  4379. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  4380. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd">
  4381. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  4382. retrieve_resource_id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9881-1"
  4383. local-name="sequence"
  4384. event_type="473"
  4385. p5_tr_map:uuid="d14812e1086"
  4386. comment="warunek 473 sekwencje"
  4387. system_cache__appinfo:sort="1"
  4388. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  4389. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  4390. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9881-1"><!--473 sekwencje -->
  4391. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1087"
  4392. retrieve_ID="parent::node()/ID"
  4393. local-name="element"
  4394. local-name-name="ID"
  4395. system_cache__appinfo:xpath_full="ID"
  4396. system_cache__appinfo:xpath="/ID"
  4397. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID"
  4398. event_type="428"
  4399. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4400. system_cache__appinfo:name="ID"
  4401. system_cache__appinfo:type="xs:int"
  4402. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9883-1_ID"
  4403. system_cache__appinfo:xpath_local="xs:int"
  4404. system_cache__appinfo:sort="1"
  4405. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  4406. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  4407. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4408. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1093"
  4409. retrieve_ID="parent::node()/ID"
  4410. local-name="element"
  4411. local-name-name="K_OD_KOGO"
  4412. system_cache__appinfo:xpath_full="K_OD_KOGO"
  4413. system_cache__appinfo:xpath="/K_OD_KOGO"
  4414. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_OD_KOGO"
  4415. event_type="428"
  4416. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4417. system_cache__appinfo:maxOccurs="1"
  4418. system_cache__appinfo:minOccurs="0"
  4419. system_cache__appinfo:name="K_OD_KOGO"
  4420. system_cache__appinfo:type="xs:string"
  4421. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9885-1_K_OD_KOGO"
  4422. system_cache__appinfo:xpath_local="xs:string"
  4423. system_cache__appinfo:sort="1"
  4424. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  4425. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  4426. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:K_OD_KOGO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4427. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1108"
  4428. retrieve_ID="parent::node()/ID"
  4429. local-name="element"
  4430. local-name-name="ID_BILLING_USERS"
  4431. system_cache__appinfo:xpath_full="ID_BILLING_USERS"
  4432. system_cache__appinfo:xpath="/ID_BILLING_USERS"
  4433. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_BILLING_USERS"
  4434. event_type="428"
  4435. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4436. system_cache__appinfo:maxOccurs="1"
  4437. system_cache__appinfo:minOccurs="0"
  4438. system_cache__appinfo:name="ID_BILLING_USERS"
  4439. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9894-1_ID_BILLING"
  4440. system_cache__appinfo:xpath_local="ID_BILLING_USERS"
  4441. system_cache__appinfo:sort="1"
  4442. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  4443. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  4444. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:ID_BILLING_USERS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4445. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1113"
  4446. retrieve_ID="parent::node()/ID"
  4447. local-name="element"
  4448. local-name-name="ID_BILLING_OWNER"
  4449. system_cache__appinfo:xpath_full="ID_BILLING_OWNER"
  4450. system_cache__appinfo:xpath="/ID_BILLING_OWNER"
  4451. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_BILLING_OWNER"
  4452. event_type="428"
  4453. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4454. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9894-1_ID_BIOWN"
  4455. system_cache__appinfo:name="ID_BILLING_OWNER"
  4456. system_cache__appinfo:type="xs:int"
  4457. system_cache__appinfo:xpath_local="xs:int"
  4458. system_cache__appinfo:sort="1"
  4459. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  4460. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  4461. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:ID_BILLING_OWNER/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4462. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1119"
  4463. retrieve_ID="parent::node()/ID"
  4464. local-name="element"
  4465. local-name-name="OD_KOGO_ADRES"
  4466. system_cache__appinfo:xpath_full="OD_KOGO_ADRES"
  4467. system_cache__appinfo:xpath="/OD_KOGO_ADRES"
  4468. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:OD_KOGO_ADRES"
  4469. event_type="428"
  4470. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4471. system_cache__appinfo:maxOccurs="1"
  4472. system_cache__appinfo:minOccurs="0"
  4473. system_cache__appinfo:name="OD_KOGO_ADRES"
  4474. system_cache__appinfo:type="xs:string"
  4475. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9902-1_OD_KOGO_AD"
  4476. vc:minVersion="1.1"
  4477. system_cache__appinfo:xpath_local="xs:string"
  4478. system_cache__appinfo:sort="1"
  4479. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  4480. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  4481. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:OD_KOGO_ADRES/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4482. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1122"
  4483. retrieve_ID="parent::node()/ID"
  4484. local-name="element"
  4485. local-name-name="K_DATA_OTRZYMANEJ_KORESP"
  4486. system_cache__appinfo:xpath_full="K_DATA_OTRZYMANEJ_KORESP"
  4487. system_cache__appinfo:xpath="/K_DATA_OTRZYMANEJ_KORESP"
  4488. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_DATA_OTRZYMANEJ_KORESP"
  4489. event_type="428"
  4490. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4491. system_cache__appinfo:name="K_DATA_OTRZYMANEJ_KORESP"
  4492. system_cache__appinfo:type="xs:date"
  4493. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9911-1_K_DATA_OTR"
  4494. system_cache__appinfo:xpath_local="xs:date"
  4495. system_cache__appinfo:sort="1"
  4496. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  4497. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  4498. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:K_DATA_OTRZYMANEJ_KORESP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4499. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1125"
  4500. retrieve_ID="parent::node()/ID"
  4501. local-name="element"
  4502. local-name-name="K_DATA_OTRZYM_KORESP"
  4503. system_cache__appinfo:xpath_full="K_DATA_OTRZYM_KORESP"
  4504. system_cache__appinfo:xpath="/K_DATA_OTRZYM_KORESP"
  4505. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_DATA_OTRZYM_KORESP"
  4506. event_type="428"
  4507. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4508. system_cache__appinfo:maxOccurs="1"
  4509. system_cache__appinfo:minOccurs="0"
  4510. system_cache__appinfo:name="K_DATA_OTRZYM_KORESP"
  4511. system_cache__appinfo:type="xs:date"
  4512. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9921-1_K_DATA_OTR"
  4513. system_cache__appinfo:xpath_local="xs:date"
  4514. system_cache__appinfo:sort="1"
  4515. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  4516. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  4517. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:K_DATA_OTRZYM_KORESP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4518. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1128"
  4519. retrieve_ID="parent::node()/ID"
  4520. local-name="element"
  4521. local-name-name="K_ZAWARTOS"
  4522. system_cache__appinfo:xpath_full="K_ZAWARTOS"
  4523. system_cache__appinfo:xpath="/K_ZAWARTOS"
  4524. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_ZAWARTOS"
  4525. event_type="428"
  4526. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4527. system_cache__appinfo:maxOccurs="1"
  4528. system_cache__appinfo:minOccurs="0"
  4529. system_cache__appinfo:name="K_ZAWARTOS"
  4530. system_cache__appinfo:type="xs:string"
  4531. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9923-1_K_ZAWARTOS"
  4532. system_cache__appinfo:xpath_local="xs:string"
  4533. system_cache__appinfo:sort="1"
  4534. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  4535. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  4536. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:K_ZAWARTOS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4537. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1131"
  4538. retrieve_ID="parent::node()/ID"
  4539. local-name="element"
  4540. local-name-name="ID_PROJECT"
  4541. system_cache__appinfo:xpath_full="ID_PROJECT"
  4542. system_cache__appinfo:xpath="/ID_PROJECT"
  4543. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_PROJECT"
  4544. event_type="428"
  4545. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4546. system_cache__appinfo:name="ID_PROJECT"
  4547. system_cache__appinfo:type="xs:int"
  4548. system_cache__appinfo:id="NNIK_KORESP___d20e4612-1_ID_PROJECT"
  4549. system_cache__appinfo:xpath_local="xs:int"
  4550. system_cache__appinfo:sort="1"
  4551. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  4552. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  4553. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:ID_PROJECT/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4554. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  4555. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  4556. local-name="element"
  4557. local-name-name="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  4558. create_element="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  4559. requested-table-type="INSTANCE"
  4560. event_type="477"
  4561. flat_relation_cache_name="ID_BILLING_OWNER"
  4562. flat_relation_cache_xpath="default_db__x3A__BILLING_OWNER:BILLING_OWNER/ID"
  4563. p5_tr_map:uuid="d14812e1140"
  4564. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  4565. system_cache__appinfo:xpath_full="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  4566. system_cache__appinfo:ref="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  4567. system_cache__appinfo:id="NNIK_KORESP___d20e5069-1"
  4568. system_cache__appinfo:xpath_local="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  4569. system_cache__appinfo:sort="1"
  4570. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  4571. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  4572. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER/"><!--#1252 appinfo supperssed there... for future transforming-->
  4573. <p5_tr_map:go_recurse_from_root_by_build_element_434c p5_tr_map:uuid="d14812e1141"
  4574. comment="434c przepuszczenie @complexType po ref 477 local-name:element @name:BILLING_OWNER @id:LLING_OWNER___d20e4542-1_BILLING_OW INSTANCE_ID: np. dla elementu MAGAZYN, ktory ma @type MAGAZYN"
  4575. event_type="434c"
  4576. system_cache__appinfo:id="LLING_OWNER___d20e4542-1_BILLING_OW"
  4577. event_name="element[@type]/node()"
  4578. parent_type="">
  4579. <p5_tr_map:go_recurse_from_root_by_build_element_481 retrieve_ID="parent::node()/REMOTE_ID"
  4580. local-name="complexType"
  4581. local-name-name="BILLING_OWNER"
  4582. requested-table-type="INSTANCE"
  4583. event_type="481"
  4584. parent_name="BILLING_OWNER"
  4585. p5_tr_map:uuid="d14812e1142"
  4586. comment="481 tutaj jest tabela z instancjami obych obiektow (ComplexType) , pytamy sie o konkretne ID=@REMOTE_ID w konkretnej tabeli (nie ma parent_type) "
  4587. system_cache__appinfo:restriction_path_TODEL="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER/"
  4588. system_cache__appinfo:name="BILLING_OWNER"
  4589. system_cache__appinfo:id="LLING_OWNER___d20e4403-1_BILLING_OW"
  4590. system_cache__appinfo:sort="0"
  4591. system_cache__appinfo:root_element_in_schema="true"
  4592. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4593. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd">
  4594. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  4595. retrieve_resource_id="LLING_OWNER___d20e4404-1"
  4596. local-name="sequence"
  4597. event_type="473"
  4598. p5_tr_map:uuid="d14812e1143"
  4599. comment="warunek 473 sekwencje"
  4600. system_cache__appinfo:sort="1"
  4601. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4602. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4603. system_cache__appinfo:id="LLING_OWNER___d20e4404-1"><!--473 sekwencje -->
  4604. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1144"
  4605. retrieve_ID="parent::node()/ID"
  4606. local-name="element"
  4607. local-name-name="ID"
  4608. system_cache__appinfo:xpath_full="ID"
  4609. system_cache__appinfo:xpath="/ID"
  4610. create_element="default_db__x3A__BILLING_OWNER:ID"
  4611. event_type="428"
  4612. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4613. system_cache__appinfo:maxOccurs="1"
  4614. system_cache__appinfo:minOccurs="0"
  4615. system_cache__appinfo:name="ID"
  4616. system_cache__appinfo:id="LLING_OWNER___d20e4405-1_ID"
  4617. system_cache__appinfo:xpath_local="ID"
  4618. system_cache__appinfo:sort="1"
  4619. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4620. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4621. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4622. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1149"
  4623. retrieve_ID="parent::node()/ID"
  4624. local-name="element"
  4625. local-name-name="name1"
  4626. system_cache__appinfo:xpath_full="name1"
  4627. system_cache__appinfo:xpath="/name1"
  4628. create_element="default_db__x3A__BILLING_OWNER:name1"
  4629. event_type="428"
  4630. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4631. system_cache__appinfo:maxOccurs="1"
  4632. system_cache__appinfo:minOccurs="0"
  4633. system_cache__appinfo:name="name1"
  4634. system_cache__appinfo:id="LLING_OWNER___d20e4408-1_name1"
  4635. system_cache__appinfo:xpath_local="name1"
  4636. system_cache__appinfo:sort="1"
  4637. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4638. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4639. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:name1/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4640. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1153"
  4641. retrieve_ID="parent::node()/ID"
  4642. local-name="element"
  4643. local-name-name="name2"
  4644. system_cache__appinfo:xpath_full="name2"
  4645. system_cache__appinfo:xpath="/name2"
  4646. create_element="default_db__x3A__BILLING_OWNER:name2"
  4647. event_type="428"
  4648. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4649. system_cache__appinfo:maxOccurs="1"
  4650. system_cache__appinfo:minOccurs="0"
  4651. system_cache__appinfo:name="name2"
  4652. system_cache__appinfo:id="LLING_OWNER___d20e4412-1_name2"
  4653. system_cache__appinfo:xpath_local="name2"
  4654. system_cache__appinfo:sort="1"
  4655. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4656. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4657. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:name2/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4658. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1157"
  4659. retrieve_ID="parent::node()/ID"
  4660. local-name="element"
  4661. local-name-name="kod"
  4662. system_cache__appinfo:xpath_full="kod"
  4663. system_cache__appinfo:xpath="/kod"
  4664. create_element="default_db__x3A__BILLING_OWNER:kod"
  4665. event_type="428"
  4666. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4667. system_cache__appinfo:maxOccurs="1"
  4668. system_cache__appinfo:minOccurs="0"
  4669. system_cache__appinfo:name="kod"
  4670. system_cache__appinfo:id="LLING_OWNER___d20e4416-1_kod"
  4671. system_cache__appinfo:xpath_local="kod"
  4672. system_cache__appinfo:sort="1"
  4673. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4674. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4675. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:kod/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4676. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1161"
  4677. retrieve_ID="parent::node()/ID"
  4678. local-name="element"
  4679. local-name-name="miasto"
  4680. system_cache__appinfo:xpath_full="miasto"
  4681. system_cache__appinfo:xpath="/miasto"
  4682. create_element="default_db__x3A__BILLING_OWNER:miasto"
  4683. event_type="428"
  4684. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4685. system_cache__appinfo:maxOccurs="1"
  4686. system_cache__appinfo:minOccurs="0"
  4687. system_cache__appinfo:name="miasto"
  4688. system_cache__appinfo:id="LLING_OWNER___d20e4420-1_miasto"
  4689. system_cache__appinfo:xpath_local="miasto"
  4690. system_cache__appinfo:sort="1"
  4691. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4692. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4693. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:miasto/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4694. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1165"
  4695. retrieve_ID="parent::node()/ID"
  4696. local-name="element"
  4697. local-name-name="ulica"
  4698. system_cache__appinfo:xpath_full="ulica"
  4699. system_cache__appinfo:xpath="/ulica"
  4700. create_element="default_db__x3A__BILLING_OWNER:ulica"
  4701. event_type="428"
  4702. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4703. system_cache__appinfo:maxOccurs="1"
  4704. system_cache__appinfo:minOccurs="0"
  4705. system_cache__appinfo:name="ulica"
  4706. system_cache__appinfo:id="LLING_OWNER___d20e4424-1_ulica"
  4707. system_cache__appinfo:xpath_local="ulica"
  4708. system_cache__appinfo:sort="1"
  4709. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4710. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4711. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:ulica/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4712. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1169"
  4713. retrieve_ID="parent::node()/ID"
  4714. local-name="element"
  4715. local-name-name="numer_dom"
  4716. system_cache__appinfo:xpath_full="numer_dom"
  4717. system_cache__appinfo:xpath="/numer_dom"
  4718. create_element="default_db__x3A__BILLING_OWNER:numer_dom"
  4719. event_type="428"
  4720. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4721. system_cache__appinfo:maxOccurs="1"
  4722. system_cache__appinfo:minOccurs="0"
  4723. system_cache__appinfo:name="numer_dom"
  4724. system_cache__appinfo:id="LLING_OWNER___d20e4428-1_numer_dom"
  4725. system_cache__appinfo:xpath_local="numer_dom"
  4726. system_cache__appinfo:sort="1"
  4727. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4728. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4729. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:numer_dom/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4730. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1174"
  4731. retrieve_ID="parent::node()/ID"
  4732. local-name="element"
  4733. local-name-name="numer_pos"
  4734. system_cache__appinfo:xpath_full="numer_pos"
  4735. system_cache__appinfo:xpath="/numer_pos"
  4736. create_element="default_db__x3A__BILLING_OWNER:numer_pos"
  4737. event_type="428"
  4738. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4739. system_cache__appinfo:maxOccurs="1"
  4740. system_cache__appinfo:minOccurs="0"
  4741. system_cache__appinfo:name="numer_pos"
  4742. system_cache__appinfo:id="LLING_OWNER___d20e4431-1_numer_pos"
  4743. system_cache__appinfo:xpath_local="numer_pos"
  4744. system_cache__appinfo:sort="1"
  4745. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4746. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4747. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:numer_pos/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4748. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1179"
  4749. retrieve_ID="parent::node()/ID"
  4750. local-name="element"
  4751. local-name-name="uwagi"
  4752. system_cache__appinfo:xpath_full="uwagi"
  4753. system_cache__appinfo:xpath="/uwagi"
  4754. create_element="default_db__x3A__BILLING_OWNER:uwagi"
  4755. event_type="428"
  4756. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4757. system_cache__appinfo:maxOccurs="1"
  4758. system_cache__appinfo:minOccurs="0"
  4759. system_cache__appinfo:name="uwagi"
  4760. system_cache__appinfo:id="LLING_OWNER___d20e4434-1_uwagi"
  4761. system_cache__appinfo:xpath_local="uwagi"
  4762. system_cache__appinfo:sort="1"
  4763. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4764. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4765. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:uwagi/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4766. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1183"
  4767. retrieve_ID="parent::node()/ID"
  4768. local-name="element"
  4769. local-name-name="tel"
  4770. system_cache__appinfo:xpath_full="tel"
  4771. system_cache__appinfo:xpath="/tel"
  4772. create_element="default_db__x3A__BILLING_OWNER:tel"
  4773. event_type="428"
  4774. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4775. system_cache__appinfo:maxOccurs="1"
  4776. system_cache__appinfo:minOccurs="0"
  4777. system_cache__appinfo:name="tel"
  4778. system_cache__appinfo:id="LLING_OWNER___d20e4437-1_tel"
  4779. system_cache__appinfo:xpath_local="tel"
  4780. system_cache__appinfo:sort="1"
  4781. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4782. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4783. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:tel/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4784. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1187"
  4785. retrieve_ID="parent::node()/ID"
  4786. local-name="element"
  4787. local-name-name="fax"
  4788. system_cache__appinfo:xpath_full="fax"
  4789. system_cache__appinfo:xpath="/fax"
  4790. create_element="default_db__x3A__BILLING_OWNER:fax"
  4791. event_type="428"
  4792. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4793. system_cache__appinfo:maxOccurs="1"
  4794. system_cache__appinfo:minOccurs="0"
  4795. system_cache__appinfo:name="fax"
  4796. system_cache__appinfo:id="LLING_OWNER___d20e4441-1_fax"
  4797. system_cache__appinfo:xpath_local="fax"
  4798. system_cache__appinfo:sort="1"
  4799. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4800. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4801. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:fax/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4802. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1192"
  4803. retrieve_ID="parent::node()/ID"
  4804. local-name="element"
  4805. local-name-name="nip"
  4806. system_cache__appinfo:xpath_full="nip"
  4807. system_cache__appinfo:xpath="/nip"
  4808. create_element="default_db__x3A__BILLING_OWNER:nip"
  4809. event_type="428"
  4810. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4811. system_cache__appinfo:maxOccurs="1"
  4812. system_cache__appinfo:minOccurs="0"
  4813. system_cache__appinfo:name="nip"
  4814. system_cache__appinfo:id="LLING_OWNER___d20e4446-1_nip"
  4815. system_cache__appinfo:xpath_local="nip"
  4816. system_cache__appinfo:sort="1"
  4817. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4818. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4819. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:nip/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4820. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1196"
  4821. retrieve_ID="parent::node()/ID"
  4822. local-name="element"
  4823. local-name-name="regon"
  4824. system_cache__appinfo:xpath_full="regon"
  4825. system_cache__appinfo:xpath="/regon"
  4826. create_element="default_db__x3A__BILLING_OWNER:regon"
  4827. event_type="428"
  4828. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4829. system_cache__appinfo:maxOccurs="1"
  4830. system_cache__appinfo:minOccurs="0"
  4831. system_cache__appinfo:name="regon"
  4832. system_cache__appinfo:id="LLING_OWNER___d20e4450-1_regon"
  4833. system_cache__appinfo:xpath_local="regon"
  4834. system_cache__appinfo:sort="1"
  4835. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4836. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4837. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:regon/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4838. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1200"
  4839. retrieve_ID="parent::node()/ID"
  4840. local-name="element"
  4841. local-name-name="bank"
  4842. system_cache__appinfo:xpath_full="bank"
  4843. system_cache__appinfo:xpath="/bank"
  4844. create_element="default_db__x3A__BILLING_OWNER:bank"
  4845. event_type="428"
  4846. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4847. system_cache__appinfo:maxOccurs="1"
  4848. system_cache__appinfo:minOccurs="0"
  4849. system_cache__appinfo:name="bank"
  4850. system_cache__appinfo:id="LLING_OWNER___d20e4454-1_bank"
  4851. system_cache__appinfo:xpath_local="bank"
  4852. system_cache__appinfo:sort="1"
  4853. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4854. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4855. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:bank/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4856. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1204"
  4857. retrieve_ID="parent::node()/ID"
  4858. local-name="element"
  4859. local-name-name="nr_rach"
  4860. system_cache__appinfo:xpath_full="nr_rach"
  4861. system_cache__appinfo:xpath="/nr_rach"
  4862. create_element="default_db__x3A__BILLING_OWNER:nr_rach"
  4863. event_type="428"
  4864. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4865. system_cache__appinfo:maxOccurs="1"
  4866. system_cache__appinfo:minOccurs="0"
  4867. system_cache__appinfo:name="nr_rach"
  4868. system_cache__appinfo:id="LLING_OWNER___d20e4458-1_nr_rach"
  4869. system_cache__appinfo:xpath_local="nr_rach"
  4870. system_cache__appinfo:sort="1"
  4871. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4872. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4873. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:nr_rach/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4874. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1208"
  4875. retrieve_ID="parent::node()/ID"
  4876. local-name="element"
  4877. local-name-name="NR_RACH_MASS_PAY"
  4878. system_cache__appinfo:xpath_full="NR_RACH_MASS_PAY"
  4879. system_cache__appinfo:xpath="/NR_RACH_MASS_PAY"
  4880. create_element="default_db__x3A__BILLING_OWNER:NR_RACH_MASS_PAY"
  4881. event_type="428"
  4882. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4883. system_cache__appinfo:maxOccurs="1"
  4884. system_cache__appinfo:minOccurs="0"
  4885. system_cache__appinfo:name="NR_RACH_MASS_PAY"
  4886. system_cache__appinfo:id="LLING_OWNER___d20e4462-1_NR_RACH_MA"
  4887. system_cache__appinfo:xpath_local="NR_RACH_MASS_PAY"
  4888. system_cache__appinfo:sort="1"
  4889. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4890. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4891. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:NR_RACH_MASS_PAY/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4892. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1212"
  4893. retrieve_ID="parent::node()/ID"
  4894. local-name="element"
  4895. local-name-name="BILLING_OWNER_EMAIL"
  4896. system_cache__appinfo:xpath_full="BILLING_OWNER_EMAIL"
  4897. system_cache__appinfo:xpath="/BILLING_OWNER_EMAIL"
  4898. create_element="default_db__x3A__BILLING_OWNER:BILLING_OWNER_EMAIL"
  4899. event_type="428"
  4900. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4901. system_cache__appinfo:maxOccurs="1"
  4902. system_cache__appinfo:minOccurs="0"
  4903. system_cache__appinfo:name="BILLING_OWNER_EMAIL"
  4904. system_cache__appinfo:id="LLING_OWNER___d20e4466-1_BILLING_OW"
  4905. system_cache__appinfo:xpath_local="BILLING_OWNER_EMAIL"
  4906. system_cache__appinfo:sort="1"
  4907. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4908. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4909. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:BILLING_OWNER_EMAIL/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4910. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1216"
  4911. retrieve_ID="parent::node()/ID"
  4912. local-name="element"
  4913. local-name-name="CRM_LISTA_ZASOBOW_ID"
  4914. system_cache__appinfo:xpath_full="CRM_LISTA_ZASOBOW_ID"
  4915. system_cache__appinfo:xpath="/CRM_LISTA_ZASOBOW_ID"
  4916. create_element="default_db__x3A__BILLING_OWNER:CRM_LISTA_ZASOBOW_ID"
  4917. event_type="428"
  4918. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4919. system_cache__appinfo:maxOccurs="1"
  4920. system_cache__appinfo:minOccurs="0"
  4921. system_cache__appinfo:name="CRM_LISTA_ZASOBOW_ID"
  4922. system_cache__appinfo:id="LLING_OWNER___d20e4470-1_CRM_LISTA_"
  4923. system_cache__appinfo:xpath_local="CRM_LISTA_ZASOBOW_ID"
  4924. system_cache__appinfo:sort="1"
  4925. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4926. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4927. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:CRM_LISTA_ZASOBOW_ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4928. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1221"
  4929. retrieve_ID="parent::node()/ID"
  4930. local-name="element"
  4931. local-name-name="A_RECORD_CREATE_DATE"
  4932. system_cache__appinfo:xpath_full="A_RECORD_CREATE_DATE"
  4933. system_cache__appinfo:xpath="/A_RECORD_CREATE_DATE"
  4934. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_CREATE_DATE"
  4935. event_type="428"
  4936. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4937. system_cache__appinfo:maxOccurs="1"
  4938. system_cache__appinfo:minOccurs="0"
  4939. system_cache__appinfo:name="A_RECORD_CREATE_DATE"
  4940. system_cache__appinfo:id="LLING_OWNER___d20e4473-1_A_RECORD_C"
  4941. system_cache__appinfo:xpath_local="A_RECORD_CREATE_DATE"
  4942. system_cache__appinfo:sort="1"
  4943. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4944. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4945. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_CREATE_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4946. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1227"
  4947. retrieve_ID="parent::node()/ID"
  4948. local-name="element"
  4949. local-name-name="A_RECORD_CREATE_AUTHOR"
  4950. system_cache__appinfo:xpath_full="A_RECORD_CREATE_AUTHOR"
  4951. system_cache__appinfo:xpath="/A_RECORD_CREATE_AUTHOR"
  4952. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_CREATE_AUTHOR"
  4953. event_type="428"
  4954. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4955. system_cache__appinfo:maxOccurs="1"
  4956. system_cache__appinfo:minOccurs="0"
  4957. system_cache__appinfo:name="A_RECORD_CREATE_AUTHOR"
  4958. system_cache__appinfo:id="LLING_OWNER___d20e4477-1_A_RECORD_C"
  4959. system_cache__appinfo:xpath_local="A_RECORD_CREATE_AUTHOR"
  4960. system_cache__appinfo:sort="1"
  4961. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4962. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4963. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_CREATE_AUTHOR/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4964. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1231"
  4965. retrieve_ID="parent::node()/ID"
  4966. local-name="element"
  4967. local-name-name="SYNC_SQIX_STATUS"
  4968. system_cache__appinfo:xpath_full="SYNC_SQIX_STATUS"
  4969. system_cache__appinfo:xpath="/SYNC_SQIX_STATUS"
  4970. create_element="default_db__x3A__BILLING_OWNER:SYNC_SQIX_STATUS"
  4971. event_type="428"
  4972. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4973. system_cache__appinfo:maxOccurs="1"
  4974. system_cache__appinfo:minOccurs="0"
  4975. system_cache__appinfo:name="SYNC_SQIX_STATUS"
  4976. system_cache__appinfo:id="LLING_OWNER___d20e4481-1_SYNC_SQIX_"
  4977. system_cache__appinfo:xpath_local="SYNC_SQIX_STATUS"
  4978. system_cache__appinfo:sort="1"
  4979. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4980. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4981. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:SYNC_SQIX_STATUS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  4982. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1235"
  4983. retrieve_ID="parent::node()/ID"
  4984. local-name="element"
  4985. local-name-name="A_RECORD_UPDATE_DATE"
  4986. system_cache__appinfo:xpath_full="A_RECORD_UPDATE_DATE"
  4987. system_cache__appinfo:xpath="/A_RECORD_UPDATE_DATE"
  4988. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_UPDATE_DATE"
  4989. event_type="428"
  4990. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  4991. system_cache__appinfo:maxOccurs="1"
  4992. system_cache__appinfo:minOccurs="0"
  4993. system_cache__appinfo:name="A_RECORD_UPDATE_DATE"
  4994. system_cache__appinfo:id="LLING_OWNER___d20e4485-1_A_RECORD_U"
  4995. system_cache__appinfo:xpath_local="A_RECORD_UPDATE_DATE"
  4996. system_cache__appinfo:sort="1"
  4997. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  4998. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  4999. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_UPDATE_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5000. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1242"
  5001. retrieve_ID="parent::node()/ID"
  5002. local-name="element"
  5003. local-name-name="A_RECORD_UPDATE_AUTHOR"
  5004. system_cache__appinfo:xpath_full="A_RECORD_UPDATE_AUTHOR"
  5005. system_cache__appinfo:xpath="/A_RECORD_UPDATE_AUTHOR"
  5006. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_UPDATE_AUTHOR"
  5007. event_type="428"
  5008. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5009. system_cache__appinfo:maxOccurs="1"
  5010. system_cache__appinfo:minOccurs="0"
  5011. system_cache__appinfo:name="A_RECORD_UPDATE_AUTHOR"
  5012. system_cache__appinfo:id="LLING_OWNER___d20e4490-1_A_RECORD_U"
  5013. system_cache__appinfo:xpath_local="A_RECORD_UPDATE_AUTHOR"
  5014. system_cache__appinfo:sort="1"
  5015. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5016. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  5017. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_UPDATE_AUTHOR/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5018. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1246"
  5019. retrieve_ID="parent::node()/ID"
  5020. local-name="element"
  5021. local-name-name="L_APPOITMENT_DATE"
  5022. system_cache__appinfo:xpath_full="L_APPOITMENT_DATE"
  5023. system_cache__appinfo:xpath="/L_APPOITMENT_DATE"
  5024. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_DATE"
  5025. event_type="428"
  5026. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5027. system_cache__appinfo:maxOccurs="1"
  5028. system_cache__appinfo:minOccurs="0"
  5029. system_cache__appinfo:name="L_APPOITMENT_DATE"
  5030. system_cache__appinfo:id="LLING_OWNER___d20e4494-1_L_APPOITME"
  5031. system_cache__appinfo:xpath_local="L_APPOITMENT_DATE"
  5032. system_cache__appinfo:sort="1"
  5033. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5034. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  5035. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5036. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1250"
  5037. retrieve_ID="parent::node()/ID"
  5038. local-name="element"
  5039. local-name-name="L_APPOITMENT_USER"
  5040. system_cache__appinfo:xpath_full="L_APPOITMENT_USER"
  5041. system_cache__appinfo:xpath="/L_APPOITMENT_USER"
  5042. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_USER"
  5043. event_type="428"
  5044. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5045. system_cache__appinfo:maxOccurs="1"
  5046. system_cache__appinfo:minOccurs="0"
  5047. system_cache__appinfo:name="L_APPOITMENT_USER"
  5048. system_cache__appinfo:id="LLING_OWNER___d20e4498-1_L_APPOITME"
  5049. system_cache__appinfo:xpath_local="L_APPOITMENT_USER"
  5050. system_cache__appinfo:sort="1"
  5051. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5052. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  5053. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_USER/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5054. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1254"
  5055. retrieve_ID="parent::node()/ID"
  5056. local-name="element"
  5057. local-name-name="L_APPOITMENT_PERIOD"
  5058. system_cache__appinfo:xpath_full="L_APPOITMENT_PERIOD"
  5059. system_cache__appinfo:xpath="/L_APPOITMENT_PERIOD"
  5060. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_PERIOD"
  5061. event_type="428"
  5062. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5063. system_cache__appinfo:maxOccurs="1"
  5064. system_cache__appinfo:minOccurs="0"
  5065. system_cache__appinfo:name="L_APPOITMENT_PERIOD"
  5066. system_cache__appinfo:id="LLING_OWNER___d20e4502-1_L_APPOITME"
  5067. system_cache__appinfo:xpath_local="L_APPOITMENT_PERIOD"
  5068. system_cache__appinfo:sort="1"
  5069. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5070. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  5071. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_PERIOD/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5072. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1258"
  5073. retrieve_ID="parent::node()/ID"
  5074. local-name="element"
  5075. local-name-name="L_APPOITMENT_INFO"
  5076. system_cache__appinfo:xpath_full="L_APPOITMENT_INFO"
  5077. system_cache__appinfo:xpath="/L_APPOITMENT_INFO"
  5078. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_INFO"
  5079. event_type="428"
  5080. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5081. system_cache__appinfo:maxOccurs="1"
  5082. system_cache__appinfo:minOccurs="0"
  5083. system_cache__appinfo:name="L_APPOITMENT_INFO"
  5084. system_cache__appinfo:id="LLING_OWNER___d20e4506-1_L_APPOITME"
  5085. system_cache__appinfo:xpath_local="L_APPOITMENT_INFO"
  5086. system_cache__appinfo:sort="1"
  5087. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5088. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  5089. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_INFO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5090. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1262"
  5091. retrieve_ID="parent::node()/ID"
  5092. local-name="element"
  5093. local-name-name="L_APPOITMENT_TYPE"
  5094. system_cache__appinfo:xpath_full="L_APPOITMENT_TYPE"
  5095. system_cache__appinfo:xpath="/L_APPOITMENT_TYPE"
  5096. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_TYPE"
  5097. event_type="428"
  5098. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5099. system_cache__appinfo:maxOccurs="1"
  5100. system_cache__appinfo:minOccurs="0"
  5101. system_cache__appinfo:name="L_APPOITMENT_TYPE"
  5102. system_cache__appinfo:id="LLING_OWNER___d20e4510-1_L_APPOITME"
  5103. system_cache__appinfo:xpath_local="L_APPOITMENT_TYPE"
  5104. system_cache__appinfo:sort="1"
  5105. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5106. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  5107. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_TYPE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5108. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1273"
  5109. retrieve_ID="parent::node()/ID"
  5110. local-name="element"
  5111. local-name-name="A_STATUS"
  5112. system_cache__appinfo:xpath_full="A_STATUS"
  5113. system_cache__appinfo:xpath="/A_STATUS"
  5114. create_element="default_db__x3A__BILLING_OWNER:A_STATUS"
  5115. event_type="428"
  5116. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5117. system_cache__appinfo:maxOccurs="1"
  5118. system_cache__appinfo:minOccurs="0"
  5119. system_cache__appinfo:name="A_STATUS"
  5120. system_cache__appinfo:id="LLING_OWNER___d20e4520-1_A_STATUS"
  5121. system_cache__appinfo:xpath_local="A_STATUS"
  5122. system_cache__appinfo:sort="1"
  5123. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5124. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  5125. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_STATUS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5126. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1284"
  5127. retrieve_ID="parent::node()/ID"
  5128. local-name="element"
  5129. local-name-name="A_STATUS_INFO"
  5130. system_cache__appinfo:xpath_full="A_STATUS_INFO"
  5131. system_cache__appinfo:xpath="/A_STATUS_INFO"
  5132. create_element="default_db__x3A__BILLING_OWNER:A_STATUS_INFO"
  5133. event_type="428"
  5134. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5135. system_cache__appinfo:maxOccurs="1"
  5136. system_cache__appinfo:minOccurs="0"
  5137. system_cache__appinfo:name="A_STATUS_INFO"
  5138. system_cache__appinfo:id="LLING_OWNER___d20e4530-1_A_STATUS_I"
  5139. system_cache__appinfo:xpath_local="A_STATUS_INFO"
  5140. system_cache__appinfo:sort="1"
  5141. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5142. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  5143. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_STATUS_INFO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5144. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1288"
  5145. retrieve_ID="parent::node()/ID"
  5146. local-name="element"
  5147. local-name-name="A_ADM_COMPANY"
  5148. system_cache__appinfo:xpath_full="A_ADM_COMPANY"
  5149. system_cache__appinfo:xpath="/A_ADM_COMPANY"
  5150. create_element="default_db__x3A__BILLING_OWNER:A_ADM_COMPANY"
  5151. event_type="428"
  5152. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5153. system_cache__appinfo:maxOccurs="1"
  5154. system_cache__appinfo:minOccurs="0"
  5155. system_cache__appinfo:name="A_ADM_COMPANY"
  5156. system_cache__appinfo:id="LLING_OWNER___d20e4534-1_A_ADM_COMP"
  5157. system_cache__appinfo:xpath_local="A_ADM_COMPANY"
  5158. system_cache__appinfo:sort="1"
  5159. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5160. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  5161. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_ADM_COMPANY/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5162. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1292"
  5163. retrieve_ID="parent::node()/ID"
  5164. local-name="element"
  5165. local-name-name="A_CLASSIFIED"
  5166. system_cache__appinfo:xpath_full="A_CLASSIFIED"
  5167. system_cache__appinfo:xpath="/A_CLASSIFIED"
  5168. create_element="default_db__x3A__BILLING_OWNER:A_CLASSIFIED"
  5169. event_type="428"
  5170. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5171. system_cache__appinfo:maxOccurs="1"
  5172. system_cache__appinfo:minOccurs="0"
  5173. system_cache__appinfo:name="A_CLASSIFIED"
  5174. system_cache__appinfo:id="LLING_OWNER___d20e4538-1_A_CLASSIFI"
  5175. system_cache__appinfo:xpath_local="A_CLASSIFIED"
  5176. system_cache__appinfo:sort="1"
  5177. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5178. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  5179. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_CLASSIFIED/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5180. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  5181. </p5_tr_map:go_recurse_from_root_by_build_element_481>
  5182. </p5_tr_map:go_recurse_from_root_by_build_element_434c>
  5183. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  5184. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  5185. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  5186. local-name="element"
  5187. local-name-name="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  5188. create_element="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  5189. requested-table-type="INSTANCE"
  5190. event_type="477"
  5191. flat_relation_cache_name="ID_BILLING_USERS"
  5192. flat_relation_cache_xpath="default_db__x3A__COMPANIES:ID_BILLING_USERS/ID"
  5193. p5_tr_map:uuid="d14812e1299"
  5194. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  5195. system_cache__appinfo:xpath_full="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  5196. system_cache__appinfo:ref="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  5197. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9926-1"
  5198. system_cache__appinfo:xpath_local="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  5199. system_cache__appinfo:sort="1"
  5200. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  5201. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  5202. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS/"><!--#1252 appinfo supperssed there... for future transforming-->
  5203. <p5_tr_map:go_recurse_from_root_by_build_element_434r p5_tr_map:uuid="d14812e1300"
  5204. comment="434r warunek 434r w !__element__! = /schema/complexType//@ref/!__element__!/complexType bez @type w glownym wywolaniu local-name:element @name:ID_BILLING_USERS @id:default_db__x3A__COMPANIES___d13e9839-1_ID_BILLING INSTANCE_ID: np. dla prove_portal:klient"
  5205. event_type="434r"
  5206. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9839-1_ID_BILLING"
  5207. event_name="element[@type]/node()"
  5208. parent_type=""
  5209. system_cache__appinfo:name="ID_BILLING_USERS"><!--#2069 mode="p5_tr_map:go_recurse_from_root_by_build_element" match="key" - TODO to implement key features-->
  5210. <p5_tr_map:go_recurse_from_root_by_build_element_434b p5_tr_map:uuid="d14812e1302"
  5211. comment="434b przepuszczenie pierszego elementu dla przypadku //schema/element/complexType - magazynujemy go w complexType nizej local-name:complexType @name:COMPANIES @id:default_db__x3A__COMPANIES___d13e9727-1_COMPANIES INSTANCE_ID: np. dla elementu teryt(..):WOJ , ktory ma nizej complexType"
  5212. event_type="434b"
  5213. event_name="element[]/complexType"
  5214. id="default_db__x3A__COMPANIES___d13e9727-1_COMPANIES">
  5215. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  5216. retrieve_resource_id="default_db__x3A__COMPANIES___d13e9735-1"
  5217. local-name="sequence"
  5218. event_type="473"
  5219. p5_tr_map:uuid="d14812e1303"
  5220. comment="warunek 473 sekwencje"
  5221. system_cache__appinfo:sort="1"
  5222. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  5223. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  5224. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9735-1"><!--473 sekwencje -->
  5225. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1304"
  5226. retrieve_ID="parent::node()/ID"
  5227. local-name="element"
  5228. local-name-name="ID"
  5229. system_cache__appinfo:xpath_full="ID"
  5230. system_cache__appinfo:xpath="/ID"
  5231. create_element="default_db__x3A__COMPANIES:ID"
  5232. event_type="428"
  5233. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5234. system_cache__appinfo:name="ID"
  5235. system_cache__appinfo:type="xs:int"
  5236. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9737-1_ID"
  5237. system_cache__appinfo:xpath_local="xs:int"
  5238. system_cache__appinfo:sort="1"
  5239. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  5240. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  5241. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5242. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1310"
  5243. retrieve_ID="parent::node()/ID"
  5244. local-name="element"
  5245. local-name-name="P_NAME"
  5246. system_cache__appinfo:xpath_full="P_NAME"
  5247. system_cache__appinfo:xpath="/P_NAME"
  5248. create_element="default_db__x3A__COMPANIES:P_NAME"
  5249. event_type="428"
  5250. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5251. system_cache__appinfo:maxOccurs="1"
  5252. system_cache__appinfo:minOccurs="0"
  5253. system_cache__appinfo:name="P_NAME"
  5254. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9739-1_P_NAME"
  5255. system_cache__appinfo:xpath_local="P_NAME"
  5256. system_cache__appinfo:sort="1"
  5257. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  5258. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  5259. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NAME/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5260. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1314"
  5261. retrieve_ID="parent::node()/ID"
  5262. local-name="element"
  5263. local-name-name="P_NAME_SECOND"
  5264. system_cache__appinfo:xpath_full="P_NAME_SECOND"
  5265. system_cache__appinfo:xpath="/P_NAME_SECOND"
  5266. create_element="default_db__x3A__COMPANIES:P_NAME_SECOND"
  5267. event_type="428"
  5268. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5269. system_cache__appinfo:maxOccurs="1"
  5270. system_cache__appinfo:minOccurs="0"
  5271. system_cache__appinfo:name="P_NAME_SECOND"
  5272. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9750-1_P_NAME_SEC"
  5273. system_cache__appinfo:xpath_local="P_NAME_SECOND"
  5274. system_cache__appinfo:sort="1"
  5275. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  5276. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  5277. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NAME_SECOND/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5278. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1318"
  5279. retrieve_ID="parent::node()/ID"
  5280. local-name="element"
  5281. local-name-name="P_NIP"
  5282. system_cache__appinfo:xpath_full="P_NIP"
  5283. system_cache__appinfo:xpath="/P_NIP"
  5284. create_element="default_db__x3A__COMPANIES:P_NIP"
  5285. event_type="428"
  5286. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5287. system_cache__appinfo:maxOccurs="1"
  5288. system_cache__appinfo:minOccurs="0"
  5289. system_cache__appinfo:name="P_NIP"
  5290. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9761-1_P_NIP"
  5291. system_cache__appinfo:xpath_local="P_NIP"
  5292. system_cache__appinfo:sort="1"
  5293. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  5294. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  5295. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NIP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5296. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1322"
  5297. retrieve_ID="parent::node()/ID"
  5298. local-name="element"
  5299. local-name-name="P_OTHER_DOC"
  5300. system_cache__appinfo:xpath_full="P_OTHER_DOC"
  5301. system_cache__appinfo:xpath="/P_OTHER_DOC"
  5302. create_element="default_db__x3A__COMPANIES:P_OTHER_DOC"
  5303. event_type="428"
  5304. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5305. system_cache__appinfo:maxOccurs="1"
  5306. system_cache__appinfo:minOccurs="0"
  5307. system_cache__appinfo:name="P_OTHER_DOC"
  5308. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9772-1_P_OTHER_DO"
  5309. system_cache__appinfo:xpath_local="P_OTHER_DOC"
  5310. system_cache__appinfo:sort="1"
  5311. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  5312. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  5313. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_OTHER_DOC/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5314. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1326"
  5315. retrieve_ID="parent::node()/ID"
  5316. local-name="element"
  5317. local-name-name="P_PHONE"
  5318. system_cache__appinfo:xpath_full="P_PHONE"
  5319. system_cache__appinfo:xpath="/P_PHONE"
  5320. create_element="default_db__x3A__COMPANIES:P_PHONE"
  5321. event_type="428"
  5322. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5323. system_cache__appinfo:maxOccurs="1"
  5324. system_cache__appinfo:minOccurs="0"
  5325. system_cache__appinfo:name="P_PHONE"
  5326. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9784-1_P_PHONE"
  5327. system_cache__appinfo:xpath_local="P_PHONE"
  5328. system_cache__appinfo:sort="1"
  5329. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  5330. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  5331. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_PHONE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5332. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1330"
  5333. retrieve_ID="parent::node()/ID"
  5334. local-name="element"
  5335. local-name-name="P_PHONE_SMS"
  5336. system_cache__appinfo:xpath_full="P_PHONE_SMS"
  5337. system_cache__appinfo:xpath="/P_PHONE_SMS"
  5338. create_element="default_db__x3A__COMPANIES:P_PHONE_SMS"
  5339. event_type="428"
  5340. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5341. system_cache__appinfo:maxOccurs="1"
  5342. system_cache__appinfo:minOccurs="0"
  5343. system_cache__appinfo:name="P_PHONE_SMS"
  5344. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9795-1_P_PHONE_SM"
  5345. system_cache__appinfo:xpath_local="P_PHONE_SMS"
  5346. system_cache__appinfo:sort="1"
  5347. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  5348. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  5349. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_PHONE_SMS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5350. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1334"
  5351. retrieve_ID="parent::node()/ID"
  5352. local-name="element"
  5353. local-name-name="P_FAX"
  5354. system_cache__appinfo:xpath_full="P_FAX"
  5355. system_cache__appinfo:xpath="/P_FAX"
  5356. create_element="default_db__x3A__COMPANIES:P_FAX"
  5357. event_type="428"
  5358. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5359. system_cache__appinfo:maxOccurs="1"
  5360. system_cache__appinfo:minOccurs="0"
  5361. system_cache__appinfo:name="P_FAX"
  5362. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9806-1_P_FAX"
  5363. system_cache__appinfo:xpath_local="P_FAX"
  5364. system_cache__appinfo:sort="1"
  5365. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  5366. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  5367. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_FAX/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5368. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1338"
  5369. retrieve_ID="parent::node()/ID"
  5370. local-name="element"
  5371. local-name-name="P_CONTACT_PERSON"
  5372. system_cache__appinfo:xpath_full="P_CONTACT_PERSON"
  5373. system_cache__appinfo:xpath="/P_CONTACT_PERSON"
  5374. create_element="default_db__x3A__COMPANIES:P_CONTACT_PERSON"
  5375. event_type="428"
  5376. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5377. system_cache__appinfo:maxOccurs="1"
  5378. system_cache__appinfo:minOccurs="0"
  5379. system_cache__appinfo:name="P_CONTACT_PERSON"
  5380. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9817-1_P_CONTACT_"
  5381. system_cache__appinfo:xpath_local="P_CONTACT_PERSON"
  5382. system_cache__appinfo:sort="1"
  5383. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  5384. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  5385. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG//element:ID_KORESP_UZG//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_CONTACT_PERSON/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5386. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  5387. </p5_tr_map:go_recurse_from_root_by_build_element_434b>
  5388. </p5_tr_map:go_recurse_from_root_by_build_element_434r>
  5389. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  5390. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  5391. </p5_tr_map:go_recurse_from_root_by_build_element_481>
  5392. </p5_tr_map:go_recurse_from_root_by_build_element_434c>
  5393. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  5394. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  5395. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  5396. local-name="element"
  5397. local-name-name="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  5398. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  5399. requested-table-type="INSTANCE"
  5400. event_type="477"
  5401. flat_relation_cache_name="ID_KORESP_DO_UZG_ZUD"
  5402. flat_relation_cache_xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD/ID"
  5403. p5_tr_map:uuid="d14812e1352"
  5404. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  5405. system_cache__appinfo:xpath_full="default_db__x3A__TELBOXES:TELBOXESType/Types__x3A__default_infrastructure:Obiekt_infrastruktury/default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  5406. system_cache__appinfo:maxOccurs="unbounded"
  5407. system_cache__appinfo:minOccurs="0"
  5408. system_cache__appinfo:ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  5409. system_cache__appinfo:id="Types__x3A__default_infrastructure___d13e10463-1"
  5410. system_cache__appinfo:xpath_local="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  5411. system_cache__appinfo:sort="1"
  5412. system_cache__appinfo:prefix="Types__x3A__default_infrastructure"
  5413. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/Types/infrastructure.xsd"
  5414. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD/"><!--#1252 appinfo supperssed there... for future transforming-->
  5415. <p5_tr_map:go_recurse_from_root_by_build_element_434c p5_tr_map:uuid="d14812e1353"
  5416. comment="434c przepuszczenie @complexType po ref 477 local-name:element @name:ID_KORESP_DO_UZG_ZUD @id:default_db__x3A__IN7_DZIENNIK_KORESP___d13e9968-1_ID_KORESP_ INSTANCE_ID: np. dla elementu MAGAZYN, ktory ma @type MAGAZYN"
  5417. event_type="434c"
  5418. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9968-1_ID_KORESP_"
  5419. event_name="element[@type]/node()"
  5420. parent_type="">
  5421. <p5_tr_map:go_recurse_from_root_by_build_element_481 retrieve_ID="parent::node()/REMOTE_ID"
  5422. local-name="complexType"
  5423. local-name-name="IN7_DZIENNIK_KORESP"
  5424. requested-table-type="INSTANCE"
  5425. event_type="481"
  5426. parent_name="ID_KORESP_DO_UZG_ZUD"
  5427. p5_tr_map:uuid="d14812e1354"
  5428. comment="481 tutaj jest tabela z instancjami obych obiektow (ComplexType) , pytamy sie o konkretne ID=@REMOTE_ID w konkretnej tabeli (nie ma parent_type) "
  5429. system_cache__appinfo:restriction_path_TODEL="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD/"
  5430. system_cache__appinfo:name="IN7_DZIENNIK_KORESP"
  5431. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9873-1_IN7_DZIENN"
  5432. system_cache__appinfo:sort="0"
  5433. system_cache__appinfo:root_element_in_schema="true"
  5434. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  5435. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd">
  5436. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  5437. retrieve_resource_id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9881-1"
  5438. local-name="sequence"
  5439. event_type="473"
  5440. p5_tr_map:uuid="d14812e1355"
  5441. comment="warunek 473 sekwencje"
  5442. system_cache__appinfo:sort="1"
  5443. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  5444. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  5445. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9881-1"><!--473 sekwencje -->
  5446. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1356"
  5447. retrieve_ID="parent::node()/ID"
  5448. local-name="element"
  5449. local-name-name="ID"
  5450. system_cache__appinfo:xpath_full="ID"
  5451. system_cache__appinfo:xpath="/ID"
  5452. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID"
  5453. event_type="428"
  5454. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5455. system_cache__appinfo:name="ID"
  5456. system_cache__appinfo:type="xs:int"
  5457. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9883-1_ID"
  5458. system_cache__appinfo:xpath_local="xs:int"
  5459. system_cache__appinfo:sort="1"
  5460. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  5461. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  5462. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5463. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1362"
  5464. retrieve_ID="parent::node()/ID"
  5465. local-name="element"
  5466. local-name-name="K_OD_KOGO"
  5467. system_cache__appinfo:xpath_full="K_OD_KOGO"
  5468. system_cache__appinfo:xpath="/K_OD_KOGO"
  5469. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_OD_KOGO"
  5470. event_type="428"
  5471. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5472. system_cache__appinfo:maxOccurs="1"
  5473. system_cache__appinfo:minOccurs="0"
  5474. system_cache__appinfo:name="K_OD_KOGO"
  5475. system_cache__appinfo:type="xs:string"
  5476. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9885-1_K_OD_KOGO"
  5477. system_cache__appinfo:xpath_local="xs:string"
  5478. system_cache__appinfo:sort="1"
  5479. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  5480. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  5481. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:K_OD_KOGO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5482. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1377"
  5483. retrieve_ID="parent::node()/ID"
  5484. local-name="element"
  5485. local-name-name="ID_BILLING_USERS"
  5486. system_cache__appinfo:xpath_full="ID_BILLING_USERS"
  5487. system_cache__appinfo:xpath="/ID_BILLING_USERS"
  5488. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_BILLING_USERS"
  5489. event_type="428"
  5490. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5491. system_cache__appinfo:maxOccurs="1"
  5492. system_cache__appinfo:minOccurs="0"
  5493. system_cache__appinfo:name="ID_BILLING_USERS"
  5494. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9894-1_ID_BILLING"
  5495. system_cache__appinfo:xpath_local="ID_BILLING_USERS"
  5496. system_cache__appinfo:sort="1"
  5497. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  5498. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  5499. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:ID_BILLING_USERS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5500. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1382"
  5501. retrieve_ID="parent::node()/ID"
  5502. local-name="element"
  5503. local-name-name="ID_BILLING_OWNER"
  5504. system_cache__appinfo:xpath_full="ID_BILLING_OWNER"
  5505. system_cache__appinfo:xpath="/ID_BILLING_OWNER"
  5506. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_BILLING_OWNER"
  5507. event_type="428"
  5508. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5509. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9894-1_ID_BIOWN"
  5510. system_cache__appinfo:name="ID_BILLING_OWNER"
  5511. system_cache__appinfo:type="xs:int"
  5512. system_cache__appinfo:xpath_local="xs:int"
  5513. system_cache__appinfo:sort="1"
  5514. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  5515. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  5516. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:ID_BILLING_OWNER/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5517. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1388"
  5518. retrieve_ID="parent::node()/ID"
  5519. local-name="element"
  5520. local-name-name="OD_KOGO_ADRES"
  5521. system_cache__appinfo:xpath_full="OD_KOGO_ADRES"
  5522. system_cache__appinfo:xpath="/OD_KOGO_ADRES"
  5523. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:OD_KOGO_ADRES"
  5524. event_type="428"
  5525. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5526. system_cache__appinfo:maxOccurs="1"
  5527. system_cache__appinfo:minOccurs="0"
  5528. system_cache__appinfo:name="OD_KOGO_ADRES"
  5529. system_cache__appinfo:type="xs:string"
  5530. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9902-1_OD_KOGO_AD"
  5531. vc:minVersion="1.1"
  5532. system_cache__appinfo:xpath_local="xs:string"
  5533. system_cache__appinfo:sort="1"
  5534. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  5535. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  5536. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:OD_KOGO_ADRES/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5537. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1391"
  5538. retrieve_ID="parent::node()/ID"
  5539. local-name="element"
  5540. local-name-name="K_DATA_OTRZYMANEJ_KORESP"
  5541. system_cache__appinfo:xpath_full="K_DATA_OTRZYMANEJ_KORESP"
  5542. system_cache__appinfo:xpath="/K_DATA_OTRZYMANEJ_KORESP"
  5543. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_DATA_OTRZYMANEJ_KORESP"
  5544. event_type="428"
  5545. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5546. system_cache__appinfo:name="K_DATA_OTRZYMANEJ_KORESP"
  5547. system_cache__appinfo:type="xs:date"
  5548. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9911-1_K_DATA_OTR"
  5549. system_cache__appinfo:xpath_local="xs:date"
  5550. system_cache__appinfo:sort="1"
  5551. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  5552. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  5553. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:K_DATA_OTRZYMANEJ_KORESP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5554. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1394"
  5555. retrieve_ID="parent::node()/ID"
  5556. local-name="element"
  5557. local-name-name="K_DATA_OTRZYM_KORESP"
  5558. system_cache__appinfo:xpath_full="K_DATA_OTRZYM_KORESP"
  5559. system_cache__appinfo:xpath="/K_DATA_OTRZYM_KORESP"
  5560. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_DATA_OTRZYM_KORESP"
  5561. event_type="428"
  5562. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5563. system_cache__appinfo:maxOccurs="1"
  5564. system_cache__appinfo:minOccurs="0"
  5565. system_cache__appinfo:name="K_DATA_OTRZYM_KORESP"
  5566. system_cache__appinfo:type="xs:date"
  5567. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9921-1_K_DATA_OTR"
  5568. system_cache__appinfo:xpath_local="xs:date"
  5569. system_cache__appinfo:sort="1"
  5570. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  5571. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  5572. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:K_DATA_OTRZYM_KORESP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5573. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1397"
  5574. retrieve_ID="parent::node()/ID"
  5575. local-name="element"
  5576. local-name-name="K_ZAWARTOS"
  5577. system_cache__appinfo:xpath_full="K_ZAWARTOS"
  5578. system_cache__appinfo:xpath="/K_ZAWARTOS"
  5579. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_ZAWARTOS"
  5580. event_type="428"
  5581. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5582. system_cache__appinfo:maxOccurs="1"
  5583. system_cache__appinfo:minOccurs="0"
  5584. system_cache__appinfo:name="K_ZAWARTOS"
  5585. system_cache__appinfo:type="xs:string"
  5586. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9923-1_K_ZAWARTOS"
  5587. system_cache__appinfo:xpath_local="xs:string"
  5588. system_cache__appinfo:sort="1"
  5589. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  5590. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  5591. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:K_ZAWARTOS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5592. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1400"
  5593. retrieve_ID="parent::node()/ID"
  5594. local-name="element"
  5595. local-name-name="ID_PROJECT"
  5596. system_cache__appinfo:xpath_full="ID_PROJECT"
  5597. system_cache__appinfo:xpath="/ID_PROJECT"
  5598. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_PROJECT"
  5599. event_type="428"
  5600. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5601. system_cache__appinfo:name="ID_PROJECT"
  5602. system_cache__appinfo:type="xs:int"
  5603. system_cache__appinfo:id="NNIK_KORESP___d20e4612-1_ID_PROJECT"
  5604. system_cache__appinfo:xpath_local="xs:int"
  5605. system_cache__appinfo:sort="1"
  5606. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  5607. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  5608. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:ID_PROJECT/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5609. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  5610. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  5611. local-name="element"
  5612. local-name-name="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  5613. create_element="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  5614. requested-table-type="INSTANCE"
  5615. event_type="477"
  5616. flat_relation_cache_name="ID_BILLING_OWNER"
  5617. flat_relation_cache_xpath="default_db__x3A__BILLING_OWNER:BILLING_OWNER/ID"
  5618. p5_tr_map:uuid="d14812e1409"
  5619. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  5620. system_cache__appinfo:xpath_full="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  5621. system_cache__appinfo:ref="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  5622. system_cache__appinfo:id="NNIK_KORESP___d20e5069-1"
  5623. system_cache__appinfo:xpath_local="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  5624. system_cache__appinfo:sort="1"
  5625. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  5626. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  5627. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER/"><!--#1252 appinfo supperssed there... for future transforming-->
  5628. <p5_tr_map:go_recurse_from_root_by_build_element_434c p5_tr_map:uuid="d14812e1410"
  5629. comment="434c przepuszczenie @complexType po ref 477 local-name:element @name:BILLING_OWNER @id:LLING_OWNER___d20e4542-1_BILLING_OW INSTANCE_ID: np. dla elementu MAGAZYN, ktory ma @type MAGAZYN"
  5630. event_type="434c"
  5631. system_cache__appinfo:id="LLING_OWNER___d20e4542-1_BILLING_OW"
  5632. event_name="element[@type]/node()"
  5633. parent_type="">
  5634. <p5_tr_map:go_recurse_from_root_by_build_element_481 retrieve_ID="parent::node()/REMOTE_ID"
  5635. local-name="complexType"
  5636. local-name-name="BILLING_OWNER"
  5637. requested-table-type="INSTANCE"
  5638. event_type="481"
  5639. parent_name="BILLING_OWNER"
  5640. p5_tr_map:uuid="d14812e1411"
  5641. comment="481 tutaj jest tabela z instancjami obych obiektow (ComplexType) , pytamy sie o konkretne ID=@REMOTE_ID w konkretnej tabeli (nie ma parent_type) "
  5642. system_cache__appinfo:restriction_path_TODEL="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER/"
  5643. system_cache__appinfo:name="BILLING_OWNER"
  5644. system_cache__appinfo:id="LLING_OWNER___d20e4403-1_BILLING_OW"
  5645. system_cache__appinfo:sort="0"
  5646. system_cache__appinfo:root_element_in_schema="true"
  5647. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5648. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd">
  5649. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  5650. retrieve_resource_id="LLING_OWNER___d20e4404-1"
  5651. local-name="sequence"
  5652. event_type="473"
  5653. p5_tr_map:uuid="d14812e1412"
  5654. comment="warunek 473 sekwencje"
  5655. system_cache__appinfo:sort="1"
  5656. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5657. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  5658. system_cache__appinfo:id="LLING_OWNER___d20e4404-1"><!--473 sekwencje -->
  5659. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1413"
  5660. retrieve_ID="parent::node()/ID"
  5661. local-name="element"
  5662. local-name-name="ID"
  5663. system_cache__appinfo:xpath_full="ID"
  5664. system_cache__appinfo:xpath="/ID"
  5665. create_element="default_db__x3A__BILLING_OWNER:ID"
  5666. event_type="428"
  5667. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5668. system_cache__appinfo:maxOccurs="1"
  5669. system_cache__appinfo:minOccurs="0"
  5670. system_cache__appinfo:name="ID"
  5671. system_cache__appinfo:id="LLING_OWNER___d20e4405-1_ID"
  5672. system_cache__appinfo:xpath_local="ID"
  5673. system_cache__appinfo:sort="1"
  5674. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5675. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  5676. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5677. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1418"
  5678. retrieve_ID="parent::node()/ID"
  5679. local-name="element"
  5680. local-name-name="name1"
  5681. system_cache__appinfo:xpath_full="name1"
  5682. system_cache__appinfo:xpath="/name1"
  5683. create_element="default_db__x3A__BILLING_OWNER:name1"
  5684. event_type="428"
  5685. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5686. system_cache__appinfo:maxOccurs="1"
  5687. system_cache__appinfo:minOccurs="0"
  5688. system_cache__appinfo:name="name1"
  5689. system_cache__appinfo:id="LLING_OWNER___d20e4408-1_name1"
  5690. system_cache__appinfo:xpath_local="name1"
  5691. system_cache__appinfo:sort="1"
  5692. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5693. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  5694. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:name1/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5695. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1422"
  5696. retrieve_ID="parent::node()/ID"
  5697. local-name="element"
  5698. local-name-name="name2"
  5699. system_cache__appinfo:xpath_full="name2"
  5700. system_cache__appinfo:xpath="/name2"
  5701. create_element="default_db__x3A__BILLING_OWNER:name2"
  5702. event_type="428"
  5703. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5704. system_cache__appinfo:maxOccurs="1"
  5705. system_cache__appinfo:minOccurs="0"
  5706. system_cache__appinfo:name="name2"
  5707. system_cache__appinfo:id="LLING_OWNER___d20e4412-1_name2"
  5708. system_cache__appinfo:xpath_local="name2"
  5709. system_cache__appinfo:sort="1"
  5710. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5711. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  5712. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:name2/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5713. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1426"
  5714. retrieve_ID="parent::node()/ID"
  5715. local-name="element"
  5716. local-name-name="kod"
  5717. system_cache__appinfo:xpath_full="kod"
  5718. system_cache__appinfo:xpath="/kod"
  5719. create_element="default_db__x3A__BILLING_OWNER:kod"
  5720. event_type="428"
  5721. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5722. system_cache__appinfo:maxOccurs="1"
  5723. system_cache__appinfo:minOccurs="0"
  5724. system_cache__appinfo:name="kod"
  5725. system_cache__appinfo:id="LLING_OWNER___d20e4416-1_kod"
  5726. system_cache__appinfo:xpath_local="kod"
  5727. system_cache__appinfo:sort="1"
  5728. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5729. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  5730. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:kod/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5731. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1430"
  5732. retrieve_ID="parent::node()/ID"
  5733. local-name="element"
  5734. local-name-name="miasto"
  5735. system_cache__appinfo:xpath_full="miasto"
  5736. system_cache__appinfo:xpath="/miasto"
  5737. create_element="default_db__x3A__BILLING_OWNER:miasto"
  5738. event_type="428"
  5739. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5740. system_cache__appinfo:maxOccurs="1"
  5741. system_cache__appinfo:minOccurs="0"
  5742. system_cache__appinfo:name="miasto"
  5743. system_cache__appinfo:id="LLING_OWNER___d20e4420-1_miasto"
  5744. system_cache__appinfo:xpath_local="miasto"
  5745. system_cache__appinfo:sort="1"
  5746. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5747. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  5748. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:miasto/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5749. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1434"
  5750. retrieve_ID="parent::node()/ID"
  5751. local-name="element"
  5752. local-name-name="ulica"
  5753. system_cache__appinfo:xpath_full="ulica"
  5754. system_cache__appinfo:xpath="/ulica"
  5755. create_element="default_db__x3A__BILLING_OWNER:ulica"
  5756. event_type="428"
  5757. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5758. system_cache__appinfo:maxOccurs="1"
  5759. system_cache__appinfo:minOccurs="0"
  5760. system_cache__appinfo:name="ulica"
  5761. system_cache__appinfo:id="LLING_OWNER___d20e4424-1_ulica"
  5762. system_cache__appinfo:xpath_local="ulica"
  5763. system_cache__appinfo:sort="1"
  5764. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5765. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  5766. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:ulica/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5767. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1438"
  5768. retrieve_ID="parent::node()/ID"
  5769. local-name="element"
  5770. local-name-name="numer_dom"
  5771. system_cache__appinfo:xpath_full="numer_dom"
  5772. system_cache__appinfo:xpath="/numer_dom"
  5773. create_element="default_db__x3A__BILLING_OWNER:numer_dom"
  5774. event_type="428"
  5775. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5776. system_cache__appinfo:maxOccurs="1"
  5777. system_cache__appinfo:minOccurs="0"
  5778. system_cache__appinfo:name="numer_dom"
  5779. system_cache__appinfo:id="LLING_OWNER___d20e4428-1_numer_dom"
  5780. system_cache__appinfo:xpath_local="numer_dom"
  5781. system_cache__appinfo:sort="1"
  5782. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5783. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  5784. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:numer_dom/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5785. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1443"
  5786. retrieve_ID="parent::node()/ID"
  5787. local-name="element"
  5788. local-name-name="numer_pos"
  5789. system_cache__appinfo:xpath_full="numer_pos"
  5790. system_cache__appinfo:xpath="/numer_pos"
  5791. create_element="default_db__x3A__BILLING_OWNER:numer_pos"
  5792. event_type="428"
  5793. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5794. system_cache__appinfo:maxOccurs="1"
  5795. system_cache__appinfo:minOccurs="0"
  5796. system_cache__appinfo:name="numer_pos"
  5797. system_cache__appinfo:id="LLING_OWNER___d20e4431-1_numer_pos"
  5798. system_cache__appinfo:xpath_local="numer_pos"
  5799. system_cache__appinfo:sort="1"
  5800. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5801. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  5802. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:numer_pos/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5803. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1448"
  5804. retrieve_ID="parent::node()/ID"
  5805. local-name="element"
  5806. local-name-name="uwagi"
  5807. system_cache__appinfo:xpath_full="uwagi"
  5808. system_cache__appinfo:xpath="/uwagi"
  5809. create_element="default_db__x3A__BILLING_OWNER:uwagi"
  5810. event_type="428"
  5811. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5812. system_cache__appinfo:maxOccurs="1"
  5813. system_cache__appinfo:minOccurs="0"
  5814. system_cache__appinfo:name="uwagi"
  5815. system_cache__appinfo:id="LLING_OWNER___d20e4434-1_uwagi"
  5816. system_cache__appinfo:xpath_local="uwagi"
  5817. system_cache__appinfo:sort="1"
  5818. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5819. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  5820. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:uwagi/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5821. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1452"
  5822. retrieve_ID="parent::node()/ID"
  5823. local-name="element"
  5824. local-name-name="tel"
  5825. system_cache__appinfo:xpath_full="tel"
  5826. system_cache__appinfo:xpath="/tel"
  5827. create_element="default_db__x3A__BILLING_OWNER:tel"
  5828. event_type="428"
  5829. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5830. system_cache__appinfo:maxOccurs="1"
  5831. system_cache__appinfo:minOccurs="0"
  5832. system_cache__appinfo:name="tel"
  5833. system_cache__appinfo:id="LLING_OWNER___d20e4437-1_tel"
  5834. system_cache__appinfo:xpath_local="tel"
  5835. system_cache__appinfo:sort="1"
  5836. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5837. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  5838. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:tel/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5839. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1456"
  5840. retrieve_ID="parent::node()/ID"
  5841. local-name="element"
  5842. local-name-name="fax"
  5843. system_cache__appinfo:xpath_full="fax"
  5844. system_cache__appinfo:xpath="/fax"
  5845. create_element="default_db__x3A__BILLING_OWNER:fax"
  5846. event_type="428"
  5847. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5848. system_cache__appinfo:maxOccurs="1"
  5849. system_cache__appinfo:minOccurs="0"
  5850. system_cache__appinfo:name="fax"
  5851. system_cache__appinfo:id="LLING_OWNER___d20e4441-1_fax"
  5852. system_cache__appinfo:xpath_local="fax"
  5853. system_cache__appinfo:sort="1"
  5854. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5855. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  5856. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:fax/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5857. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1461"
  5858. retrieve_ID="parent::node()/ID"
  5859. local-name="element"
  5860. local-name-name="nip"
  5861. system_cache__appinfo:xpath_full="nip"
  5862. system_cache__appinfo:xpath="/nip"
  5863. create_element="default_db__x3A__BILLING_OWNER:nip"
  5864. event_type="428"
  5865. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5866. system_cache__appinfo:maxOccurs="1"
  5867. system_cache__appinfo:minOccurs="0"
  5868. system_cache__appinfo:name="nip"
  5869. system_cache__appinfo:id="LLING_OWNER___d20e4446-1_nip"
  5870. system_cache__appinfo:xpath_local="nip"
  5871. system_cache__appinfo:sort="1"
  5872. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5873. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  5874. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:nip/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5875. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1465"
  5876. retrieve_ID="parent::node()/ID"
  5877. local-name="element"
  5878. local-name-name="regon"
  5879. system_cache__appinfo:xpath_full="regon"
  5880. system_cache__appinfo:xpath="/regon"
  5881. create_element="default_db__x3A__BILLING_OWNER:regon"
  5882. event_type="428"
  5883. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5884. system_cache__appinfo:maxOccurs="1"
  5885. system_cache__appinfo:minOccurs="0"
  5886. system_cache__appinfo:name="regon"
  5887. system_cache__appinfo:id="LLING_OWNER___d20e4450-1_regon"
  5888. system_cache__appinfo:xpath_local="regon"
  5889. system_cache__appinfo:sort="1"
  5890. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5891. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  5892. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:regon/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5893. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1469"
  5894. retrieve_ID="parent::node()/ID"
  5895. local-name="element"
  5896. local-name-name="bank"
  5897. system_cache__appinfo:xpath_full="bank"
  5898. system_cache__appinfo:xpath="/bank"
  5899. create_element="default_db__x3A__BILLING_OWNER:bank"
  5900. event_type="428"
  5901. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5902. system_cache__appinfo:maxOccurs="1"
  5903. system_cache__appinfo:minOccurs="0"
  5904. system_cache__appinfo:name="bank"
  5905. system_cache__appinfo:id="LLING_OWNER___d20e4454-1_bank"
  5906. system_cache__appinfo:xpath_local="bank"
  5907. system_cache__appinfo:sort="1"
  5908. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5909. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  5910. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:bank/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5911. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1473"
  5912. retrieve_ID="parent::node()/ID"
  5913. local-name="element"
  5914. local-name-name="nr_rach"
  5915. system_cache__appinfo:xpath_full="nr_rach"
  5916. system_cache__appinfo:xpath="/nr_rach"
  5917. create_element="default_db__x3A__BILLING_OWNER:nr_rach"
  5918. event_type="428"
  5919. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5920. system_cache__appinfo:maxOccurs="1"
  5921. system_cache__appinfo:minOccurs="0"
  5922. system_cache__appinfo:name="nr_rach"
  5923. system_cache__appinfo:id="LLING_OWNER___d20e4458-1_nr_rach"
  5924. system_cache__appinfo:xpath_local="nr_rach"
  5925. system_cache__appinfo:sort="1"
  5926. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5927. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  5928. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:nr_rach/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5929. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1477"
  5930. retrieve_ID="parent::node()/ID"
  5931. local-name="element"
  5932. local-name-name="NR_RACH_MASS_PAY"
  5933. system_cache__appinfo:xpath_full="NR_RACH_MASS_PAY"
  5934. system_cache__appinfo:xpath="/NR_RACH_MASS_PAY"
  5935. create_element="default_db__x3A__BILLING_OWNER:NR_RACH_MASS_PAY"
  5936. event_type="428"
  5937. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5938. system_cache__appinfo:maxOccurs="1"
  5939. system_cache__appinfo:minOccurs="0"
  5940. system_cache__appinfo:name="NR_RACH_MASS_PAY"
  5941. system_cache__appinfo:id="LLING_OWNER___d20e4462-1_NR_RACH_MA"
  5942. system_cache__appinfo:xpath_local="NR_RACH_MASS_PAY"
  5943. system_cache__appinfo:sort="1"
  5944. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5945. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  5946. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:NR_RACH_MASS_PAY/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5947. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1481"
  5948. retrieve_ID="parent::node()/ID"
  5949. local-name="element"
  5950. local-name-name="BILLING_OWNER_EMAIL"
  5951. system_cache__appinfo:xpath_full="BILLING_OWNER_EMAIL"
  5952. system_cache__appinfo:xpath="/BILLING_OWNER_EMAIL"
  5953. create_element="default_db__x3A__BILLING_OWNER:BILLING_OWNER_EMAIL"
  5954. event_type="428"
  5955. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5956. system_cache__appinfo:maxOccurs="1"
  5957. system_cache__appinfo:minOccurs="0"
  5958. system_cache__appinfo:name="BILLING_OWNER_EMAIL"
  5959. system_cache__appinfo:id="LLING_OWNER___d20e4466-1_BILLING_OW"
  5960. system_cache__appinfo:xpath_local="BILLING_OWNER_EMAIL"
  5961. system_cache__appinfo:sort="1"
  5962. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5963. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  5964. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:BILLING_OWNER_EMAIL/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5965. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1485"
  5966. retrieve_ID="parent::node()/ID"
  5967. local-name="element"
  5968. local-name-name="CRM_LISTA_ZASOBOW_ID"
  5969. system_cache__appinfo:xpath_full="CRM_LISTA_ZASOBOW_ID"
  5970. system_cache__appinfo:xpath="/CRM_LISTA_ZASOBOW_ID"
  5971. create_element="default_db__x3A__BILLING_OWNER:CRM_LISTA_ZASOBOW_ID"
  5972. event_type="428"
  5973. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5974. system_cache__appinfo:maxOccurs="1"
  5975. system_cache__appinfo:minOccurs="0"
  5976. system_cache__appinfo:name="CRM_LISTA_ZASOBOW_ID"
  5977. system_cache__appinfo:id="LLING_OWNER___d20e4470-1_CRM_LISTA_"
  5978. system_cache__appinfo:xpath_local="CRM_LISTA_ZASOBOW_ID"
  5979. system_cache__appinfo:sort="1"
  5980. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5981. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  5982. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:CRM_LISTA_ZASOBOW_ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  5983. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1490"
  5984. retrieve_ID="parent::node()/ID"
  5985. local-name="element"
  5986. local-name-name="A_RECORD_CREATE_DATE"
  5987. system_cache__appinfo:xpath_full="A_RECORD_CREATE_DATE"
  5988. system_cache__appinfo:xpath="/A_RECORD_CREATE_DATE"
  5989. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_CREATE_DATE"
  5990. event_type="428"
  5991. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  5992. system_cache__appinfo:maxOccurs="1"
  5993. system_cache__appinfo:minOccurs="0"
  5994. system_cache__appinfo:name="A_RECORD_CREATE_DATE"
  5995. system_cache__appinfo:id="LLING_OWNER___d20e4473-1_A_RECORD_C"
  5996. system_cache__appinfo:xpath_local="A_RECORD_CREATE_DATE"
  5997. system_cache__appinfo:sort="1"
  5998. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  5999. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6000. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_CREATE_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6001. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1496"
  6002. retrieve_ID="parent::node()/ID"
  6003. local-name="element"
  6004. local-name-name="A_RECORD_CREATE_AUTHOR"
  6005. system_cache__appinfo:xpath_full="A_RECORD_CREATE_AUTHOR"
  6006. system_cache__appinfo:xpath="/A_RECORD_CREATE_AUTHOR"
  6007. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_CREATE_AUTHOR"
  6008. event_type="428"
  6009. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6010. system_cache__appinfo:maxOccurs="1"
  6011. system_cache__appinfo:minOccurs="0"
  6012. system_cache__appinfo:name="A_RECORD_CREATE_AUTHOR"
  6013. system_cache__appinfo:id="LLING_OWNER___d20e4477-1_A_RECORD_C"
  6014. system_cache__appinfo:xpath_local="A_RECORD_CREATE_AUTHOR"
  6015. system_cache__appinfo:sort="1"
  6016. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6017. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6018. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_CREATE_AUTHOR/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6019. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1500"
  6020. retrieve_ID="parent::node()/ID"
  6021. local-name="element"
  6022. local-name-name="SYNC_SQIX_STATUS"
  6023. system_cache__appinfo:xpath_full="SYNC_SQIX_STATUS"
  6024. system_cache__appinfo:xpath="/SYNC_SQIX_STATUS"
  6025. create_element="default_db__x3A__BILLING_OWNER:SYNC_SQIX_STATUS"
  6026. event_type="428"
  6027. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6028. system_cache__appinfo:maxOccurs="1"
  6029. system_cache__appinfo:minOccurs="0"
  6030. system_cache__appinfo:name="SYNC_SQIX_STATUS"
  6031. system_cache__appinfo:id="LLING_OWNER___d20e4481-1_SYNC_SQIX_"
  6032. system_cache__appinfo:xpath_local="SYNC_SQIX_STATUS"
  6033. system_cache__appinfo:sort="1"
  6034. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6035. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6036. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:SYNC_SQIX_STATUS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6037. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1504"
  6038. retrieve_ID="parent::node()/ID"
  6039. local-name="element"
  6040. local-name-name="A_RECORD_UPDATE_DATE"
  6041. system_cache__appinfo:xpath_full="A_RECORD_UPDATE_DATE"
  6042. system_cache__appinfo:xpath="/A_RECORD_UPDATE_DATE"
  6043. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_UPDATE_DATE"
  6044. event_type="428"
  6045. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6046. system_cache__appinfo:maxOccurs="1"
  6047. system_cache__appinfo:minOccurs="0"
  6048. system_cache__appinfo:name="A_RECORD_UPDATE_DATE"
  6049. system_cache__appinfo:id="LLING_OWNER___d20e4485-1_A_RECORD_U"
  6050. system_cache__appinfo:xpath_local="A_RECORD_UPDATE_DATE"
  6051. system_cache__appinfo:sort="1"
  6052. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6053. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6054. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_UPDATE_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6055. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1511"
  6056. retrieve_ID="parent::node()/ID"
  6057. local-name="element"
  6058. local-name-name="A_RECORD_UPDATE_AUTHOR"
  6059. system_cache__appinfo:xpath_full="A_RECORD_UPDATE_AUTHOR"
  6060. system_cache__appinfo:xpath="/A_RECORD_UPDATE_AUTHOR"
  6061. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_UPDATE_AUTHOR"
  6062. event_type="428"
  6063. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6064. system_cache__appinfo:maxOccurs="1"
  6065. system_cache__appinfo:minOccurs="0"
  6066. system_cache__appinfo:name="A_RECORD_UPDATE_AUTHOR"
  6067. system_cache__appinfo:id="LLING_OWNER___d20e4490-1_A_RECORD_U"
  6068. system_cache__appinfo:xpath_local="A_RECORD_UPDATE_AUTHOR"
  6069. system_cache__appinfo:sort="1"
  6070. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6071. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6072. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_UPDATE_AUTHOR/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6073. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1515"
  6074. retrieve_ID="parent::node()/ID"
  6075. local-name="element"
  6076. local-name-name="L_APPOITMENT_DATE"
  6077. system_cache__appinfo:xpath_full="L_APPOITMENT_DATE"
  6078. system_cache__appinfo:xpath="/L_APPOITMENT_DATE"
  6079. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_DATE"
  6080. event_type="428"
  6081. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6082. system_cache__appinfo:maxOccurs="1"
  6083. system_cache__appinfo:minOccurs="0"
  6084. system_cache__appinfo:name="L_APPOITMENT_DATE"
  6085. system_cache__appinfo:id="LLING_OWNER___d20e4494-1_L_APPOITME"
  6086. system_cache__appinfo:xpath_local="L_APPOITMENT_DATE"
  6087. system_cache__appinfo:sort="1"
  6088. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6089. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6090. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6091. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1519"
  6092. retrieve_ID="parent::node()/ID"
  6093. local-name="element"
  6094. local-name-name="L_APPOITMENT_USER"
  6095. system_cache__appinfo:xpath_full="L_APPOITMENT_USER"
  6096. system_cache__appinfo:xpath="/L_APPOITMENT_USER"
  6097. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_USER"
  6098. event_type="428"
  6099. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6100. system_cache__appinfo:maxOccurs="1"
  6101. system_cache__appinfo:minOccurs="0"
  6102. system_cache__appinfo:name="L_APPOITMENT_USER"
  6103. system_cache__appinfo:id="LLING_OWNER___d20e4498-1_L_APPOITME"
  6104. system_cache__appinfo:xpath_local="L_APPOITMENT_USER"
  6105. system_cache__appinfo:sort="1"
  6106. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6107. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6108. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_USER/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6109. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1523"
  6110. retrieve_ID="parent::node()/ID"
  6111. local-name="element"
  6112. local-name-name="L_APPOITMENT_PERIOD"
  6113. system_cache__appinfo:xpath_full="L_APPOITMENT_PERIOD"
  6114. system_cache__appinfo:xpath="/L_APPOITMENT_PERIOD"
  6115. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_PERIOD"
  6116. event_type="428"
  6117. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6118. system_cache__appinfo:maxOccurs="1"
  6119. system_cache__appinfo:minOccurs="0"
  6120. system_cache__appinfo:name="L_APPOITMENT_PERIOD"
  6121. system_cache__appinfo:id="LLING_OWNER___d20e4502-1_L_APPOITME"
  6122. system_cache__appinfo:xpath_local="L_APPOITMENT_PERIOD"
  6123. system_cache__appinfo:sort="1"
  6124. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6125. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6126. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_PERIOD/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6127. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1527"
  6128. retrieve_ID="parent::node()/ID"
  6129. local-name="element"
  6130. local-name-name="L_APPOITMENT_INFO"
  6131. system_cache__appinfo:xpath_full="L_APPOITMENT_INFO"
  6132. system_cache__appinfo:xpath="/L_APPOITMENT_INFO"
  6133. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_INFO"
  6134. event_type="428"
  6135. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6136. system_cache__appinfo:maxOccurs="1"
  6137. system_cache__appinfo:minOccurs="0"
  6138. system_cache__appinfo:name="L_APPOITMENT_INFO"
  6139. system_cache__appinfo:id="LLING_OWNER___d20e4506-1_L_APPOITME"
  6140. system_cache__appinfo:xpath_local="L_APPOITMENT_INFO"
  6141. system_cache__appinfo:sort="1"
  6142. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6143. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6144. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_INFO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6145. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1531"
  6146. retrieve_ID="parent::node()/ID"
  6147. local-name="element"
  6148. local-name-name="L_APPOITMENT_TYPE"
  6149. system_cache__appinfo:xpath_full="L_APPOITMENT_TYPE"
  6150. system_cache__appinfo:xpath="/L_APPOITMENT_TYPE"
  6151. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_TYPE"
  6152. event_type="428"
  6153. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6154. system_cache__appinfo:maxOccurs="1"
  6155. system_cache__appinfo:minOccurs="0"
  6156. system_cache__appinfo:name="L_APPOITMENT_TYPE"
  6157. system_cache__appinfo:id="LLING_OWNER___d20e4510-1_L_APPOITME"
  6158. system_cache__appinfo:xpath_local="L_APPOITMENT_TYPE"
  6159. system_cache__appinfo:sort="1"
  6160. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6161. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6162. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_TYPE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6163. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1542"
  6164. retrieve_ID="parent::node()/ID"
  6165. local-name="element"
  6166. local-name-name="A_STATUS"
  6167. system_cache__appinfo:xpath_full="A_STATUS"
  6168. system_cache__appinfo:xpath="/A_STATUS"
  6169. create_element="default_db__x3A__BILLING_OWNER:A_STATUS"
  6170. event_type="428"
  6171. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6172. system_cache__appinfo:maxOccurs="1"
  6173. system_cache__appinfo:minOccurs="0"
  6174. system_cache__appinfo:name="A_STATUS"
  6175. system_cache__appinfo:id="LLING_OWNER___d20e4520-1_A_STATUS"
  6176. system_cache__appinfo:xpath_local="A_STATUS"
  6177. system_cache__appinfo:sort="1"
  6178. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6179. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6180. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_STATUS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6181. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1553"
  6182. retrieve_ID="parent::node()/ID"
  6183. local-name="element"
  6184. local-name-name="A_STATUS_INFO"
  6185. system_cache__appinfo:xpath_full="A_STATUS_INFO"
  6186. system_cache__appinfo:xpath="/A_STATUS_INFO"
  6187. create_element="default_db__x3A__BILLING_OWNER:A_STATUS_INFO"
  6188. event_type="428"
  6189. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6190. system_cache__appinfo:maxOccurs="1"
  6191. system_cache__appinfo:minOccurs="0"
  6192. system_cache__appinfo:name="A_STATUS_INFO"
  6193. system_cache__appinfo:id="LLING_OWNER___d20e4530-1_A_STATUS_I"
  6194. system_cache__appinfo:xpath_local="A_STATUS_INFO"
  6195. system_cache__appinfo:sort="1"
  6196. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6197. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6198. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_STATUS_INFO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6199. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1557"
  6200. retrieve_ID="parent::node()/ID"
  6201. local-name="element"
  6202. local-name-name="A_ADM_COMPANY"
  6203. system_cache__appinfo:xpath_full="A_ADM_COMPANY"
  6204. system_cache__appinfo:xpath="/A_ADM_COMPANY"
  6205. create_element="default_db__x3A__BILLING_OWNER:A_ADM_COMPANY"
  6206. event_type="428"
  6207. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6208. system_cache__appinfo:maxOccurs="1"
  6209. system_cache__appinfo:minOccurs="0"
  6210. system_cache__appinfo:name="A_ADM_COMPANY"
  6211. system_cache__appinfo:id="LLING_OWNER___d20e4534-1_A_ADM_COMP"
  6212. system_cache__appinfo:xpath_local="A_ADM_COMPANY"
  6213. system_cache__appinfo:sort="1"
  6214. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6215. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6216. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_ADM_COMPANY/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6217. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1561"
  6218. retrieve_ID="parent::node()/ID"
  6219. local-name="element"
  6220. local-name-name="A_CLASSIFIED"
  6221. system_cache__appinfo:xpath_full="A_CLASSIFIED"
  6222. system_cache__appinfo:xpath="/A_CLASSIFIED"
  6223. create_element="default_db__x3A__BILLING_OWNER:A_CLASSIFIED"
  6224. event_type="428"
  6225. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6226. system_cache__appinfo:maxOccurs="1"
  6227. system_cache__appinfo:minOccurs="0"
  6228. system_cache__appinfo:name="A_CLASSIFIED"
  6229. system_cache__appinfo:id="LLING_OWNER___d20e4538-1_A_CLASSIFI"
  6230. system_cache__appinfo:xpath_local="A_CLASSIFIED"
  6231. system_cache__appinfo:sort="1"
  6232. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6233. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6234. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_CLASSIFIED/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6235. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  6236. </p5_tr_map:go_recurse_from_root_by_build_element_481>
  6237. </p5_tr_map:go_recurse_from_root_by_build_element_434c>
  6238. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  6239. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  6240. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  6241. local-name="element"
  6242. local-name-name="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  6243. create_element="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  6244. requested-table-type="INSTANCE"
  6245. event_type="477"
  6246. flat_relation_cache_name="ID_BILLING_USERS"
  6247. flat_relation_cache_xpath="default_db__x3A__COMPANIES:ID_BILLING_USERS/ID"
  6248. p5_tr_map:uuid="d14812e1568"
  6249. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  6250. system_cache__appinfo:xpath_full="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  6251. system_cache__appinfo:ref="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  6252. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9926-1"
  6253. system_cache__appinfo:xpath_local="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  6254. system_cache__appinfo:sort="1"
  6255. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  6256. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  6257. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS/"><!--#1252 appinfo supperssed there... for future transforming-->
  6258. <p5_tr_map:go_recurse_from_root_by_build_element_434r p5_tr_map:uuid="d14812e1569"
  6259. comment="434r warunek 434r w !__element__! = /schema/complexType//@ref/!__element__!/complexType bez @type w glownym wywolaniu local-name:element @name:ID_BILLING_USERS @id:default_db__x3A__COMPANIES___d13e9839-1_ID_BILLING INSTANCE_ID: np. dla prove_portal:klient"
  6260. event_type="434r"
  6261. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9839-1_ID_BILLING"
  6262. event_name="element[@type]/node()"
  6263. parent_type=""
  6264. system_cache__appinfo:name="ID_BILLING_USERS"><!--#2069 mode="p5_tr_map:go_recurse_from_root_by_build_element" match="key" - TODO to implement key features-->
  6265. <p5_tr_map:go_recurse_from_root_by_build_element_434b p5_tr_map:uuid="d14812e1571"
  6266. comment="434b przepuszczenie pierszego elementu dla przypadku //schema/element/complexType - magazynujemy go w complexType nizej local-name:complexType @name:COMPANIES @id:default_db__x3A__COMPANIES___d13e9727-1_COMPANIES INSTANCE_ID: np. dla elementu teryt(..):WOJ , ktory ma nizej complexType"
  6267. event_type="434b"
  6268. event_name="element[]/complexType"
  6269. id="default_db__x3A__COMPANIES___d13e9727-1_COMPANIES">
  6270. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  6271. retrieve_resource_id="default_db__x3A__COMPANIES___d13e9735-1"
  6272. local-name="sequence"
  6273. event_type="473"
  6274. p5_tr_map:uuid="d14812e1572"
  6275. comment="warunek 473 sekwencje"
  6276. system_cache__appinfo:sort="1"
  6277. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  6278. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  6279. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9735-1"><!--473 sekwencje -->
  6280. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1573"
  6281. retrieve_ID="parent::node()/ID"
  6282. local-name="element"
  6283. local-name-name="ID"
  6284. system_cache__appinfo:xpath_full="ID"
  6285. system_cache__appinfo:xpath="/ID"
  6286. create_element="default_db__x3A__COMPANIES:ID"
  6287. event_type="428"
  6288. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6289. system_cache__appinfo:name="ID"
  6290. system_cache__appinfo:type="xs:int"
  6291. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9737-1_ID"
  6292. system_cache__appinfo:xpath_local="xs:int"
  6293. system_cache__appinfo:sort="1"
  6294. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  6295. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  6296. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6297. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1579"
  6298. retrieve_ID="parent::node()/ID"
  6299. local-name="element"
  6300. local-name-name="P_NAME"
  6301. system_cache__appinfo:xpath_full="P_NAME"
  6302. system_cache__appinfo:xpath="/P_NAME"
  6303. create_element="default_db__x3A__COMPANIES:P_NAME"
  6304. event_type="428"
  6305. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6306. system_cache__appinfo:maxOccurs="1"
  6307. system_cache__appinfo:minOccurs="0"
  6308. system_cache__appinfo:name="P_NAME"
  6309. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9739-1_P_NAME"
  6310. system_cache__appinfo:xpath_local="P_NAME"
  6311. system_cache__appinfo:sort="1"
  6312. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  6313. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  6314. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NAME/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6315. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1583"
  6316. retrieve_ID="parent::node()/ID"
  6317. local-name="element"
  6318. local-name-name="P_NAME_SECOND"
  6319. system_cache__appinfo:xpath_full="P_NAME_SECOND"
  6320. system_cache__appinfo:xpath="/P_NAME_SECOND"
  6321. create_element="default_db__x3A__COMPANIES:P_NAME_SECOND"
  6322. event_type="428"
  6323. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6324. system_cache__appinfo:maxOccurs="1"
  6325. system_cache__appinfo:minOccurs="0"
  6326. system_cache__appinfo:name="P_NAME_SECOND"
  6327. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9750-1_P_NAME_SEC"
  6328. system_cache__appinfo:xpath_local="P_NAME_SECOND"
  6329. system_cache__appinfo:sort="1"
  6330. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  6331. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  6332. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NAME_SECOND/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6333. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1587"
  6334. retrieve_ID="parent::node()/ID"
  6335. local-name="element"
  6336. local-name-name="P_NIP"
  6337. system_cache__appinfo:xpath_full="P_NIP"
  6338. system_cache__appinfo:xpath="/P_NIP"
  6339. create_element="default_db__x3A__COMPANIES:P_NIP"
  6340. event_type="428"
  6341. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6342. system_cache__appinfo:maxOccurs="1"
  6343. system_cache__appinfo:minOccurs="0"
  6344. system_cache__appinfo:name="P_NIP"
  6345. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9761-1_P_NIP"
  6346. system_cache__appinfo:xpath_local="P_NIP"
  6347. system_cache__appinfo:sort="1"
  6348. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  6349. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  6350. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NIP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6351. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1591"
  6352. retrieve_ID="parent::node()/ID"
  6353. local-name="element"
  6354. local-name-name="P_OTHER_DOC"
  6355. system_cache__appinfo:xpath_full="P_OTHER_DOC"
  6356. system_cache__appinfo:xpath="/P_OTHER_DOC"
  6357. create_element="default_db__x3A__COMPANIES:P_OTHER_DOC"
  6358. event_type="428"
  6359. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6360. system_cache__appinfo:maxOccurs="1"
  6361. system_cache__appinfo:minOccurs="0"
  6362. system_cache__appinfo:name="P_OTHER_DOC"
  6363. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9772-1_P_OTHER_DO"
  6364. system_cache__appinfo:xpath_local="P_OTHER_DOC"
  6365. system_cache__appinfo:sort="1"
  6366. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  6367. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  6368. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_OTHER_DOC/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6369. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1595"
  6370. retrieve_ID="parent::node()/ID"
  6371. local-name="element"
  6372. local-name-name="P_PHONE"
  6373. system_cache__appinfo:xpath_full="P_PHONE"
  6374. system_cache__appinfo:xpath="/P_PHONE"
  6375. create_element="default_db__x3A__COMPANIES:P_PHONE"
  6376. event_type="428"
  6377. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6378. system_cache__appinfo:maxOccurs="1"
  6379. system_cache__appinfo:minOccurs="0"
  6380. system_cache__appinfo:name="P_PHONE"
  6381. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9784-1_P_PHONE"
  6382. system_cache__appinfo:xpath_local="P_PHONE"
  6383. system_cache__appinfo:sort="1"
  6384. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  6385. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  6386. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_PHONE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6387. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1599"
  6388. retrieve_ID="parent::node()/ID"
  6389. local-name="element"
  6390. local-name-name="P_PHONE_SMS"
  6391. system_cache__appinfo:xpath_full="P_PHONE_SMS"
  6392. system_cache__appinfo:xpath="/P_PHONE_SMS"
  6393. create_element="default_db__x3A__COMPANIES:P_PHONE_SMS"
  6394. event_type="428"
  6395. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6396. system_cache__appinfo:maxOccurs="1"
  6397. system_cache__appinfo:minOccurs="0"
  6398. system_cache__appinfo:name="P_PHONE_SMS"
  6399. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9795-1_P_PHONE_SM"
  6400. system_cache__appinfo:xpath_local="P_PHONE_SMS"
  6401. system_cache__appinfo:sort="1"
  6402. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  6403. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  6404. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_PHONE_SMS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6405. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1603"
  6406. retrieve_ID="parent::node()/ID"
  6407. local-name="element"
  6408. local-name-name="P_FAX"
  6409. system_cache__appinfo:xpath_full="P_FAX"
  6410. system_cache__appinfo:xpath="/P_FAX"
  6411. create_element="default_db__x3A__COMPANIES:P_FAX"
  6412. event_type="428"
  6413. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6414. system_cache__appinfo:maxOccurs="1"
  6415. system_cache__appinfo:minOccurs="0"
  6416. system_cache__appinfo:name="P_FAX"
  6417. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9806-1_P_FAX"
  6418. system_cache__appinfo:xpath_local="P_FAX"
  6419. system_cache__appinfo:sort="1"
  6420. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  6421. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  6422. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_FAX/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6423. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1607"
  6424. retrieve_ID="parent::node()/ID"
  6425. local-name="element"
  6426. local-name-name="P_CONTACT_PERSON"
  6427. system_cache__appinfo:xpath_full="P_CONTACT_PERSON"
  6428. system_cache__appinfo:xpath="/P_CONTACT_PERSON"
  6429. create_element="default_db__x3A__COMPANIES:P_CONTACT_PERSON"
  6430. event_type="428"
  6431. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6432. system_cache__appinfo:maxOccurs="1"
  6433. system_cache__appinfo:minOccurs="0"
  6434. system_cache__appinfo:name="P_CONTACT_PERSON"
  6435. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9817-1_P_CONTACT_"
  6436. system_cache__appinfo:xpath_local="P_CONTACT_PERSON"
  6437. system_cache__appinfo:sort="1"
  6438. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  6439. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  6440. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD//element:ID_KORESP_DO_UZG_ZUD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_CONTACT_PERSON/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6441. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  6442. </p5_tr_map:go_recurse_from_root_by_build_element_434b>
  6443. </p5_tr_map:go_recurse_from_root_by_build_element_434r>
  6444. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  6445. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  6446. </p5_tr_map:go_recurse_from_root_by_build_element_481>
  6447. </p5_tr_map:go_recurse_from_root_by_build_element_434c>
  6448. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  6449. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  6450. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  6451. local-name="element"
  6452. local-name-name="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  6453. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  6454. requested-table-type="INSTANCE"
  6455. event_type="477"
  6456. flat_relation_cache_name="ID_KORESP_UZG_ZUD"
  6457. flat_relation_cache_xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD/ID"
  6458. p5_tr_map:uuid="d14812e1621"
  6459. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  6460. system_cache__appinfo:xpath_full="default_db__x3A__TELBOXES:TELBOXESType/Types__x3A__default_infrastructure:Obiekt_infrastruktury/default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  6461. system_cache__appinfo:minOccurs="0"
  6462. system_cache__appinfo:ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  6463. system_cache__appinfo:id="Types__x3A__default_infrastructure___d13e10465-1"
  6464. system_cache__appinfo:xpath_local="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  6465. system_cache__appinfo:sort="1"
  6466. system_cache__appinfo:prefix="Types__x3A__default_infrastructure"
  6467. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/Types/infrastructure.xsd"
  6468. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD/"><!--#1252 appinfo supperssed there... for future transforming-->
  6469. <p5_tr_map:go_recurse_from_root_by_build_element_434c p5_tr_map:uuid="d14812e1622"
  6470. comment="434c przepuszczenie @complexType po ref 477 local-name:element @name:ID_KORESP_UZG_ZUD @id:default_db__x3A__IN7_DZIENNIK_KORESP___d13e9970-1_ID_KORESP_ INSTANCE_ID: np. dla elementu MAGAZYN, ktory ma @type MAGAZYN"
  6471. event_type="434c"
  6472. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9970-1_ID_KORESP_"
  6473. event_name="element[@type]/node()"
  6474. parent_type="">
  6475. <p5_tr_map:go_recurse_from_root_by_build_element_481 retrieve_ID="parent::node()/REMOTE_ID"
  6476. local-name="complexType"
  6477. local-name-name="IN7_DZIENNIK_KORESP"
  6478. requested-table-type="INSTANCE"
  6479. event_type="481"
  6480. parent_name="ID_KORESP_UZG_ZUD"
  6481. p5_tr_map:uuid="d14812e1623"
  6482. comment="481 tutaj jest tabela z instancjami obych obiektow (ComplexType) , pytamy sie o konkretne ID=@REMOTE_ID w konkretnej tabeli (nie ma parent_type) "
  6483. system_cache__appinfo:restriction_path_TODEL="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD/"
  6484. system_cache__appinfo:name="IN7_DZIENNIK_KORESP"
  6485. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9873-1_IN7_DZIENN"
  6486. system_cache__appinfo:sort="0"
  6487. system_cache__appinfo:root_element_in_schema="true"
  6488. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  6489. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd">
  6490. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  6491. retrieve_resource_id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9881-1"
  6492. local-name="sequence"
  6493. event_type="473"
  6494. p5_tr_map:uuid="d14812e1624"
  6495. comment="warunek 473 sekwencje"
  6496. system_cache__appinfo:sort="1"
  6497. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  6498. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  6499. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9881-1"><!--473 sekwencje -->
  6500. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1625"
  6501. retrieve_ID="parent::node()/ID"
  6502. local-name="element"
  6503. local-name-name="ID"
  6504. system_cache__appinfo:xpath_full="ID"
  6505. system_cache__appinfo:xpath="/ID"
  6506. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID"
  6507. event_type="428"
  6508. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6509. system_cache__appinfo:name="ID"
  6510. system_cache__appinfo:type="xs:int"
  6511. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9883-1_ID"
  6512. system_cache__appinfo:xpath_local="xs:int"
  6513. system_cache__appinfo:sort="1"
  6514. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  6515. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  6516. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6517. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1631"
  6518. retrieve_ID="parent::node()/ID"
  6519. local-name="element"
  6520. local-name-name="K_OD_KOGO"
  6521. system_cache__appinfo:xpath_full="K_OD_KOGO"
  6522. system_cache__appinfo:xpath="/K_OD_KOGO"
  6523. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_OD_KOGO"
  6524. event_type="428"
  6525. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6526. system_cache__appinfo:maxOccurs="1"
  6527. system_cache__appinfo:minOccurs="0"
  6528. system_cache__appinfo:name="K_OD_KOGO"
  6529. system_cache__appinfo:type="xs:string"
  6530. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9885-1_K_OD_KOGO"
  6531. system_cache__appinfo:xpath_local="xs:string"
  6532. system_cache__appinfo:sort="1"
  6533. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  6534. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  6535. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:K_OD_KOGO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6536. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1646"
  6537. retrieve_ID="parent::node()/ID"
  6538. local-name="element"
  6539. local-name-name="ID_BILLING_USERS"
  6540. system_cache__appinfo:xpath_full="ID_BILLING_USERS"
  6541. system_cache__appinfo:xpath="/ID_BILLING_USERS"
  6542. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_BILLING_USERS"
  6543. event_type="428"
  6544. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6545. system_cache__appinfo:maxOccurs="1"
  6546. system_cache__appinfo:minOccurs="0"
  6547. system_cache__appinfo:name="ID_BILLING_USERS"
  6548. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9894-1_ID_BILLING"
  6549. system_cache__appinfo:xpath_local="ID_BILLING_USERS"
  6550. system_cache__appinfo:sort="1"
  6551. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  6552. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  6553. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:ID_BILLING_USERS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6554. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1651"
  6555. retrieve_ID="parent::node()/ID"
  6556. local-name="element"
  6557. local-name-name="ID_BILLING_OWNER"
  6558. system_cache__appinfo:xpath_full="ID_BILLING_OWNER"
  6559. system_cache__appinfo:xpath="/ID_BILLING_OWNER"
  6560. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_BILLING_OWNER"
  6561. event_type="428"
  6562. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6563. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9894-1_ID_BIOWN"
  6564. system_cache__appinfo:name="ID_BILLING_OWNER"
  6565. system_cache__appinfo:type="xs:int"
  6566. system_cache__appinfo:xpath_local="xs:int"
  6567. system_cache__appinfo:sort="1"
  6568. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  6569. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  6570. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:ID_BILLING_OWNER/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6571. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1657"
  6572. retrieve_ID="parent::node()/ID"
  6573. local-name="element"
  6574. local-name-name="OD_KOGO_ADRES"
  6575. system_cache__appinfo:xpath_full="OD_KOGO_ADRES"
  6576. system_cache__appinfo:xpath="/OD_KOGO_ADRES"
  6577. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:OD_KOGO_ADRES"
  6578. event_type="428"
  6579. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6580. system_cache__appinfo:maxOccurs="1"
  6581. system_cache__appinfo:minOccurs="0"
  6582. system_cache__appinfo:name="OD_KOGO_ADRES"
  6583. system_cache__appinfo:type="xs:string"
  6584. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9902-1_OD_KOGO_AD"
  6585. vc:minVersion="1.1"
  6586. system_cache__appinfo:xpath_local="xs:string"
  6587. system_cache__appinfo:sort="1"
  6588. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  6589. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  6590. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:OD_KOGO_ADRES/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6591. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1660"
  6592. retrieve_ID="parent::node()/ID"
  6593. local-name="element"
  6594. local-name-name="K_DATA_OTRZYMANEJ_KORESP"
  6595. system_cache__appinfo:xpath_full="K_DATA_OTRZYMANEJ_KORESP"
  6596. system_cache__appinfo:xpath="/K_DATA_OTRZYMANEJ_KORESP"
  6597. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_DATA_OTRZYMANEJ_KORESP"
  6598. event_type="428"
  6599. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6600. system_cache__appinfo:name="K_DATA_OTRZYMANEJ_KORESP"
  6601. system_cache__appinfo:type="xs:date"
  6602. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9911-1_K_DATA_OTR"
  6603. system_cache__appinfo:xpath_local="xs:date"
  6604. system_cache__appinfo:sort="1"
  6605. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  6606. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  6607. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:K_DATA_OTRZYMANEJ_KORESP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6608. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1663"
  6609. retrieve_ID="parent::node()/ID"
  6610. local-name="element"
  6611. local-name-name="K_DATA_OTRZYM_KORESP"
  6612. system_cache__appinfo:xpath_full="K_DATA_OTRZYM_KORESP"
  6613. system_cache__appinfo:xpath="/K_DATA_OTRZYM_KORESP"
  6614. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_DATA_OTRZYM_KORESP"
  6615. event_type="428"
  6616. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6617. system_cache__appinfo:maxOccurs="1"
  6618. system_cache__appinfo:minOccurs="0"
  6619. system_cache__appinfo:name="K_DATA_OTRZYM_KORESP"
  6620. system_cache__appinfo:type="xs:date"
  6621. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9921-1_K_DATA_OTR"
  6622. system_cache__appinfo:xpath_local="xs:date"
  6623. system_cache__appinfo:sort="1"
  6624. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  6625. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  6626. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:K_DATA_OTRZYM_KORESP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6627. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1666"
  6628. retrieve_ID="parent::node()/ID"
  6629. local-name="element"
  6630. local-name-name="K_ZAWARTOS"
  6631. system_cache__appinfo:xpath_full="K_ZAWARTOS"
  6632. system_cache__appinfo:xpath="/K_ZAWARTOS"
  6633. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_ZAWARTOS"
  6634. event_type="428"
  6635. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6636. system_cache__appinfo:maxOccurs="1"
  6637. system_cache__appinfo:minOccurs="0"
  6638. system_cache__appinfo:name="K_ZAWARTOS"
  6639. system_cache__appinfo:type="xs:string"
  6640. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9923-1_K_ZAWARTOS"
  6641. system_cache__appinfo:xpath_local="xs:string"
  6642. system_cache__appinfo:sort="1"
  6643. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  6644. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  6645. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:K_ZAWARTOS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6646. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1669"
  6647. retrieve_ID="parent::node()/ID"
  6648. local-name="element"
  6649. local-name-name="ID_PROJECT"
  6650. system_cache__appinfo:xpath_full="ID_PROJECT"
  6651. system_cache__appinfo:xpath="/ID_PROJECT"
  6652. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_PROJECT"
  6653. event_type="428"
  6654. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6655. system_cache__appinfo:name="ID_PROJECT"
  6656. system_cache__appinfo:type="xs:int"
  6657. system_cache__appinfo:id="NNIK_KORESP___d20e4612-1_ID_PROJECT"
  6658. system_cache__appinfo:xpath_local="xs:int"
  6659. system_cache__appinfo:sort="1"
  6660. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  6661. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  6662. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:ID_PROJECT/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6663. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  6664. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  6665. local-name="element"
  6666. local-name-name="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  6667. create_element="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  6668. requested-table-type="INSTANCE"
  6669. event_type="477"
  6670. flat_relation_cache_name="ID_BILLING_OWNER"
  6671. flat_relation_cache_xpath="default_db__x3A__BILLING_OWNER:BILLING_OWNER/ID"
  6672. p5_tr_map:uuid="d14812e1678"
  6673. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  6674. system_cache__appinfo:xpath_full="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  6675. system_cache__appinfo:ref="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  6676. system_cache__appinfo:id="NNIK_KORESP___d20e5069-1"
  6677. system_cache__appinfo:xpath_local="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  6678. system_cache__appinfo:sort="1"
  6679. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  6680. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  6681. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER/"><!--#1252 appinfo supperssed there... for future transforming-->
  6682. <p5_tr_map:go_recurse_from_root_by_build_element_434c p5_tr_map:uuid="d14812e1679"
  6683. comment="434c przepuszczenie @complexType po ref 477 local-name:element @name:BILLING_OWNER @id:LLING_OWNER___d20e4542-1_BILLING_OW INSTANCE_ID: np. dla elementu MAGAZYN, ktory ma @type MAGAZYN"
  6684. event_type="434c"
  6685. system_cache__appinfo:id="LLING_OWNER___d20e4542-1_BILLING_OW"
  6686. event_name="element[@type]/node()"
  6687. parent_type="">
  6688. <p5_tr_map:go_recurse_from_root_by_build_element_481 retrieve_ID="parent::node()/REMOTE_ID"
  6689. local-name="complexType"
  6690. local-name-name="BILLING_OWNER"
  6691. requested-table-type="INSTANCE"
  6692. event_type="481"
  6693. parent_name="BILLING_OWNER"
  6694. p5_tr_map:uuid="d14812e1680"
  6695. comment="481 tutaj jest tabela z instancjami obych obiektow (ComplexType) , pytamy sie o konkretne ID=@REMOTE_ID w konkretnej tabeli (nie ma parent_type) "
  6696. system_cache__appinfo:restriction_path_TODEL="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER/"
  6697. system_cache__appinfo:name="BILLING_OWNER"
  6698. system_cache__appinfo:id="LLING_OWNER___d20e4403-1_BILLING_OW"
  6699. system_cache__appinfo:sort="0"
  6700. system_cache__appinfo:root_element_in_schema="true"
  6701. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6702. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd">
  6703. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  6704. retrieve_resource_id="LLING_OWNER___d20e4404-1"
  6705. local-name="sequence"
  6706. event_type="473"
  6707. p5_tr_map:uuid="d14812e1681"
  6708. comment="warunek 473 sekwencje"
  6709. system_cache__appinfo:sort="1"
  6710. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6711. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6712. system_cache__appinfo:id="LLING_OWNER___d20e4404-1"><!--473 sekwencje -->
  6713. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1682"
  6714. retrieve_ID="parent::node()/ID"
  6715. local-name="element"
  6716. local-name-name="ID"
  6717. system_cache__appinfo:xpath_full="ID"
  6718. system_cache__appinfo:xpath="/ID"
  6719. create_element="default_db__x3A__BILLING_OWNER:ID"
  6720. event_type="428"
  6721. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6722. system_cache__appinfo:maxOccurs="1"
  6723. system_cache__appinfo:minOccurs="0"
  6724. system_cache__appinfo:name="ID"
  6725. system_cache__appinfo:id="LLING_OWNER___d20e4405-1_ID"
  6726. system_cache__appinfo:xpath_local="ID"
  6727. system_cache__appinfo:sort="1"
  6728. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6729. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6730. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6731. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1687"
  6732. retrieve_ID="parent::node()/ID"
  6733. local-name="element"
  6734. local-name-name="name1"
  6735. system_cache__appinfo:xpath_full="name1"
  6736. system_cache__appinfo:xpath="/name1"
  6737. create_element="default_db__x3A__BILLING_OWNER:name1"
  6738. event_type="428"
  6739. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6740. system_cache__appinfo:maxOccurs="1"
  6741. system_cache__appinfo:minOccurs="0"
  6742. system_cache__appinfo:name="name1"
  6743. system_cache__appinfo:id="LLING_OWNER___d20e4408-1_name1"
  6744. system_cache__appinfo:xpath_local="name1"
  6745. system_cache__appinfo:sort="1"
  6746. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6747. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6748. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:name1/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6749. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1691"
  6750. retrieve_ID="parent::node()/ID"
  6751. local-name="element"
  6752. local-name-name="name2"
  6753. system_cache__appinfo:xpath_full="name2"
  6754. system_cache__appinfo:xpath="/name2"
  6755. create_element="default_db__x3A__BILLING_OWNER:name2"
  6756. event_type="428"
  6757. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6758. system_cache__appinfo:maxOccurs="1"
  6759. system_cache__appinfo:minOccurs="0"
  6760. system_cache__appinfo:name="name2"
  6761. system_cache__appinfo:id="LLING_OWNER___d20e4412-1_name2"
  6762. system_cache__appinfo:xpath_local="name2"
  6763. system_cache__appinfo:sort="1"
  6764. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6765. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6766. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:name2/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6767. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1695"
  6768. retrieve_ID="parent::node()/ID"
  6769. local-name="element"
  6770. local-name-name="kod"
  6771. system_cache__appinfo:xpath_full="kod"
  6772. system_cache__appinfo:xpath="/kod"
  6773. create_element="default_db__x3A__BILLING_OWNER:kod"
  6774. event_type="428"
  6775. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6776. system_cache__appinfo:maxOccurs="1"
  6777. system_cache__appinfo:minOccurs="0"
  6778. system_cache__appinfo:name="kod"
  6779. system_cache__appinfo:id="LLING_OWNER___d20e4416-1_kod"
  6780. system_cache__appinfo:xpath_local="kod"
  6781. system_cache__appinfo:sort="1"
  6782. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6783. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6784. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:kod/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6785. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1699"
  6786. retrieve_ID="parent::node()/ID"
  6787. local-name="element"
  6788. local-name-name="miasto"
  6789. system_cache__appinfo:xpath_full="miasto"
  6790. system_cache__appinfo:xpath="/miasto"
  6791. create_element="default_db__x3A__BILLING_OWNER:miasto"
  6792. event_type="428"
  6793. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6794. system_cache__appinfo:maxOccurs="1"
  6795. system_cache__appinfo:minOccurs="0"
  6796. system_cache__appinfo:name="miasto"
  6797. system_cache__appinfo:id="LLING_OWNER___d20e4420-1_miasto"
  6798. system_cache__appinfo:xpath_local="miasto"
  6799. system_cache__appinfo:sort="1"
  6800. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6801. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6802. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:miasto/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6803. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1703"
  6804. retrieve_ID="parent::node()/ID"
  6805. local-name="element"
  6806. local-name-name="ulica"
  6807. system_cache__appinfo:xpath_full="ulica"
  6808. system_cache__appinfo:xpath="/ulica"
  6809. create_element="default_db__x3A__BILLING_OWNER:ulica"
  6810. event_type="428"
  6811. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6812. system_cache__appinfo:maxOccurs="1"
  6813. system_cache__appinfo:minOccurs="0"
  6814. system_cache__appinfo:name="ulica"
  6815. system_cache__appinfo:id="LLING_OWNER___d20e4424-1_ulica"
  6816. system_cache__appinfo:xpath_local="ulica"
  6817. system_cache__appinfo:sort="1"
  6818. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6819. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6820. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:ulica/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6821. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1707"
  6822. retrieve_ID="parent::node()/ID"
  6823. local-name="element"
  6824. local-name-name="numer_dom"
  6825. system_cache__appinfo:xpath_full="numer_dom"
  6826. system_cache__appinfo:xpath="/numer_dom"
  6827. create_element="default_db__x3A__BILLING_OWNER:numer_dom"
  6828. event_type="428"
  6829. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6830. system_cache__appinfo:maxOccurs="1"
  6831. system_cache__appinfo:minOccurs="0"
  6832. system_cache__appinfo:name="numer_dom"
  6833. system_cache__appinfo:id="LLING_OWNER___d20e4428-1_numer_dom"
  6834. system_cache__appinfo:xpath_local="numer_dom"
  6835. system_cache__appinfo:sort="1"
  6836. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6837. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6838. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:numer_dom/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6839. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1712"
  6840. retrieve_ID="parent::node()/ID"
  6841. local-name="element"
  6842. local-name-name="numer_pos"
  6843. system_cache__appinfo:xpath_full="numer_pos"
  6844. system_cache__appinfo:xpath="/numer_pos"
  6845. create_element="default_db__x3A__BILLING_OWNER:numer_pos"
  6846. event_type="428"
  6847. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6848. system_cache__appinfo:maxOccurs="1"
  6849. system_cache__appinfo:minOccurs="0"
  6850. system_cache__appinfo:name="numer_pos"
  6851. system_cache__appinfo:id="LLING_OWNER___d20e4431-1_numer_pos"
  6852. system_cache__appinfo:xpath_local="numer_pos"
  6853. system_cache__appinfo:sort="1"
  6854. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6855. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6856. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:numer_pos/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6857. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1717"
  6858. retrieve_ID="parent::node()/ID"
  6859. local-name="element"
  6860. local-name-name="uwagi"
  6861. system_cache__appinfo:xpath_full="uwagi"
  6862. system_cache__appinfo:xpath="/uwagi"
  6863. create_element="default_db__x3A__BILLING_OWNER:uwagi"
  6864. event_type="428"
  6865. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6866. system_cache__appinfo:maxOccurs="1"
  6867. system_cache__appinfo:minOccurs="0"
  6868. system_cache__appinfo:name="uwagi"
  6869. system_cache__appinfo:id="LLING_OWNER___d20e4434-1_uwagi"
  6870. system_cache__appinfo:xpath_local="uwagi"
  6871. system_cache__appinfo:sort="1"
  6872. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6873. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6874. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:uwagi/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6875. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1721"
  6876. retrieve_ID="parent::node()/ID"
  6877. local-name="element"
  6878. local-name-name="tel"
  6879. system_cache__appinfo:xpath_full="tel"
  6880. system_cache__appinfo:xpath="/tel"
  6881. create_element="default_db__x3A__BILLING_OWNER:tel"
  6882. event_type="428"
  6883. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6884. system_cache__appinfo:maxOccurs="1"
  6885. system_cache__appinfo:minOccurs="0"
  6886. system_cache__appinfo:name="tel"
  6887. system_cache__appinfo:id="LLING_OWNER___d20e4437-1_tel"
  6888. system_cache__appinfo:xpath_local="tel"
  6889. system_cache__appinfo:sort="1"
  6890. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6891. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6892. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:tel/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6893. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1725"
  6894. retrieve_ID="parent::node()/ID"
  6895. local-name="element"
  6896. local-name-name="fax"
  6897. system_cache__appinfo:xpath_full="fax"
  6898. system_cache__appinfo:xpath="/fax"
  6899. create_element="default_db__x3A__BILLING_OWNER:fax"
  6900. event_type="428"
  6901. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6902. system_cache__appinfo:maxOccurs="1"
  6903. system_cache__appinfo:minOccurs="0"
  6904. system_cache__appinfo:name="fax"
  6905. system_cache__appinfo:id="LLING_OWNER___d20e4441-1_fax"
  6906. system_cache__appinfo:xpath_local="fax"
  6907. system_cache__appinfo:sort="1"
  6908. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6909. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6910. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:fax/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6911. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1730"
  6912. retrieve_ID="parent::node()/ID"
  6913. local-name="element"
  6914. local-name-name="nip"
  6915. system_cache__appinfo:xpath_full="nip"
  6916. system_cache__appinfo:xpath="/nip"
  6917. create_element="default_db__x3A__BILLING_OWNER:nip"
  6918. event_type="428"
  6919. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6920. system_cache__appinfo:maxOccurs="1"
  6921. system_cache__appinfo:minOccurs="0"
  6922. system_cache__appinfo:name="nip"
  6923. system_cache__appinfo:id="LLING_OWNER___d20e4446-1_nip"
  6924. system_cache__appinfo:xpath_local="nip"
  6925. system_cache__appinfo:sort="1"
  6926. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6927. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6928. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:nip/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6929. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1734"
  6930. retrieve_ID="parent::node()/ID"
  6931. local-name="element"
  6932. local-name-name="regon"
  6933. system_cache__appinfo:xpath_full="regon"
  6934. system_cache__appinfo:xpath="/regon"
  6935. create_element="default_db__x3A__BILLING_OWNER:regon"
  6936. event_type="428"
  6937. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6938. system_cache__appinfo:maxOccurs="1"
  6939. system_cache__appinfo:minOccurs="0"
  6940. system_cache__appinfo:name="regon"
  6941. system_cache__appinfo:id="LLING_OWNER___d20e4450-1_regon"
  6942. system_cache__appinfo:xpath_local="regon"
  6943. system_cache__appinfo:sort="1"
  6944. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6945. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6946. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:regon/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6947. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1738"
  6948. retrieve_ID="parent::node()/ID"
  6949. local-name="element"
  6950. local-name-name="bank"
  6951. system_cache__appinfo:xpath_full="bank"
  6952. system_cache__appinfo:xpath="/bank"
  6953. create_element="default_db__x3A__BILLING_OWNER:bank"
  6954. event_type="428"
  6955. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6956. system_cache__appinfo:maxOccurs="1"
  6957. system_cache__appinfo:minOccurs="0"
  6958. system_cache__appinfo:name="bank"
  6959. system_cache__appinfo:id="LLING_OWNER___d20e4454-1_bank"
  6960. system_cache__appinfo:xpath_local="bank"
  6961. system_cache__appinfo:sort="1"
  6962. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6963. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6964. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:bank/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6965. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1742"
  6966. retrieve_ID="parent::node()/ID"
  6967. local-name="element"
  6968. local-name-name="nr_rach"
  6969. system_cache__appinfo:xpath_full="nr_rach"
  6970. system_cache__appinfo:xpath="/nr_rach"
  6971. create_element="default_db__x3A__BILLING_OWNER:nr_rach"
  6972. event_type="428"
  6973. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6974. system_cache__appinfo:maxOccurs="1"
  6975. system_cache__appinfo:minOccurs="0"
  6976. system_cache__appinfo:name="nr_rach"
  6977. system_cache__appinfo:id="LLING_OWNER___d20e4458-1_nr_rach"
  6978. system_cache__appinfo:xpath_local="nr_rach"
  6979. system_cache__appinfo:sort="1"
  6980. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6981. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  6982. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:nr_rach/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  6983. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1746"
  6984. retrieve_ID="parent::node()/ID"
  6985. local-name="element"
  6986. local-name-name="NR_RACH_MASS_PAY"
  6987. system_cache__appinfo:xpath_full="NR_RACH_MASS_PAY"
  6988. system_cache__appinfo:xpath="/NR_RACH_MASS_PAY"
  6989. create_element="default_db__x3A__BILLING_OWNER:NR_RACH_MASS_PAY"
  6990. event_type="428"
  6991. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  6992. system_cache__appinfo:maxOccurs="1"
  6993. system_cache__appinfo:minOccurs="0"
  6994. system_cache__appinfo:name="NR_RACH_MASS_PAY"
  6995. system_cache__appinfo:id="LLING_OWNER___d20e4462-1_NR_RACH_MA"
  6996. system_cache__appinfo:xpath_local="NR_RACH_MASS_PAY"
  6997. system_cache__appinfo:sort="1"
  6998. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  6999. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7000. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:NR_RACH_MASS_PAY/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7001. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1750"
  7002. retrieve_ID="parent::node()/ID"
  7003. local-name="element"
  7004. local-name-name="BILLING_OWNER_EMAIL"
  7005. system_cache__appinfo:xpath_full="BILLING_OWNER_EMAIL"
  7006. system_cache__appinfo:xpath="/BILLING_OWNER_EMAIL"
  7007. create_element="default_db__x3A__BILLING_OWNER:BILLING_OWNER_EMAIL"
  7008. event_type="428"
  7009. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7010. system_cache__appinfo:maxOccurs="1"
  7011. system_cache__appinfo:minOccurs="0"
  7012. system_cache__appinfo:name="BILLING_OWNER_EMAIL"
  7013. system_cache__appinfo:id="LLING_OWNER___d20e4466-1_BILLING_OW"
  7014. system_cache__appinfo:xpath_local="BILLING_OWNER_EMAIL"
  7015. system_cache__appinfo:sort="1"
  7016. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7017. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7018. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:BILLING_OWNER_EMAIL/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7019. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1754"
  7020. retrieve_ID="parent::node()/ID"
  7021. local-name="element"
  7022. local-name-name="CRM_LISTA_ZASOBOW_ID"
  7023. system_cache__appinfo:xpath_full="CRM_LISTA_ZASOBOW_ID"
  7024. system_cache__appinfo:xpath="/CRM_LISTA_ZASOBOW_ID"
  7025. create_element="default_db__x3A__BILLING_OWNER:CRM_LISTA_ZASOBOW_ID"
  7026. event_type="428"
  7027. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7028. system_cache__appinfo:maxOccurs="1"
  7029. system_cache__appinfo:minOccurs="0"
  7030. system_cache__appinfo:name="CRM_LISTA_ZASOBOW_ID"
  7031. system_cache__appinfo:id="LLING_OWNER___d20e4470-1_CRM_LISTA_"
  7032. system_cache__appinfo:xpath_local="CRM_LISTA_ZASOBOW_ID"
  7033. system_cache__appinfo:sort="1"
  7034. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7035. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7036. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:CRM_LISTA_ZASOBOW_ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7037. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1759"
  7038. retrieve_ID="parent::node()/ID"
  7039. local-name="element"
  7040. local-name-name="A_RECORD_CREATE_DATE"
  7041. system_cache__appinfo:xpath_full="A_RECORD_CREATE_DATE"
  7042. system_cache__appinfo:xpath="/A_RECORD_CREATE_DATE"
  7043. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_CREATE_DATE"
  7044. event_type="428"
  7045. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7046. system_cache__appinfo:maxOccurs="1"
  7047. system_cache__appinfo:minOccurs="0"
  7048. system_cache__appinfo:name="A_RECORD_CREATE_DATE"
  7049. system_cache__appinfo:id="LLING_OWNER___d20e4473-1_A_RECORD_C"
  7050. system_cache__appinfo:xpath_local="A_RECORD_CREATE_DATE"
  7051. system_cache__appinfo:sort="1"
  7052. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7053. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7054. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_CREATE_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7055. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1765"
  7056. retrieve_ID="parent::node()/ID"
  7057. local-name="element"
  7058. local-name-name="A_RECORD_CREATE_AUTHOR"
  7059. system_cache__appinfo:xpath_full="A_RECORD_CREATE_AUTHOR"
  7060. system_cache__appinfo:xpath="/A_RECORD_CREATE_AUTHOR"
  7061. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_CREATE_AUTHOR"
  7062. event_type="428"
  7063. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7064. system_cache__appinfo:maxOccurs="1"
  7065. system_cache__appinfo:minOccurs="0"
  7066. system_cache__appinfo:name="A_RECORD_CREATE_AUTHOR"
  7067. system_cache__appinfo:id="LLING_OWNER___d20e4477-1_A_RECORD_C"
  7068. system_cache__appinfo:xpath_local="A_RECORD_CREATE_AUTHOR"
  7069. system_cache__appinfo:sort="1"
  7070. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7071. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7072. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_CREATE_AUTHOR/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7073. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1769"
  7074. retrieve_ID="parent::node()/ID"
  7075. local-name="element"
  7076. local-name-name="SYNC_SQIX_STATUS"
  7077. system_cache__appinfo:xpath_full="SYNC_SQIX_STATUS"
  7078. system_cache__appinfo:xpath="/SYNC_SQIX_STATUS"
  7079. create_element="default_db__x3A__BILLING_OWNER:SYNC_SQIX_STATUS"
  7080. event_type="428"
  7081. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7082. system_cache__appinfo:maxOccurs="1"
  7083. system_cache__appinfo:minOccurs="0"
  7084. system_cache__appinfo:name="SYNC_SQIX_STATUS"
  7085. system_cache__appinfo:id="LLING_OWNER___d20e4481-1_SYNC_SQIX_"
  7086. system_cache__appinfo:xpath_local="SYNC_SQIX_STATUS"
  7087. system_cache__appinfo:sort="1"
  7088. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7089. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7090. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:SYNC_SQIX_STATUS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7091. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1773"
  7092. retrieve_ID="parent::node()/ID"
  7093. local-name="element"
  7094. local-name-name="A_RECORD_UPDATE_DATE"
  7095. system_cache__appinfo:xpath_full="A_RECORD_UPDATE_DATE"
  7096. system_cache__appinfo:xpath="/A_RECORD_UPDATE_DATE"
  7097. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_UPDATE_DATE"
  7098. event_type="428"
  7099. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7100. system_cache__appinfo:maxOccurs="1"
  7101. system_cache__appinfo:minOccurs="0"
  7102. system_cache__appinfo:name="A_RECORD_UPDATE_DATE"
  7103. system_cache__appinfo:id="LLING_OWNER___d20e4485-1_A_RECORD_U"
  7104. system_cache__appinfo:xpath_local="A_RECORD_UPDATE_DATE"
  7105. system_cache__appinfo:sort="1"
  7106. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7107. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7108. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_UPDATE_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7109. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1780"
  7110. retrieve_ID="parent::node()/ID"
  7111. local-name="element"
  7112. local-name-name="A_RECORD_UPDATE_AUTHOR"
  7113. system_cache__appinfo:xpath_full="A_RECORD_UPDATE_AUTHOR"
  7114. system_cache__appinfo:xpath="/A_RECORD_UPDATE_AUTHOR"
  7115. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_UPDATE_AUTHOR"
  7116. event_type="428"
  7117. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7118. system_cache__appinfo:maxOccurs="1"
  7119. system_cache__appinfo:minOccurs="0"
  7120. system_cache__appinfo:name="A_RECORD_UPDATE_AUTHOR"
  7121. system_cache__appinfo:id="LLING_OWNER___d20e4490-1_A_RECORD_U"
  7122. system_cache__appinfo:xpath_local="A_RECORD_UPDATE_AUTHOR"
  7123. system_cache__appinfo:sort="1"
  7124. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7125. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7126. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_UPDATE_AUTHOR/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7127. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1784"
  7128. retrieve_ID="parent::node()/ID"
  7129. local-name="element"
  7130. local-name-name="L_APPOITMENT_DATE"
  7131. system_cache__appinfo:xpath_full="L_APPOITMENT_DATE"
  7132. system_cache__appinfo:xpath="/L_APPOITMENT_DATE"
  7133. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_DATE"
  7134. event_type="428"
  7135. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7136. system_cache__appinfo:maxOccurs="1"
  7137. system_cache__appinfo:minOccurs="0"
  7138. system_cache__appinfo:name="L_APPOITMENT_DATE"
  7139. system_cache__appinfo:id="LLING_OWNER___d20e4494-1_L_APPOITME"
  7140. system_cache__appinfo:xpath_local="L_APPOITMENT_DATE"
  7141. system_cache__appinfo:sort="1"
  7142. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7143. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7144. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7145. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1788"
  7146. retrieve_ID="parent::node()/ID"
  7147. local-name="element"
  7148. local-name-name="L_APPOITMENT_USER"
  7149. system_cache__appinfo:xpath_full="L_APPOITMENT_USER"
  7150. system_cache__appinfo:xpath="/L_APPOITMENT_USER"
  7151. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_USER"
  7152. event_type="428"
  7153. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7154. system_cache__appinfo:maxOccurs="1"
  7155. system_cache__appinfo:minOccurs="0"
  7156. system_cache__appinfo:name="L_APPOITMENT_USER"
  7157. system_cache__appinfo:id="LLING_OWNER___d20e4498-1_L_APPOITME"
  7158. system_cache__appinfo:xpath_local="L_APPOITMENT_USER"
  7159. system_cache__appinfo:sort="1"
  7160. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7161. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7162. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_USER/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7163. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1792"
  7164. retrieve_ID="parent::node()/ID"
  7165. local-name="element"
  7166. local-name-name="L_APPOITMENT_PERIOD"
  7167. system_cache__appinfo:xpath_full="L_APPOITMENT_PERIOD"
  7168. system_cache__appinfo:xpath="/L_APPOITMENT_PERIOD"
  7169. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_PERIOD"
  7170. event_type="428"
  7171. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7172. system_cache__appinfo:maxOccurs="1"
  7173. system_cache__appinfo:minOccurs="0"
  7174. system_cache__appinfo:name="L_APPOITMENT_PERIOD"
  7175. system_cache__appinfo:id="LLING_OWNER___d20e4502-1_L_APPOITME"
  7176. system_cache__appinfo:xpath_local="L_APPOITMENT_PERIOD"
  7177. system_cache__appinfo:sort="1"
  7178. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7179. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7180. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_PERIOD/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7181. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1796"
  7182. retrieve_ID="parent::node()/ID"
  7183. local-name="element"
  7184. local-name-name="L_APPOITMENT_INFO"
  7185. system_cache__appinfo:xpath_full="L_APPOITMENT_INFO"
  7186. system_cache__appinfo:xpath="/L_APPOITMENT_INFO"
  7187. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_INFO"
  7188. event_type="428"
  7189. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7190. system_cache__appinfo:maxOccurs="1"
  7191. system_cache__appinfo:minOccurs="0"
  7192. system_cache__appinfo:name="L_APPOITMENT_INFO"
  7193. system_cache__appinfo:id="LLING_OWNER___d20e4506-1_L_APPOITME"
  7194. system_cache__appinfo:xpath_local="L_APPOITMENT_INFO"
  7195. system_cache__appinfo:sort="1"
  7196. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7197. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7198. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_INFO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7199. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1800"
  7200. retrieve_ID="parent::node()/ID"
  7201. local-name="element"
  7202. local-name-name="L_APPOITMENT_TYPE"
  7203. system_cache__appinfo:xpath_full="L_APPOITMENT_TYPE"
  7204. system_cache__appinfo:xpath="/L_APPOITMENT_TYPE"
  7205. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_TYPE"
  7206. event_type="428"
  7207. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7208. system_cache__appinfo:maxOccurs="1"
  7209. system_cache__appinfo:minOccurs="0"
  7210. system_cache__appinfo:name="L_APPOITMENT_TYPE"
  7211. system_cache__appinfo:id="LLING_OWNER___d20e4510-1_L_APPOITME"
  7212. system_cache__appinfo:xpath_local="L_APPOITMENT_TYPE"
  7213. system_cache__appinfo:sort="1"
  7214. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7215. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7216. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_TYPE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7217. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1811"
  7218. retrieve_ID="parent::node()/ID"
  7219. local-name="element"
  7220. local-name-name="A_STATUS"
  7221. system_cache__appinfo:xpath_full="A_STATUS"
  7222. system_cache__appinfo:xpath="/A_STATUS"
  7223. create_element="default_db__x3A__BILLING_OWNER:A_STATUS"
  7224. event_type="428"
  7225. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7226. system_cache__appinfo:maxOccurs="1"
  7227. system_cache__appinfo:minOccurs="0"
  7228. system_cache__appinfo:name="A_STATUS"
  7229. system_cache__appinfo:id="LLING_OWNER___d20e4520-1_A_STATUS"
  7230. system_cache__appinfo:xpath_local="A_STATUS"
  7231. system_cache__appinfo:sort="1"
  7232. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7233. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7234. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_STATUS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7235. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1822"
  7236. retrieve_ID="parent::node()/ID"
  7237. local-name="element"
  7238. local-name-name="A_STATUS_INFO"
  7239. system_cache__appinfo:xpath_full="A_STATUS_INFO"
  7240. system_cache__appinfo:xpath="/A_STATUS_INFO"
  7241. create_element="default_db__x3A__BILLING_OWNER:A_STATUS_INFO"
  7242. event_type="428"
  7243. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7244. system_cache__appinfo:maxOccurs="1"
  7245. system_cache__appinfo:minOccurs="0"
  7246. system_cache__appinfo:name="A_STATUS_INFO"
  7247. system_cache__appinfo:id="LLING_OWNER___d20e4530-1_A_STATUS_I"
  7248. system_cache__appinfo:xpath_local="A_STATUS_INFO"
  7249. system_cache__appinfo:sort="1"
  7250. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7251. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7252. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_STATUS_INFO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7253. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1826"
  7254. retrieve_ID="parent::node()/ID"
  7255. local-name="element"
  7256. local-name-name="A_ADM_COMPANY"
  7257. system_cache__appinfo:xpath_full="A_ADM_COMPANY"
  7258. system_cache__appinfo:xpath="/A_ADM_COMPANY"
  7259. create_element="default_db__x3A__BILLING_OWNER:A_ADM_COMPANY"
  7260. event_type="428"
  7261. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7262. system_cache__appinfo:maxOccurs="1"
  7263. system_cache__appinfo:minOccurs="0"
  7264. system_cache__appinfo:name="A_ADM_COMPANY"
  7265. system_cache__appinfo:id="LLING_OWNER___d20e4534-1_A_ADM_COMP"
  7266. system_cache__appinfo:xpath_local="A_ADM_COMPANY"
  7267. system_cache__appinfo:sort="1"
  7268. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7269. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7270. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_ADM_COMPANY/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7271. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1830"
  7272. retrieve_ID="parent::node()/ID"
  7273. local-name="element"
  7274. local-name-name="A_CLASSIFIED"
  7275. system_cache__appinfo:xpath_full="A_CLASSIFIED"
  7276. system_cache__appinfo:xpath="/A_CLASSIFIED"
  7277. create_element="default_db__x3A__BILLING_OWNER:A_CLASSIFIED"
  7278. event_type="428"
  7279. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7280. system_cache__appinfo:maxOccurs="1"
  7281. system_cache__appinfo:minOccurs="0"
  7282. system_cache__appinfo:name="A_CLASSIFIED"
  7283. system_cache__appinfo:id="LLING_OWNER___d20e4538-1_A_CLASSIFI"
  7284. system_cache__appinfo:xpath_local="A_CLASSIFIED"
  7285. system_cache__appinfo:sort="1"
  7286. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7287. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7288. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_CLASSIFIED/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7289. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  7290. </p5_tr_map:go_recurse_from_root_by_build_element_481>
  7291. </p5_tr_map:go_recurse_from_root_by_build_element_434c>
  7292. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  7293. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  7294. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  7295. local-name="element"
  7296. local-name-name="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  7297. create_element="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  7298. requested-table-type="INSTANCE"
  7299. event_type="477"
  7300. flat_relation_cache_name="ID_BILLING_USERS"
  7301. flat_relation_cache_xpath="default_db__x3A__COMPANIES:ID_BILLING_USERS/ID"
  7302. p5_tr_map:uuid="d14812e1837"
  7303. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  7304. system_cache__appinfo:xpath_full="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  7305. system_cache__appinfo:ref="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  7306. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9926-1"
  7307. system_cache__appinfo:xpath_local="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  7308. system_cache__appinfo:sort="1"
  7309. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  7310. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  7311. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS/"><!--#1252 appinfo supperssed there... for future transforming-->
  7312. <p5_tr_map:go_recurse_from_root_by_build_element_434r p5_tr_map:uuid="d14812e1838"
  7313. comment="434r warunek 434r w !__element__! = /schema/complexType//@ref/!__element__!/complexType bez @type w glownym wywolaniu local-name:element @name:ID_BILLING_USERS @id:default_db__x3A__COMPANIES___d13e9839-1_ID_BILLING INSTANCE_ID: np. dla prove_portal:klient"
  7314. event_type="434r"
  7315. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9839-1_ID_BILLING"
  7316. event_name="element[@type]/node()"
  7317. parent_type=""
  7318. system_cache__appinfo:name="ID_BILLING_USERS"><!--#2069 mode="p5_tr_map:go_recurse_from_root_by_build_element" match="key" - TODO to implement key features-->
  7319. <p5_tr_map:go_recurse_from_root_by_build_element_434b p5_tr_map:uuid="d14812e1840"
  7320. comment="434b przepuszczenie pierszego elementu dla przypadku //schema/element/complexType - magazynujemy go w complexType nizej local-name:complexType @name:COMPANIES @id:default_db__x3A__COMPANIES___d13e9727-1_COMPANIES INSTANCE_ID: np. dla elementu teryt(..):WOJ , ktory ma nizej complexType"
  7321. event_type="434b"
  7322. event_name="element[]/complexType"
  7323. id="default_db__x3A__COMPANIES___d13e9727-1_COMPANIES">
  7324. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  7325. retrieve_resource_id="default_db__x3A__COMPANIES___d13e9735-1"
  7326. local-name="sequence"
  7327. event_type="473"
  7328. p5_tr_map:uuid="d14812e1841"
  7329. comment="warunek 473 sekwencje"
  7330. system_cache__appinfo:sort="1"
  7331. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  7332. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  7333. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9735-1"><!--473 sekwencje -->
  7334. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1842"
  7335. retrieve_ID="parent::node()/ID"
  7336. local-name="element"
  7337. local-name-name="ID"
  7338. system_cache__appinfo:xpath_full="ID"
  7339. system_cache__appinfo:xpath="/ID"
  7340. create_element="default_db__x3A__COMPANIES:ID"
  7341. event_type="428"
  7342. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7343. system_cache__appinfo:name="ID"
  7344. system_cache__appinfo:type="xs:int"
  7345. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9737-1_ID"
  7346. system_cache__appinfo:xpath_local="xs:int"
  7347. system_cache__appinfo:sort="1"
  7348. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  7349. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  7350. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7351. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1848"
  7352. retrieve_ID="parent::node()/ID"
  7353. local-name="element"
  7354. local-name-name="P_NAME"
  7355. system_cache__appinfo:xpath_full="P_NAME"
  7356. system_cache__appinfo:xpath="/P_NAME"
  7357. create_element="default_db__x3A__COMPANIES:P_NAME"
  7358. event_type="428"
  7359. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7360. system_cache__appinfo:maxOccurs="1"
  7361. system_cache__appinfo:minOccurs="0"
  7362. system_cache__appinfo:name="P_NAME"
  7363. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9739-1_P_NAME"
  7364. system_cache__appinfo:xpath_local="P_NAME"
  7365. system_cache__appinfo:sort="1"
  7366. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  7367. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  7368. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NAME/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7369. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1852"
  7370. retrieve_ID="parent::node()/ID"
  7371. local-name="element"
  7372. local-name-name="P_NAME_SECOND"
  7373. system_cache__appinfo:xpath_full="P_NAME_SECOND"
  7374. system_cache__appinfo:xpath="/P_NAME_SECOND"
  7375. create_element="default_db__x3A__COMPANIES:P_NAME_SECOND"
  7376. event_type="428"
  7377. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7378. system_cache__appinfo:maxOccurs="1"
  7379. system_cache__appinfo:minOccurs="0"
  7380. system_cache__appinfo:name="P_NAME_SECOND"
  7381. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9750-1_P_NAME_SEC"
  7382. system_cache__appinfo:xpath_local="P_NAME_SECOND"
  7383. system_cache__appinfo:sort="1"
  7384. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  7385. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  7386. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NAME_SECOND/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7387. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1856"
  7388. retrieve_ID="parent::node()/ID"
  7389. local-name="element"
  7390. local-name-name="P_NIP"
  7391. system_cache__appinfo:xpath_full="P_NIP"
  7392. system_cache__appinfo:xpath="/P_NIP"
  7393. create_element="default_db__x3A__COMPANIES:P_NIP"
  7394. event_type="428"
  7395. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7396. system_cache__appinfo:maxOccurs="1"
  7397. system_cache__appinfo:minOccurs="0"
  7398. system_cache__appinfo:name="P_NIP"
  7399. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9761-1_P_NIP"
  7400. system_cache__appinfo:xpath_local="P_NIP"
  7401. system_cache__appinfo:sort="1"
  7402. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  7403. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  7404. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NIP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7405. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1860"
  7406. retrieve_ID="parent::node()/ID"
  7407. local-name="element"
  7408. local-name-name="P_OTHER_DOC"
  7409. system_cache__appinfo:xpath_full="P_OTHER_DOC"
  7410. system_cache__appinfo:xpath="/P_OTHER_DOC"
  7411. create_element="default_db__x3A__COMPANIES:P_OTHER_DOC"
  7412. event_type="428"
  7413. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7414. system_cache__appinfo:maxOccurs="1"
  7415. system_cache__appinfo:minOccurs="0"
  7416. system_cache__appinfo:name="P_OTHER_DOC"
  7417. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9772-1_P_OTHER_DO"
  7418. system_cache__appinfo:xpath_local="P_OTHER_DOC"
  7419. system_cache__appinfo:sort="1"
  7420. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  7421. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  7422. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_OTHER_DOC/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7423. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1864"
  7424. retrieve_ID="parent::node()/ID"
  7425. local-name="element"
  7426. local-name-name="P_PHONE"
  7427. system_cache__appinfo:xpath_full="P_PHONE"
  7428. system_cache__appinfo:xpath="/P_PHONE"
  7429. create_element="default_db__x3A__COMPANIES:P_PHONE"
  7430. event_type="428"
  7431. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7432. system_cache__appinfo:maxOccurs="1"
  7433. system_cache__appinfo:minOccurs="0"
  7434. system_cache__appinfo:name="P_PHONE"
  7435. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9784-1_P_PHONE"
  7436. system_cache__appinfo:xpath_local="P_PHONE"
  7437. system_cache__appinfo:sort="1"
  7438. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  7439. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  7440. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_PHONE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7441. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1868"
  7442. retrieve_ID="parent::node()/ID"
  7443. local-name="element"
  7444. local-name-name="P_PHONE_SMS"
  7445. system_cache__appinfo:xpath_full="P_PHONE_SMS"
  7446. system_cache__appinfo:xpath="/P_PHONE_SMS"
  7447. create_element="default_db__x3A__COMPANIES:P_PHONE_SMS"
  7448. event_type="428"
  7449. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7450. system_cache__appinfo:maxOccurs="1"
  7451. system_cache__appinfo:minOccurs="0"
  7452. system_cache__appinfo:name="P_PHONE_SMS"
  7453. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9795-1_P_PHONE_SM"
  7454. system_cache__appinfo:xpath_local="P_PHONE_SMS"
  7455. system_cache__appinfo:sort="1"
  7456. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  7457. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  7458. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_PHONE_SMS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7459. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1872"
  7460. retrieve_ID="parent::node()/ID"
  7461. local-name="element"
  7462. local-name-name="P_FAX"
  7463. system_cache__appinfo:xpath_full="P_FAX"
  7464. system_cache__appinfo:xpath="/P_FAX"
  7465. create_element="default_db__x3A__COMPANIES:P_FAX"
  7466. event_type="428"
  7467. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7468. system_cache__appinfo:maxOccurs="1"
  7469. system_cache__appinfo:minOccurs="0"
  7470. system_cache__appinfo:name="P_FAX"
  7471. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9806-1_P_FAX"
  7472. system_cache__appinfo:xpath_local="P_FAX"
  7473. system_cache__appinfo:sort="1"
  7474. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  7475. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  7476. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_FAX/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7477. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1876"
  7478. retrieve_ID="parent::node()/ID"
  7479. local-name="element"
  7480. local-name-name="P_CONTACT_PERSON"
  7481. system_cache__appinfo:xpath_full="P_CONTACT_PERSON"
  7482. system_cache__appinfo:xpath="/P_CONTACT_PERSON"
  7483. create_element="default_db__x3A__COMPANIES:P_CONTACT_PERSON"
  7484. event_type="428"
  7485. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7486. system_cache__appinfo:maxOccurs="1"
  7487. system_cache__appinfo:minOccurs="0"
  7488. system_cache__appinfo:name="P_CONTACT_PERSON"
  7489. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9817-1_P_CONTACT_"
  7490. system_cache__appinfo:xpath_local="P_CONTACT_PERSON"
  7491. system_cache__appinfo:sort="1"
  7492. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  7493. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  7494. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD//element:ID_KORESP_UZG_ZUD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_CONTACT_PERSON/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7495. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  7496. </p5_tr_map:go_recurse_from_root_by_build_element_434b>
  7497. </p5_tr_map:go_recurse_from_root_by_build_element_434r>
  7498. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  7499. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  7500. </p5_tr_map:go_recurse_from_root_by_build_element_481>
  7501. </p5_tr_map:go_recurse_from_root_by_build_element_434c>
  7502. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  7503. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  7504. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  7505. local-name="element"
  7506. local-name-name="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  7507. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  7508. requested-table-type="INSTANCE"
  7509. event_type="477"
  7510. flat_relation_cache_name="ID_KORESP_ZLECENIE"
  7511. flat_relation_cache_xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE/ID"
  7512. p5_tr_map:uuid="d14812e1890"
  7513. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  7514. system_cache__appinfo:xpath_full="default_db__x3A__TELBOXES:TELBOXESType/Types__x3A__default_infrastructure:Obiekt_infrastruktury/default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  7515. system_cache__appinfo:minOccurs="0"
  7516. system_cache__appinfo:ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  7517. system_cache__appinfo:id="Types__x3A__default_infrastructure___d13e10467-1"
  7518. system_cache__appinfo:xpath_local="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  7519. system_cache__appinfo:sort="1"
  7520. system_cache__appinfo:prefix="Types__x3A__default_infrastructure"
  7521. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/Types/infrastructure.xsd"
  7522. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE/"><!--#1252 appinfo supperssed there... for future transforming-->
  7523. <p5_tr_map:go_recurse_from_root_by_build_element_434c p5_tr_map:uuid="d14812e1891"
  7524. comment="434c przepuszczenie @complexType po ref 477 local-name:element @name:ID_KORESP_ZLECENIE @id:default_db__x3A__IN7_DZIENNIK_KORESP___d13e9963-1_ID_KORESP_ INSTANCE_ID: np. dla elementu MAGAZYN, ktory ma @type MAGAZYN"
  7525. event_type="434c"
  7526. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9963-1_ID_KORESP_"
  7527. event_name="element[@type]/node()"
  7528. parent_type="">
  7529. <p5_tr_map:go_recurse_from_root_by_build_element_481 retrieve_ID="parent::node()/REMOTE_ID"
  7530. local-name="complexType"
  7531. local-name-name="IN7_DZIENNIK_KORESP"
  7532. requested-table-type="INSTANCE"
  7533. event_type="481"
  7534. parent_name="ID_KORESP_ZLECENIE"
  7535. p5_tr_map:uuid="d14812e1892"
  7536. comment="481 tutaj jest tabela z instancjami obych obiektow (ComplexType) , pytamy sie o konkretne ID=@REMOTE_ID w konkretnej tabeli (nie ma parent_type) "
  7537. system_cache__appinfo:restriction_path_TODEL="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE/"
  7538. system_cache__appinfo:name="IN7_DZIENNIK_KORESP"
  7539. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9873-1_IN7_DZIENN"
  7540. system_cache__appinfo:sort="0"
  7541. system_cache__appinfo:root_element_in_schema="true"
  7542. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  7543. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd">
  7544. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  7545. retrieve_resource_id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9881-1"
  7546. local-name="sequence"
  7547. event_type="473"
  7548. p5_tr_map:uuid="d14812e1893"
  7549. comment="warunek 473 sekwencje"
  7550. system_cache__appinfo:sort="1"
  7551. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  7552. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  7553. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9881-1"><!--473 sekwencje -->
  7554. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1894"
  7555. retrieve_ID="parent::node()/ID"
  7556. local-name="element"
  7557. local-name-name="ID"
  7558. system_cache__appinfo:xpath_full="ID"
  7559. system_cache__appinfo:xpath="/ID"
  7560. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID"
  7561. event_type="428"
  7562. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7563. system_cache__appinfo:name="ID"
  7564. system_cache__appinfo:type="xs:int"
  7565. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9883-1_ID"
  7566. system_cache__appinfo:xpath_local="xs:int"
  7567. system_cache__appinfo:sort="1"
  7568. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  7569. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  7570. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7571. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1900"
  7572. retrieve_ID="parent::node()/ID"
  7573. local-name="element"
  7574. local-name-name="K_OD_KOGO"
  7575. system_cache__appinfo:xpath_full="K_OD_KOGO"
  7576. system_cache__appinfo:xpath="/K_OD_KOGO"
  7577. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_OD_KOGO"
  7578. event_type="428"
  7579. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7580. system_cache__appinfo:maxOccurs="1"
  7581. system_cache__appinfo:minOccurs="0"
  7582. system_cache__appinfo:name="K_OD_KOGO"
  7583. system_cache__appinfo:type="xs:string"
  7584. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9885-1_K_OD_KOGO"
  7585. system_cache__appinfo:xpath_local="xs:string"
  7586. system_cache__appinfo:sort="1"
  7587. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  7588. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  7589. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:K_OD_KOGO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7590. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1915"
  7591. retrieve_ID="parent::node()/ID"
  7592. local-name="element"
  7593. local-name-name="ID_BILLING_USERS"
  7594. system_cache__appinfo:xpath_full="ID_BILLING_USERS"
  7595. system_cache__appinfo:xpath="/ID_BILLING_USERS"
  7596. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_BILLING_USERS"
  7597. event_type="428"
  7598. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7599. system_cache__appinfo:maxOccurs="1"
  7600. system_cache__appinfo:minOccurs="0"
  7601. system_cache__appinfo:name="ID_BILLING_USERS"
  7602. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9894-1_ID_BILLING"
  7603. system_cache__appinfo:xpath_local="ID_BILLING_USERS"
  7604. system_cache__appinfo:sort="1"
  7605. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  7606. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  7607. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:ID_BILLING_USERS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7608. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1920"
  7609. retrieve_ID="parent::node()/ID"
  7610. local-name="element"
  7611. local-name-name="ID_BILLING_OWNER"
  7612. system_cache__appinfo:xpath_full="ID_BILLING_OWNER"
  7613. system_cache__appinfo:xpath="/ID_BILLING_OWNER"
  7614. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_BILLING_OWNER"
  7615. event_type="428"
  7616. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7617. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9894-1_ID_BIOWN"
  7618. system_cache__appinfo:name="ID_BILLING_OWNER"
  7619. system_cache__appinfo:type="xs:int"
  7620. system_cache__appinfo:xpath_local="xs:int"
  7621. system_cache__appinfo:sort="1"
  7622. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  7623. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  7624. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:ID_BILLING_OWNER/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7625. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1926"
  7626. retrieve_ID="parent::node()/ID"
  7627. local-name="element"
  7628. local-name-name="OD_KOGO_ADRES"
  7629. system_cache__appinfo:xpath_full="OD_KOGO_ADRES"
  7630. system_cache__appinfo:xpath="/OD_KOGO_ADRES"
  7631. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:OD_KOGO_ADRES"
  7632. event_type="428"
  7633. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7634. system_cache__appinfo:maxOccurs="1"
  7635. system_cache__appinfo:minOccurs="0"
  7636. system_cache__appinfo:name="OD_KOGO_ADRES"
  7637. system_cache__appinfo:type="xs:string"
  7638. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9902-1_OD_KOGO_AD"
  7639. vc:minVersion="1.1"
  7640. system_cache__appinfo:xpath_local="xs:string"
  7641. system_cache__appinfo:sort="1"
  7642. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  7643. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  7644. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:OD_KOGO_ADRES/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7645. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1929"
  7646. retrieve_ID="parent::node()/ID"
  7647. local-name="element"
  7648. local-name-name="K_DATA_OTRZYMANEJ_KORESP"
  7649. system_cache__appinfo:xpath_full="K_DATA_OTRZYMANEJ_KORESP"
  7650. system_cache__appinfo:xpath="/K_DATA_OTRZYMANEJ_KORESP"
  7651. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_DATA_OTRZYMANEJ_KORESP"
  7652. event_type="428"
  7653. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7654. system_cache__appinfo:name="K_DATA_OTRZYMANEJ_KORESP"
  7655. system_cache__appinfo:type="xs:date"
  7656. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9911-1_K_DATA_OTR"
  7657. system_cache__appinfo:xpath_local="xs:date"
  7658. system_cache__appinfo:sort="1"
  7659. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  7660. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  7661. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:K_DATA_OTRZYMANEJ_KORESP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7662. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1932"
  7663. retrieve_ID="parent::node()/ID"
  7664. local-name="element"
  7665. local-name-name="K_DATA_OTRZYM_KORESP"
  7666. system_cache__appinfo:xpath_full="K_DATA_OTRZYM_KORESP"
  7667. system_cache__appinfo:xpath="/K_DATA_OTRZYM_KORESP"
  7668. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_DATA_OTRZYM_KORESP"
  7669. event_type="428"
  7670. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7671. system_cache__appinfo:maxOccurs="1"
  7672. system_cache__appinfo:minOccurs="0"
  7673. system_cache__appinfo:name="K_DATA_OTRZYM_KORESP"
  7674. system_cache__appinfo:type="xs:date"
  7675. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9921-1_K_DATA_OTR"
  7676. system_cache__appinfo:xpath_local="xs:date"
  7677. system_cache__appinfo:sort="1"
  7678. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  7679. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  7680. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:K_DATA_OTRZYM_KORESP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7681. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1935"
  7682. retrieve_ID="parent::node()/ID"
  7683. local-name="element"
  7684. local-name-name="K_ZAWARTOS"
  7685. system_cache__appinfo:xpath_full="K_ZAWARTOS"
  7686. system_cache__appinfo:xpath="/K_ZAWARTOS"
  7687. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_ZAWARTOS"
  7688. event_type="428"
  7689. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7690. system_cache__appinfo:maxOccurs="1"
  7691. system_cache__appinfo:minOccurs="0"
  7692. system_cache__appinfo:name="K_ZAWARTOS"
  7693. system_cache__appinfo:type="xs:string"
  7694. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9923-1_K_ZAWARTOS"
  7695. system_cache__appinfo:xpath_local="xs:string"
  7696. system_cache__appinfo:sort="1"
  7697. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  7698. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  7699. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:K_ZAWARTOS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7700. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1938"
  7701. retrieve_ID="parent::node()/ID"
  7702. local-name="element"
  7703. local-name-name="ID_PROJECT"
  7704. system_cache__appinfo:xpath_full="ID_PROJECT"
  7705. system_cache__appinfo:xpath="/ID_PROJECT"
  7706. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_PROJECT"
  7707. event_type="428"
  7708. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7709. system_cache__appinfo:name="ID_PROJECT"
  7710. system_cache__appinfo:type="xs:int"
  7711. system_cache__appinfo:id="NNIK_KORESP___d20e4612-1_ID_PROJECT"
  7712. system_cache__appinfo:xpath_local="xs:int"
  7713. system_cache__appinfo:sort="1"
  7714. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  7715. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  7716. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:ID_PROJECT/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7717. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  7718. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  7719. local-name="element"
  7720. local-name-name="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  7721. create_element="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  7722. requested-table-type="INSTANCE"
  7723. event_type="477"
  7724. flat_relation_cache_name="ID_BILLING_OWNER"
  7725. flat_relation_cache_xpath="default_db__x3A__BILLING_OWNER:BILLING_OWNER/ID"
  7726. p5_tr_map:uuid="d14812e1947"
  7727. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  7728. system_cache__appinfo:xpath_full="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  7729. system_cache__appinfo:ref="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  7730. system_cache__appinfo:id="NNIK_KORESP___d20e5069-1"
  7731. system_cache__appinfo:xpath_local="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  7732. system_cache__appinfo:sort="1"
  7733. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  7734. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  7735. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER/"><!--#1252 appinfo supperssed there... for future transforming-->
  7736. <p5_tr_map:go_recurse_from_root_by_build_element_434c p5_tr_map:uuid="d14812e1948"
  7737. comment="434c przepuszczenie @complexType po ref 477 local-name:element @name:BILLING_OWNER @id:LLING_OWNER___d20e4542-1_BILLING_OW INSTANCE_ID: np. dla elementu MAGAZYN, ktory ma @type MAGAZYN"
  7738. event_type="434c"
  7739. system_cache__appinfo:id="LLING_OWNER___d20e4542-1_BILLING_OW"
  7740. event_name="element[@type]/node()"
  7741. parent_type="">
  7742. <p5_tr_map:go_recurse_from_root_by_build_element_481 retrieve_ID="parent::node()/REMOTE_ID"
  7743. local-name="complexType"
  7744. local-name-name="BILLING_OWNER"
  7745. requested-table-type="INSTANCE"
  7746. event_type="481"
  7747. parent_name="BILLING_OWNER"
  7748. p5_tr_map:uuid="d14812e1949"
  7749. comment="481 tutaj jest tabela z instancjami obych obiektow (ComplexType) , pytamy sie o konkretne ID=@REMOTE_ID w konkretnej tabeli (nie ma parent_type) "
  7750. system_cache__appinfo:restriction_path_TODEL="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER/"
  7751. system_cache__appinfo:name="BILLING_OWNER"
  7752. system_cache__appinfo:id="LLING_OWNER___d20e4403-1_BILLING_OW"
  7753. system_cache__appinfo:sort="0"
  7754. system_cache__appinfo:root_element_in_schema="true"
  7755. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7756. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd">
  7757. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  7758. retrieve_resource_id="LLING_OWNER___d20e4404-1"
  7759. local-name="sequence"
  7760. event_type="473"
  7761. p5_tr_map:uuid="d14812e1950"
  7762. comment="warunek 473 sekwencje"
  7763. system_cache__appinfo:sort="1"
  7764. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7765. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7766. system_cache__appinfo:id="LLING_OWNER___d20e4404-1"><!--473 sekwencje -->
  7767. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1951"
  7768. retrieve_ID="parent::node()/ID"
  7769. local-name="element"
  7770. local-name-name="ID"
  7771. system_cache__appinfo:xpath_full="ID"
  7772. system_cache__appinfo:xpath="/ID"
  7773. create_element="default_db__x3A__BILLING_OWNER:ID"
  7774. event_type="428"
  7775. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7776. system_cache__appinfo:maxOccurs="1"
  7777. system_cache__appinfo:minOccurs="0"
  7778. system_cache__appinfo:name="ID"
  7779. system_cache__appinfo:id="LLING_OWNER___d20e4405-1_ID"
  7780. system_cache__appinfo:xpath_local="ID"
  7781. system_cache__appinfo:sort="1"
  7782. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7783. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7784. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7785. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1956"
  7786. retrieve_ID="parent::node()/ID"
  7787. local-name="element"
  7788. local-name-name="name1"
  7789. system_cache__appinfo:xpath_full="name1"
  7790. system_cache__appinfo:xpath="/name1"
  7791. create_element="default_db__x3A__BILLING_OWNER:name1"
  7792. event_type="428"
  7793. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7794. system_cache__appinfo:maxOccurs="1"
  7795. system_cache__appinfo:minOccurs="0"
  7796. system_cache__appinfo:name="name1"
  7797. system_cache__appinfo:id="LLING_OWNER___d20e4408-1_name1"
  7798. system_cache__appinfo:xpath_local="name1"
  7799. system_cache__appinfo:sort="1"
  7800. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7801. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7802. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:name1/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7803. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1960"
  7804. retrieve_ID="parent::node()/ID"
  7805. local-name="element"
  7806. local-name-name="name2"
  7807. system_cache__appinfo:xpath_full="name2"
  7808. system_cache__appinfo:xpath="/name2"
  7809. create_element="default_db__x3A__BILLING_OWNER:name2"
  7810. event_type="428"
  7811. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7812. system_cache__appinfo:maxOccurs="1"
  7813. system_cache__appinfo:minOccurs="0"
  7814. system_cache__appinfo:name="name2"
  7815. system_cache__appinfo:id="LLING_OWNER___d20e4412-1_name2"
  7816. system_cache__appinfo:xpath_local="name2"
  7817. system_cache__appinfo:sort="1"
  7818. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7819. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7820. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:name2/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7821. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1964"
  7822. retrieve_ID="parent::node()/ID"
  7823. local-name="element"
  7824. local-name-name="kod"
  7825. system_cache__appinfo:xpath_full="kod"
  7826. system_cache__appinfo:xpath="/kod"
  7827. create_element="default_db__x3A__BILLING_OWNER:kod"
  7828. event_type="428"
  7829. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7830. system_cache__appinfo:maxOccurs="1"
  7831. system_cache__appinfo:minOccurs="0"
  7832. system_cache__appinfo:name="kod"
  7833. system_cache__appinfo:id="LLING_OWNER___d20e4416-1_kod"
  7834. system_cache__appinfo:xpath_local="kod"
  7835. system_cache__appinfo:sort="1"
  7836. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7837. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7838. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:kod/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7839. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1968"
  7840. retrieve_ID="parent::node()/ID"
  7841. local-name="element"
  7842. local-name-name="miasto"
  7843. system_cache__appinfo:xpath_full="miasto"
  7844. system_cache__appinfo:xpath="/miasto"
  7845. create_element="default_db__x3A__BILLING_OWNER:miasto"
  7846. event_type="428"
  7847. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7848. system_cache__appinfo:maxOccurs="1"
  7849. system_cache__appinfo:minOccurs="0"
  7850. system_cache__appinfo:name="miasto"
  7851. system_cache__appinfo:id="LLING_OWNER___d20e4420-1_miasto"
  7852. system_cache__appinfo:xpath_local="miasto"
  7853. system_cache__appinfo:sort="1"
  7854. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7855. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7856. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:miasto/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7857. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1972"
  7858. retrieve_ID="parent::node()/ID"
  7859. local-name="element"
  7860. local-name-name="ulica"
  7861. system_cache__appinfo:xpath_full="ulica"
  7862. system_cache__appinfo:xpath="/ulica"
  7863. create_element="default_db__x3A__BILLING_OWNER:ulica"
  7864. event_type="428"
  7865. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7866. system_cache__appinfo:maxOccurs="1"
  7867. system_cache__appinfo:minOccurs="0"
  7868. system_cache__appinfo:name="ulica"
  7869. system_cache__appinfo:id="LLING_OWNER___d20e4424-1_ulica"
  7870. system_cache__appinfo:xpath_local="ulica"
  7871. system_cache__appinfo:sort="1"
  7872. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7873. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7874. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:ulica/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7875. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1976"
  7876. retrieve_ID="parent::node()/ID"
  7877. local-name="element"
  7878. local-name-name="numer_dom"
  7879. system_cache__appinfo:xpath_full="numer_dom"
  7880. system_cache__appinfo:xpath="/numer_dom"
  7881. create_element="default_db__x3A__BILLING_OWNER:numer_dom"
  7882. event_type="428"
  7883. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7884. system_cache__appinfo:maxOccurs="1"
  7885. system_cache__appinfo:minOccurs="0"
  7886. system_cache__appinfo:name="numer_dom"
  7887. system_cache__appinfo:id="LLING_OWNER___d20e4428-1_numer_dom"
  7888. system_cache__appinfo:xpath_local="numer_dom"
  7889. system_cache__appinfo:sort="1"
  7890. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7891. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7892. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:numer_dom/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7893. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1981"
  7894. retrieve_ID="parent::node()/ID"
  7895. local-name="element"
  7896. local-name-name="numer_pos"
  7897. system_cache__appinfo:xpath_full="numer_pos"
  7898. system_cache__appinfo:xpath="/numer_pos"
  7899. create_element="default_db__x3A__BILLING_OWNER:numer_pos"
  7900. event_type="428"
  7901. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7902. system_cache__appinfo:maxOccurs="1"
  7903. system_cache__appinfo:minOccurs="0"
  7904. system_cache__appinfo:name="numer_pos"
  7905. system_cache__appinfo:id="LLING_OWNER___d20e4431-1_numer_pos"
  7906. system_cache__appinfo:xpath_local="numer_pos"
  7907. system_cache__appinfo:sort="1"
  7908. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7909. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7910. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:numer_pos/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7911. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1986"
  7912. retrieve_ID="parent::node()/ID"
  7913. local-name="element"
  7914. local-name-name="uwagi"
  7915. system_cache__appinfo:xpath_full="uwagi"
  7916. system_cache__appinfo:xpath="/uwagi"
  7917. create_element="default_db__x3A__BILLING_OWNER:uwagi"
  7918. event_type="428"
  7919. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7920. system_cache__appinfo:maxOccurs="1"
  7921. system_cache__appinfo:minOccurs="0"
  7922. system_cache__appinfo:name="uwagi"
  7923. system_cache__appinfo:id="LLING_OWNER___d20e4434-1_uwagi"
  7924. system_cache__appinfo:xpath_local="uwagi"
  7925. system_cache__appinfo:sort="1"
  7926. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7927. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7928. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:uwagi/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7929. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1990"
  7930. retrieve_ID="parent::node()/ID"
  7931. local-name="element"
  7932. local-name-name="tel"
  7933. system_cache__appinfo:xpath_full="tel"
  7934. system_cache__appinfo:xpath="/tel"
  7935. create_element="default_db__x3A__BILLING_OWNER:tel"
  7936. event_type="428"
  7937. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7938. system_cache__appinfo:maxOccurs="1"
  7939. system_cache__appinfo:minOccurs="0"
  7940. system_cache__appinfo:name="tel"
  7941. system_cache__appinfo:id="LLING_OWNER___d20e4437-1_tel"
  7942. system_cache__appinfo:xpath_local="tel"
  7943. system_cache__appinfo:sort="1"
  7944. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7945. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7946. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:tel/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7947. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1994"
  7948. retrieve_ID="parent::node()/ID"
  7949. local-name="element"
  7950. local-name-name="fax"
  7951. system_cache__appinfo:xpath_full="fax"
  7952. system_cache__appinfo:xpath="/fax"
  7953. create_element="default_db__x3A__BILLING_OWNER:fax"
  7954. event_type="428"
  7955. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7956. system_cache__appinfo:maxOccurs="1"
  7957. system_cache__appinfo:minOccurs="0"
  7958. system_cache__appinfo:name="fax"
  7959. system_cache__appinfo:id="LLING_OWNER___d20e4441-1_fax"
  7960. system_cache__appinfo:xpath_local="fax"
  7961. system_cache__appinfo:sort="1"
  7962. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7963. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7964. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:fax/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7965. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e1999"
  7966. retrieve_ID="parent::node()/ID"
  7967. local-name="element"
  7968. local-name-name="nip"
  7969. system_cache__appinfo:xpath_full="nip"
  7970. system_cache__appinfo:xpath="/nip"
  7971. create_element="default_db__x3A__BILLING_OWNER:nip"
  7972. event_type="428"
  7973. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7974. system_cache__appinfo:maxOccurs="1"
  7975. system_cache__appinfo:minOccurs="0"
  7976. system_cache__appinfo:name="nip"
  7977. system_cache__appinfo:id="LLING_OWNER___d20e4446-1_nip"
  7978. system_cache__appinfo:xpath_local="nip"
  7979. system_cache__appinfo:sort="1"
  7980. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7981. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  7982. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:nip/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  7983. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2003"
  7984. retrieve_ID="parent::node()/ID"
  7985. local-name="element"
  7986. local-name-name="regon"
  7987. system_cache__appinfo:xpath_full="regon"
  7988. system_cache__appinfo:xpath="/regon"
  7989. create_element="default_db__x3A__BILLING_OWNER:regon"
  7990. event_type="428"
  7991. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  7992. system_cache__appinfo:maxOccurs="1"
  7993. system_cache__appinfo:minOccurs="0"
  7994. system_cache__appinfo:name="regon"
  7995. system_cache__appinfo:id="LLING_OWNER___d20e4450-1_regon"
  7996. system_cache__appinfo:xpath_local="regon"
  7997. system_cache__appinfo:sort="1"
  7998. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  7999. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8000. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:regon/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8001. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2007"
  8002. retrieve_ID="parent::node()/ID"
  8003. local-name="element"
  8004. local-name-name="bank"
  8005. system_cache__appinfo:xpath_full="bank"
  8006. system_cache__appinfo:xpath="/bank"
  8007. create_element="default_db__x3A__BILLING_OWNER:bank"
  8008. event_type="428"
  8009. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8010. system_cache__appinfo:maxOccurs="1"
  8011. system_cache__appinfo:minOccurs="0"
  8012. system_cache__appinfo:name="bank"
  8013. system_cache__appinfo:id="LLING_OWNER___d20e4454-1_bank"
  8014. system_cache__appinfo:xpath_local="bank"
  8015. system_cache__appinfo:sort="1"
  8016. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8017. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8018. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:bank/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8019. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2011"
  8020. retrieve_ID="parent::node()/ID"
  8021. local-name="element"
  8022. local-name-name="nr_rach"
  8023. system_cache__appinfo:xpath_full="nr_rach"
  8024. system_cache__appinfo:xpath="/nr_rach"
  8025. create_element="default_db__x3A__BILLING_OWNER:nr_rach"
  8026. event_type="428"
  8027. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8028. system_cache__appinfo:maxOccurs="1"
  8029. system_cache__appinfo:minOccurs="0"
  8030. system_cache__appinfo:name="nr_rach"
  8031. system_cache__appinfo:id="LLING_OWNER___d20e4458-1_nr_rach"
  8032. system_cache__appinfo:xpath_local="nr_rach"
  8033. system_cache__appinfo:sort="1"
  8034. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8035. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8036. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:nr_rach/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8037. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2015"
  8038. retrieve_ID="parent::node()/ID"
  8039. local-name="element"
  8040. local-name-name="NR_RACH_MASS_PAY"
  8041. system_cache__appinfo:xpath_full="NR_RACH_MASS_PAY"
  8042. system_cache__appinfo:xpath="/NR_RACH_MASS_PAY"
  8043. create_element="default_db__x3A__BILLING_OWNER:NR_RACH_MASS_PAY"
  8044. event_type="428"
  8045. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8046. system_cache__appinfo:maxOccurs="1"
  8047. system_cache__appinfo:minOccurs="0"
  8048. system_cache__appinfo:name="NR_RACH_MASS_PAY"
  8049. system_cache__appinfo:id="LLING_OWNER___d20e4462-1_NR_RACH_MA"
  8050. system_cache__appinfo:xpath_local="NR_RACH_MASS_PAY"
  8051. system_cache__appinfo:sort="1"
  8052. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8053. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8054. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:NR_RACH_MASS_PAY/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8055. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2019"
  8056. retrieve_ID="parent::node()/ID"
  8057. local-name="element"
  8058. local-name-name="BILLING_OWNER_EMAIL"
  8059. system_cache__appinfo:xpath_full="BILLING_OWNER_EMAIL"
  8060. system_cache__appinfo:xpath="/BILLING_OWNER_EMAIL"
  8061. create_element="default_db__x3A__BILLING_OWNER:BILLING_OWNER_EMAIL"
  8062. event_type="428"
  8063. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8064. system_cache__appinfo:maxOccurs="1"
  8065. system_cache__appinfo:minOccurs="0"
  8066. system_cache__appinfo:name="BILLING_OWNER_EMAIL"
  8067. system_cache__appinfo:id="LLING_OWNER___d20e4466-1_BILLING_OW"
  8068. system_cache__appinfo:xpath_local="BILLING_OWNER_EMAIL"
  8069. system_cache__appinfo:sort="1"
  8070. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8071. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8072. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:BILLING_OWNER_EMAIL/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8073. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2023"
  8074. retrieve_ID="parent::node()/ID"
  8075. local-name="element"
  8076. local-name-name="CRM_LISTA_ZASOBOW_ID"
  8077. system_cache__appinfo:xpath_full="CRM_LISTA_ZASOBOW_ID"
  8078. system_cache__appinfo:xpath="/CRM_LISTA_ZASOBOW_ID"
  8079. create_element="default_db__x3A__BILLING_OWNER:CRM_LISTA_ZASOBOW_ID"
  8080. event_type="428"
  8081. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8082. system_cache__appinfo:maxOccurs="1"
  8083. system_cache__appinfo:minOccurs="0"
  8084. system_cache__appinfo:name="CRM_LISTA_ZASOBOW_ID"
  8085. system_cache__appinfo:id="LLING_OWNER___d20e4470-1_CRM_LISTA_"
  8086. system_cache__appinfo:xpath_local="CRM_LISTA_ZASOBOW_ID"
  8087. system_cache__appinfo:sort="1"
  8088. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8089. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8090. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:CRM_LISTA_ZASOBOW_ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8091. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2028"
  8092. retrieve_ID="parent::node()/ID"
  8093. local-name="element"
  8094. local-name-name="A_RECORD_CREATE_DATE"
  8095. system_cache__appinfo:xpath_full="A_RECORD_CREATE_DATE"
  8096. system_cache__appinfo:xpath="/A_RECORD_CREATE_DATE"
  8097. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_CREATE_DATE"
  8098. event_type="428"
  8099. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8100. system_cache__appinfo:maxOccurs="1"
  8101. system_cache__appinfo:minOccurs="0"
  8102. system_cache__appinfo:name="A_RECORD_CREATE_DATE"
  8103. system_cache__appinfo:id="LLING_OWNER___d20e4473-1_A_RECORD_C"
  8104. system_cache__appinfo:xpath_local="A_RECORD_CREATE_DATE"
  8105. system_cache__appinfo:sort="1"
  8106. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8107. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8108. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_CREATE_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8109. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2034"
  8110. retrieve_ID="parent::node()/ID"
  8111. local-name="element"
  8112. local-name-name="A_RECORD_CREATE_AUTHOR"
  8113. system_cache__appinfo:xpath_full="A_RECORD_CREATE_AUTHOR"
  8114. system_cache__appinfo:xpath="/A_RECORD_CREATE_AUTHOR"
  8115. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_CREATE_AUTHOR"
  8116. event_type="428"
  8117. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8118. system_cache__appinfo:maxOccurs="1"
  8119. system_cache__appinfo:minOccurs="0"
  8120. system_cache__appinfo:name="A_RECORD_CREATE_AUTHOR"
  8121. system_cache__appinfo:id="LLING_OWNER___d20e4477-1_A_RECORD_C"
  8122. system_cache__appinfo:xpath_local="A_RECORD_CREATE_AUTHOR"
  8123. system_cache__appinfo:sort="1"
  8124. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8125. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8126. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_CREATE_AUTHOR/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8127. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2038"
  8128. retrieve_ID="parent::node()/ID"
  8129. local-name="element"
  8130. local-name-name="SYNC_SQIX_STATUS"
  8131. system_cache__appinfo:xpath_full="SYNC_SQIX_STATUS"
  8132. system_cache__appinfo:xpath="/SYNC_SQIX_STATUS"
  8133. create_element="default_db__x3A__BILLING_OWNER:SYNC_SQIX_STATUS"
  8134. event_type="428"
  8135. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8136. system_cache__appinfo:maxOccurs="1"
  8137. system_cache__appinfo:minOccurs="0"
  8138. system_cache__appinfo:name="SYNC_SQIX_STATUS"
  8139. system_cache__appinfo:id="LLING_OWNER___d20e4481-1_SYNC_SQIX_"
  8140. system_cache__appinfo:xpath_local="SYNC_SQIX_STATUS"
  8141. system_cache__appinfo:sort="1"
  8142. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8143. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8144. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:SYNC_SQIX_STATUS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8145. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2042"
  8146. retrieve_ID="parent::node()/ID"
  8147. local-name="element"
  8148. local-name-name="A_RECORD_UPDATE_DATE"
  8149. system_cache__appinfo:xpath_full="A_RECORD_UPDATE_DATE"
  8150. system_cache__appinfo:xpath="/A_RECORD_UPDATE_DATE"
  8151. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_UPDATE_DATE"
  8152. event_type="428"
  8153. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8154. system_cache__appinfo:maxOccurs="1"
  8155. system_cache__appinfo:minOccurs="0"
  8156. system_cache__appinfo:name="A_RECORD_UPDATE_DATE"
  8157. system_cache__appinfo:id="LLING_OWNER___d20e4485-1_A_RECORD_U"
  8158. system_cache__appinfo:xpath_local="A_RECORD_UPDATE_DATE"
  8159. system_cache__appinfo:sort="1"
  8160. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8161. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8162. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_UPDATE_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8163. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2049"
  8164. retrieve_ID="parent::node()/ID"
  8165. local-name="element"
  8166. local-name-name="A_RECORD_UPDATE_AUTHOR"
  8167. system_cache__appinfo:xpath_full="A_RECORD_UPDATE_AUTHOR"
  8168. system_cache__appinfo:xpath="/A_RECORD_UPDATE_AUTHOR"
  8169. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_UPDATE_AUTHOR"
  8170. event_type="428"
  8171. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8172. system_cache__appinfo:maxOccurs="1"
  8173. system_cache__appinfo:minOccurs="0"
  8174. system_cache__appinfo:name="A_RECORD_UPDATE_AUTHOR"
  8175. system_cache__appinfo:id="LLING_OWNER___d20e4490-1_A_RECORD_U"
  8176. system_cache__appinfo:xpath_local="A_RECORD_UPDATE_AUTHOR"
  8177. system_cache__appinfo:sort="1"
  8178. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8179. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8180. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_UPDATE_AUTHOR/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8181. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2053"
  8182. retrieve_ID="parent::node()/ID"
  8183. local-name="element"
  8184. local-name-name="L_APPOITMENT_DATE"
  8185. system_cache__appinfo:xpath_full="L_APPOITMENT_DATE"
  8186. system_cache__appinfo:xpath="/L_APPOITMENT_DATE"
  8187. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_DATE"
  8188. event_type="428"
  8189. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8190. system_cache__appinfo:maxOccurs="1"
  8191. system_cache__appinfo:minOccurs="0"
  8192. system_cache__appinfo:name="L_APPOITMENT_DATE"
  8193. system_cache__appinfo:id="LLING_OWNER___d20e4494-1_L_APPOITME"
  8194. system_cache__appinfo:xpath_local="L_APPOITMENT_DATE"
  8195. system_cache__appinfo:sort="1"
  8196. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8197. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8198. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8199. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2057"
  8200. retrieve_ID="parent::node()/ID"
  8201. local-name="element"
  8202. local-name-name="L_APPOITMENT_USER"
  8203. system_cache__appinfo:xpath_full="L_APPOITMENT_USER"
  8204. system_cache__appinfo:xpath="/L_APPOITMENT_USER"
  8205. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_USER"
  8206. event_type="428"
  8207. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8208. system_cache__appinfo:maxOccurs="1"
  8209. system_cache__appinfo:minOccurs="0"
  8210. system_cache__appinfo:name="L_APPOITMENT_USER"
  8211. system_cache__appinfo:id="LLING_OWNER___d20e4498-1_L_APPOITME"
  8212. system_cache__appinfo:xpath_local="L_APPOITMENT_USER"
  8213. system_cache__appinfo:sort="1"
  8214. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8215. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8216. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_USER/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8217. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2061"
  8218. retrieve_ID="parent::node()/ID"
  8219. local-name="element"
  8220. local-name-name="L_APPOITMENT_PERIOD"
  8221. system_cache__appinfo:xpath_full="L_APPOITMENT_PERIOD"
  8222. system_cache__appinfo:xpath="/L_APPOITMENT_PERIOD"
  8223. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_PERIOD"
  8224. event_type="428"
  8225. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8226. system_cache__appinfo:maxOccurs="1"
  8227. system_cache__appinfo:minOccurs="0"
  8228. system_cache__appinfo:name="L_APPOITMENT_PERIOD"
  8229. system_cache__appinfo:id="LLING_OWNER___d20e4502-1_L_APPOITME"
  8230. system_cache__appinfo:xpath_local="L_APPOITMENT_PERIOD"
  8231. system_cache__appinfo:sort="1"
  8232. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8233. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8234. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_PERIOD/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8235. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2065"
  8236. retrieve_ID="parent::node()/ID"
  8237. local-name="element"
  8238. local-name-name="L_APPOITMENT_INFO"
  8239. system_cache__appinfo:xpath_full="L_APPOITMENT_INFO"
  8240. system_cache__appinfo:xpath="/L_APPOITMENT_INFO"
  8241. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_INFO"
  8242. event_type="428"
  8243. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8244. system_cache__appinfo:maxOccurs="1"
  8245. system_cache__appinfo:minOccurs="0"
  8246. system_cache__appinfo:name="L_APPOITMENT_INFO"
  8247. system_cache__appinfo:id="LLING_OWNER___d20e4506-1_L_APPOITME"
  8248. system_cache__appinfo:xpath_local="L_APPOITMENT_INFO"
  8249. system_cache__appinfo:sort="1"
  8250. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8251. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8252. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_INFO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8253. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2069"
  8254. retrieve_ID="parent::node()/ID"
  8255. local-name="element"
  8256. local-name-name="L_APPOITMENT_TYPE"
  8257. system_cache__appinfo:xpath_full="L_APPOITMENT_TYPE"
  8258. system_cache__appinfo:xpath="/L_APPOITMENT_TYPE"
  8259. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_TYPE"
  8260. event_type="428"
  8261. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8262. system_cache__appinfo:maxOccurs="1"
  8263. system_cache__appinfo:minOccurs="0"
  8264. system_cache__appinfo:name="L_APPOITMENT_TYPE"
  8265. system_cache__appinfo:id="LLING_OWNER___d20e4510-1_L_APPOITME"
  8266. system_cache__appinfo:xpath_local="L_APPOITMENT_TYPE"
  8267. system_cache__appinfo:sort="1"
  8268. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8269. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8270. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_TYPE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8271. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2080"
  8272. retrieve_ID="parent::node()/ID"
  8273. local-name="element"
  8274. local-name-name="A_STATUS"
  8275. system_cache__appinfo:xpath_full="A_STATUS"
  8276. system_cache__appinfo:xpath="/A_STATUS"
  8277. create_element="default_db__x3A__BILLING_OWNER:A_STATUS"
  8278. event_type="428"
  8279. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8280. system_cache__appinfo:maxOccurs="1"
  8281. system_cache__appinfo:minOccurs="0"
  8282. system_cache__appinfo:name="A_STATUS"
  8283. system_cache__appinfo:id="LLING_OWNER___d20e4520-1_A_STATUS"
  8284. system_cache__appinfo:xpath_local="A_STATUS"
  8285. system_cache__appinfo:sort="1"
  8286. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8287. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8288. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_STATUS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8289. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2091"
  8290. retrieve_ID="parent::node()/ID"
  8291. local-name="element"
  8292. local-name-name="A_STATUS_INFO"
  8293. system_cache__appinfo:xpath_full="A_STATUS_INFO"
  8294. system_cache__appinfo:xpath="/A_STATUS_INFO"
  8295. create_element="default_db__x3A__BILLING_OWNER:A_STATUS_INFO"
  8296. event_type="428"
  8297. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8298. system_cache__appinfo:maxOccurs="1"
  8299. system_cache__appinfo:minOccurs="0"
  8300. system_cache__appinfo:name="A_STATUS_INFO"
  8301. system_cache__appinfo:id="LLING_OWNER___d20e4530-1_A_STATUS_I"
  8302. system_cache__appinfo:xpath_local="A_STATUS_INFO"
  8303. system_cache__appinfo:sort="1"
  8304. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8305. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8306. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_STATUS_INFO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8307. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2095"
  8308. retrieve_ID="parent::node()/ID"
  8309. local-name="element"
  8310. local-name-name="A_ADM_COMPANY"
  8311. system_cache__appinfo:xpath_full="A_ADM_COMPANY"
  8312. system_cache__appinfo:xpath="/A_ADM_COMPANY"
  8313. create_element="default_db__x3A__BILLING_OWNER:A_ADM_COMPANY"
  8314. event_type="428"
  8315. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8316. system_cache__appinfo:maxOccurs="1"
  8317. system_cache__appinfo:minOccurs="0"
  8318. system_cache__appinfo:name="A_ADM_COMPANY"
  8319. system_cache__appinfo:id="LLING_OWNER___d20e4534-1_A_ADM_COMP"
  8320. system_cache__appinfo:xpath_local="A_ADM_COMPANY"
  8321. system_cache__appinfo:sort="1"
  8322. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8323. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8324. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_ADM_COMPANY/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8325. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2099"
  8326. retrieve_ID="parent::node()/ID"
  8327. local-name="element"
  8328. local-name-name="A_CLASSIFIED"
  8329. system_cache__appinfo:xpath_full="A_CLASSIFIED"
  8330. system_cache__appinfo:xpath="/A_CLASSIFIED"
  8331. create_element="default_db__x3A__BILLING_OWNER:A_CLASSIFIED"
  8332. event_type="428"
  8333. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8334. system_cache__appinfo:maxOccurs="1"
  8335. system_cache__appinfo:minOccurs="0"
  8336. system_cache__appinfo:name="A_CLASSIFIED"
  8337. system_cache__appinfo:id="LLING_OWNER___d20e4538-1_A_CLASSIFI"
  8338. system_cache__appinfo:xpath_local="A_CLASSIFIED"
  8339. system_cache__appinfo:sort="1"
  8340. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8341. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8342. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_CLASSIFIED/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8343. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  8344. </p5_tr_map:go_recurse_from_root_by_build_element_481>
  8345. </p5_tr_map:go_recurse_from_root_by_build_element_434c>
  8346. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  8347. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  8348. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  8349. local-name="element"
  8350. local-name-name="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  8351. create_element="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  8352. requested-table-type="INSTANCE"
  8353. event_type="477"
  8354. flat_relation_cache_name="ID_BILLING_USERS"
  8355. flat_relation_cache_xpath="default_db__x3A__COMPANIES:ID_BILLING_USERS/ID"
  8356. p5_tr_map:uuid="d14812e2106"
  8357. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  8358. system_cache__appinfo:xpath_full="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  8359. system_cache__appinfo:ref="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  8360. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9926-1"
  8361. system_cache__appinfo:xpath_local="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  8362. system_cache__appinfo:sort="1"
  8363. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  8364. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  8365. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS/"><!--#1252 appinfo supperssed there... for future transforming-->
  8366. <p5_tr_map:go_recurse_from_root_by_build_element_434r p5_tr_map:uuid="d14812e2107"
  8367. comment="434r warunek 434r w !__element__! = /schema/complexType//@ref/!__element__!/complexType bez @type w glownym wywolaniu local-name:element @name:ID_BILLING_USERS @id:default_db__x3A__COMPANIES___d13e9839-1_ID_BILLING INSTANCE_ID: np. dla prove_portal:klient"
  8368. event_type="434r"
  8369. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9839-1_ID_BILLING"
  8370. event_name="element[@type]/node()"
  8371. parent_type=""
  8372. system_cache__appinfo:name="ID_BILLING_USERS"><!--#2069 mode="p5_tr_map:go_recurse_from_root_by_build_element" match="key" - TODO to implement key features-->
  8373. <p5_tr_map:go_recurse_from_root_by_build_element_434b p5_tr_map:uuid="d14812e2109"
  8374. comment="434b przepuszczenie pierszego elementu dla przypadku //schema/element/complexType - magazynujemy go w complexType nizej local-name:complexType @name:COMPANIES @id:default_db__x3A__COMPANIES___d13e9727-1_COMPANIES INSTANCE_ID: np. dla elementu teryt(..):WOJ , ktory ma nizej complexType"
  8375. event_type="434b"
  8376. event_name="element[]/complexType"
  8377. id="default_db__x3A__COMPANIES___d13e9727-1_COMPANIES">
  8378. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  8379. retrieve_resource_id="default_db__x3A__COMPANIES___d13e9735-1"
  8380. local-name="sequence"
  8381. event_type="473"
  8382. p5_tr_map:uuid="d14812e2110"
  8383. comment="warunek 473 sekwencje"
  8384. system_cache__appinfo:sort="1"
  8385. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  8386. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  8387. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9735-1"><!--473 sekwencje -->
  8388. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2111"
  8389. retrieve_ID="parent::node()/ID"
  8390. local-name="element"
  8391. local-name-name="ID"
  8392. system_cache__appinfo:xpath_full="ID"
  8393. system_cache__appinfo:xpath="/ID"
  8394. create_element="default_db__x3A__COMPANIES:ID"
  8395. event_type="428"
  8396. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8397. system_cache__appinfo:name="ID"
  8398. system_cache__appinfo:type="xs:int"
  8399. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9737-1_ID"
  8400. system_cache__appinfo:xpath_local="xs:int"
  8401. system_cache__appinfo:sort="1"
  8402. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  8403. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  8404. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8405. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2117"
  8406. retrieve_ID="parent::node()/ID"
  8407. local-name="element"
  8408. local-name-name="P_NAME"
  8409. system_cache__appinfo:xpath_full="P_NAME"
  8410. system_cache__appinfo:xpath="/P_NAME"
  8411. create_element="default_db__x3A__COMPANIES:P_NAME"
  8412. event_type="428"
  8413. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8414. system_cache__appinfo:maxOccurs="1"
  8415. system_cache__appinfo:minOccurs="0"
  8416. system_cache__appinfo:name="P_NAME"
  8417. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9739-1_P_NAME"
  8418. system_cache__appinfo:xpath_local="P_NAME"
  8419. system_cache__appinfo:sort="1"
  8420. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  8421. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  8422. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NAME/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8423. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2121"
  8424. retrieve_ID="parent::node()/ID"
  8425. local-name="element"
  8426. local-name-name="P_NAME_SECOND"
  8427. system_cache__appinfo:xpath_full="P_NAME_SECOND"
  8428. system_cache__appinfo:xpath="/P_NAME_SECOND"
  8429. create_element="default_db__x3A__COMPANIES:P_NAME_SECOND"
  8430. event_type="428"
  8431. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8432. system_cache__appinfo:maxOccurs="1"
  8433. system_cache__appinfo:minOccurs="0"
  8434. system_cache__appinfo:name="P_NAME_SECOND"
  8435. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9750-1_P_NAME_SEC"
  8436. system_cache__appinfo:xpath_local="P_NAME_SECOND"
  8437. system_cache__appinfo:sort="1"
  8438. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  8439. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  8440. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NAME_SECOND/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8441. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2125"
  8442. retrieve_ID="parent::node()/ID"
  8443. local-name="element"
  8444. local-name-name="P_NIP"
  8445. system_cache__appinfo:xpath_full="P_NIP"
  8446. system_cache__appinfo:xpath="/P_NIP"
  8447. create_element="default_db__x3A__COMPANIES:P_NIP"
  8448. event_type="428"
  8449. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8450. system_cache__appinfo:maxOccurs="1"
  8451. system_cache__appinfo:minOccurs="0"
  8452. system_cache__appinfo:name="P_NIP"
  8453. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9761-1_P_NIP"
  8454. system_cache__appinfo:xpath_local="P_NIP"
  8455. system_cache__appinfo:sort="1"
  8456. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  8457. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  8458. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NIP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8459. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2129"
  8460. retrieve_ID="parent::node()/ID"
  8461. local-name="element"
  8462. local-name-name="P_OTHER_DOC"
  8463. system_cache__appinfo:xpath_full="P_OTHER_DOC"
  8464. system_cache__appinfo:xpath="/P_OTHER_DOC"
  8465. create_element="default_db__x3A__COMPANIES:P_OTHER_DOC"
  8466. event_type="428"
  8467. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8468. system_cache__appinfo:maxOccurs="1"
  8469. system_cache__appinfo:minOccurs="0"
  8470. system_cache__appinfo:name="P_OTHER_DOC"
  8471. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9772-1_P_OTHER_DO"
  8472. system_cache__appinfo:xpath_local="P_OTHER_DOC"
  8473. system_cache__appinfo:sort="1"
  8474. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  8475. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  8476. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_OTHER_DOC/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8477. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2133"
  8478. retrieve_ID="parent::node()/ID"
  8479. local-name="element"
  8480. local-name-name="P_PHONE"
  8481. system_cache__appinfo:xpath_full="P_PHONE"
  8482. system_cache__appinfo:xpath="/P_PHONE"
  8483. create_element="default_db__x3A__COMPANIES:P_PHONE"
  8484. event_type="428"
  8485. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8486. system_cache__appinfo:maxOccurs="1"
  8487. system_cache__appinfo:minOccurs="0"
  8488. system_cache__appinfo:name="P_PHONE"
  8489. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9784-1_P_PHONE"
  8490. system_cache__appinfo:xpath_local="P_PHONE"
  8491. system_cache__appinfo:sort="1"
  8492. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  8493. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  8494. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_PHONE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8495. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2137"
  8496. retrieve_ID="parent::node()/ID"
  8497. local-name="element"
  8498. local-name-name="P_PHONE_SMS"
  8499. system_cache__appinfo:xpath_full="P_PHONE_SMS"
  8500. system_cache__appinfo:xpath="/P_PHONE_SMS"
  8501. create_element="default_db__x3A__COMPANIES:P_PHONE_SMS"
  8502. event_type="428"
  8503. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8504. system_cache__appinfo:maxOccurs="1"
  8505. system_cache__appinfo:minOccurs="0"
  8506. system_cache__appinfo:name="P_PHONE_SMS"
  8507. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9795-1_P_PHONE_SM"
  8508. system_cache__appinfo:xpath_local="P_PHONE_SMS"
  8509. system_cache__appinfo:sort="1"
  8510. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  8511. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  8512. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_PHONE_SMS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8513. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2141"
  8514. retrieve_ID="parent::node()/ID"
  8515. local-name="element"
  8516. local-name-name="P_FAX"
  8517. system_cache__appinfo:xpath_full="P_FAX"
  8518. system_cache__appinfo:xpath="/P_FAX"
  8519. create_element="default_db__x3A__COMPANIES:P_FAX"
  8520. event_type="428"
  8521. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8522. system_cache__appinfo:maxOccurs="1"
  8523. system_cache__appinfo:minOccurs="0"
  8524. system_cache__appinfo:name="P_FAX"
  8525. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9806-1_P_FAX"
  8526. system_cache__appinfo:xpath_local="P_FAX"
  8527. system_cache__appinfo:sort="1"
  8528. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  8529. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  8530. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_FAX/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8531. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2145"
  8532. retrieve_ID="parent::node()/ID"
  8533. local-name="element"
  8534. local-name-name="P_CONTACT_PERSON"
  8535. system_cache__appinfo:xpath_full="P_CONTACT_PERSON"
  8536. system_cache__appinfo:xpath="/P_CONTACT_PERSON"
  8537. create_element="default_db__x3A__COMPANIES:P_CONTACT_PERSON"
  8538. event_type="428"
  8539. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8540. system_cache__appinfo:maxOccurs="1"
  8541. system_cache__appinfo:minOccurs="0"
  8542. system_cache__appinfo:name="P_CONTACT_PERSON"
  8543. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9817-1_P_CONTACT_"
  8544. system_cache__appinfo:xpath_local="P_CONTACT_PERSON"
  8545. system_cache__appinfo:sort="1"
  8546. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  8547. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  8548. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE//element:ID_KORESP_ZLECENIE//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_CONTACT_PERSON/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8549. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  8550. </p5_tr_map:go_recurse_from_root_by_build_element_434b>
  8551. </p5_tr_map:go_recurse_from_root_by_build_element_434r>
  8552. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  8553. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  8554. </p5_tr_map:go_recurse_from_root_by_build_element_481>
  8555. </p5_tr_map:go_recurse_from_root_by_build_element_434c>
  8556. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  8557. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  8558. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  8559. local-name="element"
  8560. local-name-name="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  8561. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  8562. requested-table-type="INSTANCE"
  8563. event_type="477"
  8564. flat_relation_cache_name="ID_KORESP_ZGL_ODB"
  8565. flat_relation_cache_xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB/ID"
  8566. p5_tr_map:uuid="d14812e2159"
  8567. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  8568. system_cache__appinfo:xpath_full="default_db__x3A__TELBOXES:TELBOXESType/Types__x3A__default_infrastructure:Obiekt_infrastruktury/default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  8569. system_cache__appinfo:minOccurs="0"
  8570. system_cache__appinfo:ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  8571. system_cache__appinfo:id="Types__x3A__default_infrastructure___d13e10476-1"
  8572. system_cache__appinfo:xpath_local="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  8573. system_cache__appinfo:sort="1"
  8574. system_cache__appinfo:prefix="Types__x3A__default_infrastructure"
  8575. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/Types/infrastructure.xsd"
  8576. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB/"><!--#1252 appinfo supperssed there... for future transforming-->
  8577. <p5_tr_map:go_recurse_from_root_by_build_element_434c p5_tr_map:uuid="d14812e2160"
  8578. comment="434c przepuszczenie @complexType po ref 477 local-name:element @name:ID_KORESP_ZGL_ODB @id:default_db__x3A__IN7_DZIENNIK_KORESP___d13e9965-1_ID_KORESP_ INSTANCE_ID: np. dla elementu MAGAZYN, ktory ma @type MAGAZYN"
  8579. event_type="434c"
  8580. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9965-1_ID_KORESP_"
  8581. event_name="element[@type]/node()"
  8582. parent_type="">
  8583. <p5_tr_map:go_recurse_from_root_by_build_element_481 retrieve_ID="parent::node()/REMOTE_ID"
  8584. local-name="complexType"
  8585. local-name-name="IN7_DZIENNIK_KORESP"
  8586. requested-table-type="INSTANCE"
  8587. event_type="481"
  8588. parent_name="ID_KORESP_ZGL_ODB"
  8589. p5_tr_map:uuid="d14812e2161"
  8590. comment="481 tutaj jest tabela z instancjami obych obiektow (ComplexType) , pytamy sie o konkretne ID=@REMOTE_ID w konkretnej tabeli (nie ma parent_type) "
  8591. system_cache__appinfo:restriction_path_TODEL="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB/"
  8592. system_cache__appinfo:name="IN7_DZIENNIK_KORESP"
  8593. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9873-1_IN7_DZIENN"
  8594. system_cache__appinfo:sort="0"
  8595. system_cache__appinfo:root_element_in_schema="true"
  8596. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  8597. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd">
  8598. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  8599. retrieve_resource_id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9881-1"
  8600. local-name="sequence"
  8601. event_type="473"
  8602. p5_tr_map:uuid="d14812e2162"
  8603. comment="warunek 473 sekwencje"
  8604. system_cache__appinfo:sort="1"
  8605. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  8606. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  8607. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9881-1"><!--473 sekwencje -->
  8608. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2163"
  8609. retrieve_ID="parent::node()/ID"
  8610. local-name="element"
  8611. local-name-name="ID"
  8612. system_cache__appinfo:xpath_full="ID"
  8613. system_cache__appinfo:xpath="/ID"
  8614. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID"
  8615. event_type="428"
  8616. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8617. system_cache__appinfo:name="ID"
  8618. system_cache__appinfo:type="xs:int"
  8619. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9883-1_ID"
  8620. system_cache__appinfo:xpath_local="xs:int"
  8621. system_cache__appinfo:sort="1"
  8622. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  8623. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  8624. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8625. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2169"
  8626. retrieve_ID="parent::node()/ID"
  8627. local-name="element"
  8628. local-name-name="K_OD_KOGO"
  8629. system_cache__appinfo:xpath_full="K_OD_KOGO"
  8630. system_cache__appinfo:xpath="/K_OD_KOGO"
  8631. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_OD_KOGO"
  8632. event_type="428"
  8633. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8634. system_cache__appinfo:maxOccurs="1"
  8635. system_cache__appinfo:minOccurs="0"
  8636. system_cache__appinfo:name="K_OD_KOGO"
  8637. system_cache__appinfo:type="xs:string"
  8638. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9885-1_K_OD_KOGO"
  8639. system_cache__appinfo:xpath_local="xs:string"
  8640. system_cache__appinfo:sort="1"
  8641. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  8642. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  8643. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:K_OD_KOGO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8644. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2184"
  8645. retrieve_ID="parent::node()/ID"
  8646. local-name="element"
  8647. local-name-name="ID_BILLING_USERS"
  8648. system_cache__appinfo:xpath_full="ID_BILLING_USERS"
  8649. system_cache__appinfo:xpath="/ID_BILLING_USERS"
  8650. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_BILLING_USERS"
  8651. event_type="428"
  8652. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8653. system_cache__appinfo:maxOccurs="1"
  8654. system_cache__appinfo:minOccurs="0"
  8655. system_cache__appinfo:name="ID_BILLING_USERS"
  8656. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9894-1_ID_BILLING"
  8657. system_cache__appinfo:xpath_local="ID_BILLING_USERS"
  8658. system_cache__appinfo:sort="1"
  8659. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  8660. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  8661. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:ID_BILLING_USERS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8662. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2189"
  8663. retrieve_ID="parent::node()/ID"
  8664. local-name="element"
  8665. local-name-name="ID_BILLING_OWNER"
  8666. system_cache__appinfo:xpath_full="ID_BILLING_OWNER"
  8667. system_cache__appinfo:xpath="/ID_BILLING_OWNER"
  8668. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_BILLING_OWNER"
  8669. event_type="428"
  8670. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8671. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9894-1_ID_BIOWN"
  8672. system_cache__appinfo:name="ID_BILLING_OWNER"
  8673. system_cache__appinfo:type="xs:int"
  8674. system_cache__appinfo:xpath_local="xs:int"
  8675. system_cache__appinfo:sort="1"
  8676. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  8677. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  8678. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:ID_BILLING_OWNER/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8679. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2195"
  8680. retrieve_ID="parent::node()/ID"
  8681. local-name="element"
  8682. local-name-name="OD_KOGO_ADRES"
  8683. system_cache__appinfo:xpath_full="OD_KOGO_ADRES"
  8684. system_cache__appinfo:xpath="/OD_KOGO_ADRES"
  8685. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:OD_KOGO_ADRES"
  8686. event_type="428"
  8687. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8688. system_cache__appinfo:maxOccurs="1"
  8689. system_cache__appinfo:minOccurs="0"
  8690. system_cache__appinfo:name="OD_KOGO_ADRES"
  8691. system_cache__appinfo:type="xs:string"
  8692. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9902-1_OD_KOGO_AD"
  8693. vc:minVersion="1.1"
  8694. system_cache__appinfo:xpath_local="xs:string"
  8695. system_cache__appinfo:sort="1"
  8696. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  8697. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  8698. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:OD_KOGO_ADRES/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8699. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2198"
  8700. retrieve_ID="parent::node()/ID"
  8701. local-name="element"
  8702. local-name-name="K_DATA_OTRZYMANEJ_KORESP"
  8703. system_cache__appinfo:xpath_full="K_DATA_OTRZYMANEJ_KORESP"
  8704. system_cache__appinfo:xpath="/K_DATA_OTRZYMANEJ_KORESP"
  8705. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_DATA_OTRZYMANEJ_KORESP"
  8706. event_type="428"
  8707. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8708. system_cache__appinfo:name="K_DATA_OTRZYMANEJ_KORESP"
  8709. system_cache__appinfo:type="xs:date"
  8710. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9911-1_K_DATA_OTR"
  8711. system_cache__appinfo:xpath_local="xs:date"
  8712. system_cache__appinfo:sort="1"
  8713. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  8714. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  8715. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:K_DATA_OTRZYMANEJ_KORESP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8716. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2201"
  8717. retrieve_ID="parent::node()/ID"
  8718. local-name="element"
  8719. local-name-name="K_DATA_OTRZYM_KORESP"
  8720. system_cache__appinfo:xpath_full="K_DATA_OTRZYM_KORESP"
  8721. system_cache__appinfo:xpath="/K_DATA_OTRZYM_KORESP"
  8722. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_DATA_OTRZYM_KORESP"
  8723. event_type="428"
  8724. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8725. system_cache__appinfo:maxOccurs="1"
  8726. system_cache__appinfo:minOccurs="0"
  8727. system_cache__appinfo:name="K_DATA_OTRZYM_KORESP"
  8728. system_cache__appinfo:type="xs:date"
  8729. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9921-1_K_DATA_OTR"
  8730. system_cache__appinfo:xpath_local="xs:date"
  8731. system_cache__appinfo:sort="1"
  8732. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  8733. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  8734. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:K_DATA_OTRZYM_KORESP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8735. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2204"
  8736. retrieve_ID="parent::node()/ID"
  8737. local-name="element"
  8738. local-name-name="K_ZAWARTOS"
  8739. system_cache__appinfo:xpath_full="K_ZAWARTOS"
  8740. system_cache__appinfo:xpath="/K_ZAWARTOS"
  8741. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_ZAWARTOS"
  8742. event_type="428"
  8743. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8744. system_cache__appinfo:maxOccurs="1"
  8745. system_cache__appinfo:minOccurs="0"
  8746. system_cache__appinfo:name="K_ZAWARTOS"
  8747. system_cache__appinfo:type="xs:string"
  8748. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9923-1_K_ZAWARTOS"
  8749. system_cache__appinfo:xpath_local="xs:string"
  8750. system_cache__appinfo:sort="1"
  8751. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  8752. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  8753. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:K_ZAWARTOS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8754. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2207"
  8755. retrieve_ID="parent::node()/ID"
  8756. local-name="element"
  8757. local-name-name="ID_PROJECT"
  8758. system_cache__appinfo:xpath_full="ID_PROJECT"
  8759. system_cache__appinfo:xpath="/ID_PROJECT"
  8760. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_PROJECT"
  8761. event_type="428"
  8762. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8763. system_cache__appinfo:name="ID_PROJECT"
  8764. system_cache__appinfo:type="xs:int"
  8765. system_cache__appinfo:id="NNIK_KORESP___d20e4612-1_ID_PROJECT"
  8766. system_cache__appinfo:xpath_local="xs:int"
  8767. system_cache__appinfo:sort="1"
  8768. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  8769. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  8770. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:ID_PROJECT/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8771. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  8772. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  8773. local-name="element"
  8774. local-name-name="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  8775. create_element="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  8776. requested-table-type="INSTANCE"
  8777. event_type="477"
  8778. flat_relation_cache_name="ID_BILLING_OWNER"
  8779. flat_relation_cache_xpath="default_db__x3A__BILLING_OWNER:BILLING_OWNER/ID"
  8780. p5_tr_map:uuid="d14812e2216"
  8781. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  8782. system_cache__appinfo:xpath_full="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  8783. system_cache__appinfo:ref="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  8784. system_cache__appinfo:id="NNIK_KORESP___d20e5069-1"
  8785. system_cache__appinfo:xpath_local="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  8786. system_cache__appinfo:sort="1"
  8787. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  8788. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  8789. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER/"><!--#1252 appinfo supperssed there... for future transforming-->
  8790. <p5_tr_map:go_recurse_from_root_by_build_element_434c p5_tr_map:uuid="d14812e2217"
  8791. comment="434c przepuszczenie @complexType po ref 477 local-name:element @name:BILLING_OWNER @id:LLING_OWNER___d20e4542-1_BILLING_OW INSTANCE_ID: np. dla elementu MAGAZYN, ktory ma @type MAGAZYN"
  8792. event_type="434c"
  8793. system_cache__appinfo:id="LLING_OWNER___d20e4542-1_BILLING_OW"
  8794. event_name="element[@type]/node()"
  8795. parent_type="">
  8796. <p5_tr_map:go_recurse_from_root_by_build_element_481 retrieve_ID="parent::node()/REMOTE_ID"
  8797. local-name="complexType"
  8798. local-name-name="BILLING_OWNER"
  8799. requested-table-type="INSTANCE"
  8800. event_type="481"
  8801. parent_name="BILLING_OWNER"
  8802. p5_tr_map:uuid="d14812e2218"
  8803. comment="481 tutaj jest tabela z instancjami obych obiektow (ComplexType) , pytamy sie o konkretne ID=@REMOTE_ID w konkretnej tabeli (nie ma parent_type) "
  8804. system_cache__appinfo:restriction_path_TODEL="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER/"
  8805. system_cache__appinfo:name="BILLING_OWNER"
  8806. system_cache__appinfo:id="LLING_OWNER___d20e4403-1_BILLING_OW"
  8807. system_cache__appinfo:sort="0"
  8808. system_cache__appinfo:root_element_in_schema="true"
  8809. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8810. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd">
  8811. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  8812. retrieve_resource_id="LLING_OWNER___d20e4404-1"
  8813. local-name="sequence"
  8814. event_type="473"
  8815. p5_tr_map:uuid="d14812e2219"
  8816. comment="warunek 473 sekwencje"
  8817. system_cache__appinfo:sort="1"
  8818. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8819. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8820. system_cache__appinfo:id="LLING_OWNER___d20e4404-1"><!--473 sekwencje -->
  8821. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2220"
  8822. retrieve_ID="parent::node()/ID"
  8823. local-name="element"
  8824. local-name-name="ID"
  8825. system_cache__appinfo:xpath_full="ID"
  8826. system_cache__appinfo:xpath="/ID"
  8827. create_element="default_db__x3A__BILLING_OWNER:ID"
  8828. event_type="428"
  8829. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8830. system_cache__appinfo:maxOccurs="1"
  8831. system_cache__appinfo:minOccurs="0"
  8832. system_cache__appinfo:name="ID"
  8833. system_cache__appinfo:id="LLING_OWNER___d20e4405-1_ID"
  8834. system_cache__appinfo:xpath_local="ID"
  8835. system_cache__appinfo:sort="1"
  8836. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8837. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8838. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8839. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2225"
  8840. retrieve_ID="parent::node()/ID"
  8841. local-name="element"
  8842. local-name-name="name1"
  8843. system_cache__appinfo:xpath_full="name1"
  8844. system_cache__appinfo:xpath="/name1"
  8845. create_element="default_db__x3A__BILLING_OWNER:name1"
  8846. event_type="428"
  8847. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8848. system_cache__appinfo:maxOccurs="1"
  8849. system_cache__appinfo:minOccurs="0"
  8850. system_cache__appinfo:name="name1"
  8851. system_cache__appinfo:id="LLING_OWNER___d20e4408-1_name1"
  8852. system_cache__appinfo:xpath_local="name1"
  8853. system_cache__appinfo:sort="1"
  8854. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8855. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8856. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:name1/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8857. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2229"
  8858. retrieve_ID="parent::node()/ID"
  8859. local-name="element"
  8860. local-name-name="name2"
  8861. system_cache__appinfo:xpath_full="name2"
  8862. system_cache__appinfo:xpath="/name2"
  8863. create_element="default_db__x3A__BILLING_OWNER:name2"
  8864. event_type="428"
  8865. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8866. system_cache__appinfo:maxOccurs="1"
  8867. system_cache__appinfo:minOccurs="0"
  8868. system_cache__appinfo:name="name2"
  8869. system_cache__appinfo:id="LLING_OWNER___d20e4412-1_name2"
  8870. system_cache__appinfo:xpath_local="name2"
  8871. system_cache__appinfo:sort="1"
  8872. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8873. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8874. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:name2/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8875. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2233"
  8876. retrieve_ID="parent::node()/ID"
  8877. local-name="element"
  8878. local-name-name="kod"
  8879. system_cache__appinfo:xpath_full="kod"
  8880. system_cache__appinfo:xpath="/kod"
  8881. create_element="default_db__x3A__BILLING_OWNER:kod"
  8882. event_type="428"
  8883. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8884. system_cache__appinfo:maxOccurs="1"
  8885. system_cache__appinfo:minOccurs="0"
  8886. system_cache__appinfo:name="kod"
  8887. system_cache__appinfo:id="LLING_OWNER___d20e4416-1_kod"
  8888. system_cache__appinfo:xpath_local="kod"
  8889. system_cache__appinfo:sort="1"
  8890. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8891. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8892. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:kod/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8893. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2237"
  8894. retrieve_ID="parent::node()/ID"
  8895. local-name="element"
  8896. local-name-name="miasto"
  8897. system_cache__appinfo:xpath_full="miasto"
  8898. system_cache__appinfo:xpath="/miasto"
  8899. create_element="default_db__x3A__BILLING_OWNER:miasto"
  8900. event_type="428"
  8901. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8902. system_cache__appinfo:maxOccurs="1"
  8903. system_cache__appinfo:minOccurs="0"
  8904. system_cache__appinfo:name="miasto"
  8905. system_cache__appinfo:id="LLING_OWNER___d20e4420-1_miasto"
  8906. system_cache__appinfo:xpath_local="miasto"
  8907. system_cache__appinfo:sort="1"
  8908. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8909. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8910. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:miasto/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8911. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2241"
  8912. retrieve_ID="parent::node()/ID"
  8913. local-name="element"
  8914. local-name-name="ulica"
  8915. system_cache__appinfo:xpath_full="ulica"
  8916. system_cache__appinfo:xpath="/ulica"
  8917. create_element="default_db__x3A__BILLING_OWNER:ulica"
  8918. event_type="428"
  8919. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8920. system_cache__appinfo:maxOccurs="1"
  8921. system_cache__appinfo:minOccurs="0"
  8922. system_cache__appinfo:name="ulica"
  8923. system_cache__appinfo:id="LLING_OWNER___d20e4424-1_ulica"
  8924. system_cache__appinfo:xpath_local="ulica"
  8925. system_cache__appinfo:sort="1"
  8926. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8927. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8928. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:ulica/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8929. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2245"
  8930. retrieve_ID="parent::node()/ID"
  8931. local-name="element"
  8932. local-name-name="numer_dom"
  8933. system_cache__appinfo:xpath_full="numer_dom"
  8934. system_cache__appinfo:xpath="/numer_dom"
  8935. create_element="default_db__x3A__BILLING_OWNER:numer_dom"
  8936. event_type="428"
  8937. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8938. system_cache__appinfo:maxOccurs="1"
  8939. system_cache__appinfo:minOccurs="0"
  8940. system_cache__appinfo:name="numer_dom"
  8941. system_cache__appinfo:id="LLING_OWNER___d20e4428-1_numer_dom"
  8942. system_cache__appinfo:xpath_local="numer_dom"
  8943. system_cache__appinfo:sort="1"
  8944. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8945. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8946. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:numer_dom/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8947. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2250"
  8948. retrieve_ID="parent::node()/ID"
  8949. local-name="element"
  8950. local-name-name="numer_pos"
  8951. system_cache__appinfo:xpath_full="numer_pos"
  8952. system_cache__appinfo:xpath="/numer_pos"
  8953. create_element="default_db__x3A__BILLING_OWNER:numer_pos"
  8954. event_type="428"
  8955. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8956. system_cache__appinfo:maxOccurs="1"
  8957. system_cache__appinfo:minOccurs="0"
  8958. system_cache__appinfo:name="numer_pos"
  8959. system_cache__appinfo:id="LLING_OWNER___d20e4431-1_numer_pos"
  8960. system_cache__appinfo:xpath_local="numer_pos"
  8961. system_cache__appinfo:sort="1"
  8962. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8963. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8964. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:numer_pos/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8965. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2255"
  8966. retrieve_ID="parent::node()/ID"
  8967. local-name="element"
  8968. local-name-name="uwagi"
  8969. system_cache__appinfo:xpath_full="uwagi"
  8970. system_cache__appinfo:xpath="/uwagi"
  8971. create_element="default_db__x3A__BILLING_OWNER:uwagi"
  8972. event_type="428"
  8973. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8974. system_cache__appinfo:maxOccurs="1"
  8975. system_cache__appinfo:minOccurs="0"
  8976. system_cache__appinfo:name="uwagi"
  8977. system_cache__appinfo:id="LLING_OWNER___d20e4434-1_uwagi"
  8978. system_cache__appinfo:xpath_local="uwagi"
  8979. system_cache__appinfo:sort="1"
  8980. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8981. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  8982. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:uwagi/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  8983. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2259"
  8984. retrieve_ID="parent::node()/ID"
  8985. local-name="element"
  8986. local-name-name="tel"
  8987. system_cache__appinfo:xpath_full="tel"
  8988. system_cache__appinfo:xpath="/tel"
  8989. create_element="default_db__x3A__BILLING_OWNER:tel"
  8990. event_type="428"
  8991. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  8992. system_cache__appinfo:maxOccurs="1"
  8993. system_cache__appinfo:minOccurs="0"
  8994. system_cache__appinfo:name="tel"
  8995. system_cache__appinfo:id="LLING_OWNER___d20e4437-1_tel"
  8996. system_cache__appinfo:xpath_local="tel"
  8997. system_cache__appinfo:sort="1"
  8998. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  8999. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9000. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:tel/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9001. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2263"
  9002. retrieve_ID="parent::node()/ID"
  9003. local-name="element"
  9004. local-name-name="fax"
  9005. system_cache__appinfo:xpath_full="fax"
  9006. system_cache__appinfo:xpath="/fax"
  9007. create_element="default_db__x3A__BILLING_OWNER:fax"
  9008. event_type="428"
  9009. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9010. system_cache__appinfo:maxOccurs="1"
  9011. system_cache__appinfo:minOccurs="0"
  9012. system_cache__appinfo:name="fax"
  9013. system_cache__appinfo:id="LLING_OWNER___d20e4441-1_fax"
  9014. system_cache__appinfo:xpath_local="fax"
  9015. system_cache__appinfo:sort="1"
  9016. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9017. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9018. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:fax/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9019. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2268"
  9020. retrieve_ID="parent::node()/ID"
  9021. local-name="element"
  9022. local-name-name="nip"
  9023. system_cache__appinfo:xpath_full="nip"
  9024. system_cache__appinfo:xpath="/nip"
  9025. create_element="default_db__x3A__BILLING_OWNER:nip"
  9026. event_type="428"
  9027. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9028. system_cache__appinfo:maxOccurs="1"
  9029. system_cache__appinfo:minOccurs="0"
  9030. system_cache__appinfo:name="nip"
  9031. system_cache__appinfo:id="LLING_OWNER___d20e4446-1_nip"
  9032. system_cache__appinfo:xpath_local="nip"
  9033. system_cache__appinfo:sort="1"
  9034. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9035. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9036. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:nip/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9037. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2272"
  9038. retrieve_ID="parent::node()/ID"
  9039. local-name="element"
  9040. local-name-name="regon"
  9041. system_cache__appinfo:xpath_full="regon"
  9042. system_cache__appinfo:xpath="/regon"
  9043. create_element="default_db__x3A__BILLING_OWNER:regon"
  9044. event_type="428"
  9045. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9046. system_cache__appinfo:maxOccurs="1"
  9047. system_cache__appinfo:minOccurs="0"
  9048. system_cache__appinfo:name="regon"
  9049. system_cache__appinfo:id="LLING_OWNER___d20e4450-1_regon"
  9050. system_cache__appinfo:xpath_local="regon"
  9051. system_cache__appinfo:sort="1"
  9052. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9053. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9054. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:regon/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9055. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2276"
  9056. retrieve_ID="parent::node()/ID"
  9057. local-name="element"
  9058. local-name-name="bank"
  9059. system_cache__appinfo:xpath_full="bank"
  9060. system_cache__appinfo:xpath="/bank"
  9061. create_element="default_db__x3A__BILLING_OWNER:bank"
  9062. event_type="428"
  9063. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9064. system_cache__appinfo:maxOccurs="1"
  9065. system_cache__appinfo:minOccurs="0"
  9066. system_cache__appinfo:name="bank"
  9067. system_cache__appinfo:id="LLING_OWNER___d20e4454-1_bank"
  9068. system_cache__appinfo:xpath_local="bank"
  9069. system_cache__appinfo:sort="1"
  9070. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9071. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9072. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:bank/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9073. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2280"
  9074. retrieve_ID="parent::node()/ID"
  9075. local-name="element"
  9076. local-name-name="nr_rach"
  9077. system_cache__appinfo:xpath_full="nr_rach"
  9078. system_cache__appinfo:xpath="/nr_rach"
  9079. create_element="default_db__x3A__BILLING_OWNER:nr_rach"
  9080. event_type="428"
  9081. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9082. system_cache__appinfo:maxOccurs="1"
  9083. system_cache__appinfo:minOccurs="0"
  9084. system_cache__appinfo:name="nr_rach"
  9085. system_cache__appinfo:id="LLING_OWNER___d20e4458-1_nr_rach"
  9086. system_cache__appinfo:xpath_local="nr_rach"
  9087. system_cache__appinfo:sort="1"
  9088. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9089. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9090. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:nr_rach/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9091. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2284"
  9092. retrieve_ID="parent::node()/ID"
  9093. local-name="element"
  9094. local-name-name="NR_RACH_MASS_PAY"
  9095. system_cache__appinfo:xpath_full="NR_RACH_MASS_PAY"
  9096. system_cache__appinfo:xpath="/NR_RACH_MASS_PAY"
  9097. create_element="default_db__x3A__BILLING_OWNER:NR_RACH_MASS_PAY"
  9098. event_type="428"
  9099. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9100. system_cache__appinfo:maxOccurs="1"
  9101. system_cache__appinfo:minOccurs="0"
  9102. system_cache__appinfo:name="NR_RACH_MASS_PAY"
  9103. system_cache__appinfo:id="LLING_OWNER___d20e4462-1_NR_RACH_MA"
  9104. system_cache__appinfo:xpath_local="NR_RACH_MASS_PAY"
  9105. system_cache__appinfo:sort="1"
  9106. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9107. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9108. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:NR_RACH_MASS_PAY/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9109. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2288"
  9110. retrieve_ID="parent::node()/ID"
  9111. local-name="element"
  9112. local-name-name="BILLING_OWNER_EMAIL"
  9113. system_cache__appinfo:xpath_full="BILLING_OWNER_EMAIL"
  9114. system_cache__appinfo:xpath="/BILLING_OWNER_EMAIL"
  9115. create_element="default_db__x3A__BILLING_OWNER:BILLING_OWNER_EMAIL"
  9116. event_type="428"
  9117. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9118. system_cache__appinfo:maxOccurs="1"
  9119. system_cache__appinfo:minOccurs="0"
  9120. system_cache__appinfo:name="BILLING_OWNER_EMAIL"
  9121. system_cache__appinfo:id="LLING_OWNER___d20e4466-1_BILLING_OW"
  9122. system_cache__appinfo:xpath_local="BILLING_OWNER_EMAIL"
  9123. system_cache__appinfo:sort="1"
  9124. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9125. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9126. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:BILLING_OWNER_EMAIL/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9127. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2292"
  9128. retrieve_ID="parent::node()/ID"
  9129. local-name="element"
  9130. local-name-name="CRM_LISTA_ZASOBOW_ID"
  9131. system_cache__appinfo:xpath_full="CRM_LISTA_ZASOBOW_ID"
  9132. system_cache__appinfo:xpath="/CRM_LISTA_ZASOBOW_ID"
  9133. create_element="default_db__x3A__BILLING_OWNER:CRM_LISTA_ZASOBOW_ID"
  9134. event_type="428"
  9135. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9136. system_cache__appinfo:maxOccurs="1"
  9137. system_cache__appinfo:minOccurs="0"
  9138. system_cache__appinfo:name="CRM_LISTA_ZASOBOW_ID"
  9139. system_cache__appinfo:id="LLING_OWNER___d20e4470-1_CRM_LISTA_"
  9140. system_cache__appinfo:xpath_local="CRM_LISTA_ZASOBOW_ID"
  9141. system_cache__appinfo:sort="1"
  9142. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9143. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9144. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:CRM_LISTA_ZASOBOW_ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9145. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2297"
  9146. retrieve_ID="parent::node()/ID"
  9147. local-name="element"
  9148. local-name-name="A_RECORD_CREATE_DATE"
  9149. system_cache__appinfo:xpath_full="A_RECORD_CREATE_DATE"
  9150. system_cache__appinfo:xpath="/A_RECORD_CREATE_DATE"
  9151. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_CREATE_DATE"
  9152. event_type="428"
  9153. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9154. system_cache__appinfo:maxOccurs="1"
  9155. system_cache__appinfo:minOccurs="0"
  9156. system_cache__appinfo:name="A_RECORD_CREATE_DATE"
  9157. system_cache__appinfo:id="LLING_OWNER___d20e4473-1_A_RECORD_C"
  9158. system_cache__appinfo:xpath_local="A_RECORD_CREATE_DATE"
  9159. system_cache__appinfo:sort="1"
  9160. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9161. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9162. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_CREATE_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9163. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2303"
  9164. retrieve_ID="parent::node()/ID"
  9165. local-name="element"
  9166. local-name-name="A_RECORD_CREATE_AUTHOR"
  9167. system_cache__appinfo:xpath_full="A_RECORD_CREATE_AUTHOR"
  9168. system_cache__appinfo:xpath="/A_RECORD_CREATE_AUTHOR"
  9169. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_CREATE_AUTHOR"
  9170. event_type="428"
  9171. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9172. system_cache__appinfo:maxOccurs="1"
  9173. system_cache__appinfo:minOccurs="0"
  9174. system_cache__appinfo:name="A_RECORD_CREATE_AUTHOR"
  9175. system_cache__appinfo:id="LLING_OWNER___d20e4477-1_A_RECORD_C"
  9176. system_cache__appinfo:xpath_local="A_RECORD_CREATE_AUTHOR"
  9177. system_cache__appinfo:sort="1"
  9178. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9179. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9180. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_CREATE_AUTHOR/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9181. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2307"
  9182. retrieve_ID="parent::node()/ID"
  9183. local-name="element"
  9184. local-name-name="SYNC_SQIX_STATUS"
  9185. system_cache__appinfo:xpath_full="SYNC_SQIX_STATUS"
  9186. system_cache__appinfo:xpath="/SYNC_SQIX_STATUS"
  9187. create_element="default_db__x3A__BILLING_OWNER:SYNC_SQIX_STATUS"
  9188. event_type="428"
  9189. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9190. system_cache__appinfo:maxOccurs="1"
  9191. system_cache__appinfo:minOccurs="0"
  9192. system_cache__appinfo:name="SYNC_SQIX_STATUS"
  9193. system_cache__appinfo:id="LLING_OWNER___d20e4481-1_SYNC_SQIX_"
  9194. system_cache__appinfo:xpath_local="SYNC_SQIX_STATUS"
  9195. system_cache__appinfo:sort="1"
  9196. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9197. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9198. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:SYNC_SQIX_STATUS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9199. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2311"
  9200. retrieve_ID="parent::node()/ID"
  9201. local-name="element"
  9202. local-name-name="A_RECORD_UPDATE_DATE"
  9203. system_cache__appinfo:xpath_full="A_RECORD_UPDATE_DATE"
  9204. system_cache__appinfo:xpath="/A_RECORD_UPDATE_DATE"
  9205. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_UPDATE_DATE"
  9206. event_type="428"
  9207. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9208. system_cache__appinfo:maxOccurs="1"
  9209. system_cache__appinfo:minOccurs="0"
  9210. system_cache__appinfo:name="A_RECORD_UPDATE_DATE"
  9211. system_cache__appinfo:id="LLING_OWNER___d20e4485-1_A_RECORD_U"
  9212. system_cache__appinfo:xpath_local="A_RECORD_UPDATE_DATE"
  9213. system_cache__appinfo:sort="1"
  9214. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9215. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9216. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_UPDATE_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9217. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2318"
  9218. retrieve_ID="parent::node()/ID"
  9219. local-name="element"
  9220. local-name-name="A_RECORD_UPDATE_AUTHOR"
  9221. system_cache__appinfo:xpath_full="A_RECORD_UPDATE_AUTHOR"
  9222. system_cache__appinfo:xpath="/A_RECORD_UPDATE_AUTHOR"
  9223. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_UPDATE_AUTHOR"
  9224. event_type="428"
  9225. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9226. system_cache__appinfo:maxOccurs="1"
  9227. system_cache__appinfo:minOccurs="0"
  9228. system_cache__appinfo:name="A_RECORD_UPDATE_AUTHOR"
  9229. system_cache__appinfo:id="LLING_OWNER___d20e4490-1_A_RECORD_U"
  9230. system_cache__appinfo:xpath_local="A_RECORD_UPDATE_AUTHOR"
  9231. system_cache__appinfo:sort="1"
  9232. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9233. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9234. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_UPDATE_AUTHOR/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9235. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2322"
  9236. retrieve_ID="parent::node()/ID"
  9237. local-name="element"
  9238. local-name-name="L_APPOITMENT_DATE"
  9239. system_cache__appinfo:xpath_full="L_APPOITMENT_DATE"
  9240. system_cache__appinfo:xpath="/L_APPOITMENT_DATE"
  9241. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_DATE"
  9242. event_type="428"
  9243. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9244. system_cache__appinfo:maxOccurs="1"
  9245. system_cache__appinfo:minOccurs="0"
  9246. system_cache__appinfo:name="L_APPOITMENT_DATE"
  9247. system_cache__appinfo:id="LLING_OWNER___d20e4494-1_L_APPOITME"
  9248. system_cache__appinfo:xpath_local="L_APPOITMENT_DATE"
  9249. system_cache__appinfo:sort="1"
  9250. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9251. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9252. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9253. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2326"
  9254. retrieve_ID="parent::node()/ID"
  9255. local-name="element"
  9256. local-name-name="L_APPOITMENT_USER"
  9257. system_cache__appinfo:xpath_full="L_APPOITMENT_USER"
  9258. system_cache__appinfo:xpath="/L_APPOITMENT_USER"
  9259. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_USER"
  9260. event_type="428"
  9261. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9262. system_cache__appinfo:maxOccurs="1"
  9263. system_cache__appinfo:minOccurs="0"
  9264. system_cache__appinfo:name="L_APPOITMENT_USER"
  9265. system_cache__appinfo:id="LLING_OWNER___d20e4498-1_L_APPOITME"
  9266. system_cache__appinfo:xpath_local="L_APPOITMENT_USER"
  9267. system_cache__appinfo:sort="1"
  9268. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9269. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9270. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_USER/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9271. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2330"
  9272. retrieve_ID="parent::node()/ID"
  9273. local-name="element"
  9274. local-name-name="L_APPOITMENT_PERIOD"
  9275. system_cache__appinfo:xpath_full="L_APPOITMENT_PERIOD"
  9276. system_cache__appinfo:xpath="/L_APPOITMENT_PERIOD"
  9277. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_PERIOD"
  9278. event_type="428"
  9279. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9280. system_cache__appinfo:maxOccurs="1"
  9281. system_cache__appinfo:minOccurs="0"
  9282. system_cache__appinfo:name="L_APPOITMENT_PERIOD"
  9283. system_cache__appinfo:id="LLING_OWNER___d20e4502-1_L_APPOITME"
  9284. system_cache__appinfo:xpath_local="L_APPOITMENT_PERIOD"
  9285. system_cache__appinfo:sort="1"
  9286. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9287. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9288. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_PERIOD/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9289. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2334"
  9290. retrieve_ID="parent::node()/ID"
  9291. local-name="element"
  9292. local-name-name="L_APPOITMENT_INFO"
  9293. system_cache__appinfo:xpath_full="L_APPOITMENT_INFO"
  9294. system_cache__appinfo:xpath="/L_APPOITMENT_INFO"
  9295. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_INFO"
  9296. event_type="428"
  9297. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9298. system_cache__appinfo:maxOccurs="1"
  9299. system_cache__appinfo:minOccurs="0"
  9300. system_cache__appinfo:name="L_APPOITMENT_INFO"
  9301. system_cache__appinfo:id="LLING_OWNER___d20e4506-1_L_APPOITME"
  9302. system_cache__appinfo:xpath_local="L_APPOITMENT_INFO"
  9303. system_cache__appinfo:sort="1"
  9304. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9305. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9306. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_INFO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9307. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2338"
  9308. retrieve_ID="parent::node()/ID"
  9309. local-name="element"
  9310. local-name-name="L_APPOITMENT_TYPE"
  9311. system_cache__appinfo:xpath_full="L_APPOITMENT_TYPE"
  9312. system_cache__appinfo:xpath="/L_APPOITMENT_TYPE"
  9313. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_TYPE"
  9314. event_type="428"
  9315. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9316. system_cache__appinfo:maxOccurs="1"
  9317. system_cache__appinfo:minOccurs="0"
  9318. system_cache__appinfo:name="L_APPOITMENT_TYPE"
  9319. system_cache__appinfo:id="LLING_OWNER___d20e4510-1_L_APPOITME"
  9320. system_cache__appinfo:xpath_local="L_APPOITMENT_TYPE"
  9321. system_cache__appinfo:sort="1"
  9322. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9323. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9324. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_TYPE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9325. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2349"
  9326. retrieve_ID="parent::node()/ID"
  9327. local-name="element"
  9328. local-name-name="A_STATUS"
  9329. system_cache__appinfo:xpath_full="A_STATUS"
  9330. system_cache__appinfo:xpath="/A_STATUS"
  9331. create_element="default_db__x3A__BILLING_OWNER:A_STATUS"
  9332. event_type="428"
  9333. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9334. system_cache__appinfo:maxOccurs="1"
  9335. system_cache__appinfo:minOccurs="0"
  9336. system_cache__appinfo:name="A_STATUS"
  9337. system_cache__appinfo:id="LLING_OWNER___d20e4520-1_A_STATUS"
  9338. system_cache__appinfo:xpath_local="A_STATUS"
  9339. system_cache__appinfo:sort="1"
  9340. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9341. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9342. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_STATUS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9343. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2360"
  9344. retrieve_ID="parent::node()/ID"
  9345. local-name="element"
  9346. local-name-name="A_STATUS_INFO"
  9347. system_cache__appinfo:xpath_full="A_STATUS_INFO"
  9348. system_cache__appinfo:xpath="/A_STATUS_INFO"
  9349. create_element="default_db__x3A__BILLING_OWNER:A_STATUS_INFO"
  9350. event_type="428"
  9351. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9352. system_cache__appinfo:maxOccurs="1"
  9353. system_cache__appinfo:minOccurs="0"
  9354. system_cache__appinfo:name="A_STATUS_INFO"
  9355. system_cache__appinfo:id="LLING_OWNER___d20e4530-1_A_STATUS_I"
  9356. system_cache__appinfo:xpath_local="A_STATUS_INFO"
  9357. system_cache__appinfo:sort="1"
  9358. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9359. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9360. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_STATUS_INFO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9361. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2364"
  9362. retrieve_ID="parent::node()/ID"
  9363. local-name="element"
  9364. local-name-name="A_ADM_COMPANY"
  9365. system_cache__appinfo:xpath_full="A_ADM_COMPANY"
  9366. system_cache__appinfo:xpath="/A_ADM_COMPANY"
  9367. create_element="default_db__x3A__BILLING_OWNER:A_ADM_COMPANY"
  9368. event_type="428"
  9369. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9370. system_cache__appinfo:maxOccurs="1"
  9371. system_cache__appinfo:minOccurs="0"
  9372. system_cache__appinfo:name="A_ADM_COMPANY"
  9373. system_cache__appinfo:id="LLING_OWNER___d20e4534-1_A_ADM_COMP"
  9374. system_cache__appinfo:xpath_local="A_ADM_COMPANY"
  9375. system_cache__appinfo:sort="1"
  9376. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9377. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9378. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_ADM_COMPANY/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9379. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2368"
  9380. retrieve_ID="parent::node()/ID"
  9381. local-name="element"
  9382. local-name-name="A_CLASSIFIED"
  9383. system_cache__appinfo:xpath_full="A_CLASSIFIED"
  9384. system_cache__appinfo:xpath="/A_CLASSIFIED"
  9385. create_element="default_db__x3A__BILLING_OWNER:A_CLASSIFIED"
  9386. event_type="428"
  9387. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9388. system_cache__appinfo:maxOccurs="1"
  9389. system_cache__appinfo:minOccurs="0"
  9390. system_cache__appinfo:name="A_CLASSIFIED"
  9391. system_cache__appinfo:id="LLING_OWNER___d20e4538-1_A_CLASSIFI"
  9392. system_cache__appinfo:xpath_local="A_CLASSIFIED"
  9393. system_cache__appinfo:sort="1"
  9394. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9395. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9396. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_CLASSIFIED/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9397. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  9398. </p5_tr_map:go_recurse_from_root_by_build_element_481>
  9399. </p5_tr_map:go_recurse_from_root_by_build_element_434c>
  9400. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  9401. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  9402. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  9403. local-name="element"
  9404. local-name-name="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  9405. create_element="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  9406. requested-table-type="INSTANCE"
  9407. event_type="477"
  9408. flat_relation_cache_name="ID_BILLING_USERS"
  9409. flat_relation_cache_xpath="default_db__x3A__COMPANIES:ID_BILLING_USERS/ID"
  9410. p5_tr_map:uuid="d14812e2375"
  9411. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  9412. system_cache__appinfo:xpath_full="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  9413. system_cache__appinfo:ref="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  9414. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9926-1"
  9415. system_cache__appinfo:xpath_local="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  9416. system_cache__appinfo:sort="1"
  9417. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  9418. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  9419. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS/"><!--#1252 appinfo supperssed there... for future transforming-->
  9420. <p5_tr_map:go_recurse_from_root_by_build_element_434r p5_tr_map:uuid="d14812e2376"
  9421. comment="434r warunek 434r w !__element__! = /schema/complexType//@ref/!__element__!/complexType bez @type w glownym wywolaniu local-name:element @name:ID_BILLING_USERS @id:default_db__x3A__COMPANIES___d13e9839-1_ID_BILLING INSTANCE_ID: np. dla prove_portal:klient"
  9422. event_type="434r"
  9423. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9839-1_ID_BILLING"
  9424. event_name="element[@type]/node()"
  9425. parent_type=""
  9426. system_cache__appinfo:name="ID_BILLING_USERS"><!--#2069 mode="p5_tr_map:go_recurse_from_root_by_build_element" match="key" - TODO to implement key features-->
  9427. <p5_tr_map:go_recurse_from_root_by_build_element_434b p5_tr_map:uuid="d14812e2378"
  9428. comment="434b przepuszczenie pierszego elementu dla przypadku //schema/element/complexType - magazynujemy go w complexType nizej local-name:complexType @name:COMPANIES @id:default_db__x3A__COMPANIES___d13e9727-1_COMPANIES INSTANCE_ID: np. dla elementu teryt(..):WOJ , ktory ma nizej complexType"
  9429. event_type="434b"
  9430. event_name="element[]/complexType"
  9431. id="default_db__x3A__COMPANIES___d13e9727-1_COMPANIES">
  9432. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  9433. retrieve_resource_id="default_db__x3A__COMPANIES___d13e9735-1"
  9434. local-name="sequence"
  9435. event_type="473"
  9436. p5_tr_map:uuid="d14812e2379"
  9437. comment="warunek 473 sekwencje"
  9438. system_cache__appinfo:sort="1"
  9439. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  9440. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  9441. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9735-1"><!--473 sekwencje -->
  9442. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2380"
  9443. retrieve_ID="parent::node()/ID"
  9444. local-name="element"
  9445. local-name-name="ID"
  9446. system_cache__appinfo:xpath_full="ID"
  9447. system_cache__appinfo:xpath="/ID"
  9448. create_element="default_db__x3A__COMPANIES:ID"
  9449. event_type="428"
  9450. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9451. system_cache__appinfo:name="ID"
  9452. system_cache__appinfo:type="xs:int"
  9453. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9737-1_ID"
  9454. system_cache__appinfo:xpath_local="xs:int"
  9455. system_cache__appinfo:sort="1"
  9456. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  9457. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  9458. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9459. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2386"
  9460. retrieve_ID="parent::node()/ID"
  9461. local-name="element"
  9462. local-name-name="P_NAME"
  9463. system_cache__appinfo:xpath_full="P_NAME"
  9464. system_cache__appinfo:xpath="/P_NAME"
  9465. create_element="default_db__x3A__COMPANIES:P_NAME"
  9466. event_type="428"
  9467. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9468. system_cache__appinfo:maxOccurs="1"
  9469. system_cache__appinfo:minOccurs="0"
  9470. system_cache__appinfo:name="P_NAME"
  9471. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9739-1_P_NAME"
  9472. system_cache__appinfo:xpath_local="P_NAME"
  9473. system_cache__appinfo:sort="1"
  9474. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  9475. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  9476. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NAME/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9477. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2390"
  9478. retrieve_ID="parent::node()/ID"
  9479. local-name="element"
  9480. local-name-name="P_NAME_SECOND"
  9481. system_cache__appinfo:xpath_full="P_NAME_SECOND"
  9482. system_cache__appinfo:xpath="/P_NAME_SECOND"
  9483. create_element="default_db__x3A__COMPANIES:P_NAME_SECOND"
  9484. event_type="428"
  9485. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9486. system_cache__appinfo:maxOccurs="1"
  9487. system_cache__appinfo:minOccurs="0"
  9488. system_cache__appinfo:name="P_NAME_SECOND"
  9489. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9750-1_P_NAME_SEC"
  9490. system_cache__appinfo:xpath_local="P_NAME_SECOND"
  9491. system_cache__appinfo:sort="1"
  9492. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  9493. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  9494. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NAME_SECOND/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9495. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2394"
  9496. retrieve_ID="parent::node()/ID"
  9497. local-name="element"
  9498. local-name-name="P_NIP"
  9499. system_cache__appinfo:xpath_full="P_NIP"
  9500. system_cache__appinfo:xpath="/P_NIP"
  9501. create_element="default_db__x3A__COMPANIES:P_NIP"
  9502. event_type="428"
  9503. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9504. system_cache__appinfo:maxOccurs="1"
  9505. system_cache__appinfo:minOccurs="0"
  9506. system_cache__appinfo:name="P_NIP"
  9507. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9761-1_P_NIP"
  9508. system_cache__appinfo:xpath_local="P_NIP"
  9509. system_cache__appinfo:sort="1"
  9510. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  9511. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  9512. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NIP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9513. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2398"
  9514. retrieve_ID="parent::node()/ID"
  9515. local-name="element"
  9516. local-name-name="P_OTHER_DOC"
  9517. system_cache__appinfo:xpath_full="P_OTHER_DOC"
  9518. system_cache__appinfo:xpath="/P_OTHER_DOC"
  9519. create_element="default_db__x3A__COMPANIES:P_OTHER_DOC"
  9520. event_type="428"
  9521. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9522. system_cache__appinfo:maxOccurs="1"
  9523. system_cache__appinfo:minOccurs="0"
  9524. system_cache__appinfo:name="P_OTHER_DOC"
  9525. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9772-1_P_OTHER_DO"
  9526. system_cache__appinfo:xpath_local="P_OTHER_DOC"
  9527. system_cache__appinfo:sort="1"
  9528. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  9529. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  9530. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_OTHER_DOC/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9531. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2402"
  9532. retrieve_ID="parent::node()/ID"
  9533. local-name="element"
  9534. local-name-name="P_PHONE"
  9535. system_cache__appinfo:xpath_full="P_PHONE"
  9536. system_cache__appinfo:xpath="/P_PHONE"
  9537. create_element="default_db__x3A__COMPANIES:P_PHONE"
  9538. event_type="428"
  9539. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9540. system_cache__appinfo:maxOccurs="1"
  9541. system_cache__appinfo:minOccurs="0"
  9542. system_cache__appinfo:name="P_PHONE"
  9543. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9784-1_P_PHONE"
  9544. system_cache__appinfo:xpath_local="P_PHONE"
  9545. system_cache__appinfo:sort="1"
  9546. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  9547. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  9548. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_PHONE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9549. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2406"
  9550. retrieve_ID="parent::node()/ID"
  9551. local-name="element"
  9552. local-name-name="P_PHONE_SMS"
  9553. system_cache__appinfo:xpath_full="P_PHONE_SMS"
  9554. system_cache__appinfo:xpath="/P_PHONE_SMS"
  9555. create_element="default_db__x3A__COMPANIES:P_PHONE_SMS"
  9556. event_type="428"
  9557. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9558. system_cache__appinfo:maxOccurs="1"
  9559. system_cache__appinfo:minOccurs="0"
  9560. system_cache__appinfo:name="P_PHONE_SMS"
  9561. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9795-1_P_PHONE_SM"
  9562. system_cache__appinfo:xpath_local="P_PHONE_SMS"
  9563. system_cache__appinfo:sort="1"
  9564. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  9565. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  9566. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_PHONE_SMS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9567. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2410"
  9568. retrieve_ID="parent::node()/ID"
  9569. local-name="element"
  9570. local-name-name="P_FAX"
  9571. system_cache__appinfo:xpath_full="P_FAX"
  9572. system_cache__appinfo:xpath="/P_FAX"
  9573. create_element="default_db__x3A__COMPANIES:P_FAX"
  9574. event_type="428"
  9575. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9576. system_cache__appinfo:maxOccurs="1"
  9577. system_cache__appinfo:minOccurs="0"
  9578. system_cache__appinfo:name="P_FAX"
  9579. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9806-1_P_FAX"
  9580. system_cache__appinfo:xpath_local="P_FAX"
  9581. system_cache__appinfo:sort="1"
  9582. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  9583. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  9584. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_FAX/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9585. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2414"
  9586. retrieve_ID="parent::node()/ID"
  9587. local-name="element"
  9588. local-name-name="P_CONTACT_PERSON"
  9589. system_cache__appinfo:xpath_full="P_CONTACT_PERSON"
  9590. system_cache__appinfo:xpath="/P_CONTACT_PERSON"
  9591. create_element="default_db__x3A__COMPANIES:P_CONTACT_PERSON"
  9592. event_type="428"
  9593. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9594. system_cache__appinfo:maxOccurs="1"
  9595. system_cache__appinfo:minOccurs="0"
  9596. system_cache__appinfo:name="P_CONTACT_PERSON"
  9597. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9817-1_P_CONTACT_"
  9598. system_cache__appinfo:xpath_local="P_CONTACT_PERSON"
  9599. system_cache__appinfo:sort="1"
  9600. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  9601. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  9602. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB//element:ID_KORESP_ZGL_ODB//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_CONTACT_PERSON/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9603. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  9604. </p5_tr_map:go_recurse_from_root_by_build_element_434b>
  9605. </p5_tr_map:go_recurse_from_root_by_build_element_434r>
  9606. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  9607. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  9608. </p5_tr_map:go_recurse_from_root_by_build_element_481>
  9609. </p5_tr_map:go_recurse_from_root_by_build_element_434c>
  9610. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  9611. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  9612. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  9613. local-name="element"
  9614. local-name-name="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  9615. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  9616. requested-table-type="INSTANCE"
  9617. event_type="477"
  9618. flat_relation_cache_name="ID_KORESP_POM_GEOD"
  9619. flat_relation_cache_xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD/ID"
  9620. p5_tr_map:uuid="d14812e2428"
  9621. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  9622. system_cache__appinfo:xpath_full="default_db__x3A__TELBOXES:TELBOXESType/Types__x3A__default_infrastructure:Obiekt_infrastruktury/default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  9623. system_cache__appinfo:ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  9624. system_cache__appinfo:minOccurs="0"
  9625. system_cache__appinfo:id="Types__x3A__default_infrastructure___d13e10478-1"
  9626. system_cache__appinfo:xpath_local="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  9627. system_cache__appinfo:sort="1"
  9628. system_cache__appinfo:prefix="Types__x3A__default_infrastructure"
  9629. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/Types/infrastructure.xsd"
  9630. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD/"><!--#1252 appinfo supperssed there... for future transforming-->
  9631. <p5_tr_map:go_recurse_from_root_by_build_element_434c p5_tr_map:uuid="d14812e2429"
  9632. comment="434c przepuszczenie @complexType po ref 477 local-name:element @name:ID_KORESP_POM_GEOD @id:default_db__x3A__IN7_DZIENNIK_KORESP___d13e9972-1_ID_KORESP_ INSTANCE_ID: np. dla elementu MAGAZYN, ktory ma @type MAGAZYN"
  9633. event_type="434c"
  9634. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9972-1_ID_KORESP_"
  9635. event_name="element[@type]/node()"
  9636. parent_type="">
  9637. <p5_tr_map:go_recurse_from_root_by_build_element_481 retrieve_ID="parent::node()/REMOTE_ID"
  9638. local-name="complexType"
  9639. local-name-name="IN7_DZIENNIK_KORESP"
  9640. requested-table-type="INSTANCE"
  9641. event_type="481"
  9642. parent_name="ID_KORESP_POM_GEOD"
  9643. p5_tr_map:uuid="d14812e2430"
  9644. comment="481 tutaj jest tabela z instancjami obych obiektow (ComplexType) , pytamy sie o konkretne ID=@REMOTE_ID w konkretnej tabeli (nie ma parent_type) "
  9645. system_cache__appinfo:restriction_path_TODEL="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD/"
  9646. system_cache__appinfo:name="IN7_DZIENNIK_KORESP"
  9647. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9873-1_IN7_DZIENN"
  9648. system_cache__appinfo:sort="0"
  9649. system_cache__appinfo:root_element_in_schema="true"
  9650. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  9651. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd">
  9652. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  9653. retrieve_resource_id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9881-1"
  9654. local-name="sequence"
  9655. event_type="473"
  9656. p5_tr_map:uuid="d14812e2431"
  9657. comment="warunek 473 sekwencje"
  9658. system_cache__appinfo:sort="1"
  9659. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  9660. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  9661. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9881-1"><!--473 sekwencje -->
  9662. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2432"
  9663. retrieve_ID="parent::node()/ID"
  9664. local-name="element"
  9665. local-name-name="ID"
  9666. system_cache__appinfo:xpath_full="ID"
  9667. system_cache__appinfo:xpath="/ID"
  9668. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID"
  9669. event_type="428"
  9670. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9671. system_cache__appinfo:name="ID"
  9672. system_cache__appinfo:type="xs:int"
  9673. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9883-1_ID"
  9674. system_cache__appinfo:xpath_local="xs:int"
  9675. system_cache__appinfo:sort="1"
  9676. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  9677. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  9678. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9679. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2438"
  9680. retrieve_ID="parent::node()/ID"
  9681. local-name="element"
  9682. local-name-name="K_OD_KOGO"
  9683. system_cache__appinfo:xpath_full="K_OD_KOGO"
  9684. system_cache__appinfo:xpath="/K_OD_KOGO"
  9685. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_OD_KOGO"
  9686. event_type="428"
  9687. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9688. system_cache__appinfo:maxOccurs="1"
  9689. system_cache__appinfo:minOccurs="0"
  9690. system_cache__appinfo:name="K_OD_KOGO"
  9691. system_cache__appinfo:type="xs:string"
  9692. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9885-1_K_OD_KOGO"
  9693. system_cache__appinfo:xpath_local="xs:string"
  9694. system_cache__appinfo:sort="1"
  9695. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  9696. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  9697. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:K_OD_KOGO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9698. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2453"
  9699. retrieve_ID="parent::node()/ID"
  9700. local-name="element"
  9701. local-name-name="ID_BILLING_USERS"
  9702. system_cache__appinfo:xpath_full="ID_BILLING_USERS"
  9703. system_cache__appinfo:xpath="/ID_BILLING_USERS"
  9704. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_BILLING_USERS"
  9705. event_type="428"
  9706. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9707. system_cache__appinfo:maxOccurs="1"
  9708. system_cache__appinfo:minOccurs="0"
  9709. system_cache__appinfo:name="ID_BILLING_USERS"
  9710. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9894-1_ID_BILLING"
  9711. system_cache__appinfo:xpath_local="ID_BILLING_USERS"
  9712. system_cache__appinfo:sort="1"
  9713. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  9714. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  9715. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:ID_BILLING_USERS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9716. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2458"
  9717. retrieve_ID="parent::node()/ID"
  9718. local-name="element"
  9719. local-name-name="ID_BILLING_OWNER"
  9720. system_cache__appinfo:xpath_full="ID_BILLING_OWNER"
  9721. system_cache__appinfo:xpath="/ID_BILLING_OWNER"
  9722. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_BILLING_OWNER"
  9723. event_type="428"
  9724. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9725. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9894-1_ID_BIOWN"
  9726. system_cache__appinfo:name="ID_BILLING_OWNER"
  9727. system_cache__appinfo:type="xs:int"
  9728. system_cache__appinfo:xpath_local="xs:int"
  9729. system_cache__appinfo:sort="1"
  9730. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  9731. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  9732. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:ID_BILLING_OWNER/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9733. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2464"
  9734. retrieve_ID="parent::node()/ID"
  9735. local-name="element"
  9736. local-name-name="OD_KOGO_ADRES"
  9737. system_cache__appinfo:xpath_full="OD_KOGO_ADRES"
  9738. system_cache__appinfo:xpath="/OD_KOGO_ADRES"
  9739. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:OD_KOGO_ADRES"
  9740. event_type="428"
  9741. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9742. system_cache__appinfo:maxOccurs="1"
  9743. system_cache__appinfo:minOccurs="0"
  9744. system_cache__appinfo:name="OD_KOGO_ADRES"
  9745. system_cache__appinfo:type="xs:string"
  9746. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9902-1_OD_KOGO_AD"
  9747. vc:minVersion="1.1"
  9748. system_cache__appinfo:xpath_local="xs:string"
  9749. system_cache__appinfo:sort="1"
  9750. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  9751. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  9752. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:OD_KOGO_ADRES/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9753. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2467"
  9754. retrieve_ID="parent::node()/ID"
  9755. local-name="element"
  9756. local-name-name="K_DATA_OTRZYMANEJ_KORESP"
  9757. system_cache__appinfo:xpath_full="K_DATA_OTRZYMANEJ_KORESP"
  9758. system_cache__appinfo:xpath="/K_DATA_OTRZYMANEJ_KORESP"
  9759. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_DATA_OTRZYMANEJ_KORESP"
  9760. event_type="428"
  9761. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9762. system_cache__appinfo:name="K_DATA_OTRZYMANEJ_KORESP"
  9763. system_cache__appinfo:type="xs:date"
  9764. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9911-1_K_DATA_OTR"
  9765. system_cache__appinfo:xpath_local="xs:date"
  9766. system_cache__appinfo:sort="1"
  9767. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  9768. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  9769. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:K_DATA_OTRZYMANEJ_KORESP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9770. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2470"
  9771. retrieve_ID="parent::node()/ID"
  9772. local-name="element"
  9773. local-name-name="K_DATA_OTRZYM_KORESP"
  9774. system_cache__appinfo:xpath_full="K_DATA_OTRZYM_KORESP"
  9775. system_cache__appinfo:xpath="/K_DATA_OTRZYM_KORESP"
  9776. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_DATA_OTRZYM_KORESP"
  9777. event_type="428"
  9778. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9779. system_cache__appinfo:maxOccurs="1"
  9780. system_cache__appinfo:minOccurs="0"
  9781. system_cache__appinfo:name="K_DATA_OTRZYM_KORESP"
  9782. system_cache__appinfo:type="xs:date"
  9783. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9921-1_K_DATA_OTR"
  9784. system_cache__appinfo:xpath_local="xs:date"
  9785. system_cache__appinfo:sort="1"
  9786. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  9787. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  9788. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:K_DATA_OTRZYM_KORESP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9789. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2473"
  9790. retrieve_ID="parent::node()/ID"
  9791. local-name="element"
  9792. local-name-name="K_ZAWARTOS"
  9793. system_cache__appinfo:xpath_full="K_ZAWARTOS"
  9794. system_cache__appinfo:xpath="/K_ZAWARTOS"
  9795. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_ZAWARTOS"
  9796. event_type="428"
  9797. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9798. system_cache__appinfo:maxOccurs="1"
  9799. system_cache__appinfo:minOccurs="0"
  9800. system_cache__appinfo:name="K_ZAWARTOS"
  9801. system_cache__appinfo:type="xs:string"
  9802. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9923-1_K_ZAWARTOS"
  9803. system_cache__appinfo:xpath_local="xs:string"
  9804. system_cache__appinfo:sort="1"
  9805. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  9806. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  9807. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:K_ZAWARTOS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9808. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2476"
  9809. retrieve_ID="parent::node()/ID"
  9810. local-name="element"
  9811. local-name-name="ID_PROJECT"
  9812. system_cache__appinfo:xpath_full="ID_PROJECT"
  9813. system_cache__appinfo:xpath="/ID_PROJECT"
  9814. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_PROJECT"
  9815. event_type="428"
  9816. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9817. system_cache__appinfo:name="ID_PROJECT"
  9818. system_cache__appinfo:type="xs:int"
  9819. system_cache__appinfo:id="NNIK_KORESP___d20e4612-1_ID_PROJECT"
  9820. system_cache__appinfo:xpath_local="xs:int"
  9821. system_cache__appinfo:sort="1"
  9822. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  9823. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  9824. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:ID_PROJECT/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9825. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  9826. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  9827. local-name="element"
  9828. local-name-name="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  9829. create_element="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  9830. requested-table-type="INSTANCE"
  9831. event_type="477"
  9832. flat_relation_cache_name="ID_BILLING_OWNER"
  9833. flat_relation_cache_xpath="default_db__x3A__BILLING_OWNER:BILLING_OWNER/ID"
  9834. p5_tr_map:uuid="d14812e2485"
  9835. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  9836. system_cache__appinfo:xpath_full="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  9837. system_cache__appinfo:ref="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  9838. system_cache__appinfo:id="NNIK_KORESP___d20e5069-1"
  9839. system_cache__appinfo:xpath_local="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  9840. system_cache__appinfo:sort="1"
  9841. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  9842. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  9843. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER/"><!--#1252 appinfo supperssed there... for future transforming-->
  9844. <p5_tr_map:go_recurse_from_root_by_build_element_434c p5_tr_map:uuid="d14812e2486"
  9845. comment="434c przepuszczenie @complexType po ref 477 local-name:element @name:BILLING_OWNER @id:LLING_OWNER___d20e4542-1_BILLING_OW INSTANCE_ID: np. dla elementu MAGAZYN, ktory ma @type MAGAZYN"
  9846. event_type="434c"
  9847. system_cache__appinfo:id="LLING_OWNER___d20e4542-1_BILLING_OW"
  9848. event_name="element[@type]/node()"
  9849. parent_type="">
  9850. <p5_tr_map:go_recurse_from_root_by_build_element_481 retrieve_ID="parent::node()/REMOTE_ID"
  9851. local-name="complexType"
  9852. local-name-name="BILLING_OWNER"
  9853. requested-table-type="INSTANCE"
  9854. event_type="481"
  9855. parent_name="BILLING_OWNER"
  9856. p5_tr_map:uuid="d14812e2487"
  9857. comment="481 tutaj jest tabela z instancjami obych obiektow (ComplexType) , pytamy sie o konkretne ID=@REMOTE_ID w konkretnej tabeli (nie ma parent_type) "
  9858. system_cache__appinfo:restriction_path_TODEL="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER/"
  9859. system_cache__appinfo:name="BILLING_OWNER"
  9860. system_cache__appinfo:id="LLING_OWNER___d20e4403-1_BILLING_OW"
  9861. system_cache__appinfo:sort="0"
  9862. system_cache__appinfo:root_element_in_schema="true"
  9863. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9864. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd">
  9865. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  9866. retrieve_resource_id="LLING_OWNER___d20e4404-1"
  9867. local-name="sequence"
  9868. event_type="473"
  9869. p5_tr_map:uuid="d14812e2488"
  9870. comment="warunek 473 sekwencje"
  9871. system_cache__appinfo:sort="1"
  9872. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9873. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9874. system_cache__appinfo:id="LLING_OWNER___d20e4404-1"><!--473 sekwencje -->
  9875. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2489"
  9876. retrieve_ID="parent::node()/ID"
  9877. local-name="element"
  9878. local-name-name="ID"
  9879. system_cache__appinfo:xpath_full="ID"
  9880. system_cache__appinfo:xpath="/ID"
  9881. create_element="default_db__x3A__BILLING_OWNER:ID"
  9882. event_type="428"
  9883. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9884. system_cache__appinfo:maxOccurs="1"
  9885. system_cache__appinfo:minOccurs="0"
  9886. system_cache__appinfo:name="ID"
  9887. system_cache__appinfo:id="LLING_OWNER___d20e4405-1_ID"
  9888. system_cache__appinfo:xpath_local="ID"
  9889. system_cache__appinfo:sort="1"
  9890. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9891. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9892. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9893. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2494"
  9894. retrieve_ID="parent::node()/ID"
  9895. local-name="element"
  9896. local-name-name="name1"
  9897. system_cache__appinfo:xpath_full="name1"
  9898. system_cache__appinfo:xpath="/name1"
  9899. create_element="default_db__x3A__BILLING_OWNER:name1"
  9900. event_type="428"
  9901. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9902. system_cache__appinfo:maxOccurs="1"
  9903. system_cache__appinfo:minOccurs="0"
  9904. system_cache__appinfo:name="name1"
  9905. system_cache__appinfo:id="LLING_OWNER___d20e4408-1_name1"
  9906. system_cache__appinfo:xpath_local="name1"
  9907. system_cache__appinfo:sort="1"
  9908. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9909. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9910. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:name1/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9911. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2498"
  9912. retrieve_ID="parent::node()/ID"
  9913. local-name="element"
  9914. local-name-name="name2"
  9915. system_cache__appinfo:xpath_full="name2"
  9916. system_cache__appinfo:xpath="/name2"
  9917. create_element="default_db__x3A__BILLING_OWNER:name2"
  9918. event_type="428"
  9919. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9920. system_cache__appinfo:maxOccurs="1"
  9921. system_cache__appinfo:minOccurs="0"
  9922. system_cache__appinfo:name="name2"
  9923. system_cache__appinfo:id="LLING_OWNER___d20e4412-1_name2"
  9924. system_cache__appinfo:xpath_local="name2"
  9925. system_cache__appinfo:sort="1"
  9926. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9927. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9928. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:name2/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9929. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2502"
  9930. retrieve_ID="parent::node()/ID"
  9931. local-name="element"
  9932. local-name-name="kod"
  9933. system_cache__appinfo:xpath_full="kod"
  9934. system_cache__appinfo:xpath="/kod"
  9935. create_element="default_db__x3A__BILLING_OWNER:kod"
  9936. event_type="428"
  9937. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9938. system_cache__appinfo:maxOccurs="1"
  9939. system_cache__appinfo:minOccurs="0"
  9940. system_cache__appinfo:name="kod"
  9941. system_cache__appinfo:id="LLING_OWNER___d20e4416-1_kod"
  9942. system_cache__appinfo:xpath_local="kod"
  9943. system_cache__appinfo:sort="1"
  9944. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9945. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9946. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:kod/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9947. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2506"
  9948. retrieve_ID="parent::node()/ID"
  9949. local-name="element"
  9950. local-name-name="miasto"
  9951. system_cache__appinfo:xpath_full="miasto"
  9952. system_cache__appinfo:xpath="/miasto"
  9953. create_element="default_db__x3A__BILLING_OWNER:miasto"
  9954. event_type="428"
  9955. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9956. system_cache__appinfo:maxOccurs="1"
  9957. system_cache__appinfo:minOccurs="0"
  9958. system_cache__appinfo:name="miasto"
  9959. system_cache__appinfo:id="LLING_OWNER___d20e4420-1_miasto"
  9960. system_cache__appinfo:xpath_local="miasto"
  9961. system_cache__appinfo:sort="1"
  9962. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9963. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9964. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:miasto/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9965. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2510"
  9966. retrieve_ID="parent::node()/ID"
  9967. local-name="element"
  9968. local-name-name="ulica"
  9969. system_cache__appinfo:xpath_full="ulica"
  9970. system_cache__appinfo:xpath="/ulica"
  9971. create_element="default_db__x3A__BILLING_OWNER:ulica"
  9972. event_type="428"
  9973. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9974. system_cache__appinfo:maxOccurs="1"
  9975. system_cache__appinfo:minOccurs="0"
  9976. system_cache__appinfo:name="ulica"
  9977. system_cache__appinfo:id="LLING_OWNER___d20e4424-1_ulica"
  9978. system_cache__appinfo:xpath_local="ulica"
  9979. system_cache__appinfo:sort="1"
  9980. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9981. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  9982. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:ulica/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  9983. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2514"
  9984. retrieve_ID="parent::node()/ID"
  9985. local-name="element"
  9986. local-name-name="numer_dom"
  9987. system_cache__appinfo:xpath_full="numer_dom"
  9988. system_cache__appinfo:xpath="/numer_dom"
  9989. create_element="default_db__x3A__BILLING_OWNER:numer_dom"
  9990. event_type="428"
  9991. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  9992. system_cache__appinfo:maxOccurs="1"
  9993. system_cache__appinfo:minOccurs="0"
  9994. system_cache__appinfo:name="numer_dom"
  9995. system_cache__appinfo:id="LLING_OWNER___d20e4428-1_numer_dom"
  9996. system_cache__appinfo:xpath_local="numer_dom"
  9997. system_cache__appinfo:sort="1"
  9998. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  9999. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10000. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:numer_dom/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10001. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2519"
  10002. retrieve_ID="parent::node()/ID"
  10003. local-name="element"
  10004. local-name-name="numer_pos"
  10005. system_cache__appinfo:xpath_full="numer_pos"
  10006. system_cache__appinfo:xpath="/numer_pos"
  10007. create_element="default_db__x3A__BILLING_OWNER:numer_pos"
  10008. event_type="428"
  10009. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10010. system_cache__appinfo:maxOccurs="1"
  10011. system_cache__appinfo:minOccurs="0"
  10012. system_cache__appinfo:name="numer_pos"
  10013. system_cache__appinfo:id="LLING_OWNER___d20e4431-1_numer_pos"
  10014. system_cache__appinfo:xpath_local="numer_pos"
  10015. system_cache__appinfo:sort="1"
  10016. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10017. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10018. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:numer_pos/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10019. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2524"
  10020. retrieve_ID="parent::node()/ID"
  10021. local-name="element"
  10022. local-name-name="uwagi"
  10023. system_cache__appinfo:xpath_full="uwagi"
  10024. system_cache__appinfo:xpath="/uwagi"
  10025. create_element="default_db__x3A__BILLING_OWNER:uwagi"
  10026. event_type="428"
  10027. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10028. system_cache__appinfo:maxOccurs="1"
  10029. system_cache__appinfo:minOccurs="0"
  10030. system_cache__appinfo:name="uwagi"
  10031. system_cache__appinfo:id="LLING_OWNER___d20e4434-1_uwagi"
  10032. system_cache__appinfo:xpath_local="uwagi"
  10033. system_cache__appinfo:sort="1"
  10034. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10035. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10036. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:uwagi/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10037. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2528"
  10038. retrieve_ID="parent::node()/ID"
  10039. local-name="element"
  10040. local-name-name="tel"
  10041. system_cache__appinfo:xpath_full="tel"
  10042. system_cache__appinfo:xpath="/tel"
  10043. create_element="default_db__x3A__BILLING_OWNER:tel"
  10044. event_type="428"
  10045. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10046. system_cache__appinfo:maxOccurs="1"
  10047. system_cache__appinfo:minOccurs="0"
  10048. system_cache__appinfo:name="tel"
  10049. system_cache__appinfo:id="LLING_OWNER___d20e4437-1_tel"
  10050. system_cache__appinfo:xpath_local="tel"
  10051. system_cache__appinfo:sort="1"
  10052. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10053. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10054. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:tel/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10055. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2532"
  10056. retrieve_ID="parent::node()/ID"
  10057. local-name="element"
  10058. local-name-name="fax"
  10059. system_cache__appinfo:xpath_full="fax"
  10060. system_cache__appinfo:xpath="/fax"
  10061. create_element="default_db__x3A__BILLING_OWNER:fax"
  10062. event_type="428"
  10063. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10064. system_cache__appinfo:maxOccurs="1"
  10065. system_cache__appinfo:minOccurs="0"
  10066. system_cache__appinfo:name="fax"
  10067. system_cache__appinfo:id="LLING_OWNER___d20e4441-1_fax"
  10068. system_cache__appinfo:xpath_local="fax"
  10069. system_cache__appinfo:sort="1"
  10070. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10071. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10072. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:fax/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10073. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2537"
  10074. retrieve_ID="parent::node()/ID"
  10075. local-name="element"
  10076. local-name-name="nip"
  10077. system_cache__appinfo:xpath_full="nip"
  10078. system_cache__appinfo:xpath="/nip"
  10079. create_element="default_db__x3A__BILLING_OWNER:nip"
  10080. event_type="428"
  10081. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10082. system_cache__appinfo:maxOccurs="1"
  10083. system_cache__appinfo:minOccurs="0"
  10084. system_cache__appinfo:name="nip"
  10085. system_cache__appinfo:id="LLING_OWNER___d20e4446-1_nip"
  10086. system_cache__appinfo:xpath_local="nip"
  10087. system_cache__appinfo:sort="1"
  10088. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10089. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10090. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:nip/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10091. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2541"
  10092. retrieve_ID="parent::node()/ID"
  10093. local-name="element"
  10094. local-name-name="regon"
  10095. system_cache__appinfo:xpath_full="regon"
  10096. system_cache__appinfo:xpath="/regon"
  10097. create_element="default_db__x3A__BILLING_OWNER:regon"
  10098. event_type="428"
  10099. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10100. system_cache__appinfo:maxOccurs="1"
  10101. system_cache__appinfo:minOccurs="0"
  10102. system_cache__appinfo:name="regon"
  10103. system_cache__appinfo:id="LLING_OWNER___d20e4450-1_regon"
  10104. system_cache__appinfo:xpath_local="regon"
  10105. system_cache__appinfo:sort="1"
  10106. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10107. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10108. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:regon/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10109. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2545"
  10110. retrieve_ID="parent::node()/ID"
  10111. local-name="element"
  10112. local-name-name="bank"
  10113. system_cache__appinfo:xpath_full="bank"
  10114. system_cache__appinfo:xpath="/bank"
  10115. create_element="default_db__x3A__BILLING_OWNER:bank"
  10116. event_type="428"
  10117. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10118. system_cache__appinfo:maxOccurs="1"
  10119. system_cache__appinfo:minOccurs="0"
  10120. system_cache__appinfo:name="bank"
  10121. system_cache__appinfo:id="LLING_OWNER___d20e4454-1_bank"
  10122. system_cache__appinfo:xpath_local="bank"
  10123. system_cache__appinfo:sort="1"
  10124. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10125. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10126. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:bank/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10127. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2549"
  10128. retrieve_ID="parent::node()/ID"
  10129. local-name="element"
  10130. local-name-name="nr_rach"
  10131. system_cache__appinfo:xpath_full="nr_rach"
  10132. system_cache__appinfo:xpath="/nr_rach"
  10133. create_element="default_db__x3A__BILLING_OWNER:nr_rach"
  10134. event_type="428"
  10135. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10136. system_cache__appinfo:maxOccurs="1"
  10137. system_cache__appinfo:minOccurs="0"
  10138. system_cache__appinfo:name="nr_rach"
  10139. system_cache__appinfo:id="LLING_OWNER___d20e4458-1_nr_rach"
  10140. system_cache__appinfo:xpath_local="nr_rach"
  10141. system_cache__appinfo:sort="1"
  10142. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10143. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10144. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:nr_rach/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10145. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2553"
  10146. retrieve_ID="parent::node()/ID"
  10147. local-name="element"
  10148. local-name-name="NR_RACH_MASS_PAY"
  10149. system_cache__appinfo:xpath_full="NR_RACH_MASS_PAY"
  10150. system_cache__appinfo:xpath="/NR_RACH_MASS_PAY"
  10151. create_element="default_db__x3A__BILLING_OWNER:NR_RACH_MASS_PAY"
  10152. event_type="428"
  10153. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10154. system_cache__appinfo:maxOccurs="1"
  10155. system_cache__appinfo:minOccurs="0"
  10156. system_cache__appinfo:name="NR_RACH_MASS_PAY"
  10157. system_cache__appinfo:id="LLING_OWNER___d20e4462-1_NR_RACH_MA"
  10158. system_cache__appinfo:xpath_local="NR_RACH_MASS_PAY"
  10159. system_cache__appinfo:sort="1"
  10160. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10161. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10162. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:NR_RACH_MASS_PAY/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10163. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2557"
  10164. retrieve_ID="parent::node()/ID"
  10165. local-name="element"
  10166. local-name-name="BILLING_OWNER_EMAIL"
  10167. system_cache__appinfo:xpath_full="BILLING_OWNER_EMAIL"
  10168. system_cache__appinfo:xpath="/BILLING_OWNER_EMAIL"
  10169. create_element="default_db__x3A__BILLING_OWNER:BILLING_OWNER_EMAIL"
  10170. event_type="428"
  10171. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10172. system_cache__appinfo:maxOccurs="1"
  10173. system_cache__appinfo:minOccurs="0"
  10174. system_cache__appinfo:name="BILLING_OWNER_EMAIL"
  10175. system_cache__appinfo:id="LLING_OWNER___d20e4466-1_BILLING_OW"
  10176. system_cache__appinfo:xpath_local="BILLING_OWNER_EMAIL"
  10177. system_cache__appinfo:sort="1"
  10178. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10179. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10180. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:BILLING_OWNER_EMAIL/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10181. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2561"
  10182. retrieve_ID="parent::node()/ID"
  10183. local-name="element"
  10184. local-name-name="CRM_LISTA_ZASOBOW_ID"
  10185. system_cache__appinfo:xpath_full="CRM_LISTA_ZASOBOW_ID"
  10186. system_cache__appinfo:xpath="/CRM_LISTA_ZASOBOW_ID"
  10187. create_element="default_db__x3A__BILLING_OWNER:CRM_LISTA_ZASOBOW_ID"
  10188. event_type="428"
  10189. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10190. system_cache__appinfo:maxOccurs="1"
  10191. system_cache__appinfo:minOccurs="0"
  10192. system_cache__appinfo:name="CRM_LISTA_ZASOBOW_ID"
  10193. system_cache__appinfo:id="LLING_OWNER___d20e4470-1_CRM_LISTA_"
  10194. system_cache__appinfo:xpath_local="CRM_LISTA_ZASOBOW_ID"
  10195. system_cache__appinfo:sort="1"
  10196. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10197. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10198. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:CRM_LISTA_ZASOBOW_ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10199. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2566"
  10200. retrieve_ID="parent::node()/ID"
  10201. local-name="element"
  10202. local-name-name="A_RECORD_CREATE_DATE"
  10203. system_cache__appinfo:xpath_full="A_RECORD_CREATE_DATE"
  10204. system_cache__appinfo:xpath="/A_RECORD_CREATE_DATE"
  10205. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_CREATE_DATE"
  10206. event_type="428"
  10207. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10208. system_cache__appinfo:maxOccurs="1"
  10209. system_cache__appinfo:minOccurs="0"
  10210. system_cache__appinfo:name="A_RECORD_CREATE_DATE"
  10211. system_cache__appinfo:id="LLING_OWNER___d20e4473-1_A_RECORD_C"
  10212. system_cache__appinfo:xpath_local="A_RECORD_CREATE_DATE"
  10213. system_cache__appinfo:sort="1"
  10214. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10215. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10216. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_CREATE_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10217. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2572"
  10218. retrieve_ID="parent::node()/ID"
  10219. local-name="element"
  10220. local-name-name="A_RECORD_CREATE_AUTHOR"
  10221. system_cache__appinfo:xpath_full="A_RECORD_CREATE_AUTHOR"
  10222. system_cache__appinfo:xpath="/A_RECORD_CREATE_AUTHOR"
  10223. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_CREATE_AUTHOR"
  10224. event_type="428"
  10225. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10226. system_cache__appinfo:maxOccurs="1"
  10227. system_cache__appinfo:minOccurs="0"
  10228. system_cache__appinfo:name="A_RECORD_CREATE_AUTHOR"
  10229. system_cache__appinfo:id="LLING_OWNER___d20e4477-1_A_RECORD_C"
  10230. system_cache__appinfo:xpath_local="A_RECORD_CREATE_AUTHOR"
  10231. system_cache__appinfo:sort="1"
  10232. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10233. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10234. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_CREATE_AUTHOR/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10235. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2576"
  10236. retrieve_ID="parent::node()/ID"
  10237. local-name="element"
  10238. local-name-name="SYNC_SQIX_STATUS"
  10239. system_cache__appinfo:xpath_full="SYNC_SQIX_STATUS"
  10240. system_cache__appinfo:xpath="/SYNC_SQIX_STATUS"
  10241. create_element="default_db__x3A__BILLING_OWNER:SYNC_SQIX_STATUS"
  10242. event_type="428"
  10243. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10244. system_cache__appinfo:maxOccurs="1"
  10245. system_cache__appinfo:minOccurs="0"
  10246. system_cache__appinfo:name="SYNC_SQIX_STATUS"
  10247. system_cache__appinfo:id="LLING_OWNER___d20e4481-1_SYNC_SQIX_"
  10248. system_cache__appinfo:xpath_local="SYNC_SQIX_STATUS"
  10249. system_cache__appinfo:sort="1"
  10250. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10251. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10252. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:SYNC_SQIX_STATUS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10253. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2580"
  10254. retrieve_ID="parent::node()/ID"
  10255. local-name="element"
  10256. local-name-name="A_RECORD_UPDATE_DATE"
  10257. system_cache__appinfo:xpath_full="A_RECORD_UPDATE_DATE"
  10258. system_cache__appinfo:xpath="/A_RECORD_UPDATE_DATE"
  10259. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_UPDATE_DATE"
  10260. event_type="428"
  10261. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10262. system_cache__appinfo:maxOccurs="1"
  10263. system_cache__appinfo:minOccurs="0"
  10264. system_cache__appinfo:name="A_RECORD_UPDATE_DATE"
  10265. system_cache__appinfo:id="LLING_OWNER___d20e4485-1_A_RECORD_U"
  10266. system_cache__appinfo:xpath_local="A_RECORD_UPDATE_DATE"
  10267. system_cache__appinfo:sort="1"
  10268. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10269. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10270. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_UPDATE_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10271. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2587"
  10272. retrieve_ID="parent::node()/ID"
  10273. local-name="element"
  10274. local-name-name="A_RECORD_UPDATE_AUTHOR"
  10275. system_cache__appinfo:xpath_full="A_RECORD_UPDATE_AUTHOR"
  10276. system_cache__appinfo:xpath="/A_RECORD_UPDATE_AUTHOR"
  10277. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_UPDATE_AUTHOR"
  10278. event_type="428"
  10279. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10280. system_cache__appinfo:maxOccurs="1"
  10281. system_cache__appinfo:minOccurs="0"
  10282. system_cache__appinfo:name="A_RECORD_UPDATE_AUTHOR"
  10283. system_cache__appinfo:id="LLING_OWNER___d20e4490-1_A_RECORD_U"
  10284. system_cache__appinfo:xpath_local="A_RECORD_UPDATE_AUTHOR"
  10285. system_cache__appinfo:sort="1"
  10286. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10287. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10288. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_UPDATE_AUTHOR/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10289. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2591"
  10290. retrieve_ID="parent::node()/ID"
  10291. local-name="element"
  10292. local-name-name="L_APPOITMENT_DATE"
  10293. system_cache__appinfo:xpath_full="L_APPOITMENT_DATE"
  10294. system_cache__appinfo:xpath="/L_APPOITMENT_DATE"
  10295. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_DATE"
  10296. event_type="428"
  10297. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10298. system_cache__appinfo:maxOccurs="1"
  10299. system_cache__appinfo:minOccurs="0"
  10300. system_cache__appinfo:name="L_APPOITMENT_DATE"
  10301. system_cache__appinfo:id="LLING_OWNER___d20e4494-1_L_APPOITME"
  10302. system_cache__appinfo:xpath_local="L_APPOITMENT_DATE"
  10303. system_cache__appinfo:sort="1"
  10304. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10305. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10306. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10307. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2595"
  10308. retrieve_ID="parent::node()/ID"
  10309. local-name="element"
  10310. local-name-name="L_APPOITMENT_USER"
  10311. system_cache__appinfo:xpath_full="L_APPOITMENT_USER"
  10312. system_cache__appinfo:xpath="/L_APPOITMENT_USER"
  10313. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_USER"
  10314. event_type="428"
  10315. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10316. system_cache__appinfo:maxOccurs="1"
  10317. system_cache__appinfo:minOccurs="0"
  10318. system_cache__appinfo:name="L_APPOITMENT_USER"
  10319. system_cache__appinfo:id="LLING_OWNER___d20e4498-1_L_APPOITME"
  10320. system_cache__appinfo:xpath_local="L_APPOITMENT_USER"
  10321. system_cache__appinfo:sort="1"
  10322. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10323. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10324. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_USER/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10325. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2599"
  10326. retrieve_ID="parent::node()/ID"
  10327. local-name="element"
  10328. local-name-name="L_APPOITMENT_PERIOD"
  10329. system_cache__appinfo:xpath_full="L_APPOITMENT_PERIOD"
  10330. system_cache__appinfo:xpath="/L_APPOITMENT_PERIOD"
  10331. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_PERIOD"
  10332. event_type="428"
  10333. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10334. system_cache__appinfo:maxOccurs="1"
  10335. system_cache__appinfo:minOccurs="0"
  10336. system_cache__appinfo:name="L_APPOITMENT_PERIOD"
  10337. system_cache__appinfo:id="LLING_OWNER___d20e4502-1_L_APPOITME"
  10338. system_cache__appinfo:xpath_local="L_APPOITMENT_PERIOD"
  10339. system_cache__appinfo:sort="1"
  10340. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10341. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10342. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_PERIOD/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10343. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2603"
  10344. retrieve_ID="parent::node()/ID"
  10345. local-name="element"
  10346. local-name-name="L_APPOITMENT_INFO"
  10347. system_cache__appinfo:xpath_full="L_APPOITMENT_INFO"
  10348. system_cache__appinfo:xpath="/L_APPOITMENT_INFO"
  10349. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_INFO"
  10350. event_type="428"
  10351. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10352. system_cache__appinfo:maxOccurs="1"
  10353. system_cache__appinfo:minOccurs="0"
  10354. system_cache__appinfo:name="L_APPOITMENT_INFO"
  10355. system_cache__appinfo:id="LLING_OWNER___d20e4506-1_L_APPOITME"
  10356. system_cache__appinfo:xpath_local="L_APPOITMENT_INFO"
  10357. system_cache__appinfo:sort="1"
  10358. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10359. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10360. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_INFO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10361. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2607"
  10362. retrieve_ID="parent::node()/ID"
  10363. local-name="element"
  10364. local-name-name="L_APPOITMENT_TYPE"
  10365. system_cache__appinfo:xpath_full="L_APPOITMENT_TYPE"
  10366. system_cache__appinfo:xpath="/L_APPOITMENT_TYPE"
  10367. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_TYPE"
  10368. event_type="428"
  10369. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10370. system_cache__appinfo:maxOccurs="1"
  10371. system_cache__appinfo:minOccurs="0"
  10372. system_cache__appinfo:name="L_APPOITMENT_TYPE"
  10373. system_cache__appinfo:id="LLING_OWNER___d20e4510-1_L_APPOITME"
  10374. system_cache__appinfo:xpath_local="L_APPOITMENT_TYPE"
  10375. system_cache__appinfo:sort="1"
  10376. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10377. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10378. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_TYPE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10379. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2618"
  10380. retrieve_ID="parent::node()/ID"
  10381. local-name="element"
  10382. local-name-name="A_STATUS"
  10383. system_cache__appinfo:xpath_full="A_STATUS"
  10384. system_cache__appinfo:xpath="/A_STATUS"
  10385. create_element="default_db__x3A__BILLING_OWNER:A_STATUS"
  10386. event_type="428"
  10387. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10388. system_cache__appinfo:maxOccurs="1"
  10389. system_cache__appinfo:minOccurs="0"
  10390. system_cache__appinfo:name="A_STATUS"
  10391. system_cache__appinfo:id="LLING_OWNER___d20e4520-1_A_STATUS"
  10392. system_cache__appinfo:xpath_local="A_STATUS"
  10393. system_cache__appinfo:sort="1"
  10394. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10395. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10396. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_STATUS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10397. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2629"
  10398. retrieve_ID="parent::node()/ID"
  10399. local-name="element"
  10400. local-name-name="A_STATUS_INFO"
  10401. system_cache__appinfo:xpath_full="A_STATUS_INFO"
  10402. system_cache__appinfo:xpath="/A_STATUS_INFO"
  10403. create_element="default_db__x3A__BILLING_OWNER:A_STATUS_INFO"
  10404. event_type="428"
  10405. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10406. system_cache__appinfo:maxOccurs="1"
  10407. system_cache__appinfo:minOccurs="0"
  10408. system_cache__appinfo:name="A_STATUS_INFO"
  10409. system_cache__appinfo:id="LLING_OWNER___d20e4530-1_A_STATUS_I"
  10410. system_cache__appinfo:xpath_local="A_STATUS_INFO"
  10411. system_cache__appinfo:sort="1"
  10412. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10413. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10414. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_STATUS_INFO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10415. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2633"
  10416. retrieve_ID="parent::node()/ID"
  10417. local-name="element"
  10418. local-name-name="A_ADM_COMPANY"
  10419. system_cache__appinfo:xpath_full="A_ADM_COMPANY"
  10420. system_cache__appinfo:xpath="/A_ADM_COMPANY"
  10421. create_element="default_db__x3A__BILLING_OWNER:A_ADM_COMPANY"
  10422. event_type="428"
  10423. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10424. system_cache__appinfo:maxOccurs="1"
  10425. system_cache__appinfo:minOccurs="0"
  10426. system_cache__appinfo:name="A_ADM_COMPANY"
  10427. system_cache__appinfo:id="LLING_OWNER___d20e4534-1_A_ADM_COMP"
  10428. system_cache__appinfo:xpath_local="A_ADM_COMPANY"
  10429. system_cache__appinfo:sort="1"
  10430. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10431. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10432. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_ADM_COMPANY/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10433. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2637"
  10434. retrieve_ID="parent::node()/ID"
  10435. local-name="element"
  10436. local-name-name="A_CLASSIFIED"
  10437. system_cache__appinfo:xpath_full="A_CLASSIFIED"
  10438. system_cache__appinfo:xpath="/A_CLASSIFIED"
  10439. create_element="default_db__x3A__BILLING_OWNER:A_CLASSIFIED"
  10440. event_type="428"
  10441. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10442. system_cache__appinfo:maxOccurs="1"
  10443. system_cache__appinfo:minOccurs="0"
  10444. system_cache__appinfo:name="A_CLASSIFIED"
  10445. system_cache__appinfo:id="LLING_OWNER___d20e4538-1_A_CLASSIFI"
  10446. system_cache__appinfo:xpath_local="A_CLASSIFIED"
  10447. system_cache__appinfo:sort="1"
  10448. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10449. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10450. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_CLASSIFIED/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10451. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  10452. </p5_tr_map:go_recurse_from_root_by_build_element_481>
  10453. </p5_tr_map:go_recurse_from_root_by_build_element_434c>
  10454. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  10455. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  10456. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  10457. local-name="element"
  10458. local-name-name="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  10459. create_element="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  10460. requested-table-type="INSTANCE"
  10461. event_type="477"
  10462. flat_relation_cache_name="ID_BILLING_USERS"
  10463. flat_relation_cache_xpath="default_db__x3A__COMPANIES:ID_BILLING_USERS/ID"
  10464. p5_tr_map:uuid="d14812e2644"
  10465. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  10466. system_cache__appinfo:xpath_full="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  10467. system_cache__appinfo:ref="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  10468. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9926-1"
  10469. system_cache__appinfo:xpath_local="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  10470. system_cache__appinfo:sort="1"
  10471. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  10472. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  10473. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS/"><!--#1252 appinfo supperssed there... for future transforming-->
  10474. <p5_tr_map:go_recurse_from_root_by_build_element_434r p5_tr_map:uuid="d14812e2645"
  10475. comment="434r warunek 434r w !__element__! = /schema/complexType//@ref/!__element__!/complexType bez @type w glownym wywolaniu local-name:element @name:ID_BILLING_USERS @id:default_db__x3A__COMPANIES___d13e9839-1_ID_BILLING INSTANCE_ID: np. dla prove_portal:klient"
  10476. event_type="434r"
  10477. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9839-1_ID_BILLING"
  10478. event_name="element[@type]/node()"
  10479. parent_type=""
  10480. system_cache__appinfo:name="ID_BILLING_USERS"><!--#2069 mode="p5_tr_map:go_recurse_from_root_by_build_element" match="key" - TODO to implement key features-->
  10481. <p5_tr_map:go_recurse_from_root_by_build_element_434b p5_tr_map:uuid="d14812e2647"
  10482. comment="434b przepuszczenie pierszego elementu dla przypadku //schema/element/complexType - magazynujemy go w complexType nizej local-name:complexType @name:COMPANIES @id:default_db__x3A__COMPANIES___d13e9727-1_COMPANIES INSTANCE_ID: np. dla elementu teryt(..):WOJ , ktory ma nizej complexType"
  10483. event_type="434b"
  10484. event_name="element[]/complexType"
  10485. id="default_db__x3A__COMPANIES___d13e9727-1_COMPANIES">
  10486. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  10487. retrieve_resource_id="default_db__x3A__COMPANIES___d13e9735-1"
  10488. local-name="sequence"
  10489. event_type="473"
  10490. p5_tr_map:uuid="d14812e2648"
  10491. comment="warunek 473 sekwencje"
  10492. system_cache__appinfo:sort="1"
  10493. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  10494. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  10495. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9735-1"><!--473 sekwencje -->
  10496. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2649"
  10497. retrieve_ID="parent::node()/ID"
  10498. local-name="element"
  10499. local-name-name="ID"
  10500. system_cache__appinfo:xpath_full="ID"
  10501. system_cache__appinfo:xpath="/ID"
  10502. create_element="default_db__x3A__COMPANIES:ID"
  10503. event_type="428"
  10504. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10505. system_cache__appinfo:name="ID"
  10506. system_cache__appinfo:type="xs:int"
  10507. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9737-1_ID"
  10508. system_cache__appinfo:xpath_local="xs:int"
  10509. system_cache__appinfo:sort="1"
  10510. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  10511. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  10512. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10513. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2655"
  10514. retrieve_ID="parent::node()/ID"
  10515. local-name="element"
  10516. local-name-name="P_NAME"
  10517. system_cache__appinfo:xpath_full="P_NAME"
  10518. system_cache__appinfo:xpath="/P_NAME"
  10519. create_element="default_db__x3A__COMPANIES:P_NAME"
  10520. event_type="428"
  10521. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10522. system_cache__appinfo:maxOccurs="1"
  10523. system_cache__appinfo:minOccurs="0"
  10524. system_cache__appinfo:name="P_NAME"
  10525. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9739-1_P_NAME"
  10526. system_cache__appinfo:xpath_local="P_NAME"
  10527. system_cache__appinfo:sort="1"
  10528. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  10529. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  10530. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NAME/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10531. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2659"
  10532. retrieve_ID="parent::node()/ID"
  10533. local-name="element"
  10534. local-name-name="P_NAME_SECOND"
  10535. system_cache__appinfo:xpath_full="P_NAME_SECOND"
  10536. system_cache__appinfo:xpath="/P_NAME_SECOND"
  10537. create_element="default_db__x3A__COMPANIES:P_NAME_SECOND"
  10538. event_type="428"
  10539. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10540. system_cache__appinfo:maxOccurs="1"
  10541. system_cache__appinfo:minOccurs="0"
  10542. system_cache__appinfo:name="P_NAME_SECOND"
  10543. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9750-1_P_NAME_SEC"
  10544. system_cache__appinfo:xpath_local="P_NAME_SECOND"
  10545. system_cache__appinfo:sort="1"
  10546. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  10547. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  10548. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NAME_SECOND/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10549. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2663"
  10550. retrieve_ID="parent::node()/ID"
  10551. local-name="element"
  10552. local-name-name="P_NIP"
  10553. system_cache__appinfo:xpath_full="P_NIP"
  10554. system_cache__appinfo:xpath="/P_NIP"
  10555. create_element="default_db__x3A__COMPANIES:P_NIP"
  10556. event_type="428"
  10557. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10558. system_cache__appinfo:maxOccurs="1"
  10559. system_cache__appinfo:minOccurs="0"
  10560. system_cache__appinfo:name="P_NIP"
  10561. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9761-1_P_NIP"
  10562. system_cache__appinfo:xpath_local="P_NIP"
  10563. system_cache__appinfo:sort="1"
  10564. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  10565. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  10566. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NIP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10567. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2667"
  10568. retrieve_ID="parent::node()/ID"
  10569. local-name="element"
  10570. local-name-name="P_OTHER_DOC"
  10571. system_cache__appinfo:xpath_full="P_OTHER_DOC"
  10572. system_cache__appinfo:xpath="/P_OTHER_DOC"
  10573. create_element="default_db__x3A__COMPANIES:P_OTHER_DOC"
  10574. event_type="428"
  10575. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10576. system_cache__appinfo:maxOccurs="1"
  10577. system_cache__appinfo:minOccurs="0"
  10578. system_cache__appinfo:name="P_OTHER_DOC"
  10579. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9772-1_P_OTHER_DO"
  10580. system_cache__appinfo:xpath_local="P_OTHER_DOC"
  10581. system_cache__appinfo:sort="1"
  10582. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  10583. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  10584. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_OTHER_DOC/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10585. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2671"
  10586. retrieve_ID="parent::node()/ID"
  10587. local-name="element"
  10588. local-name-name="P_PHONE"
  10589. system_cache__appinfo:xpath_full="P_PHONE"
  10590. system_cache__appinfo:xpath="/P_PHONE"
  10591. create_element="default_db__x3A__COMPANIES:P_PHONE"
  10592. event_type="428"
  10593. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10594. system_cache__appinfo:maxOccurs="1"
  10595. system_cache__appinfo:minOccurs="0"
  10596. system_cache__appinfo:name="P_PHONE"
  10597. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9784-1_P_PHONE"
  10598. system_cache__appinfo:xpath_local="P_PHONE"
  10599. system_cache__appinfo:sort="1"
  10600. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  10601. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  10602. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_PHONE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10603. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2675"
  10604. retrieve_ID="parent::node()/ID"
  10605. local-name="element"
  10606. local-name-name="P_PHONE_SMS"
  10607. system_cache__appinfo:xpath_full="P_PHONE_SMS"
  10608. system_cache__appinfo:xpath="/P_PHONE_SMS"
  10609. create_element="default_db__x3A__COMPANIES:P_PHONE_SMS"
  10610. event_type="428"
  10611. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10612. system_cache__appinfo:maxOccurs="1"
  10613. system_cache__appinfo:minOccurs="0"
  10614. system_cache__appinfo:name="P_PHONE_SMS"
  10615. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9795-1_P_PHONE_SM"
  10616. system_cache__appinfo:xpath_local="P_PHONE_SMS"
  10617. system_cache__appinfo:sort="1"
  10618. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  10619. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  10620. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_PHONE_SMS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10621. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2679"
  10622. retrieve_ID="parent::node()/ID"
  10623. local-name="element"
  10624. local-name-name="P_FAX"
  10625. system_cache__appinfo:xpath_full="P_FAX"
  10626. system_cache__appinfo:xpath="/P_FAX"
  10627. create_element="default_db__x3A__COMPANIES:P_FAX"
  10628. event_type="428"
  10629. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10630. system_cache__appinfo:maxOccurs="1"
  10631. system_cache__appinfo:minOccurs="0"
  10632. system_cache__appinfo:name="P_FAX"
  10633. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9806-1_P_FAX"
  10634. system_cache__appinfo:xpath_local="P_FAX"
  10635. system_cache__appinfo:sort="1"
  10636. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  10637. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  10638. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_FAX/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10639. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2683"
  10640. retrieve_ID="parent::node()/ID"
  10641. local-name="element"
  10642. local-name-name="P_CONTACT_PERSON"
  10643. system_cache__appinfo:xpath_full="P_CONTACT_PERSON"
  10644. system_cache__appinfo:xpath="/P_CONTACT_PERSON"
  10645. create_element="default_db__x3A__COMPANIES:P_CONTACT_PERSON"
  10646. event_type="428"
  10647. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10648. system_cache__appinfo:maxOccurs="1"
  10649. system_cache__appinfo:minOccurs="0"
  10650. system_cache__appinfo:name="P_CONTACT_PERSON"
  10651. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9817-1_P_CONTACT_"
  10652. system_cache__appinfo:xpath_local="P_CONTACT_PERSON"
  10653. system_cache__appinfo:sort="1"
  10654. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  10655. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  10656. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD//element:ID_KORESP_POM_GEOD//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_CONTACT_PERSON/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10657. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  10658. </p5_tr_map:go_recurse_from_root_by_build_element_434b>
  10659. </p5_tr_map:go_recurse_from_root_by_build_element_434r>
  10660. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  10661. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  10662. </p5_tr_map:go_recurse_from_root_by_build_element_481>
  10663. </p5_tr_map:go_recurse_from_root_by_build_element_434c>
  10664. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  10665. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  10666. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  10667. local-name="element"
  10668. local-name-name="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  10669. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  10670. requested-table-type="INSTANCE"
  10671. event_type="477"
  10672. flat_relation_cache_name="ID_KORESP_PROTOK_ODB"
  10673. flat_relation_cache_xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB/ID"
  10674. p5_tr_map:uuid="d14812e2698"
  10675. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  10676. system_cache__appinfo:xpath_full="default_db__x3A__TELBOXES:TELBOXESType/Types__x3A__default_infrastructure:Obiekt_infrastruktury/default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  10677. system_cache__appinfo:ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  10678. system_cache__appinfo:minOccurs="0"
  10679. system_cache__appinfo:id="Types__x3A__default_infrastructure___d13e10481-1"
  10680. system_cache__appinfo:xpath_local="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  10681. system_cache__appinfo:sort="1"
  10682. system_cache__appinfo:prefix="Types__x3A__default_infrastructure"
  10683. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/Types/infrastructure.xsd"
  10684. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB/"><!--#1252 appinfo supperssed there... for future transforming-->
  10685. <p5_tr_map:go_recurse_from_root_by_build_element_434c p5_tr_map:uuid="d14812e2699"
  10686. comment="434c przepuszczenie @complexType po ref 477 local-name:element @name:ID_KORESP_PROTOK_ODB @id:default_db__x3A__IN7_DZIENNIK_KORESP___d13e9974-1_ID_KORESP_ INSTANCE_ID: np. dla elementu MAGAZYN, ktory ma @type MAGAZYN"
  10687. event_type="434c"
  10688. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9974-1_ID_KORESP_"
  10689. event_name="element[@type]/node()"
  10690. parent_type="">
  10691. <p5_tr_map:go_recurse_from_root_by_build_element_481 retrieve_ID="parent::node()/REMOTE_ID"
  10692. local-name="complexType"
  10693. local-name-name="IN7_DZIENNIK_KORESP"
  10694. requested-table-type="INSTANCE"
  10695. event_type="481"
  10696. parent_name="ID_KORESP_PROTOK_ODB"
  10697. p5_tr_map:uuid="d14812e2700"
  10698. comment="481 tutaj jest tabela z instancjami obych obiektow (ComplexType) , pytamy sie o konkretne ID=@REMOTE_ID w konkretnej tabeli (nie ma parent_type) "
  10699. system_cache__appinfo:restriction_path_TODEL="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB/"
  10700. system_cache__appinfo:name="IN7_DZIENNIK_KORESP"
  10701. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9873-1_IN7_DZIENN"
  10702. system_cache__appinfo:sort="0"
  10703. system_cache__appinfo:root_element_in_schema="true"
  10704. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  10705. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd">
  10706. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  10707. retrieve_resource_id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9881-1"
  10708. local-name="sequence"
  10709. event_type="473"
  10710. p5_tr_map:uuid="d14812e2701"
  10711. comment="warunek 473 sekwencje"
  10712. system_cache__appinfo:sort="1"
  10713. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  10714. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  10715. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9881-1"><!--473 sekwencje -->
  10716. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2702"
  10717. retrieve_ID="parent::node()/ID"
  10718. local-name="element"
  10719. local-name-name="ID"
  10720. system_cache__appinfo:xpath_full="ID"
  10721. system_cache__appinfo:xpath="/ID"
  10722. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID"
  10723. event_type="428"
  10724. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10725. system_cache__appinfo:name="ID"
  10726. system_cache__appinfo:type="xs:int"
  10727. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9883-1_ID"
  10728. system_cache__appinfo:xpath_local="xs:int"
  10729. system_cache__appinfo:sort="1"
  10730. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  10731. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  10732. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10733. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2708"
  10734. retrieve_ID="parent::node()/ID"
  10735. local-name="element"
  10736. local-name-name="K_OD_KOGO"
  10737. system_cache__appinfo:xpath_full="K_OD_KOGO"
  10738. system_cache__appinfo:xpath="/K_OD_KOGO"
  10739. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_OD_KOGO"
  10740. event_type="428"
  10741. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10742. system_cache__appinfo:maxOccurs="1"
  10743. system_cache__appinfo:minOccurs="0"
  10744. system_cache__appinfo:name="K_OD_KOGO"
  10745. system_cache__appinfo:type="xs:string"
  10746. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9885-1_K_OD_KOGO"
  10747. system_cache__appinfo:xpath_local="xs:string"
  10748. system_cache__appinfo:sort="1"
  10749. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  10750. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  10751. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:K_OD_KOGO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10752. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2723"
  10753. retrieve_ID="parent::node()/ID"
  10754. local-name="element"
  10755. local-name-name="ID_BILLING_USERS"
  10756. system_cache__appinfo:xpath_full="ID_BILLING_USERS"
  10757. system_cache__appinfo:xpath="/ID_BILLING_USERS"
  10758. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_BILLING_USERS"
  10759. event_type="428"
  10760. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10761. system_cache__appinfo:maxOccurs="1"
  10762. system_cache__appinfo:minOccurs="0"
  10763. system_cache__appinfo:name="ID_BILLING_USERS"
  10764. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9894-1_ID_BILLING"
  10765. system_cache__appinfo:xpath_local="ID_BILLING_USERS"
  10766. system_cache__appinfo:sort="1"
  10767. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  10768. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  10769. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:ID_BILLING_USERS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10770. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2728"
  10771. retrieve_ID="parent::node()/ID"
  10772. local-name="element"
  10773. local-name-name="ID_BILLING_OWNER"
  10774. system_cache__appinfo:xpath_full="ID_BILLING_OWNER"
  10775. system_cache__appinfo:xpath="/ID_BILLING_OWNER"
  10776. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_BILLING_OWNER"
  10777. event_type="428"
  10778. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10779. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9894-1_ID_BIOWN"
  10780. system_cache__appinfo:name="ID_BILLING_OWNER"
  10781. system_cache__appinfo:type="xs:int"
  10782. system_cache__appinfo:xpath_local="xs:int"
  10783. system_cache__appinfo:sort="1"
  10784. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  10785. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  10786. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:ID_BILLING_OWNER/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10787. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2734"
  10788. retrieve_ID="parent::node()/ID"
  10789. local-name="element"
  10790. local-name-name="OD_KOGO_ADRES"
  10791. system_cache__appinfo:xpath_full="OD_KOGO_ADRES"
  10792. system_cache__appinfo:xpath="/OD_KOGO_ADRES"
  10793. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:OD_KOGO_ADRES"
  10794. event_type="428"
  10795. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10796. system_cache__appinfo:maxOccurs="1"
  10797. system_cache__appinfo:minOccurs="0"
  10798. system_cache__appinfo:name="OD_KOGO_ADRES"
  10799. system_cache__appinfo:type="xs:string"
  10800. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9902-1_OD_KOGO_AD"
  10801. vc:minVersion="1.1"
  10802. system_cache__appinfo:xpath_local="xs:string"
  10803. system_cache__appinfo:sort="1"
  10804. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  10805. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  10806. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:OD_KOGO_ADRES/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10807. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2737"
  10808. retrieve_ID="parent::node()/ID"
  10809. local-name="element"
  10810. local-name-name="K_DATA_OTRZYMANEJ_KORESP"
  10811. system_cache__appinfo:xpath_full="K_DATA_OTRZYMANEJ_KORESP"
  10812. system_cache__appinfo:xpath="/K_DATA_OTRZYMANEJ_KORESP"
  10813. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_DATA_OTRZYMANEJ_KORESP"
  10814. event_type="428"
  10815. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10816. system_cache__appinfo:name="K_DATA_OTRZYMANEJ_KORESP"
  10817. system_cache__appinfo:type="xs:date"
  10818. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9911-1_K_DATA_OTR"
  10819. system_cache__appinfo:xpath_local="xs:date"
  10820. system_cache__appinfo:sort="1"
  10821. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  10822. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  10823. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:K_DATA_OTRZYMANEJ_KORESP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10824. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2740"
  10825. retrieve_ID="parent::node()/ID"
  10826. local-name="element"
  10827. local-name-name="K_DATA_OTRZYM_KORESP"
  10828. system_cache__appinfo:xpath_full="K_DATA_OTRZYM_KORESP"
  10829. system_cache__appinfo:xpath="/K_DATA_OTRZYM_KORESP"
  10830. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_DATA_OTRZYM_KORESP"
  10831. event_type="428"
  10832. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10833. system_cache__appinfo:maxOccurs="1"
  10834. system_cache__appinfo:minOccurs="0"
  10835. system_cache__appinfo:name="K_DATA_OTRZYM_KORESP"
  10836. system_cache__appinfo:type="xs:date"
  10837. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9921-1_K_DATA_OTR"
  10838. system_cache__appinfo:xpath_local="xs:date"
  10839. system_cache__appinfo:sort="1"
  10840. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  10841. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  10842. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:K_DATA_OTRZYM_KORESP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10843. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2743"
  10844. retrieve_ID="parent::node()/ID"
  10845. local-name="element"
  10846. local-name-name="K_ZAWARTOS"
  10847. system_cache__appinfo:xpath_full="K_ZAWARTOS"
  10848. system_cache__appinfo:xpath="/K_ZAWARTOS"
  10849. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:K_ZAWARTOS"
  10850. event_type="428"
  10851. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10852. system_cache__appinfo:maxOccurs="1"
  10853. system_cache__appinfo:minOccurs="0"
  10854. system_cache__appinfo:name="K_ZAWARTOS"
  10855. system_cache__appinfo:type="xs:string"
  10856. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9923-1_K_ZAWARTOS"
  10857. system_cache__appinfo:xpath_local="xs:string"
  10858. system_cache__appinfo:sort="1"
  10859. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  10860. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  10861. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:K_ZAWARTOS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10862. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2746"
  10863. retrieve_ID="parent::node()/ID"
  10864. local-name="element"
  10865. local-name-name="ID_PROJECT"
  10866. system_cache__appinfo:xpath_full="ID_PROJECT"
  10867. system_cache__appinfo:xpath="/ID_PROJECT"
  10868. create_element="default_db__x3A__IN7_DZIENNIK_KORESP:ID_PROJECT"
  10869. event_type="428"
  10870. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10871. system_cache__appinfo:name="ID_PROJECT"
  10872. system_cache__appinfo:type="xs:int"
  10873. system_cache__appinfo:id="NNIK_KORESP___d20e4612-1_ID_PROJECT"
  10874. system_cache__appinfo:xpath_local="xs:int"
  10875. system_cache__appinfo:sort="1"
  10876. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  10877. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  10878. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:ID_PROJECT/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10879. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  10880. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  10881. local-name="element"
  10882. local-name-name="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  10883. create_element="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  10884. requested-table-type="INSTANCE"
  10885. event_type="477"
  10886. flat_relation_cache_name="ID_BILLING_OWNER"
  10887. flat_relation_cache_xpath="default_db__x3A__BILLING_OWNER:BILLING_OWNER/ID"
  10888. p5_tr_map:uuid="d14812e2755"
  10889. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  10890. system_cache__appinfo:xpath_full="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  10891. system_cache__appinfo:ref="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  10892. system_cache__appinfo:id="NNIK_KORESP___d20e5069-1"
  10893. system_cache__appinfo:xpath_local="default_db__x3A__BILLING_OWNER:BILLING_OWNER"
  10894. system_cache__appinfo:sort="1"
  10895. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  10896. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  10897. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER/"><!--#1252 appinfo supperssed there... for future transforming-->
  10898. <p5_tr_map:go_recurse_from_root_by_build_element_434c p5_tr_map:uuid="d14812e2756"
  10899. comment="434c przepuszczenie @complexType po ref 477 local-name:element @name:BILLING_OWNER @id:LLING_OWNER___d20e4542-1_BILLING_OW INSTANCE_ID: np. dla elementu MAGAZYN, ktory ma @type MAGAZYN"
  10900. event_type="434c"
  10901. system_cache__appinfo:id="LLING_OWNER___d20e4542-1_BILLING_OW"
  10902. event_name="element[@type]/node()"
  10903. parent_type="">
  10904. <p5_tr_map:go_recurse_from_root_by_build_element_481 retrieve_ID="parent::node()/REMOTE_ID"
  10905. local-name="complexType"
  10906. local-name-name="BILLING_OWNER"
  10907. requested-table-type="INSTANCE"
  10908. event_type="481"
  10909. parent_name="BILLING_OWNER"
  10910. p5_tr_map:uuid="d14812e2757"
  10911. comment="481 tutaj jest tabela z instancjami obych obiektow (ComplexType) , pytamy sie o konkretne ID=@REMOTE_ID w konkretnej tabeli (nie ma parent_type) "
  10912. system_cache__appinfo:restriction_path_TODEL="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER/"
  10913. system_cache__appinfo:name="BILLING_OWNER"
  10914. system_cache__appinfo:id="LLING_OWNER___d20e4403-1_BILLING_OW"
  10915. system_cache__appinfo:sort="0"
  10916. system_cache__appinfo:root_element_in_schema="true"
  10917. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10918. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd">
  10919. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  10920. retrieve_resource_id="LLING_OWNER___d20e4404-1"
  10921. local-name="sequence"
  10922. event_type="473"
  10923. p5_tr_map:uuid="d14812e2758"
  10924. comment="warunek 473 sekwencje"
  10925. system_cache__appinfo:sort="1"
  10926. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10927. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10928. system_cache__appinfo:id="LLING_OWNER___d20e4404-1"><!--473 sekwencje -->
  10929. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2759"
  10930. retrieve_ID="parent::node()/ID"
  10931. local-name="element"
  10932. local-name-name="ID"
  10933. system_cache__appinfo:xpath_full="ID"
  10934. system_cache__appinfo:xpath="/ID"
  10935. create_element="default_db__x3A__BILLING_OWNER:ID"
  10936. event_type="428"
  10937. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10938. system_cache__appinfo:maxOccurs="1"
  10939. system_cache__appinfo:minOccurs="0"
  10940. system_cache__appinfo:name="ID"
  10941. system_cache__appinfo:id="LLING_OWNER___d20e4405-1_ID"
  10942. system_cache__appinfo:xpath_local="ID"
  10943. system_cache__appinfo:sort="1"
  10944. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10945. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10946. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10947. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2764"
  10948. retrieve_ID="parent::node()/ID"
  10949. local-name="element"
  10950. local-name-name="name1"
  10951. system_cache__appinfo:xpath_full="name1"
  10952. system_cache__appinfo:xpath="/name1"
  10953. create_element="default_db__x3A__BILLING_OWNER:name1"
  10954. event_type="428"
  10955. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10956. system_cache__appinfo:maxOccurs="1"
  10957. system_cache__appinfo:minOccurs="0"
  10958. system_cache__appinfo:name="name1"
  10959. system_cache__appinfo:id="LLING_OWNER___d20e4408-1_name1"
  10960. system_cache__appinfo:xpath_local="name1"
  10961. system_cache__appinfo:sort="1"
  10962. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10963. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10964. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:name1/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10965. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2768"
  10966. retrieve_ID="parent::node()/ID"
  10967. local-name="element"
  10968. local-name-name="name2"
  10969. system_cache__appinfo:xpath_full="name2"
  10970. system_cache__appinfo:xpath="/name2"
  10971. create_element="default_db__x3A__BILLING_OWNER:name2"
  10972. event_type="428"
  10973. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10974. system_cache__appinfo:maxOccurs="1"
  10975. system_cache__appinfo:minOccurs="0"
  10976. system_cache__appinfo:name="name2"
  10977. system_cache__appinfo:id="LLING_OWNER___d20e4412-1_name2"
  10978. system_cache__appinfo:xpath_local="name2"
  10979. system_cache__appinfo:sort="1"
  10980. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10981. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  10982. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:name2/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  10983. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2772"
  10984. retrieve_ID="parent::node()/ID"
  10985. local-name="element"
  10986. local-name-name="kod"
  10987. system_cache__appinfo:xpath_full="kod"
  10988. system_cache__appinfo:xpath="/kod"
  10989. create_element="default_db__x3A__BILLING_OWNER:kod"
  10990. event_type="428"
  10991. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  10992. system_cache__appinfo:maxOccurs="1"
  10993. system_cache__appinfo:minOccurs="0"
  10994. system_cache__appinfo:name="kod"
  10995. system_cache__appinfo:id="LLING_OWNER___d20e4416-1_kod"
  10996. system_cache__appinfo:xpath_local="kod"
  10997. system_cache__appinfo:sort="1"
  10998. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  10999. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  11000. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:kod/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11001. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2776"
  11002. retrieve_ID="parent::node()/ID"
  11003. local-name="element"
  11004. local-name-name="miasto"
  11005. system_cache__appinfo:xpath_full="miasto"
  11006. system_cache__appinfo:xpath="/miasto"
  11007. create_element="default_db__x3A__BILLING_OWNER:miasto"
  11008. event_type="428"
  11009. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11010. system_cache__appinfo:maxOccurs="1"
  11011. system_cache__appinfo:minOccurs="0"
  11012. system_cache__appinfo:name="miasto"
  11013. system_cache__appinfo:id="LLING_OWNER___d20e4420-1_miasto"
  11014. system_cache__appinfo:xpath_local="miasto"
  11015. system_cache__appinfo:sort="1"
  11016. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  11017. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  11018. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:miasto/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11019. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2780"
  11020. retrieve_ID="parent::node()/ID"
  11021. local-name="element"
  11022. local-name-name="ulica"
  11023. system_cache__appinfo:xpath_full="ulica"
  11024. system_cache__appinfo:xpath="/ulica"
  11025. create_element="default_db__x3A__BILLING_OWNER:ulica"
  11026. event_type="428"
  11027. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11028. system_cache__appinfo:maxOccurs="1"
  11029. system_cache__appinfo:minOccurs="0"
  11030. system_cache__appinfo:name="ulica"
  11031. system_cache__appinfo:id="LLING_OWNER___d20e4424-1_ulica"
  11032. system_cache__appinfo:xpath_local="ulica"
  11033. system_cache__appinfo:sort="1"
  11034. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  11035. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  11036. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:ulica/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11037. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2784"
  11038. retrieve_ID="parent::node()/ID"
  11039. local-name="element"
  11040. local-name-name="numer_dom"
  11041. system_cache__appinfo:xpath_full="numer_dom"
  11042. system_cache__appinfo:xpath="/numer_dom"
  11043. create_element="default_db__x3A__BILLING_OWNER:numer_dom"
  11044. event_type="428"
  11045. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11046. system_cache__appinfo:maxOccurs="1"
  11047. system_cache__appinfo:minOccurs="0"
  11048. system_cache__appinfo:name="numer_dom"
  11049. system_cache__appinfo:id="LLING_OWNER___d20e4428-1_numer_dom"
  11050. system_cache__appinfo:xpath_local="numer_dom"
  11051. system_cache__appinfo:sort="1"
  11052. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  11053. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  11054. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:numer_dom/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11055. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2789"
  11056. retrieve_ID="parent::node()/ID"
  11057. local-name="element"
  11058. local-name-name="numer_pos"
  11059. system_cache__appinfo:xpath_full="numer_pos"
  11060. system_cache__appinfo:xpath="/numer_pos"
  11061. create_element="default_db__x3A__BILLING_OWNER:numer_pos"
  11062. event_type="428"
  11063. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11064. system_cache__appinfo:maxOccurs="1"
  11065. system_cache__appinfo:minOccurs="0"
  11066. system_cache__appinfo:name="numer_pos"
  11067. system_cache__appinfo:id="LLING_OWNER___d20e4431-1_numer_pos"
  11068. system_cache__appinfo:xpath_local="numer_pos"
  11069. system_cache__appinfo:sort="1"
  11070. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  11071. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  11072. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:numer_pos/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11073. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2794"
  11074. retrieve_ID="parent::node()/ID"
  11075. local-name="element"
  11076. local-name-name="uwagi"
  11077. system_cache__appinfo:xpath_full="uwagi"
  11078. system_cache__appinfo:xpath="/uwagi"
  11079. create_element="default_db__x3A__BILLING_OWNER:uwagi"
  11080. event_type="428"
  11081. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11082. system_cache__appinfo:maxOccurs="1"
  11083. system_cache__appinfo:minOccurs="0"
  11084. system_cache__appinfo:name="uwagi"
  11085. system_cache__appinfo:id="LLING_OWNER___d20e4434-1_uwagi"
  11086. system_cache__appinfo:xpath_local="uwagi"
  11087. system_cache__appinfo:sort="1"
  11088. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  11089. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  11090. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:uwagi/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11091. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2798"
  11092. retrieve_ID="parent::node()/ID"
  11093. local-name="element"
  11094. local-name-name="tel"
  11095. system_cache__appinfo:xpath_full="tel"
  11096. system_cache__appinfo:xpath="/tel"
  11097. create_element="default_db__x3A__BILLING_OWNER:tel"
  11098. event_type="428"
  11099. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11100. system_cache__appinfo:maxOccurs="1"
  11101. system_cache__appinfo:minOccurs="0"
  11102. system_cache__appinfo:name="tel"
  11103. system_cache__appinfo:id="LLING_OWNER___d20e4437-1_tel"
  11104. system_cache__appinfo:xpath_local="tel"
  11105. system_cache__appinfo:sort="1"
  11106. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  11107. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  11108. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:tel/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11109. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2802"
  11110. retrieve_ID="parent::node()/ID"
  11111. local-name="element"
  11112. local-name-name="fax"
  11113. system_cache__appinfo:xpath_full="fax"
  11114. system_cache__appinfo:xpath="/fax"
  11115. create_element="default_db__x3A__BILLING_OWNER:fax"
  11116. event_type="428"
  11117. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11118. system_cache__appinfo:maxOccurs="1"
  11119. system_cache__appinfo:minOccurs="0"
  11120. system_cache__appinfo:name="fax"
  11121. system_cache__appinfo:id="LLING_OWNER___d20e4441-1_fax"
  11122. system_cache__appinfo:xpath_local="fax"
  11123. system_cache__appinfo:sort="1"
  11124. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  11125. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  11126. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:fax/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11127. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2807"
  11128. retrieve_ID="parent::node()/ID"
  11129. local-name="element"
  11130. local-name-name="nip"
  11131. system_cache__appinfo:xpath_full="nip"
  11132. system_cache__appinfo:xpath="/nip"
  11133. create_element="default_db__x3A__BILLING_OWNER:nip"
  11134. event_type="428"
  11135. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11136. system_cache__appinfo:maxOccurs="1"
  11137. system_cache__appinfo:minOccurs="0"
  11138. system_cache__appinfo:name="nip"
  11139. system_cache__appinfo:id="LLING_OWNER___d20e4446-1_nip"
  11140. system_cache__appinfo:xpath_local="nip"
  11141. system_cache__appinfo:sort="1"
  11142. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  11143. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  11144. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:nip/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11145. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2811"
  11146. retrieve_ID="parent::node()/ID"
  11147. local-name="element"
  11148. local-name-name="regon"
  11149. system_cache__appinfo:xpath_full="regon"
  11150. system_cache__appinfo:xpath="/regon"
  11151. create_element="default_db__x3A__BILLING_OWNER:regon"
  11152. event_type="428"
  11153. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11154. system_cache__appinfo:maxOccurs="1"
  11155. system_cache__appinfo:minOccurs="0"
  11156. system_cache__appinfo:name="regon"
  11157. system_cache__appinfo:id="LLING_OWNER___d20e4450-1_regon"
  11158. system_cache__appinfo:xpath_local="regon"
  11159. system_cache__appinfo:sort="1"
  11160. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  11161. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  11162. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:regon/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11163. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2815"
  11164. retrieve_ID="parent::node()/ID"
  11165. local-name="element"
  11166. local-name-name="bank"
  11167. system_cache__appinfo:xpath_full="bank"
  11168. system_cache__appinfo:xpath="/bank"
  11169. create_element="default_db__x3A__BILLING_OWNER:bank"
  11170. event_type="428"
  11171. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11172. system_cache__appinfo:maxOccurs="1"
  11173. system_cache__appinfo:minOccurs="0"
  11174. system_cache__appinfo:name="bank"
  11175. system_cache__appinfo:id="LLING_OWNER___d20e4454-1_bank"
  11176. system_cache__appinfo:xpath_local="bank"
  11177. system_cache__appinfo:sort="1"
  11178. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  11179. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  11180. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:bank/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11181. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2819"
  11182. retrieve_ID="parent::node()/ID"
  11183. local-name="element"
  11184. local-name-name="nr_rach"
  11185. system_cache__appinfo:xpath_full="nr_rach"
  11186. system_cache__appinfo:xpath="/nr_rach"
  11187. create_element="default_db__x3A__BILLING_OWNER:nr_rach"
  11188. event_type="428"
  11189. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11190. system_cache__appinfo:maxOccurs="1"
  11191. system_cache__appinfo:minOccurs="0"
  11192. system_cache__appinfo:name="nr_rach"
  11193. system_cache__appinfo:id="LLING_OWNER___d20e4458-1_nr_rach"
  11194. system_cache__appinfo:xpath_local="nr_rach"
  11195. system_cache__appinfo:sort="1"
  11196. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  11197. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  11198. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:nr_rach/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11199. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2823"
  11200. retrieve_ID="parent::node()/ID"
  11201. local-name="element"
  11202. local-name-name="NR_RACH_MASS_PAY"
  11203. system_cache__appinfo:xpath_full="NR_RACH_MASS_PAY"
  11204. system_cache__appinfo:xpath="/NR_RACH_MASS_PAY"
  11205. create_element="default_db__x3A__BILLING_OWNER:NR_RACH_MASS_PAY"
  11206. event_type="428"
  11207. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11208. system_cache__appinfo:maxOccurs="1"
  11209. system_cache__appinfo:minOccurs="0"
  11210. system_cache__appinfo:name="NR_RACH_MASS_PAY"
  11211. system_cache__appinfo:id="LLING_OWNER___d20e4462-1_NR_RACH_MA"
  11212. system_cache__appinfo:xpath_local="NR_RACH_MASS_PAY"
  11213. system_cache__appinfo:sort="1"
  11214. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  11215. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  11216. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:NR_RACH_MASS_PAY/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11217. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2827"
  11218. retrieve_ID="parent::node()/ID"
  11219. local-name="element"
  11220. local-name-name="BILLING_OWNER_EMAIL"
  11221. system_cache__appinfo:xpath_full="BILLING_OWNER_EMAIL"
  11222. system_cache__appinfo:xpath="/BILLING_OWNER_EMAIL"
  11223. create_element="default_db__x3A__BILLING_OWNER:BILLING_OWNER_EMAIL"
  11224. event_type="428"
  11225. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11226. system_cache__appinfo:maxOccurs="1"
  11227. system_cache__appinfo:minOccurs="0"
  11228. system_cache__appinfo:name="BILLING_OWNER_EMAIL"
  11229. system_cache__appinfo:id="LLING_OWNER___d20e4466-1_BILLING_OW"
  11230. system_cache__appinfo:xpath_local="BILLING_OWNER_EMAIL"
  11231. system_cache__appinfo:sort="1"
  11232. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  11233. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  11234. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:BILLING_OWNER_EMAIL/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11235. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2831"
  11236. retrieve_ID="parent::node()/ID"
  11237. local-name="element"
  11238. local-name-name="CRM_LISTA_ZASOBOW_ID"
  11239. system_cache__appinfo:xpath_full="CRM_LISTA_ZASOBOW_ID"
  11240. system_cache__appinfo:xpath="/CRM_LISTA_ZASOBOW_ID"
  11241. create_element="default_db__x3A__BILLING_OWNER:CRM_LISTA_ZASOBOW_ID"
  11242. event_type="428"
  11243. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11244. system_cache__appinfo:maxOccurs="1"
  11245. system_cache__appinfo:minOccurs="0"
  11246. system_cache__appinfo:name="CRM_LISTA_ZASOBOW_ID"
  11247. system_cache__appinfo:id="LLING_OWNER___d20e4470-1_CRM_LISTA_"
  11248. system_cache__appinfo:xpath_local="CRM_LISTA_ZASOBOW_ID"
  11249. system_cache__appinfo:sort="1"
  11250. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  11251. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  11252. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:CRM_LISTA_ZASOBOW_ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11253. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2836"
  11254. retrieve_ID="parent::node()/ID"
  11255. local-name="element"
  11256. local-name-name="A_RECORD_CREATE_DATE"
  11257. system_cache__appinfo:xpath_full="A_RECORD_CREATE_DATE"
  11258. system_cache__appinfo:xpath="/A_RECORD_CREATE_DATE"
  11259. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_CREATE_DATE"
  11260. event_type="428"
  11261. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11262. system_cache__appinfo:maxOccurs="1"
  11263. system_cache__appinfo:minOccurs="0"
  11264. system_cache__appinfo:name="A_RECORD_CREATE_DATE"
  11265. system_cache__appinfo:id="LLING_OWNER___d20e4473-1_A_RECORD_C"
  11266. system_cache__appinfo:xpath_local="A_RECORD_CREATE_DATE"
  11267. system_cache__appinfo:sort="1"
  11268. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  11269. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  11270. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_CREATE_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11271. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2842"
  11272. retrieve_ID="parent::node()/ID"
  11273. local-name="element"
  11274. local-name-name="A_RECORD_CREATE_AUTHOR"
  11275. system_cache__appinfo:xpath_full="A_RECORD_CREATE_AUTHOR"
  11276. system_cache__appinfo:xpath="/A_RECORD_CREATE_AUTHOR"
  11277. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_CREATE_AUTHOR"
  11278. event_type="428"
  11279. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11280. system_cache__appinfo:maxOccurs="1"
  11281. system_cache__appinfo:minOccurs="0"
  11282. system_cache__appinfo:name="A_RECORD_CREATE_AUTHOR"
  11283. system_cache__appinfo:id="LLING_OWNER___d20e4477-1_A_RECORD_C"
  11284. system_cache__appinfo:xpath_local="A_RECORD_CREATE_AUTHOR"
  11285. system_cache__appinfo:sort="1"
  11286. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  11287. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  11288. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_CREATE_AUTHOR/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11289. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2846"
  11290. retrieve_ID="parent::node()/ID"
  11291. local-name="element"
  11292. local-name-name="SYNC_SQIX_STATUS"
  11293. system_cache__appinfo:xpath_full="SYNC_SQIX_STATUS"
  11294. system_cache__appinfo:xpath="/SYNC_SQIX_STATUS"
  11295. create_element="default_db__x3A__BILLING_OWNER:SYNC_SQIX_STATUS"
  11296. event_type="428"
  11297. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11298. system_cache__appinfo:maxOccurs="1"
  11299. system_cache__appinfo:minOccurs="0"
  11300. system_cache__appinfo:name="SYNC_SQIX_STATUS"
  11301. system_cache__appinfo:id="LLING_OWNER___d20e4481-1_SYNC_SQIX_"
  11302. system_cache__appinfo:xpath_local="SYNC_SQIX_STATUS"
  11303. system_cache__appinfo:sort="1"
  11304. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  11305. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  11306. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:SYNC_SQIX_STATUS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11307. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2850"
  11308. retrieve_ID="parent::node()/ID"
  11309. local-name="element"
  11310. local-name-name="A_RECORD_UPDATE_DATE"
  11311. system_cache__appinfo:xpath_full="A_RECORD_UPDATE_DATE"
  11312. system_cache__appinfo:xpath="/A_RECORD_UPDATE_DATE"
  11313. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_UPDATE_DATE"
  11314. event_type="428"
  11315. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11316. system_cache__appinfo:maxOccurs="1"
  11317. system_cache__appinfo:minOccurs="0"
  11318. system_cache__appinfo:name="A_RECORD_UPDATE_DATE"
  11319. system_cache__appinfo:id="LLING_OWNER___d20e4485-1_A_RECORD_U"
  11320. system_cache__appinfo:xpath_local="A_RECORD_UPDATE_DATE"
  11321. system_cache__appinfo:sort="1"
  11322. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  11323. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  11324. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_UPDATE_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11325. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2857"
  11326. retrieve_ID="parent::node()/ID"
  11327. local-name="element"
  11328. local-name-name="A_RECORD_UPDATE_AUTHOR"
  11329. system_cache__appinfo:xpath_full="A_RECORD_UPDATE_AUTHOR"
  11330. system_cache__appinfo:xpath="/A_RECORD_UPDATE_AUTHOR"
  11331. create_element="default_db__x3A__BILLING_OWNER:A_RECORD_UPDATE_AUTHOR"
  11332. event_type="428"
  11333. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11334. system_cache__appinfo:maxOccurs="1"
  11335. system_cache__appinfo:minOccurs="0"
  11336. system_cache__appinfo:name="A_RECORD_UPDATE_AUTHOR"
  11337. system_cache__appinfo:id="LLING_OWNER___d20e4490-1_A_RECORD_U"
  11338. system_cache__appinfo:xpath_local="A_RECORD_UPDATE_AUTHOR"
  11339. system_cache__appinfo:sort="1"
  11340. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  11341. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  11342. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_RECORD_UPDATE_AUTHOR/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11343. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2861"
  11344. retrieve_ID="parent::node()/ID"
  11345. local-name="element"
  11346. local-name-name="L_APPOITMENT_DATE"
  11347. system_cache__appinfo:xpath_full="L_APPOITMENT_DATE"
  11348. system_cache__appinfo:xpath="/L_APPOITMENT_DATE"
  11349. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_DATE"
  11350. event_type="428"
  11351. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11352. system_cache__appinfo:maxOccurs="1"
  11353. system_cache__appinfo:minOccurs="0"
  11354. system_cache__appinfo:name="L_APPOITMENT_DATE"
  11355. system_cache__appinfo:id="LLING_OWNER___d20e4494-1_L_APPOITME"
  11356. system_cache__appinfo:xpath_local="L_APPOITMENT_DATE"
  11357. system_cache__appinfo:sort="1"
  11358. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  11359. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  11360. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_DATE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11361. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2865"
  11362. retrieve_ID="parent::node()/ID"
  11363. local-name="element"
  11364. local-name-name="L_APPOITMENT_USER"
  11365. system_cache__appinfo:xpath_full="L_APPOITMENT_USER"
  11366. system_cache__appinfo:xpath="/L_APPOITMENT_USER"
  11367. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_USER"
  11368. event_type="428"
  11369. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11370. system_cache__appinfo:maxOccurs="1"
  11371. system_cache__appinfo:minOccurs="0"
  11372. system_cache__appinfo:name="L_APPOITMENT_USER"
  11373. system_cache__appinfo:id="LLING_OWNER___d20e4498-1_L_APPOITME"
  11374. system_cache__appinfo:xpath_local="L_APPOITMENT_USER"
  11375. system_cache__appinfo:sort="1"
  11376. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  11377. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  11378. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_USER/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11379. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2869"
  11380. retrieve_ID="parent::node()/ID"
  11381. local-name="element"
  11382. local-name-name="L_APPOITMENT_PERIOD"
  11383. system_cache__appinfo:xpath_full="L_APPOITMENT_PERIOD"
  11384. system_cache__appinfo:xpath="/L_APPOITMENT_PERIOD"
  11385. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_PERIOD"
  11386. event_type="428"
  11387. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11388. system_cache__appinfo:maxOccurs="1"
  11389. system_cache__appinfo:minOccurs="0"
  11390. system_cache__appinfo:name="L_APPOITMENT_PERIOD"
  11391. system_cache__appinfo:id="LLING_OWNER___d20e4502-1_L_APPOITME"
  11392. system_cache__appinfo:xpath_local="L_APPOITMENT_PERIOD"
  11393. system_cache__appinfo:sort="1"
  11394. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  11395. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  11396. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_PERIOD/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11397. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2873"
  11398. retrieve_ID="parent::node()/ID"
  11399. local-name="element"
  11400. local-name-name="L_APPOITMENT_INFO"
  11401. system_cache__appinfo:xpath_full="L_APPOITMENT_INFO"
  11402. system_cache__appinfo:xpath="/L_APPOITMENT_INFO"
  11403. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_INFO"
  11404. event_type="428"
  11405. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11406. system_cache__appinfo:maxOccurs="1"
  11407. system_cache__appinfo:minOccurs="0"
  11408. system_cache__appinfo:name="L_APPOITMENT_INFO"
  11409. system_cache__appinfo:id="LLING_OWNER___d20e4506-1_L_APPOITME"
  11410. system_cache__appinfo:xpath_local="L_APPOITMENT_INFO"
  11411. system_cache__appinfo:sort="1"
  11412. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  11413. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  11414. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_INFO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11415. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2877"
  11416. retrieve_ID="parent::node()/ID"
  11417. local-name="element"
  11418. local-name-name="L_APPOITMENT_TYPE"
  11419. system_cache__appinfo:xpath_full="L_APPOITMENT_TYPE"
  11420. system_cache__appinfo:xpath="/L_APPOITMENT_TYPE"
  11421. create_element="default_db__x3A__BILLING_OWNER:L_APPOITMENT_TYPE"
  11422. event_type="428"
  11423. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11424. system_cache__appinfo:maxOccurs="1"
  11425. system_cache__appinfo:minOccurs="0"
  11426. system_cache__appinfo:name="L_APPOITMENT_TYPE"
  11427. system_cache__appinfo:id="LLING_OWNER___d20e4510-1_L_APPOITME"
  11428. system_cache__appinfo:xpath_local="L_APPOITMENT_TYPE"
  11429. system_cache__appinfo:sort="1"
  11430. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  11431. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  11432. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:L_APPOITMENT_TYPE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11433. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2888"
  11434. retrieve_ID="parent::node()/ID"
  11435. local-name="element"
  11436. local-name-name="A_STATUS"
  11437. system_cache__appinfo:xpath_full="A_STATUS"
  11438. system_cache__appinfo:xpath="/A_STATUS"
  11439. create_element="default_db__x3A__BILLING_OWNER:A_STATUS"
  11440. event_type="428"
  11441. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11442. system_cache__appinfo:maxOccurs="1"
  11443. system_cache__appinfo:minOccurs="0"
  11444. system_cache__appinfo:name="A_STATUS"
  11445. system_cache__appinfo:id="LLING_OWNER___d20e4520-1_A_STATUS"
  11446. system_cache__appinfo:xpath_local="A_STATUS"
  11447. system_cache__appinfo:sort="1"
  11448. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  11449. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  11450. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_STATUS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11451. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2899"
  11452. retrieve_ID="parent::node()/ID"
  11453. local-name="element"
  11454. local-name-name="A_STATUS_INFO"
  11455. system_cache__appinfo:xpath_full="A_STATUS_INFO"
  11456. system_cache__appinfo:xpath="/A_STATUS_INFO"
  11457. create_element="default_db__x3A__BILLING_OWNER:A_STATUS_INFO"
  11458. event_type="428"
  11459. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11460. system_cache__appinfo:maxOccurs="1"
  11461. system_cache__appinfo:minOccurs="0"
  11462. system_cache__appinfo:name="A_STATUS_INFO"
  11463. system_cache__appinfo:id="LLING_OWNER___d20e4530-1_A_STATUS_I"
  11464. system_cache__appinfo:xpath_local="A_STATUS_INFO"
  11465. system_cache__appinfo:sort="1"
  11466. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  11467. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  11468. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_STATUS_INFO/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11469. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2903"
  11470. retrieve_ID="parent::node()/ID"
  11471. local-name="element"
  11472. local-name-name="A_ADM_COMPANY"
  11473. system_cache__appinfo:xpath_full="A_ADM_COMPANY"
  11474. system_cache__appinfo:xpath="/A_ADM_COMPANY"
  11475. create_element="default_db__x3A__BILLING_OWNER:A_ADM_COMPANY"
  11476. event_type="428"
  11477. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11478. system_cache__appinfo:maxOccurs="1"
  11479. system_cache__appinfo:minOccurs="0"
  11480. system_cache__appinfo:name="A_ADM_COMPANY"
  11481. system_cache__appinfo:id="LLING_OWNER___d20e4534-1_A_ADM_COMP"
  11482. system_cache__appinfo:xpath_local="A_ADM_COMPANY"
  11483. system_cache__appinfo:sort="1"
  11484. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  11485. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  11486. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_ADM_COMPANY/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11487. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2907"
  11488. retrieve_ID="parent::node()/ID"
  11489. local-name="element"
  11490. local-name-name="A_CLASSIFIED"
  11491. system_cache__appinfo:xpath_full="A_CLASSIFIED"
  11492. system_cache__appinfo:xpath="/A_CLASSIFIED"
  11493. create_element="default_db__x3A__BILLING_OWNER:A_CLASSIFIED"
  11494. event_type="428"
  11495. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11496. system_cache__appinfo:maxOccurs="1"
  11497. system_cache__appinfo:minOccurs="0"
  11498. system_cache__appinfo:name="A_CLASSIFIED"
  11499. system_cache__appinfo:id="LLING_OWNER___d20e4538-1_A_CLASSIFI"
  11500. system_cache__appinfo:xpath_local="A_CLASSIFIED"
  11501. system_cache__appinfo:sort="1"
  11502. system_cache__appinfo:prefix="default_db__x3A__BILLING_OWNER"
  11503. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BILLING_OWNER.xsd"
  11504. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__BILLING_OWNER:BILLING_OWNER//element:BILLING_OWNER//element:A_CLASSIFIED/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11505. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  11506. </p5_tr_map:go_recurse_from_root_by_build_element_481>
  11507. </p5_tr_map:go_recurse_from_root_by_build_element_434c>
  11508. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  11509. <p5_tr_map:go_recurse_from_root_by_build_element_477 retrieve_PARENT_ID="parent::node()/ID"
  11510. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  11511. local-name="element"
  11512. local-name-name="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  11513. create_element="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  11514. requested-table-type="INSTANCE"
  11515. event_type="477"
  11516. flat_relation_cache_name="ID_BILLING_USERS"
  11517. flat_relation_cache_xpath="default_db__x3A__COMPANIES:ID_BILLING_USERS/ID"
  11518. p5_tr_map:uuid="d14812e2914"
  11519. comment="477 (aktualizacja @prefix_for_elements) pobranie elementu z referencja do tabeli nie natywnej SE lub innej - ma @ref i musi miec REMOTE_ID np. MAGAZYN/sequence/default_db:TELBOXES (@ref) pasuje tez element /MAGAZYN//sequence/teryt:AdresUlica TODO element z ref nie moze miec ID "
  11520. system_cache__appinfo:xpath_full="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  11521. system_cache__appinfo:ref="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  11522. system_cache__appinfo:id="default_db__x3A__IN7_DZIENNIK_KORESP___d13e9926-1"
  11523. system_cache__appinfo:xpath_local="default_db__x3A__COMPANIES:ID_BILLING_USERS"
  11524. system_cache__appinfo:sort="1"
  11525. system_cache__appinfo:prefix="default_db__x3A__IN7_DZIENNIK_KORESP"
  11526. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  11527. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS/"><!--#1252 appinfo supperssed there... for future transforming-->
  11528. <p5_tr_map:go_recurse_from_root_by_build_element_434r p5_tr_map:uuid="d14812e2915"
  11529. comment="434r warunek 434r w !__element__! = /schema/complexType//@ref/!__element__!/complexType bez @type w glownym wywolaniu local-name:element @name:ID_BILLING_USERS @id:default_db__x3A__COMPANIES___d13e9839-1_ID_BILLING INSTANCE_ID: np. dla prove_portal:klient"
  11530. event_type="434r"
  11531. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9839-1_ID_BILLING"
  11532. event_name="element[@type]/node()"
  11533. parent_type=""
  11534. system_cache__appinfo:name="ID_BILLING_USERS"><!--#2069 mode="p5_tr_map:go_recurse_from_root_by_build_element" match="key" - TODO to implement key features-->
  11535. <p5_tr_map:go_recurse_from_root_by_build_element_434b p5_tr_map:uuid="d14812e2917"
  11536. comment="434b przepuszczenie pierszego elementu dla przypadku //schema/element/complexType - magazynujemy go w complexType nizej local-name:complexType @name:COMPANIES @id:default_db__x3A__COMPANIES___d13e9727-1_COMPANIES INSTANCE_ID: np. dla elementu teryt(..):WOJ , ktory ma nizej complexType"
  11537. event_type="434b"
  11538. event_name="element[]/complexType"
  11539. id="default_db__x3A__COMPANIES___d13e9727-1_COMPANIES">
  11540. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  11541. retrieve_resource_id="default_db__x3A__COMPANIES___d13e9735-1"
  11542. local-name="sequence"
  11543. event_type="473"
  11544. p5_tr_map:uuid="d14812e2918"
  11545. comment="warunek 473 sekwencje"
  11546. system_cache__appinfo:sort="1"
  11547. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  11548. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  11549. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9735-1"><!--473 sekwencje -->
  11550. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2919"
  11551. retrieve_ID="parent::node()/ID"
  11552. local-name="element"
  11553. local-name-name="ID"
  11554. system_cache__appinfo:xpath_full="ID"
  11555. system_cache__appinfo:xpath="/ID"
  11556. create_element="default_db__x3A__COMPANIES:ID"
  11557. event_type="428"
  11558. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11559. system_cache__appinfo:name="ID"
  11560. system_cache__appinfo:type="xs:int"
  11561. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9737-1_ID"
  11562. system_cache__appinfo:xpath_local="xs:int"
  11563. system_cache__appinfo:sort="1"
  11564. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  11565. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  11566. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11567. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2925"
  11568. retrieve_ID="parent::node()/ID"
  11569. local-name="element"
  11570. local-name-name="P_NAME"
  11571. system_cache__appinfo:xpath_full="P_NAME"
  11572. system_cache__appinfo:xpath="/P_NAME"
  11573. create_element="default_db__x3A__COMPANIES:P_NAME"
  11574. event_type="428"
  11575. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11576. system_cache__appinfo:maxOccurs="1"
  11577. system_cache__appinfo:minOccurs="0"
  11578. system_cache__appinfo:name="P_NAME"
  11579. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9739-1_P_NAME"
  11580. system_cache__appinfo:xpath_local="P_NAME"
  11581. system_cache__appinfo:sort="1"
  11582. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  11583. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  11584. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NAME/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11585. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2929"
  11586. retrieve_ID="parent::node()/ID"
  11587. local-name="element"
  11588. local-name-name="P_NAME_SECOND"
  11589. system_cache__appinfo:xpath_full="P_NAME_SECOND"
  11590. system_cache__appinfo:xpath="/P_NAME_SECOND"
  11591. create_element="default_db__x3A__COMPANIES:P_NAME_SECOND"
  11592. event_type="428"
  11593. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11594. system_cache__appinfo:maxOccurs="1"
  11595. system_cache__appinfo:minOccurs="0"
  11596. system_cache__appinfo:name="P_NAME_SECOND"
  11597. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9750-1_P_NAME_SEC"
  11598. system_cache__appinfo:xpath_local="P_NAME_SECOND"
  11599. system_cache__appinfo:sort="1"
  11600. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  11601. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  11602. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NAME_SECOND/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11603. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2933"
  11604. retrieve_ID="parent::node()/ID"
  11605. local-name="element"
  11606. local-name-name="P_NIP"
  11607. system_cache__appinfo:xpath_full="P_NIP"
  11608. system_cache__appinfo:xpath="/P_NIP"
  11609. create_element="default_db__x3A__COMPANIES:P_NIP"
  11610. event_type="428"
  11611. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11612. system_cache__appinfo:maxOccurs="1"
  11613. system_cache__appinfo:minOccurs="0"
  11614. system_cache__appinfo:name="P_NIP"
  11615. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9761-1_P_NIP"
  11616. system_cache__appinfo:xpath_local="P_NIP"
  11617. system_cache__appinfo:sort="1"
  11618. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  11619. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  11620. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_NIP/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11621. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2937"
  11622. retrieve_ID="parent::node()/ID"
  11623. local-name="element"
  11624. local-name-name="P_OTHER_DOC"
  11625. system_cache__appinfo:xpath_full="P_OTHER_DOC"
  11626. system_cache__appinfo:xpath="/P_OTHER_DOC"
  11627. create_element="default_db__x3A__COMPANIES:P_OTHER_DOC"
  11628. event_type="428"
  11629. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11630. system_cache__appinfo:maxOccurs="1"
  11631. system_cache__appinfo:minOccurs="0"
  11632. system_cache__appinfo:name="P_OTHER_DOC"
  11633. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9772-1_P_OTHER_DO"
  11634. system_cache__appinfo:xpath_local="P_OTHER_DOC"
  11635. system_cache__appinfo:sort="1"
  11636. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  11637. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  11638. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_OTHER_DOC/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11639. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2941"
  11640. retrieve_ID="parent::node()/ID"
  11641. local-name="element"
  11642. local-name-name="P_PHONE"
  11643. system_cache__appinfo:xpath_full="P_PHONE"
  11644. system_cache__appinfo:xpath="/P_PHONE"
  11645. create_element="default_db__x3A__COMPANIES:P_PHONE"
  11646. event_type="428"
  11647. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11648. system_cache__appinfo:maxOccurs="1"
  11649. system_cache__appinfo:minOccurs="0"
  11650. system_cache__appinfo:name="P_PHONE"
  11651. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9784-1_P_PHONE"
  11652. system_cache__appinfo:xpath_local="P_PHONE"
  11653. system_cache__appinfo:sort="1"
  11654. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  11655. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  11656. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_PHONE/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11657. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2945"
  11658. retrieve_ID="parent::node()/ID"
  11659. local-name="element"
  11660. local-name-name="P_PHONE_SMS"
  11661. system_cache__appinfo:xpath_full="P_PHONE_SMS"
  11662. system_cache__appinfo:xpath="/P_PHONE_SMS"
  11663. create_element="default_db__x3A__COMPANIES:P_PHONE_SMS"
  11664. event_type="428"
  11665. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11666. system_cache__appinfo:maxOccurs="1"
  11667. system_cache__appinfo:minOccurs="0"
  11668. system_cache__appinfo:name="P_PHONE_SMS"
  11669. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9795-1_P_PHONE_SM"
  11670. system_cache__appinfo:xpath_local="P_PHONE_SMS"
  11671. system_cache__appinfo:sort="1"
  11672. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  11673. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  11674. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_PHONE_SMS/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11675. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2949"
  11676. retrieve_ID="parent::node()/ID"
  11677. local-name="element"
  11678. local-name-name="P_FAX"
  11679. system_cache__appinfo:xpath_full="P_FAX"
  11680. system_cache__appinfo:xpath="/P_FAX"
  11681. create_element="default_db__x3A__COMPANIES:P_FAX"
  11682. event_type="428"
  11683. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11684. system_cache__appinfo:maxOccurs="1"
  11685. system_cache__appinfo:minOccurs="0"
  11686. system_cache__appinfo:name="P_FAX"
  11687. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9806-1_P_FAX"
  11688. system_cache__appinfo:xpath_local="P_FAX"
  11689. system_cache__appinfo:sort="1"
  11690. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  11691. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  11692. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_FAX/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11693. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2953"
  11694. retrieve_ID="parent::node()/ID"
  11695. local-name="element"
  11696. local-name-name="P_CONTACT_PERSON"
  11697. system_cache__appinfo:xpath_full="P_CONTACT_PERSON"
  11698. system_cache__appinfo:xpath="/P_CONTACT_PERSON"
  11699. create_element="default_db__x3A__COMPANIES:P_CONTACT_PERSON"
  11700. event_type="428"
  11701. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11702. system_cache__appinfo:maxOccurs="1"
  11703. system_cache__appinfo:minOccurs="0"
  11704. system_cache__appinfo:name="P_CONTACT_PERSON"
  11705. system_cache__appinfo:id="default_db__x3A__COMPANIES___d13e9817-1_P_CONTACT_"
  11706. system_cache__appinfo:xpath_local="P_CONTACT_PERSON"
  11707. system_cache__appinfo:sort="1"
  11708. system_cache__appinfo:prefix="default_db__x3A__COMPANIES"
  11709. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"
  11710. system_cache__appinfo:restriction_path="/element:@ref:default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB//element:ID_KORESP_PROTOK_ODB//element:@ref:default_db__x3A__COMPANIES:ID_BILLING_USERS//element:ID_BILLING_USERS//element:P_CONTACT_PERSON/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11711. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  11712. </p5_tr_map:go_recurse_from_root_by_build_element_434b>
  11713. </p5_tr_map:go_recurse_from_root_by_build_element_434r>
  11714. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  11715. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  11716. </p5_tr_map:go_recurse_from_root_by_build_element_481>
  11717. </p5_tr_map:go_recurse_from_root_by_build_element_434c>
  11718. </p5_tr_map:go_recurse_from_root_by_build_element_477>
  11719. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  11720. </p5_tr_map:go_recurse_from_root_by_build_element_4940>
  11721. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  11722. retrieve_resource_id="A__TELBOXES___d20e4792-1"
  11723. local-name="sequence"
  11724. event_type="473"
  11725. p5_tr_map:uuid="d14812e2967"
  11726. comment="warunek 473 sekwencje"
  11727. system_cache__appinfo:sort="1"
  11728. system_cache__appinfo:prefix="default_db__x3A__TELBOXES"
  11729. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/TELBOXES.xsd"
  11730. system_cache__appinfo:id="A__TELBOXES___d20e4792-1"><!--473 sekwencje -->
  11731. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2968"
  11732. retrieve_ID="parent::node()/ID"
  11733. local-name="element"
  11734. local-name-name="T_TELBOX_NAME"
  11735. system_cache__appinfo:xpath_full="default_db__x3A__TELBOXES:TELBOXESType/T_TELBOX_NAME"
  11736. system_cache__appinfo:xpath="default_db__x3A__TELBOXES:TELBOXESType/T_TELBOX_NAME"
  11737. create_element="T_TELBOX_NAME"
  11738. event_type="428"
  11739. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11740. system_cache__appinfo:name="T_TELBOX_NAME"
  11741. system_cache__appinfo:type="xs:string"
  11742. system_cache__appinfo:id="A__TELBOXES___d20e4793-1_T_TELBOX_N"
  11743. system_cache__appinfo:xpath_local="xs:string"
  11744. system_cache__appinfo:sort="1"
  11745. system_cache__appinfo:prefix="default_db__x3A__TELBOXES"
  11746. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/TELBOXES.xsd"
  11747. system_cache__appinfo:restriction_path="/element:T_TELBOX_NAME/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11748. <p5_tr_map:go_recurse_from_root_by_build_element_477b retrieve_PARENT_ID="parent::node()/ID"
  11749. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  11750. local-name="element"
  11751. local-name-name="Budynek_blok"
  11752. create_element="Budynek_blok"
  11753. requested-table-type="INSTANCE"
  11754. event_type="477b"
  11755. p5_tr_map:uuid="d14812e2971"
  11756. comment="477b uzyty ComplexType bez @ref w elemencie - symulacja pobrania elementu jak z @ref i musi miec REMOTE_ID"
  11757. system_cache__appinfo:xpath_full="default_db__x3A__TELBOXES:TELBOXESType/default_db__x3A__BUILDINGS:Budynek_blok"
  11758. system_cache__appinfo:id="default_db__x3A__BUILDINGS___d13e10252-1_IN7BLOK"
  11759. system_cache__appinfo:name="Budynek_blok"
  11760. system_cache__appinfo:type="default_db__x3A__BUILDINGS:Budynek_blok"
  11761. system_cache__appinfo:xpath_local="default_db__x3A__BUILDINGS:Budynek_blok"
  11762. system_cache__appinfo:sort="1"
  11763. system_cache__appinfo:prefix="default_db__x3A__TELBOXES"
  11764. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/TELBOXES.xsd"
  11765. system_cache__appinfo:restriction_path="/element:Budynek_blok/">
  11766. <p5_tr_map:go_recurse_from_root_by_build_element_4812 retrieve_ID="parent::node()/REMOTE_ID"
  11767. local-name="complexType"
  11768. local-name-name="Budynek_blok"
  11769. requested-table-type="INSTANCE"
  11770. event_type="4812"
  11771. parent_name=""
  11772. p5_tr_map:parent_type="default_db__x3A__BUILDINGS:Budynek_blok"
  11773. p5_tr_map:uuid="d14812e2972"
  11774. comment="4812 derewiacja na child::node=complexType , z instancjami, obych obiektow (ComplexType) , pytamy sie o konkretne ID=@REMOTE_ID w konkretnej tabeli (nie ma parent_type) "
  11775. system_cache__appinfo:restriction_path_TODEL="/element:Budynek_blok/"
  11776. system_cache__appinfo:id="default_db__x3A__BUILDINGS___d13e10055-1_CTBudynekBl"
  11777. system_cache__appinfo:name="Budynek_blok"
  11778. system_cache__appinfo:sort="0"
  11779. system_cache__appinfo:root_element_in_schema="true"
  11780. system_cache__appinfo:prefix="default_db__x3A__BUILDINGS"
  11781. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BUILDINGS.xsd">
  11782. <p5_tr_map:go_recurse_from_root_by_build_element_4810 retrieve_ID="parent::node()/REMOTE_ID"
  11783. local-name="complexType"
  11784. local-name-name="BUILDINGS"
  11785. requested-table-type="INSTANCE"
  11786. event_type="4810"
  11787. parent_name=""
  11788. p5_tr_map:parent_type="default_db__x3A__BUILDINGS:Budynek_blok"
  11789. p5_tr_map:uuid="d14812e2973"
  11790. comment="4810 tutaj jest tabela z dodatkowa derewiacja @type, z instancjami, obych obiektow (ComplexType) , pytamy sie o konkretne ID=@REMOTE_ID w konkretnej tabeli (nie ma parent_type) "
  11791. system_cache__appinfo:restriction_path_TODEL="/element:Budynek_blok/"
  11792. system_cache__appinfo:name="BUILDINGS"
  11793. system_cache__appinfo:id="default_db__x3A__BUILDINGS___d13e10055-1_IN7_MK_B"
  11794. system_cache__appinfo:sort="0"
  11795. system_cache__appinfo:root_element_in_schema="true"
  11796. system_cache__appinfo:prefix="default_db__x3A__BUILDINGS"
  11797. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BUILDINGS.xsd">
  11798. <p5_tr_map:go_recurse_from_root_by_build_element_473 retrieve_PARENT_ID="parent::node()/ID"
  11799. retrieve_resource_id="default_db__x3A__BUILDINGS___d13e10057-1"
  11800. local-name="sequence"
  11801. event_type="473"
  11802. p5_tr_map:uuid="d14812e2974"
  11803. comment="warunek 473 sekwencje"
  11804. system_cache__appinfo:sort="1"
  11805. system_cache__appinfo:prefix="default_db__x3A__BUILDINGS"
  11806. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BUILDINGS.xsd"
  11807. system_cache__appinfo:id="default_db__x3A__BUILDINGS___d13e10057-1"><!--473 sekwencje -->
  11808. <p5_tr_map:go_recurse_from_root_by_build_element_428 p5_tr_map:uuid="d14812e2975"
  11809. retrieve_ID="parent::node()/ID"
  11810. local-name="element"
  11811. local-name-name="ID"
  11812. system_cache__appinfo:xpath_full="ID"
  11813. system_cache__appinfo:xpath="/ID"
  11814. create_element="default_db__x3A__BUILDINGS:ID"
  11815. event_type="428"
  11816. comment="428 - parent_name:default_db__x3A__TELBOXES:WezelB"
  11817. system_cache__appinfo:name="ID"
  11818. system_cache__appinfo:type="xs:int"
  11819. system_cache__appinfo:id="default_db__x3A__BUILDINGS___d13e10059-1_ID"
  11820. system_cache__appinfo:xpath_local="xs:int"
  11821. system_cache__appinfo:sort="1"
  11822. system_cache__appinfo:prefix="default_db__x3A__BUILDINGS"
  11823. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BUILDINGS.xsd"
  11824. system_cache__appinfo:restriction_path="/element:Budynek_blok//element:ID/"><!--428 nie ma dziecka jest simple - pobieramy element z bazy szukajac PARENT_ID - np. MAGAZYN/sequence/T_TELBOX_TYPE:xs:simple, ktory ma dane w ID, VALUE --></p5_tr_map:go_recurse_from_root_by_build_element_428>
  11825. <p5_tr_map:go_recurse_from_root_by_build_element_477b retrieve_PARENT_ID="parent::node()/ID"
  11826. retrieve_REMOTE_ID="not empty(REMOTE_ID)"
  11827. local-name="element"
  11828. local-name-name="the_geom"
  11829. create_element="the_geom"
  11830. requested-table-type="INSTANCE"
  11831. event_type="477b"
  11832. p5_tr_map:uuid="d14812e2981"
  11833. comment="477b uzyty ComplexType bez @ref w elemencie - symulacja pobrania elementu jak z @ref i musi miec REMOTE_ID"
  11834. system_cache__appinfo:xpath_full="gml:SurfacePropertyType"
  11835. system_cache__appinfo:id="default_db__x3A__BUILDINGS___d13e10059-1_the_geom"
  11836. system_cache__appinfo:name="the_geom"
  11837. system_cache__appinfo:type="gml:SurfacePropertyType"
  11838. system_cache__appinfo:xpath_local="gml:SurfacePropertyType"
  11839. system_cache__appinfo:sort="1"
  11840. system_cache__appinfo:prefix="default_db__x3A__BUILDINGS"
  11841. system_cache__appinfo:namespace_uri="https://biuro.biall-net.pl/wfs/default_db/table/BUILDINGS.xsd"
  11842. system_cache__appinfo:restriction_path="/element:Budynek_blok//element:the_geom/">
  11843. <p5_tr_map:go_recurse_from_root_by_build_element_381 retrieve_ID="parent::node()/REMOTE_ID"
  11844. local-name="complexType"
  11845. local-name-name="SurfacePropertyType"
  11846. requested-table-type="INSTANCE"
  11847. event_type="381"
  11848. parent_name=""
  11849. p5_tr_map:parent_type="gml:SurfacePropertyType"
  11850. p5_tr_map:uuid="d14812e2982"
  11851. comment="381 tutaj jest tabela z instancjami obych obiektow (simpleContent) , pytamy sie o konkretne ID=@REMOTE_ID w konkretnej tabeli (nie ma parent_type) "
  11852. system_cache__appinfo:restriction_path_TODEL="/element:Budynek_blok//element:the_geom/"
  11853. system_cache__appinfo:abstract="true"
  11854. system_cache__appinfo:name="SurfacePropertyType"
  11855. system_cache__appinfo:id="gml___d13e10405-1_SurfacePro"
  11856. system_cache__appinfo:sort="0"
  11857. system_cache__appinfo:root_element_in_schema="true"
  11858. system_cache__appinfo:prefix="gml"
  11859. system_cache__appinfo:namespace_uri="http://www.opengis.net/gml/3.2">
  11860. <system_cache__appinfo:schema>
  11861. <xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema"
  11862. system_cache__appinfo:mode__build_flat_schema__match_simpleType_line="1408"
  11863. system_cache__appinfo:namespace_uri="http://www.w3.org/2001/XMLSchema"
  11864. name="string"
  11865. id="string">
  11866. <xs:restriction base="xs:anyAtomicType"
  11867. system_cache__appinfo:namespace_uri="http://www.w3.org/2001/XMLSchema"/>
  11868. </xs:simpleType>
  11869. </system_cache__appinfo:schema>
  11870. </p5_tr_map:go_recurse_from_root_by_build_element_381>
  11871. </p5_tr_map:go_recurse_from_root_by_build_element_477b>
  11872. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  11873. </p5_tr_map:go_recurse_from_root_by_build_element_4810>
  11874. </p5_tr_map:go_recurse_from_root_by_build_element_4812>
  11875. </p5_tr_map:go_recurse_from_root_by_build_element_477b>
  11876. </p5_tr_map:go_recurse_from_root_by_build_element_473>
  11877. </p5_tr_map:go_recurse_from_root_by_build_element_4942>
  11878. </p5_tr_map:go_recurse_from_root_by_build_element_434>
  11879. </p5_tr_map:go_recurse_from_root_by_build_element>