Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84.xsd 429 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568656965706571657265736574657565766577657865796580658165826583658465856586658765886589659065916592659365946595659665976598659966006601660266036604660566066607660866096610661166126613661466156616661766186619662066216622662366246625662666276628662966306631663266336634663566366637663866396640664166426643664466456646664766486649665066516652665366546655665666576658665966606661666266636664666566666667666866696670667166726673667466756676667766786679668066816682668366846685668666876688668966906691669266936694669566966697669866996700670167026703670467056706670767086709671067116712671367146715
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
  3. xmlns:gml="http://www.opengis.net/gml/3.2"
  4. xmlns:Types__x3A__default_infrastructure="https://biuro.biall-net.pl/wfs/default_db/Types/infrastructure.xsd"
  5. xmlns:default_db__x3A__IN7_DZIENNIK_KORESP="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  6. xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty"
  7. xmlns:default_db__x3A__ADMIN_USERS="https://biuro.biall-net.pl/wfs/default_db/table/ADMIN_USERS.xsd"
  8. xmlns:default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI="https://biuro.biall-net.pl/wfs/default_db/table/IN7_MK_BAZA_DYSTRYBUCJI.xsd"
  9. xmlns:SystemObjects__x3A__AccessGroup="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/AccessGroup.xsd"
  10. xmlns:SystemObjects__x3A__AccessOwner="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/AccessOwner.xsd"
  11. xmlns:default_db__x3A__CRM_LISTA_ZASOBOW="https://biuro.biall-net.pl/wfs/default_db/table/CRM_LISTA_ZASOBOW.xsd"
  12. xmlns:default_db__x3A__InvestArrangements="https://biuro.biall-net.pl/wfs/default_db/table/InvestArrangements.xsd"
  13. xmlns:default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84="https://biuro.biall-net.pl/wfs/default_db/table/Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84.xsd"
  14. xmlns:p5_tr_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/procesy5_translate_map.xsd"
  15. xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  16. 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"
  17. xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  18. targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84.xsd"
  19. vc:minVersion="1.1"><!--#334 $prototype_object_namespace = -->
  20. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/CRM_LISTA_ZASOBOW.xsd"
  21. schemaLocation="CRM_LISTA_ZASOBOW.xsd"/>
  22. <!--#334 $prototype_object_namespace = -->
  23. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  24. schemaLocation="IN7_DZIENNIK_KORESP.xsd"/>
  25. <!--#334 $prototype_object_namespace = -->
  26. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/InvestArrangements.xsd"
  27. schemaLocation="InvestArrangements.xsd"/>
  28. <!--#334 $prototype_object_namespace = -->
  29. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/IN7_MK_BAZA_DYSTRYBUCJI.xsd"
  30. schemaLocation="IN7_MK_BAZA_DYSTRYBUCJI.xsd"/>
  31. <!--#336 import upper-->
  32. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/CRM_LISTA_ZASOBOW.xsd"
  33. schemaLocation="CRM_LISTA_ZASOBOW.xsd"/>
  34. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  35. schemaLocation="IN7_DZIENNIK_KORESP.xsd"/>
  36. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/InvestArrangements.xsd"
  37. schemaLocation="InvestArrangements.xsd"/>
  38. <xs:import namespace="http://www.opengis.net/gml/3.2"
  39. schemaLocation="../Types/gml.xsd"/>
  40. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  41. schemaLocation="../table/IN7_DZIENNIK_KORESP.xsd"/>
  42. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/IN7_MK_BAZA_DYSTRYBUCJI.xsd"
  43. schemaLocation="../table/IN7_MK_BAZA_DYSTRYBUCJI.xsd"/>
  44. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/AccessGroup.xsd"
  45. schemaLocation="../SystemObjects/AccessGroup.xsd"/>
  46. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/AccessOwner.xsd"
  47. schemaLocation="../SystemObjects/AccessOwner.xsd"/>
  48. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/CRM_LISTA_ZASOBOW.xsd"
  49. schemaLocation="../table/CRM_LISTA_ZASOBOW.xsd"/>
  50. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/InvestArrangements.xsd"
  51. schemaLocation="../table/InvestArrangements.xsd"/>
  52. <xs:simpleType name="ID_KORESP" id="trala_WSG84___d7e118442-1_ID_KORESP">
  53. <xs:restriction base="xs:int"/>
  54. </xs:simpleType>
  55. <xs:simpleType name="ID_KORESP_SET" id="trala_WSG84___d7e118444-1_ID_KORESP_">
  56. <xs:restriction base="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP">
  57. <xs:minInclusive value="1"/>
  58. </xs:restriction>
  59. </xs:simpleType>
  60. <xs:simpleType name="ID_KORESP_UNSET" id="trala_WSG84___d7e118447-1_ID_KORESP_">
  61. <xs:restriction base="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP">
  62. <xs:enumeration value="0"/>
  63. </xs:restriction>
  64. </xs:simpleType>
  65. <xs:complexType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84"
  66. id="trala_WSG84___d7e118451-1_Rozdzielcz">
  67. <xs:annotation>
  68. <xs:documentation>Instancyjny - Protopyowy obiekt, który powinien mieć typy konkretnych
  69. rodzaji dla różnych technologii. Podzielony z uwagi na stany projektowania oraz
  70. realizacji. </xs:documentation>
  71. </xs:annotation>
  72. <xs:sequence id="trala_WSG84___d7e118455-1">
  73. <xs:element name="ID" type="xs:int" id="trala_WSG84___d7e118456-1_ID"/>
  74. <xs:element name="the_geom"
  75. type="gml:AbstractFeatureType"
  76. id="trala_WSG84___d7e118457-1_the_geom">
  77. <xs:annotation>
  78. <xs:documentation>Dane geograficzne obiektu - linia, punkt,
  79. polygon</xs:documentation>
  80. </xs:annotation>
  81. </xs:element>
  82. <xs:element name="A_STATUS_INFO"
  83. type="xs:string"
  84. id="trala_WSG84___d7e118461-1_A_STATUS_I"/>
  85. <xs:element name="opis" type="xs:string" id="trala_WSG84___d7e118462-1_opis">
  86. <xs:annotation>
  87. <xs:documentation>To zmiany na ID_ZASOBU pod katem kosztorysowym</xs:documentation>
  88. </xs:annotation>
  89. </xs:element>
  90. <xs:element name="ID_ZASOB"
  91. type="xs:int"
  92. id="trala_WSG84___d7e118466-1_ID_ZASOB"/>
  93. <xs:element ref="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW"
  94. id="trala_WSG84___d7e118467-1">
  95. <xs:annotation>
  96. <xs:appinfo>
  97. <system_cache__appinfo:flat_relation_cache>
  98. <system_cache__appinfo:source system_cache__appinfo:name="ID_ZASOB"
  99. system_cache__appinfo:xpath="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW/ID"/>
  100. </system_cache__appinfo:flat_relation_cache>
  101. </xs:appinfo>
  102. </xs:annotation>
  103. </xs:element>
  104. <xs:element name="Dlugosc"
  105. type="xs:double"
  106. id="trala_WSG84___d7e118472-1_Dlugosc"/>
  107. <xs:element name="Powierzchnia"
  108. type="xs:double"
  109. id="trala_WSG84___d7e118473-1_Powierzchn"/>
  110. <xs:element name="L_APPOITMENT_USER"
  111. type="xs:string"
  112. id="trala_WSG84___d7e118474-1_L_APPOITME"/>
  113. <xs:element ref="SystemObjects__x3A__AccessOwner:AccessOwner"
  114. id="trala_WSG84___d7e118475-1">
  115. <xs:annotation>
  116. <xs:appinfo>
  117. <system_cache__appinfo:flat_relation_cache>
  118. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  119. system_cache__appinfo:xpath="SystemObjects__x3A__AccessOwner:AccessOwner/login"/>
  120. </system_cache__appinfo:flat_relation_cache>
  121. </xs:appinfo>
  122. </xs:annotation>
  123. </xs:element>
  124. <xs:element name="A_CLASSIFIED"
  125. type="xs:string"
  126. id="trala_WSG84___d7e118480-1_A_CLASSIFI"/>
  127. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  128. id="trala_WSG84___d7e118482-1">
  129. <xs:annotation>
  130. <xs:appinfo>
  131. <system_cache__appinfo:flat_relation_cache>
  132. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  133. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/uid"/>
  134. </system_cache__appinfo:flat_relation_cache>
  135. </xs:appinfo>
  136. </xs:annotation>
  137. </xs:element>
  138. <xs:element name="A_ADM_COMPANY"
  139. type="xs:string"
  140. id="trala_WSG84___d7e118487-1_A_ADM_COMP"/>
  141. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  142. id="trala_WSG84___d7e118488-1">
  143. <xs:annotation>
  144. <xs:appinfo>
  145. <system_cache__appinfo:flat_relation_cache>
  146. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  147. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupWrite/uid"/>
  148. </system_cache__appinfo:flat_relation_cache>
  149. </xs:appinfo>
  150. </xs:annotation>
  151. </xs:element>
  152. <xs:element name="ID_PROJECT"
  153. type="xs:int"
  154. id="trala_WSG84___d7e118493-1_ID_PROJECT"/>
  155. <xs:element name="ID_KORESP_PROJEKT"
  156. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  157. id="trala_WSG84___d7e118494-1_ID_KORESP_"/>
  158. <xs:element minOccurs="0"
  159. maxOccurs="unbounded"
  160. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  161. id="trala_WSG84___d7e118495-1">
  162. <xs:annotation>
  163. <xs:appinfo>
  164. <system_cache__appinfo:flat_relation_cache>
  165. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT"
  166. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT/ID"/>
  167. </system_cache__appinfo:flat_relation_cache>
  168. </xs:appinfo>
  169. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z zasadami
  170. projektowania</xs:documentation>
  171. </xs:annotation>
  172. </xs:element>
  173. <xs:element name="ID_KORESP_PROJEKT_WYK"
  174. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  175. id="trala_WSG84___d7e118502-1_ID_KORESP_"/>
  176. <xs:element minOccurs="0"
  177. maxOccurs="unbounded"
  178. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK"
  179. id="trala_WSG84___d7e118503-1">
  180. <xs:annotation>
  181. <xs:appinfo>
  182. <system_cache__appinfo:flat_relation_cache>
  183. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT_WYK"
  184. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK/ID"/>
  185. </system_cache__appinfo:flat_relation_cache>
  186. </xs:appinfo>
  187. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z zasadami
  188. projektowania - proj wykonawczy</xs:documentation>
  189. </xs:annotation>
  190. </xs:element>
  191. <xs:element name="ID_KORESP_DO_REALIZ"
  192. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  193. id="trala_WSG84___d7e118510-1_ID_KORESP_"/>
  194. <xs:element minOccurs="0"
  195. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  196. id="trala_WSG84___d7e118511-1">
  197. <xs:annotation>
  198. <xs:appinfo>
  199. <system_cache__appinfo:flat_relation_cache>
  200. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_REALIZ"
  201. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ/ID"/>
  202. </system_cache__appinfo:flat_relation_cache>
  203. </xs:appinfo>
  204. <xs:documentation>Czy jest decyzja na realizacje</xs:documentation>
  205. </xs:annotation>
  206. </xs:element>
  207. <xs:element name="ID_KORESP_OFFER"
  208. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  209. id="trala_WSG84___d7e118518-1_ID_KORESP_"/>
  210. <xs:element minOccurs="0"
  211. maxOccurs="unbounded"
  212. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  213. id="trala_WSG84___d7e118520-1">
  214. <xs:annotation>
  215. <xs:appinfo>
  216. <system_cache__appinfo:flat_relation_cache>
  217. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_OFFER"
  218. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER/ID"/>
  219. </system_cache__appinfo:flat_relation_cache>
  220. </xs:appinfo>
  221. <xs:documentation>Czy jest oferta na obiekt</xs:documentation>
  222. </xs:annotation>
  223. </xs:element>
  224. <xs:element name="ID_KORESP_DO_UZG"
  225. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  226. id="trala_WSG84___d7e118527-1_ID_KORESP_"/>
  227. <xs:element minOccurs="0"
  228. maxOccurs="unbounded"
  229. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  230. id="trala_WSG84___d7e118528-1">
  231. <xs:annotation>
  232. <xs:appinfo>
  233. <system_cache__appinfo:flat_relation_cache>
  234. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG"
  235. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/ID"/>
  236. </system_cache__appinfo:flat_relation_cache>
  237. </xs:appinfo>
  238. <xs:documentation>Powiązanie do wysłanego pisma o zgodę na usytuowanie obiektu, do
  239. właściciela nieruchomości</xs:documentation>
  240. </xs:annotation>
  241. </xs:element>
  242. <xs:element name="ID_KORESP_UZG"
  243. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  244. id="trala_WSG84___d7e118535-1_ID_KORESP_"/>
  245. <xs:element minOccurs="0"
  246. maxOccurs="unbounded"
  247. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  248. id="trala_WSG84___d7e118536-1">
  249. <xs:annotation>
  250. <xs:appinfo>
  251. <system_cache__appinfo:flat_relation_cache>
  252. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG"
  253. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG/ID"/>
  254. </system_cache__appinfo:flat_relation_cache>
  255. </xs:appinfo>
  256. <xs:documentation>Fakt wyrażenia zgody na usytuowanie sieci od właściciela. Brak
  257. zgody powinien być wiązany z relacją dla wysyłania wniosków o
  258. zgody</xs:documentation>
  259. </xs:annotation>
  260. </xs:element>
  261. <xs:element name="ID_KORESP_DO_UZG_ZUD"
  262. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  263. id="trala_WSG84___d7e118543-1_ID_KORESP_"/>
  264. <xs:element minOccurs="0"
  265. maxOccurs="unbounded"
  266. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  267. id="trala_WSG84___d7e118544-1">
  268. <xs:annotation>
  269. <xs:appinfo>
  270. <system_cache__appinfo:flat_relation_cache>
  271. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG_ZUD"
  272. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD/ID"/>
  273. </system_cache__appinfo:flat_relation_cache>
  274. </xs:appinfo>
  275. <xs:documentation>Potwierdzenie nadania wniosku o uzgodnienie ZUD</xs:documentation>
  276. </xs:annotation>
  277. </xs:element>
  278. <xs:element name="ID_KORESP_UZG_ZUD"
  279. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  280. id="trala_WSG84___d7e118551-1_ID_KORESP_"/>
  281. <xs:element minOccurs="0"
  282. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  283. id="trala_WSG84___d7e118552-1">
  284. <xs:annotation>
  285. <xs:appinfo>
  286. <system_cache__appinfo:flat_relation_cache>
  287. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG_ZUD"
  288. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD/ID"/>
  289. </system_cache__appinfo:flat_relation_cache>
  290. </xs:appinfo>
  291. <xs:documentation>Potwierdzenie zwrotnego pisma ze zgodą ZUD</xs:documentation>
  292. </xs:annotation>
  293. </xs:element>
  294. <xs:element name="ID_KORESP_ZLECENIE"
  295. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  296. id="trala_WSG84___d7e118559-1_ID_KORESP_"/>
  297. <xs:element minOccurs="0"
  298. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  299. id="trala_WSG84___d7e118560-1">
  300. <xs:annotation>
  301. <xs:appinfo>
  302. <system_cache__appinfo:flat_relation_cache>
  303. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZLECENIE"
  304. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE/ID"/>
  305. </system_cache__appinfo:flat_relation_cache>
  306. </xs:appinfo>
  307. <xs:documentation>Powiązanie obiektu ze zleceniem na wykonanie obiektu przez
  308. wykonawce</xs:documentation>
  309. </xs:annotation>
  310. </xs:element>
  311. <xs:element name="ID_KORESP_ZGL_ODB"
  312. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  313. id="trala_WSG84___d7e118568-1_ID_KORESP_"/>
  314. <xs:element minOccurs="0"
  315. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  316. id="trala_WSG84___d7e118569-1">
  317. <xs:annotation>
  318. <xs:appinfo>
  319. <system_cache__appinfo:flat_relation_cache>
  320. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZGL_ODB"
  321. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB/ID"/>
  322. </system_cache__appinfo:flat_relation_cache>
  323. </xs:appinfo>
  324. <xs:documentation>Relacja tworzona przez podwykonawcę jako zgłoszenie do
  325. odbioru=wykonanie</xs:documentation>
  326. </xs:annotation>
  327. </xs:element>
  328. <xs:element name="ID_KORESP_POM_GEOD"
  329. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  330. id="trala_WSG84___d7e118576-1_ID_KORESP_"/>
  331. <xs:element minOccurs="0"
  332. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  333. id="trala_WSG84___d7e118577-1">
  334. <xs:annotation>
  335. <xs:appinfo>
  336. <system_cache__appinfo:flat_relation_cache>
  337. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_POM_GEOD"
  338. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD/ID"/>
  339. </system_cache__appinfo:flat_relation_cache>
  340. </xs:appinfo>
  341. <xs:documentation>Stwierdzenie, że współrzędne obiektu został zaktualizowane oraz są
  342. powiązane do dokumentu z operatem</xs:documentation>
  343. </xs:annotation>
  344. </xs:element>
  345. <xs:element name="ID_KORESP_PROTOK_ODB"
  346. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  347. id="trala_WSG84___d7e118584-1_ID_KORESP_"/>
  348. <xs:element minOccurs="0"
  349. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  350. id="trala_WSG84___d7e118585-1">
  351. <xs:annotation>
  352. <xs:appinfo>
  353. <system_cache__appinfo:flat_relation_cache>
  354. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROTOK_ODB"
  355. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB/ID"/>
  356. </system_cache__appinfo:flat_relation_cache>
  357. </xs:appinfo>
  358. <xs:documentation>Odebranie obiektu przez trójstronny dokument właściciel, wykonawca,
  359. inwestor</xs:documentation>
  360. </xs:annotation>
  361. </xs:element>
  362. <xs:element name="InvestArrangements_Network_Crossings"
  363. type="xs:int"
  364. id="trala_WSG84___d7e118592-1_InvestArra"/>
  365. <xs:element minOccurs="0"
  366. ref="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings"
  367. id="trala_WSG84___d7e118593-1">
  368. <xs:annotation>
  369. <xs:appinfo>
  370. <system_cache__appinfo:flat_relation_cache>
  371. <system_cache__appinfo:source system_cache__appinfo:name="InvestArrangements_Network_Crossings"
  372. system_cache__appinfo:xpath="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings/ID"/>
  373. </system_cache__appinfo:flat_relation_cache>
  374. </xs:appinfo>
  375. <xs:documentation>To są kolizje powstałe na bazie przecieć z obiektami zaimportowanymi jako mapa d/c projektowych, które stanowią podstawę do uzgodnień. W to też powinny wejść działki</xs:documentation>
  376. </xs:annotation>
  377. </xs:element>
  378. <xs:element minOccurs="0"
  379. maxOccurs="1"
  380. name="gid"
  381. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__gid"
  382. id="trala_WSG84___d7e118600-1_gid"/>
  383. <xs:element minOccurs="0"
  384. maxOccurs="1"
  385. name="Opis"
  386. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__Opis"
  387. id="trala_WSG84___d7e118601-1_Opis"/>
  388. <xs:element minOccurs="0"
  389. maxOccurs="1"
  390. name="Dlugosc_obmiar"
  391. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__Dlugosc_obmiar"
  392. id="trala_WSG84___d7e118602-1_Dlugosc_ob"/>
  393. <xs:element minOccurs="0"
  394. maxOccurs="1"
  395. name="id_wezel"
  396. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__id_wezel"
  397. id="trala_WSG84___d7e118604-1_id_wezel"/>
  398. <xs:element minOccurs="0"
  399. maxOccurs="1"
  400. name="id_wezel2"
  401. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__id_wezel2"
  402. id="trala_WSG84___d7e118605-1_id_wezel2"/>
  403. <xs:element minOccurs="0"
  404. maxOccurs="1"
  405. name="ID_KORESP_PROJ_WYK"
  406. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ID_KORESP_PROJ_WYK"
  407. id="trala_WSG84___d7e118606-1_ID_KORESP_"/>
  408. <xs:element minOccurs="0"
  409. maxOccurs="1"
  410. name="ilosc_rurek_w_pakiecie"
  411. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ilosc_rurek_w_pakiecie"
  412. id="trala_WSG84___d7e118607-1_ilosc_rure"/>
  413. <xs:element minOccurs="0"
  414. maxOccurs="1"
  415. name="A_RECORD_CREATE_DATE"
  416. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_CREATE_DATE"
  417. id="trala_WSG84___d7e118608-1_A_RECORD_C"/>
  418. <xs:element minOccurs="0"
  419. maxOccurs="1"
  420. name="A_RECORD_CREATE_AUTHOR"
  421. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_CREATE_AUTHOR"
  422. id="trala_WSG84___d7e118609-1_A_RECORD_C"/>
  423. <xs:element minOccurs="0"
  424. maxOccurs="1"
  425. name="SYNC_SQIX_STATUS"
  426. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__SYNC_SQIX_STATUS"
  427. id="trala_WSG84___d7e118610-1_SYNC_SQIX_"/>
  428. <xs:element minOccurs="0"
  429. maxOccurs="1"
  430. name="A_RECORD_UPDATE_DATE"
  431. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_UPDATE_DATE"
  432. id="trala_WSG84___d7e118611-1_A_RECORD_U"/>
  433. <xs:element minOccurs="0"
  434. maxOccurs="1"
  435. name="A_RECORD_UPDATE_AUTHOR"
  436. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_UPDATE_AUTHOR"
  437. id="trala_WSG84___d7e118612-1_A_RECORD_U"/>
  438. <xs:element minOccurs="0"
  439. maxOccurs="1"
  440. name="L_APPOITMENT_DATE"
  441. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_DATE"
  442. id="trala_WSG84___d7e118613-1_L_APPOITME"/>
  443. <xs:element minOccurs="0"
  444. maxOccurs="1"
  445. name="L_APPOITMENT_PERIOD"
  446. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_PERIOD"
  447. id="trala_WSG84___d7e118614-1_L_APPOITME"/>
  448. <xs:element minOccurs="0"
  449. maxOccurs="1"
  450. name="L_APPOITMENT_INFO"
  451. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_INFO"
  452. id="trala_WSG84___d7e118616-1_L_APPOITME"/>
  453. <xs:element minOccurs="0"
  454. maxOccurs="1"
  455. name="L_APPOITMENT_TYPE"
  456. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_TYPE"
  457. id="trala_WSG84___d7e118617-1_L_APPOITME"/>
  458. <xs:element minOccurs="0"
  459. maxOccurs="1"
  460. name="A_STATUS"
  461. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_STATUS"
  462. id="trala_WSG84___d7e118618-1_A_STATUS"/>
  463. <xs:element minOccurs="0"
  464. maxOccurs="1"
  465. name="etykieta_x"
  466. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_x"
  467. id="trala_WSG84___d7e118619-1_etykieta_x"/>
  468. <xs:element minOccurs="0"
  469. maxOccurs="1"
  470. name="etykieta_y"
  471. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_y"
  472. id="trala_WSG84___d7e118620-1_etykieta_y"/>
  473. <xs:element minOccurs="0"
  474. maxOccurs="1"
  475. name="etykieta_obrot"
  476. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_obrot"
  477. id="trala_WSG84___d7e118621-1_etykieta_o"/>
  478. <xs:element minOccurs="0"
  479. maxOccurs="1"
  480. name="WORK_PLAN_START"
  481. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__WORK_PLAN_START"
  482. id="trala_WSG84___d7e118622-1_WORK_PLAN_"/>
  483. <xs:element minOccurs="0"
  484. maxOccurs="1"
  485. name="WORK_PLAN_FINISH"
  486. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__WORK_PLAN_FINISH"
  487. id="trala_WSG84___d7e118623-1_WORK_PLAN_"/>
  488. <xs:element minOccurs="0"
  489. maxOccurs="1"
  490. name="T_WORKPOINTS_TIME_HOURS"
  491. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__T_WORKPOINTS_TIME_HOURS"
  492. id="trala_WSG84___d7e118624-1_T_WORKPOIN"/>
  493. <!--#272 found ignored A_STATUS-->
  494. <!--#272 found ignored id_wezel2-->
  495. <!--#272 found ignored id_wezel-->
  496. <!--#272 found ignored L_APPOITMENT_DATE-->
  497. <!--#272 found ignored L_APPOITMENT_INFO-->
  498. <!--#272 found ignored L_APPOITMENT_PERIOD-->
  499. <!--#272 found ignored L_APPOITMENT_TYPE-->
  500. <!--#272 found ignored L_APPOITMENT_USER-->
  501. <!--#272 found ignored A_ADM_COMPANY-->
  502. <!--#272 found ignored A_CLASSIFIED-->
  503. <!--#272 found ignored ID_KORESP_PROTOK_ODB-->
  504. <!--#288 unsupported yet @ref p5_zasob_36:IN7_DZIENNIK_KORESP-->
  505. <!--#453 found ignored p5_zasob_36:IN7_DZIENNIK_KORESP by same @system_cache__appinfo:name-->
  506. <!--#272 found ignored A_STATUS_INFO-->
  507. <!--#272 found ignored ID_KORESP_PROJEKT-->
  508. <!--#272 found ignored ID_KORESP_PROJ_WYK-->
  509. <!--#272 found ignored ID_KORESP_DO_UZG-->
  510. <!--#272 found ignored ID-->
  511. <!--#272 found ignored ID_KORESP_UZG-->
  512. <!--#272 found ignored ID_KORESP_DO_REALIZ-->
  513. <!--#272 found ignored ID_KORESP_ZLECENIE-->
  514. <!--#272 found ignored ID_KORESP_ZGL_ODB-->
  515. <!--#272 found ignored ID_KORESP_DO_UZG_ZUD-->
  516. <!--#272 found ignored ID_KORESP_UZG_ZUD-->
  517. <!--#272 found ignored ID_KORESP_POM_GEOD-->
  518. <!--#272 found ignored ID_PROJECT-->
  519. <!--#288 unsupported yet @ref p5_zasob_36:IN7_MK_BAZA_DYSTRYBUCJI-->
  520. <!--#414-A found adding p5_zasob_36:IN7_MK_BAZA_DYSTRYBUCJI, $prototype_NamespacePrefix = default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84-->
  521. <xs:element ref="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI"
  522. minOccurs="0"
  523. id="trala_WSG84___d7e118654-1">
  524. <xs:annotation>
  525. <xs:appinfo>
  526. <system_cache__appinfo:flat_relation_cache>
  527. <system_cache__appinfo:source system_cache__appinfo:name="ID_PROJECT"
  528. system_cache__appinfo:xpath="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI/ID"/>
  529. </system_cache__appinfo:flat_relation_cache>
  530. </xs:appinfo>
  531. </xs:annotation>
  532. </xs:element>
  533. <!--#272 found ignored ID_KORESP_OFFER-->
  534. <!--#272 found ignored A_RECORD_UPDATE_DATE-->
  535. <!--#272 found ignored A_RECORD_CREATE_DATE-->
  536. <!--#272 found ignored A_RECORD_UPDATE_AUTHOR-->
  537. <!--#272 found ignored A_RECORD_CREATE_AUTHOR-->
  538. <!--#272 found ignored WORK_PLAN_START-->
  539. <!--#272 found ignored WORK_PLAN_FINISH-->
  540. <!--#272 found ignored T_WORKPOINTS_TIME_HOURS-->
  541. <!--#272 found ignored etykieta_x-->
  542. <!--#272 found ignored etykieta_y-->
  543. <!--#272 found ignored the_geom-->
  544. <!--#272 found ignored etykieta_obrot-->
  545. <!--#272 found ignored gid-->
  546. <!--#272 found ignored SYNC_SQIX_STATUS-->
  547. <!--#272 found ignored ilosc_rurek_w_pakiecie-->
  548. <!--#272 found ignored Opis-->
  549. <!--#272 found ignored ID_ZASOB-->
  550. <!--#288 unsupported yet @ref p5_zasob_36:CRM_LISTA_ZASOBOW-->
  551. <!--#453 found ignored p5_zasob_36:CRM_LISTA_ZASOBOW by same @system_cache__appinfo:name-->
  552. <!--#272 found ignored Dlugosc-->
  553. <!--#272 found ignored Dlugosc_obmiar-->
  554. </xs:sequence>
  555. <xs:attribute name="label" type="xs:string" id="trala_WSG84___d7e118680-1_label"/>
  556. <xs:assert test="@label = concat(opis, ID_PROJECT, Dlugosc)"
  557. id="trala_WSG84___d7e118681-1"/>
  558. <xs:assert test="Dlugosc = gml:shape_size(the_geom)"
  559. id="trala_WSG84___d7e118682-1">
  560. <xs:annotation>
  561. <xs:documentation>TODO Powinna być funkcja licząca długość dynamicznie na podstawie danych w GMLu - natywnie przeskakujaca jako trigger lub/i w silniku przy aktualizacjach</xs:documentation>
  562. </xs:annotation>
  563. </xs:assert>
  564. </xs:complexType>
  565. <xs:element name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84"
  566. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84"
  567. id="trala_WSG84___d7e118686-1_Rozdzielcz"/>
  568. <xs:complexType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_DRAFT"
  569. id="trala_WSG84___d7e118687-1_Rozdzielcz">
  570. <xs:complexContent id="trala_WSG84___d7e118688-1">
  571. <xs:restriction base="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84">
  572. <xs:sequence id="trala_WSG84___d7e118690-1">
  573. <xs:element name="ID" type="xs:int" id="trala_WSG84___d7e118691-1_ID"/>
  574. <xs:element name="the_geom"
  575. type="gml:AbstractFeatureType"
  576. id="trala_WSG84___d7e118692-1_the_geom">
  577. <xs:annotation>
  578. <xs:documentation>Dane geograficzne obiektu - linia, punkt,
  579. polygon</xs:documentation>
  580. </xs:annotation>
  581. </xs:element>
  582. <xs:element name="A_STATUS_INFO"
  583. type="xs:string"
  584. id="trala_WSG84___d7e118696-1_A_STATUS_I"/>
  585. <xs:element name="opis" type="xs:string" id="trala_WSG84___d7e118697-1_opis">
  586. <xs:annotation>
  587. <xs:documentation>To zmiany na ID_ZASOBU pod katem
  588. kosztorysowym</xs:documentation>
  589. </xs:annotation>
  590. </xs:element>
  591. <xs:element name="ID_ZASOB"
  592. type="xs:int"
  593. id="trala_WSG84___d7e118701-1_ID_ZASOB"/>
  594. <xs:element ref="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW"
  595. id="trala_WSG84___d7e118702-1">
  596. <xs:annotation>
  597. <xs:appinfo>
  598. <system_cache__appinfo:flat_relation_cache>
  599. <system_cache__appinfo:source system_cache__appinfo:name="ID_ZASOB"
  600. system_cache__appinfo:xpath="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW/ID"/>
  601. </system_cache__appinfo:flat_relation_cache>
  602. </xs:appinfo>
  603. </xs:annotation>
  604. </xs:element>
  605. <xs:element name="Dlugosc"
  606. type="xs:double"
  607. id="trala_WSG84___d7e118707-1_Dlugosc"/>
  608. <xs:element name="Powierzchnia"
  609. type="xs:double"
  610. id="trala_WSG84___d7e118708-1_Powierzchn"/>
  611. <xs:element name="L_APPOITMENT_USER"
  612. type="xs:string"
  613. id="trala_WSG84___d7e118709-1_L_APPOITME"/>
  614. <xs:element ref="SystemObjects__x3A__AccessOwner:AccessOwner"
  615. id="trala_WSG84___d7e118710-1">
  616. <xs:annotation>
  617. <xs:appinfo>
  618. <system_cache__appinfo:flat_relation_cache>
  619. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  620. system_cache__appinfo:xpath="SystemObjects__x3A__AccessOwner:AccessOwner/login"/>
  621. </system_cache__appinfo:flat_relation_cache>
  622. </xs:appinfo>
  623. </xs:annotation>
  624. </xs:element>
  625. <xs:element name="A_CLASSIFIED"
  626. type="xs:string"
  627. id="trala_WSG84___d7e118715-1_A_CLASSIFI"/>
  628. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  629. id="trala_WSG84___d7e118717-1">
  630. <xs:annotation>
  631. <xs:appinfo>
  632. <system_cache__appinfo:flat_relation_cache>
  633. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  634. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/uid"/>
  635. </system_cache__appinfo:flat_relation_cache>
  636. </xs:appinfo>
  637. </xs:annotation>
  638. </xs:element>
  639. <xs:element name="A_ADM_COMPANY"
  640. type="xs:string"
  641. id="trala_WSG84___d7e118722-1_A_ADM_COMP"/>
  642. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  643. id="trala_WSG84___d7e118723-1">
  644. <xs:annotation>
  645. <xs:appinfo>
  646. <system_cache__appinfo:flat_relation_cache>
  647. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  648. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupWrite/uid"/>
  649. </system_cache__appinfo:flat_relation_cache>
  650. </xs:appinfo>
  651. </xs:annotation>
  652. </xs:element>
  653. <xs:element name="ID_PROJECT"
  654. type="xs:int"
  655. id="trala_WSG84___d7e118728-1_ID_PROJECT"/>
  656. <xs:element name="ID_KORESP_PROJEKT"
  657. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_UNSET"
  658. id="trala_WSG84___d7e118729-1_ID_KORESP_"/>
  659. <xs:element minOccurs="0"
  660. maxOccurs="0"
  661. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  662. id="trala_WSG84___d7e118730-1">
  663. <xs:annotation>
  664. <xs:appinfo>
  665. <system_cache__appinfo:flat_relation_cache>
  666. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT"
  667. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT/ID"/>
  668. </system_cache__appinfo:flat_relation_cache>
  669. </xs:appinfo>
  670. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  671. zasadami projektowania</xs:documentation>
  672. </xs:annotation>
  673. </xs:element>
  674. <xs:element name="ID_KORESP_PROJEKT_WYK"
  675. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  676. id="trala_WSG84___d7e118737-1_ID_KORESP_"/>
  677. <xs:element minOccurs="0"
  678. maxOccurs="unbounded"
  679. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK"
  680. id="trala_WSG84___d7e118738-1">
  681. <xs:annotation>
  682. <xs:appinfo>
  683. <system_cache__appinfo:flat_relation_cache>
  684. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT_WYK"
  685. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK/ID"/>
  686. </system_cache__appinfo:flat_relation_cache>
  687. </xs:appinfo>
  688. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  689. zasadami projektowania - proj wykonawczy</xs:documentation>
  690. </xs:annotation>
  691. </xs:element>
  692. <xs:element name="ID_KORESP_DO_REALIZ"
  693. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  694. id="trala_WSG84___d7e118745-1_ID_KORESP_"/>
  695. <xs:element minOccurs="0"
  696. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  697. id="trala_WSG84___d7e118746-1">
  698. <xs:annotation>
  699. <xs:appinfo>
  700. <system_cache__appinfo:flat_relation_cache>
  701. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_REALIZ"
  702. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ/ID"/>
  703. </system_cache__appinfo:flat_relation_cache>
  704. </xs:appinfo>
  705. <xs:documentation>Czy jest decyzja na realizacje</xs:documentation>
  706. </xs:annotation>
  707. </xs:element>
  708. <xs:element name="ID_KORESP_OFFER"
  709. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  710. id="trala_WSG84___d7e118753-1_ID_KORESP_"/>
  711. <xs:element minOccurs="0"
  712. maxOccurs="unbounded"
  713. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  714. id="trala_WSG84___d7e118755-1">
  715. <xs:annotation>
  716. <xs:appinfo>
  717. <system_cache__appinfo:flat_relation_cache>
  718. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_OFFER"
  719. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER/ID"/>
  720. </system_cache__appinfo:flat_relation_cache>
  721. </xs:appinfo>
  722. <xs:documentation>Czy jest oferta na obiekt</xs:documentation>
  723. </xs:annotation>
  724. </xs:element>
  725. <xs:element name="ID_KORESP_DO_UZG"
  726. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  727. id="trala_WSG84___d7e118762-1_ID_KORESP_"/>
  728. <xs:element minOccurs="0"
  729. maxOccurs="unbounded"
  730. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  731. id="trala_WSG84___d7e118763-1">
  732. <xs:annotation>
  733. <xs:appinfo>
  734. <system_cache__appinfo:flat_relation_cache>
  735. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG"
  736. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/ID"/>
  737. </system_cache__appinfo:flat_relation_cache>
  738. </xs:appinfo>
  739. <xs:documentation>Powiązanie do wysłanego pisma o zgodę na usytuowanie obiektu,
  740. do właściciela nieruchomości</xs:documentation>
  741. </xs:annotation>
  742. </xs:element>
  743. <xs:element name="ID_KORESP_UZG"
  744. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  745. id="trala_WSG84___d7e118770-1_ID_KORESP_"/>
  746. <xs:element minOccurs="0"
  747. maxOccurs="unbounded"
  748. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  749. id="trala_WSG84___d7e118771-1">
  750. <xs:annotation>
  751. <xs:appinfo>
  752. <system_cache__appinfo:flat_relation_cache>
  753. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG"
  754. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG/ID"/>
  755. </system_cache__appinfo:flat_relation_cache>
  756. </xs:appinfo>
  757. <xs:documentation>Fakt wyrażenia zgody na usytuowanie sieci od właściciela.
  758. Brak zgody powinien być wiązany z relacją dla wysyłania wniosków o
  759. zgody</xs:documentation>
  760. </xs:annotation>
  761. </xs:element>
  762. <xs:element name="ID_KORESP_DO_UZG_ZUD"
  763. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  764. id="trala_WSG84___d7e118778-1_ID_KORESP_"/>
  765. <xs:element minOccurs="0"
  766. maxOccurs="unbounded"
  767. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  768. id="trala_WSG84___d7e118779-1">
  769. <xs:annotation>
  770. <xs:appinfo>
  771. <system_cache__appinfo:flat_relation_cache>
  772. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG_ZUD"
  773. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD/ID"/>
  774. </system_cache__appinfo:flat_relation_cache>
  775. </xs:appinfo>
  776. <xs:documentation>Potwierdzenie nadania wniosku o uzgodnienie
  777. ZUD</xs:documentation>
  778. </xs:annotation>
  779. </xs:element>
  780. <xs:element name="ID_KORESP_UZG_ZUD"
  781. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  782. id="trala_WSG84___d7e118786-1_ID_KORESP_"/>
  783. <xs:element minOccurs="0"
  784. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  785. id="trala_WSG84___d7e118787-1">
  786. <xs:annotation>
  787. <xs:appinfo>
  788. <system_cache__appinfo:flat_relation_cache>
  789. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG_ZUD"
  790. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD/ID"/>
  791. </system_cache__appinfo:flat_relation_cache>
  792. </xs:appinfo>
  793. <xs:documentation>Potwierdzenie zwrotnego pisma ze zgodą ZUD</xs:documentation>
  794. </xs:annotation>
  795. </xs:element>
  796. <xs:element name="ID_KORESP_ZLECENIE"
  797. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  798. id="trala_WSG84___d7e118794-1_ID_KORESP_"/>
  799. <xs:element minOccurs="0"
  800. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  801. id="trala_WSG84___d7e118795-1">
  802. <xs:annotation>
  803. <xs:appinfo>
  804. <system_cache__appinfo:flat_relation_cache>
  805. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZLECENIE"
  806. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE/ID"/>
  807. </system_cache__appinfo:flat_relation_cache>
  808. </xs:appinfo>
  809. <xs:documentation>Powiązanie obiektu ze zleceniem na wykonanie obiektu przez
  810. wykonawce</xs:documentation>
  811. </xs:annotation>
  812. </xs:element>
  813. <xs:element name="ID_KORESP_ZGL_ODB"
  814. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  815. id="trala_WSG84___d7e118803-1_ID_KORESP_"/>
  816. <xs:element minOccurs="0"
  817. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  818. id="trala_WSG84___d7e118804-1">
  819. <xs:annotation>
  820. <xs:appinfo>
  821. <system_cache__appinfo:flat_relation_cache>
  822. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZGL_ODB"
  823. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB/ID"/>
  824. </system_cache__appinfo:flat_relation_cache>
  825. </xs:appinfo>
  826. <xs:documentation>Relacja tworzona przez podwykonawcę jako zgłoszenie do
  827. odbioru=wykonanie</xs:documentation>
  828. </xs:annotation>
  829. </xs:element>
  830. <xs:element name="ID_KORESP_POM_GEOD"
  831. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  832. id="trala_WSG84___d7e118811-1_ID_KORESP_"/>
  833. <xs:element minOccurs="0"
  834. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  835. id="trala_WSG84___d7e118812-1">
  836. <xs:annotation>
  837. <xs:appinfo>
  838. <system_cache__appinfo:flat_relation_cache>
  839. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_POM_GEOD"
  840. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD/ID"/>
  841. </system_cache__appinfo:flat_relation_cache>
  842. </xs:appinfo>
  843. <xs:documentation>Stwierdzenie, że współrzędne obiektu został zaktualizowane
  844. oraz są powiązane do dokumentu z operatem</xs:documentation>
  845. </xs:annotation>
  846. </xs:element>
  847. <xs:element name="ID_KORESP_PROTOK_ODB"
  848. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  849. id="trala_WSG84___d7e118819-1_ID_KORESP_"/>
  850. <xs:element minOccurs="0"
  851. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  852. id="trala_WSG84___d7e118820-1">
  853. <xs:annotation>
  854. <xs:appinfo>
  855. <system_cache__appinfo:flat_relation_cache>
  856. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROTOK_ODB"
  857. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB/ID"/>
  858. </system_cache__appinfo:flat_relation_cache>
  859. </xs:appinfo>
  860. <xs:documentation>Odebranie obiektu przez trójstronny dokument właściciel,
  861. wykonawca, inwestor</xs:documentation>
  862. </xs:annotation>
  863. </xs:element>
  864. <xs:element name="InvestArrangements_Network_Crossings"
  865. type="xs:int"
  866. id="trala_WSG84___d7e118827-1_InvestArra"/>
  867. <xs:element minOccurs="0"
  868. ref="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings"
  869. id="trala_WSG84___d7e118828-1">
  870. <xs:annotation>
  871. <xs:appinfo>
  872. <system_cache__appinfo:flat_relation_cache>
  873. <system_cache__appinfo:source system_cache__appinfo:name="InvestArrangements_Network_Crossings"
  874. system_cache__appinfo:xpath="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings/ID"/>
  875. </system_cache__appinfo:flat_relation_cache>
  876. </xs:appinfo>
  877. <xs:documentation>To są kolizje powstałe na bazie przecieć z obiektami zaimportowanymi jako mapa d/c projektowych, które stanowią podstawę do uzgodnień. W to też powinny wejść działki</xs:documentation>
  878. </xs:annotation>
  879. </xs:element>
  880. <xs:element minOccurs="0"
  881. maxOccurs="1"
  882. name="gid"
  883. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__gid"
  884. id="trala_WSG84___d7e118835-1_gid"/>
  885. <xs:element minOccurs="0"
  886. maxOccurs="1"
  887. name="Opis"
  888. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__Opis"
  889. id="trala_WSG84___d7e118836-1_Opis"/>
  890. <xs:element minOccurs="0"
  891. maxOccurs="1"
  892. name="Dlugosc_obmiar"
  893. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__Dlugosc_obmiar"
  894. id="trala_WSG84___d7e118837-1_Dlugosc_ob"/>
  895. <xs:element minOccurs="0"
  896. maxOccurs="1"
  897. name="id_wezel"
  898. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__id_wezel"
  899. id="trala_WSG84___d7e118839-1_id_wezel"/>
  900. <xs:element minOccurs="0"
  901. maxOccurs="1"
  902. name="id_wezel2"
  903. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__id_wezel2"
  904. id="trala_WSG84___d7e118840-1_id_wezel2"/>
  905. <xs:element minOccurs="0"
  906. maxOccurs="1"
  907. name="ID_KORESP_PROJ_WYK"
  908. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ID_KORESP_PROJ_WYK"
  909. id="trala_WSG84___d7e118841-1_ID_KORESP_"/>
  910. <xs:element minOccurs="0"
  911. maxOccurs="1"
  912. name="ilosc_rurek_w_pakiecie"
  913. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ilosc_rurek_w_pakiecie"
  914. id="trala_WSG84___d7e118842-1_ilosc_rure"/>
  915. <xs:element minOccurs="0"
  916. maxOccurs="1"
  917. name="A_RECORD_CREATE_DATE"
  918. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_CREATE_DATE"
  919. id="trala_WSG84___d7e118843-1_A_RECORD_C"/>
  920. <xs:element minOccurs="0"
  921. maxOccurs="1"
  922. name="A_RECORD_CREATE_AUTHOR"
  923. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_CREATE_AUTHOR"
  924. id="trala_WSG84___d7e118844-1_A_RECORD_C"/>
  925. <xs:element minOccurs="0"
  926. maxOccurs="1"
  927. name="SYNC_SQIX_STATUS"
  928. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__SYNC_SQIX_STATUS"
  929. id="trala_WSG84___d7e118845-1_SYNC_SQIX_"/>
  930. <xs:element minOccurs="0"
  931. maxOccurs="1"
  932. name="A_RECORD_UPDATE_DATE"
  933. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_UPDATE_DATE"
  934. id="trala_WSG84___d7e118846-1_A_RECORD_U"/>
  935. <xs:element minOccurs="0"
  936. maxOccurs="1"
  937. name="A_RECORD_UPDATE_AUTHOR"
  938. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_UPDATE_AUTHOR"
  939. id="trala_WSG84___d7e118847-1_A_RECORD_U"/>
  940. <xs:element minOccurs="0"
  941. maxOccurs="1"
  942. name="L_APPOITMENT_DATE"
  943. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_DATE"
  944. id="trala_WSG84___d7e118848-1_L_APPOITME"/>
  945. <xs:element minOccurs="0"
  946. maxOccurs="1"
  947. name="L_APPOITMENT_PERIOD"
  948. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_PERIOD"
  949. id="trala_WSG84___d7e118849-1_L_APPOITME"/>
  950. <xs:element minOccurs="0"
  951. maxOccurs="1"
  952. name="L_APPOITMENT_INFO"
  953. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_INFO"
  954. id="trala_WSG84___d7e118851-1_L_APPOITME"/>
  955. <xs:element minOccurs="0"
  956. maxOccurs="1"
  957. name="L_APPOITMENT_TYPE"
  958. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_TYPE"
  959. id="trala_WSG84___d7e118852-1_L_APPOITME"/>
  960. <xs:element minOccurs="0"
  961. maxOccurs="1"
  962. name="A_STATUS"
  963. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_STATUS"
  964. id="trala_WSG84___d7e118853-1_A_STATUS"/>
  965. <xs:element minOccurs="0"
  966. maxOccurs="1"
  967. name="etykieta_x"
  968. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_x"
  969. id="trala_WSG84___d7e118854-1_etykieta_x"/>
  970. <xs:element minOccurs="0"
  971. maxOccurs="1"
  972. name="etykieta_y"
  973. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_y"
  974. id="trala_WSG84___d7e118855-1_etykieta_y"/>
  975. <xs:element minOccurs="0"
  976. maxOccurs="1"
  977. name="etykieta_obrot"
  978. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_obrot"
  979. id="trala_WSG84___d7e118856-1_etykieta_o"/>
  980. <xs:element minOccurs="0"
  981. maxOccurs="1"
  982. name="WORK_PLAN_START"
  983. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__WORK_PLAN_START"
  984. id="trala_WSG84___d7e118857-1_WORK_PLAN_"/>
  985. <xs:element minOccurs="0"
  986. maxOccurs="1"
  987. name="WORK_PLAN_FINISH"
  988. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__WORK_PLAN_FINISH"
  989. id="trala_WSG84___d7e118858-1_WORK_PLAN_"/>
  990. <xs:element minOccurs="0"
  991. maxOccurs="1"
  992. name="T_WORKPOINTS_TIME_HOURS"
  993. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__T_WORKPOINTS_TIME_HOURS"
  994. id="trala_WSG84___d7e118859-1_T_WORKPOIN"/>
  995. <!--#272 found ignored A_STATUS-->
  996. <!--#272 found ignored id_wezel2-->
  997. <!--#272 found ignored id_wezel-->
  998. <!--#272 found ignored L_APPOITMENT_DATE-->
  999. <!--#272 found ignored L_APPOITMENT_INFO-->
  1000. <!--#272 found ignored L_APPOITMENT_PERIOD-->
  1001. <!--#272 found ignored L_APPOITMENT_TYPE-->
  1002. <!--#272 found ignored L_APPOITMENT_USER-->
  1003. <!--#272 found ignored A_ADM_COMPANY-->
  1004. <!--#272 found ignored A_CLASSIFIED-->
  1005. <!--#272 found ignored ID_KORESP_PROTOK_ODB-->
  1006. <!--#288 unsupported yet @ref p5_zasob_36:IN7_DZIENNIK_KORESP-->
  1007. <!--#453 found ignored p5_zasob_36:IN7_DZIENNIK_KORESP by same @system_cache__appinfo:name-->
  1008. <!--#272 found ignored A_STATUS_INFO-->
  1009. <!--#272 found ignored ID_KORESP_PROJEKT-->
  1010. <!--#272 found ignored ID_KORESP_PROJ_WYK-->
  1011. <!--#272 found ignored ID_KORESP_DO_UZG-->
  1012. <!--#272 found ignored ID-->
  1013. <!--#272 found ignored ID_KORESP_UZG-->
  1014. <!--#272 found ignored ID_KORESP_DO_REALIZ-->
  1015. <!--#272 found ignored ID_KORESP_ZLECENIE-->
  1016. <!--#272 found ignored ID_KORESP_ZGL_ODB-->
  1017. <!--#272 found ignored ID_KORESP_DO_UZG_ZUD-->
  1018. <!--#272 found ignored ID_KORESP_UZG_ZUD-->
  1019. <!--#272 found ignored ID_KORESP_POM_GEOD-->
  1020. <!--#272 found ignored ID_PROJECT-->
  1021. <!--#288 unsupported yet @ref p5_zasob_36:IN7_MK_BAZA_DYSTRYBUCJI-->
  1022. <!--#414-A found adding p5_zasob_36:IN7_MK_BAZA_DYSTRYBUCJI, $prototype_NamespacePrefix = default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84-->
  1023. <xs:element ref="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI"
  1024. minOccurs="0"
  1025. id="trala_WSG84___d7e118889-1">
  1026. <xs:annotation>
  1027. <xs:appinfo>
  1028. <system_cache__appinfo:flat_relation_cache>
  1029. <system_cache__appinfo:source system_cache__appinfo:name="ID_PROJECT"
  1030. system_cache__appinfo:xpath="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI/ID"/>
  1031. </system_cache__appinfo:flat_relation_cache>
  1032. </xs:appinfo>
  1033. </xs:annotation>
  1034. </xs:element>
  1035. <!--#272 found ignored ID_KORESP_OFFER-->
  1036. <!--#272 found ignored A_RECORD_UPDATE_DATE-->
  1037. <!--#272 found ignored A_RECORD_CREATE_DATE-->
  1038. <!--#272 found ignored A_RECORD_UPDATE_AUTHOR-->
  1039. <!--#272 found ignored A_RECORD_CREATE_AUTHOR-->
  1040. <!--#272 found ignored WORK_PLAN_START-->
  1041. <!--#272 found ignored WORK_PLAN_FINISH-->
  1042. <!--#272 found ignored T_WORKPOINTS_TIME_HOURS-->
  1043. <!--#272 found ignored etykieta_x-->
  1044. <!--#272 found ignored etykieta_y-->
  1045. <!--#272 found ignored the_geom-->
  1046. <!--#272 found ignored etykieta_obrot-->
  1047. <!--#272 found ignored gid-->
  1048. <!--#272 found ignored SYNC_SQIX_STATUS-->
  1049. <!--#272 found ignored ilosc_rurek_w_pakiecie-->
  1050. <!--#272 found ignored Opis-->
  1051. <!--#272 found ignored ID_ZASOB-->
  1052. <!--#288 unsupported yet @ref p5_zasob_36:CRM_LISTA_ZASOBOW-->
  1053. <!--#453 found ignored p5_zasob_36:CRM_LISTA_ZASOBOW by same @system_cache__appinfo:name-->
  1054. <!--#272 found ignored Dlugosc-->
  1055. <!--#272 found ignored Dlugosc_obmiar-->
  1056. </xs:sequence>
  1057. </xs:restriction>
  1058. </xs:complexContent>
  1059. </xs:complexType>
  1060. <xs:element name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_DRAFT"
  1061. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_DRAFT"
  1062. id="trala_WSG84___d7e118915-1_Rozdzielcz">
  1063. <xs:annotation>
  1064. <xs:appinfo>
  1065. <system_cache__appinfo:base_type system_cache__appinfo:base_type_group="infrastructure"
  1066. system_cache__appinfo:base_type_name="Draft"/>
  1067. </xs:appinfo>
  1068. </xs:annotation>
  1069. </xs:element>
  1070. <xs:complexType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_PROJEKT"
  1071. id="trala_WSG84___d7e118919-1_Rozdzielcz">
  1072. <xs:annotation>
  1073. <xs:documentation>Generalnie prototyp obiektu już jest jego planem, dla tego na ten moment
  1074. bedzie to extensions obiektu infrastruktury</xs:documentation>
  1075. </xs:annotation>
  1076. <xs:complexContent id="trala_WSG84___d7e118923-1">
  1077. <xs:restriction base="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84">
  1078. <xs:sequence id="trala_WSG84___d7e118925-1">
  1079. <xs:element name="ID" type="xs:int" id="trala_WSG84___d7e118926-1_ID"/>
  1080. <xs:element name="the_geom"
  1081. type="gml:AbstractFeatureType"
  1082. id="trala_WSG84___d7e118927-1_the_geom"/>
  1083. <xs:element name="A_STATUS_INFO"
  1084. type="xs:string"
  1085. id="trala_WSG84___d7e118928-1_A_STATUS_I"/>
  1086. <xs:element name="opis" type="xs:string" id="trala_WSG84___d7e118929-1_opis">
  1087. <xs:annotation>
  1088. <xs:documentation>To zmiany na ID_ZASOBU pod katem
  1089. kosztorysowym</xs:documentation>
  1090. </xs:annotation>
  1091. </xs:element>
  1092. <xs:element name="ID_ZASOB"
  1093. type="xs:int"
  1094. id="trala_WSG84___d7e118933-1_ID_ZASOB"/>
  1095. <xs:element ref="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW"
  1096. id="trala_WSG84___d7e118934-1">
  1097. <xs:annotation>
  1098. <xs:appinfo>
  1099. <system_cache__appinfo:flat_relation_cache>
  1100. <system_cache__appinfo:source system_cache__appinfo:name="ID_ZASOB"
  1101. system_cache__appinfo:xpath="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW/ID"/>
  1102. </system_cache__appinfo:flat_relation_cache>
  1103. </xs:appinfo>
  1104. </xs:annotation>
  1105. </xs:element>
  1106. <xs:element name="Dlugosc"
  1107. type="xs:double"
  1108. id="trala_WSG84___d7e118939-1_Dlugosc"/>
  1109. <xs:element name="Powierzchnia"
  1110. type="xs:double"
  1111. id="trala_WSG84___d7e118940-1_Powierzchn"/>
  1112. <xs:element name="L_APPOITMENT_USER"
  1113. type="xs:string"
  1114. id="trala_WSG84___d7e118941-1_L_APPOITME"/>
  1115. <xs:element ref="SystemObjects__x3A__AccessOwner:AccessOwner"
  1116. id="trala_WSG84___d7e118942-1">
  1117. <xs:annotation>
  1118. <xs:appinfo>
  1119. <system_cache__appinfo:flat_relation_cache>
  1120. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  1121. system_cache__appinfo:xpath="SystemObjects__x3A__AccessOwner:AccessOwner/login"/>
  1122. </system_cache__appinfo:flat_relation_cache>
  1123. </xs:appinfo>
  1124. </xs:annotation>
  1125. </xs:element>
  1126. <xs:element name="A_CLASSIFIED"
  1127. type="xs:string"
  1128. id="trala_WSG84___d7e118947-1_A_CLASSIFI"/>
  1129. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  1130. id="trala_WSG84___d7e118949-1">
  1131. <xs:annotation>
  1132. <xs:appinfo>
  1133. <system_cache__appinfo:flat_relation_cache>
  1134. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  1135. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/uid"/>
  1136. </system_cache__appinfo:flat_relation_cache>
  1137. </xs:appinfo>
  1138. </xs:annotation>
  1139. </xs:element>
  1140. <xs:element name="A_ADM_COMPANY"
  1141. type="xs:string"
  1142. id="trala_WSG84___d7e118954-1_A_ADM_COMP"/>
  1143. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  1144. id="trala_WSG84___d7e118955-1">
  1145. <xs:annotation>
  1146. <xs:appinfo>
  1147. <system_cache__appinfo:flat_relation_cache>
  1148. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  1149. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupWrite/uid"/>
  1150. </system_cache__appinfo:flat_relation_cache>
  1151. </xs:appinfo>
  1152. </xs:annotation>
  1153. </xs:element>
  1154. <xs:element name="ID_PROJECT"
  1155. type="xs:int"
  1156. id="trala_WSG84___d7e118960-1_ID_PROJECT"/>
  1157. <xs:element name="ID_KORESP_PROJEKT"
  1158. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  1159. id="trala_WSG84___d7e118961-1_ID_KORESP_"/>
  1160. <xs:element maxOccurs="unbounded"
  1161. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  1162. id="trala_WSG84___d7e118962-1">
  1163. <xs:annotation>
  1164. <xs:appinfo>
  1165. <system_cache__appinfo:flat_relation_cache>
  1166. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT"
  1167. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT/ID"/>
  1168. </system_cache__appinfo:flat_relation_cache>
  1169. </xs:appinfo>
  1170. <xs:documentation>stworzono i wydrukowano fizycznie dokument projektu dla
  1171. danego zakresu elementow</xs:documentation>
  1172. </xs:annotation>
  1173. </xs:element>
  1174. <xs:element name="ID_KORESP_PROJEKT_WYK"
  1175. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  1176. id="trala_WSG84___d7e118969-1_ID_KORESP_"/>
  1177. <xs:element minOccurs="0"
  1178. maxOccurs="unbounded"
  1179. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK"
  1180. id="trala_WSG84___d7e118970-1">
  1181. <xs:annotation>
  1182. <xs:appinfo>
  1183. <system_cache__appinfo:flat_relation_cache>
  1184. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT_WYK"
  1185. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK/ID"/>
  1186. </system_cache__appinfo:flat_relation_cache>
  1187. </xs:appinfo>
  1188. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  1189. zasadami projektowania - proj wykonawczy</xs:documentation>
  1190. </xs:annotation>
  1191. </xs:element>
  1192. <xs:element name="ID_KORESP_DO_REALIZ"
  1193. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  1194. id="trala_WSG84___d7e118977-1_ID_KORESP_"/>
  1195. <xs:element minOccurs="0"
  1196. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  1197. id="trala_WSG84___d7e118978-1">
  1198. <xs:annotation>
  1199. <xs:appinfo>
  1200. <system_cache__appinfo:flat_relation_cache>
  1201. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_REALIZ"
  1202. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ/ID"/>
  1203. </system_cache__appinfo:flat_relation_cache>
  1204. </xs:appinfo>
  1205. <xs:documentation>Czy jest decyzja na realizacje</xs:documentation>
  1206. </xs:annotation>
  1207. </xs:element>
  1208. <xs:element name="ID_KORESP_OFFER"
  1209. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  1210. id="trala_WSG84___d7e118985-1_ID_KORESP_"/>
  1211. <xs:element minOccurs="0"
  1212. maxOccurs="unbounded"
  1213. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  1214. id="trala_WSG84___d7e118987-1">
  1215. <xs:annotation>
  1216. <xs:appinfo>
  1217. <system_cache__appinfo:flat_relation_cache>
  1218. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_OFFER"
  1219. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER/ID"/>
  1220. </system_cache__appinfo:flat_relation_cache>
  1221. </xs:appinfo>
  1222. <xs:documentation>Czy jest oferta na obiekt</xs:documentation>
  1223. </xs:annotation>
  1224. </xs:element>
  1225. <xs:element name="ID_KORESP_DO_UZG"
  1226. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  1227. id="trala_WSG84___d7e118994-1_ID_KORESP_"/>
  1228. <xs:element minOccurs="0"
  1229. maxOccurs="unbounded"
  1230. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  1231. id="trala_WSG84___d7e118995-1">
  1232. <xs:annotation>
  1233. <xs:appinfo>
  1234. <system_cache__appinfo:flat_relation_cache>
  1235. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG"
  1236. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/ID"/>
  1237. </system_cache__appinfo:flat_relation_cache>
  1238. </xs:appinfo>
  1239. <xs:documentation>Powiązanie do wysłanego pisma o zgodę na usytuowanie obiektu,
  1240. do właściciela nieruchomości</xs:documentation>
  1241. </xs:annotation>
  1242. </xs:element>
  1243. <xs:element name="ID_KORESP_UZG"
  1244. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  1245. id="trala_WSG84___d7e119002-1_ID_KORESP_"/>
  1246. <xs:element minOccurs="0"
  1247. maxOccurs="unbounded"
  1248. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  1249. id="trala_WSG84___d7e119003-1">
  1250. <xs:annotation>
  1251. <xs:appinfo>
  1252. <system_cache__appinfo:flat_relation_cache>
  1253. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG"
  1254. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG/ID"/>
  1255. </system_cache__appinfo:flat_relation_cache>
  1256. </xs:appinfo>
  1257. <xs:documentation>Fakt wyrażenia zgody na usytuowanie sieci od właściciela.
  1258. Brak zgody powinien być wiązany z relacją dla wysyłania wniosków o
  1259. zgody</xs:documentation>
  1260. </xs:annotation>
  1261. </xs:element>
  1262. <xs:element name="ID_KORESP_DO_UZG_ZUD"
  1263. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  1264. id="trala_WSG84___d7e119010-1_ID_KORESP_"/>
  1265. <xs:element minOccurs="0"
  1266. maxOccurs="unbounded"
  1267. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  1268. id="trala_WSG84___d7e119011-1">
  1269. <xs:annotation>
  1270. <xs:appinfo>
  1271. <system_cache__appinfo:flat_relation_cache>
  1272. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG_ZUD"
  1273. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD/ID"/>
  1274. </system_cache__appinfo:flat_relation_cache>
  1275. </xs:appinfo>
  1276. <xs:documentation>Potwierdzenie nadania wniosku o uzgodnienie
  1277. ZUD</xs:documentation>
  1278. </xs:annotation>
  1279. </xs:element>
  1280. <xs:element name="ID_KORESP_UZG_ZUD"
  1281. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  1282. id="trala_WSG84___d7e119018-1_ID_KORESP_"/>
  1283. <xs:element minOccurs="0"
  1284. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  1285. id="trala_WSG84___d7e119019-1">
  1286. <xs:annotation>
  1287. <xs:appinfo>
  1288. <system_cache__appinfo:flat_relation_cache>
  1289. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG_ZUD"
  1290. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD/ID"/>
  1291. </system_cache__appinfo:flat_relation_cache>
  1292. </xs:appinfo>
  1293. <xs:documentation>Potwierdzenie zwrotnego pisma ze zgodą ZUD</xs:documentation>
  1294. </xs:annotation>
  1295. </xs:element>
  1296. <xs:element name="ID_KORESP_ZLECENIE"
  1297. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  1298. id="trala_WSG84___d7e119026-1_ID_KORESP_"/>
  1299. <xs:element minOccurs="0"
  1300. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  1301. id="trala_WSG84___d7e119027-1">
  1302. <xs:annotation>
  1303. <xs:appinfo>
  1304. <system_cache__appinfo:flat_relation_cache>
  1305. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZLECENIE"
  1306. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE/ID"/>
  1307. </system_cache__appinfo:flat_relation_cache>
  1308. </xs:appinfo>
  1309. <xs:documentation>Czy jest zlecenie</xs:documentation>
  1310. </xs:annotation>
  1311. </xs:element>
  1312. <xs:element name="ID_KORESP_ZGL_ODB"
  1313. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  1314. id="trala_WSG84___d7e119035-1_ID_KORESP_"/>
  1315. <xs:element minOccurs="0"
  1316. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  1317. id="trala_WSG84___d7e119036-1">
  1318. <xs:annotation>
  1319. <xs:appinfo>
  1320. <system_cache__appinfo:flat_relation_cache>
  1321. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZGL_ODB"
  1322. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB/ID"/>
  1323. </system_cache__appinfo:flat_relation_cache>
  1324. </xs:appinfo>
  1325. <xs:documentation>Relacja tworzona przez podwykonawcę jako zgłoszenie do
  1326. odbioru=wykonanie</xs:documentation>
  1327. </xs:annotation>
  1328. </xs:element>
  1329. <xs:element name="ID_KORESP_POM_GEOD"
  1330. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  1331. id="trala_WSG84___d7e119043-1_ID_KORESP_"/>
  1332. <xs:element minOccurs="0"
  1333. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  1334. id="trala_WSG84___d7e119044-1">
  1335. <xs:annotation>
  1336. <xs:appinfo>
  1337. <system_cache__appinfo:flat_relation_cache>
  1338. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_POM_GEOD"
  1339. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD/ID"/>
  1340. </system_cache__appinfo:flat_relation_cache>
  1341. </xs:appinfo>
  1342. <xs:documentation>Stwierdzenie, że współrzędne obiektu został zaktualizowane
  1343. oraz są powiązane do dokumentu z operatem</xs:documentation>
  1344. </xs:annotation>
  1345. </xs:element>
  1346. <xs:element name="ID_KORESP_PROTOK_ODB"
  1347. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  1348. id="trala_WSG84___d7e119051-1_ID_KORESP_"/>
  1349. <xs:element minOccurs="0"
  1350. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  1351. id="trala_WSG84___d7e119052-1">
  1352. <xs:annotation>
  1353. <xs:appinfo>
  1354. <system_cache__appinfo:flat_relation_cache>
  1355. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROTOK_ODB"
  1356. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB/ID"/>
  1357. </system_cache__appinfo:flat_relation_cache>
  1358. </xs:appinfo>
  1359. <xs:documentation>Odebranie obiektu przez trójstronny dokument właściciel,
  1360. wykonawca, inwestor</xs:documentation>
  1361. </xs:annotation>
  1362. </xs:element>
  1363. <xs:element name="InvestArrangements_Network_Crossings"
  1364. type="xs:int"
  1365. id="trala_WSG84___d7e119059-1_InvestArra"/>
  1366. <xs:element minOccurs="0"
  1367. ref="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings"
  1368. id="trala_WSG84___d7e119060-1">
  1369. <xs:annotation>
  1370. <xs:appinfo>
  1371. <system_cache__appinfo:flat_relation_cache>
  1372. <system_cache__appinfo:source system_cache__appinfo:name="InvestArrangements_Network_Crossings"
  1373. system_cache__appinfo:xpath="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings/ID"/>
  1374. </system_cache__appinfo:flat_relation_cache>
  1375. </xs:appinfo>
  1376. <xs:documentation>To są kolizje powstałe na bazie przecieć z obiektami zaimportowanymi jako mapa d/c projektowych, które stanowią podstawę do uzgodnień. W to też powinny wejść działki</xs:documentation>
  1377. </xs:annotation>
  1378. </xs:element>
  1379. <xs:element minOccurs="0"
  1380. maxOccurs="1"
  1381. name="gid"
  1382. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__gid"
  1383. id="trala_WSG84___d7e119067-1_gid"/>
  1384. <xs:element minOccurs="0"
  1385. maxOccurs="1"
  1386. name="Opis"
  1387. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__Opis"
  1388. id="trala_WSG84___d7e119068-1_Opis"/>
  1389. <xs:element minOccurs="0"
  1390. maxOccurs="1"
  1391. name="Dlugosc_obmiar"
  1392. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__Dlugosc_obmiar"
  1393. id="trala_WSG84___d7e119069-1_Dlugosc_ob"/>
  1394. <xs:element minOccurs="0"
  1395. maxOccurs="1"
  1396. name="id_wezel"
  1397. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__id_wezel"
  1398. id="trala_WSG84___d7e119071-1_id_wezel"/>
  1399. <xs:element minOccurs="0"
  1400. maxOccurs="1"
  1401. name="id_wezel2"
  1402. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__id_wezel2"
  1403. id="trala_WSG84___d7e119072-1_id_wezel2"/>
  1404. <xs:element minOccurs="0"
  1405. maxOccurs="1"
  1406. name="ID_KORESP_PROJ_WYK"
  1407. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ID_KORESP_PROJ_WYK"
  1408. id="trala_WSG84___d7e119073-1_ID_KORESP_"/>
  1409. <xs:element minOccurs="0"
  1410. maxOccurs="1"
  1411. name="ilosc_rurek_w_pakiecie"
  1412. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ilosc_rurek_w_pakiecie"
  1413. id="trala_WSG84___d7e119074-1_ilosc_rure"/>
  1414. <xs:element minOccurs="0"
  1415. maxOccurs="1"
  1416. name="A_RECORD_CREATE_DATE"
  1417. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_CREATE_DATE"
  1418. id="trala_WSG84___d7e119075-1_A_RECORD_C"/>
  1419. <xs:element minOccurs="0"
  1420. maxOccurs="1"
  1421. name="A_RECORD_CREATE_AUTHOR"
  1422. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_CREATE_AUTHOR"
  1423. id="trala_WSG84___d7e119076-1_A_RECORD_C"/>
  1424. <xs:element minOccurs="0"
  1425. maxOccurs="1"
  1426. name="SYNC_SQIX_STATUS"
  1427. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__SYNC_SQIX_STATUS"
  1428. id="trala_WSG84___d7e119077-1_SYNC_SQIX_"/>
  1429. <xs:element minOccurs="0"
  1430. maxOccurs="1"
  1431. name="A_RECORD_UPDATE_DATE"
  1432. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_UPDATE_DATE"
  1433. id="trala_WSG84___d7e119078-1_A_RECORD_U"/>
  1434. <xs:element minOccurs="0"
  1435. maxOccurs="1"
  1436. name="A_RECORD_UPDATE_AUTHOR"
  1437. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_UPDATE_AUTHOR"
  1438. id="trala_WSG84___d7e119079-1_A_RECORD_U"/>
  1439. <xs:element minOccurs="0"
  1440. maxOccurs="1"
  1441. name="L_APPOITMENT_DATE"
  1442. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_DATE"
  1443. id="trala_WSG84___d7e119080-1_L_APPOITME"/>
  1444. <xs:element minOccurs="0"
  1445. maxOccurs="1"
  1446. name="L_APPOITMENT_PERIOD"
  1447. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_PERIOD"
  1448. id="trala_WSG84___d7e119081-1_L_APPOITME"/>
  1449. <xs:element minOccurs="0"
  1450. maxOccurs="1"
  1451. name="L_APPOITMENT_INFO"
  1452. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_INFO"
  1453. id="trala_WSG84___d7e119083-1_L_APPOITME"/>
  1454. <xs:element minOccurs="0"
  1455. maxOccurs="1"
  1456. name="L_APPOITMENT_TYPE"
  1457. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_TYPE"
  1458. id="trala_WSG84___d7e119084-1_L_APPOITME"/>
  1459. <xs:element minOccurs="0"
  1460. maxOccurs="1"
  1461. name="A_STATUS"
  1462. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_STATUS"
  1463. id="trala_WSG84___d7e119085-1_A_STATUS"/>
  1464. <xs:element minOccurs="0"
  1465. maxOccurs="1"
  1466. name="etykieta_x"
  1467. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_x"
  1468. id="trala_WSG84___d7e119086-1_etykieta_x"/>
  1469. <xs:element minOccurs="0"
  1470. maxOccurs="1"
  1471. name="etykieta_y"
  1472. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_y"
  1473. id="trala_WSG84___d7e119087-1_etykieta_y"/>
  1474. <xs:element minOccurs="0"
  1475. maxOccurs="1"
  1476. name="etykieta_obrot"
  1477. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_obrot"
  1478. id="trala_WSG84___d7e119088-1_etykieta_o"/>
  1479. <xs:element minOccurs="0"
  1480. maxOccurs="1"
  1481. name="WORK_PLAN_START"
  1482. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__WORK_PLAN_START"
  1483. id="trala_WSG84___d7e119089-1_WORK_PLAN_"/>
  1484. <xs:element minOccurs="0"
  1485. maxOccurs="1"
  1486. name="WORK_PLAN_FINISH"
  1487. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__WORK_PLAN_FINISH"
  1488. id="trala_WSG84___d7e119090-1_WORK_PLAN_"/>
  1489. <xs:element minOccurs="0"
  1490. maxOccurs="1"
  1491. name="T_WORKPOINTS_TIME_HOURS"
  1492. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__T_WORKPOINTS_TIME_HOURS"
  1493. id="trala_WSG84___d7e119091-1_T_WORKPOIN"/>
  1494. <!--#272 found ignored A_STATUS-->
  1495. <!--#272 found ignored id_wezel2-->
  1496. <!--#272 found ignored id_wezel-->
  1497. <!--#272 found ignored L_APPOITMENT_DATE-->
  1498. <!--#272 found ignored L_APPOITMENT_INFO-->
  1499. <!--#272 found ignored L_APPOITMENT_PERIOD-->
  1500. <!--#272 found ignored L_APPOITMENT_TYPE-->
  1501. <!--#272 found ignored L_APPOITMENT_USER-->
  1502. <!--#272 found ignored A_ADM_COMPANY-->
  1503. <!--#272 found ignored A_CLASSIFIED-->
  1504. <!--#272 found ignored ID_KORESP_PROTOK_ODB-->
  1505. <!--#288 unsupported yet @ref p5_zasob_36:IN7_DZIENNIK_KORESP-->
  1506. <!--#453 found ignored p5_zasob_36:IN7_DZIENNIK_KORESP by same @system_cache__appinfo:name-->
  1507. <!--#272 found ignored A_STATUS_INFO-->
  1508. <!--#272 found ignored ID_KORESP_PROJEKT-->
  1509. <!--#272 found ignored ID_KORESP_PROJ_WYK-->
  1510. <!--#272 found ignored ID_KORESP_DO_UZG-->
  1511. <!--#272 found ignored ID-->
  1512. <!--#272 found ignored ID_KORESP_UZG-->
  1513. <!--#272 found ignored ID_KORESP_DO_REALIZ-->
  1514. <!--#272 found ignored ID_KORESP_ZLECENIE-->
  1515. <!--#272 found ignored ID_KORESP_ZGL_ODB-->
  1516. <!--#272 found ignored ID_KORESP_DO_UZG_ZUD-->
  1517. <!--#272 found ignored ID_KORESP_UZG_ZUD-->
  1518. <!--#272 found ignored ID_KORESP_POM_GEOD-->
  1519. <!--#272 found ignored ID_PROJECT-->
  1520. <!--#288 unsupported yet @ref p5_zasob_36:IN7_MK_BAZA_DYSTRYBUCJI-->
  1521. <!--#414-A found adding p5_zasob_36:IN7_MK_BAZA_DYSTRYBUCJI, $prototype_NamespacePrefix = default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84-->
  1522. <xs:element ref="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI"
  1523. minOccurs="0"
  1524. id="trala_WSG84___d7e119121-1">
  1525. <xs:annotation>
  1526. <xs:appinfo>
  1527. <system_cache__appinfo:flat_relation_cache>
  1528. <system_cache__appinfo:source system_cache__appinfo:name="ID_PROJECT"
  1529. system_cache__appinfo:xpath="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI/ID"/>
  1530. </system_cache__appinfo:flat_relation_cache>
  1531. </xs:appinfo>
  1532. </xs:annotation>
  1533. </xs:element>
  1534. <!--#272 found ignored ID_KORESP_OFFER-->
  1535. <!--#272 found ignored A_RECORD_UPDATE_DATE-->
  1536. <!--#272 found ignored A_RECORD_CREATE_DATE-->
  1537. <!--#272 found ignored A_RECORD_UPDATE_AUTHOR-->
  1538. <!--#272 found ignored A_RECORD_CREATE_AUTHOR-->
  1539. <!--#272 found ignored WORK_PLAN_START-->
  1540. <!--#272 found ignored WORK_PLAN_FINISH-->
  1541. <!--#272 found ignored T_WORKPOINTS_TIME_HOURS-->
  1542. <!--#272 found ignored etykieta_x-->
  1543. <!--#272 found ignored etykieta_y-->
  1544. <!--#272 found ignored the_geom-->
  1545. <!--#272 found ignored etykieta_obrot-->
  1546. <!--#272 found ignored gid-->
  1547. <!--#272 found ignored SYNC_SQIX_STATUS-->
  1548. <!--#272 found ignored ilosc_rurek_w_pakiecie-->
  1549. <!--#272 found ignored Opis-->
  1550. <!--#272 found ignored ID_ZASOB-->
  1551. <!--#288 unsupported yet @ref p5_zasob_36:CRM_LISTA_ZASOBOW-->
  1552. <!--#453 found ignored p5_zasob_36:CRM_LISTA_ZASOBOW by same @system_cache__appinfo:name-->
  1553. <!--#272 found ignored Dlugosc-->
  1554. <!--#272 found ignored Dlugosc_obmiar-->
  1555. </xs:sequence>
  1556. <xs:attribute name="label" type="xs:string" id="trala_WSG84___d7e119147-1_label">
  1557. <xs:annotation>
  1558. <xs:documentation>Not needed to be there label</xs:documentation>
  1559. </xs:annotation>
  1560. </xs:attribute>
  1561. <xs:assert test="@label = concat('Projekt ', ID)" id="trala_WSG84___d7e119151-1">
  1562. <xs:annotation>
  1563. <xs:documentation>Test override parent assert for @label</xs:documentation>
  1564. </xs:annotation>
  1565. </xs:assert>
  1566. </xs:restriction>
  1567. </xs:complexContent>
  1568. </xs:complexType>
  1569. <xs:element name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_PROJEKT"
  1570. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_PROJEKT"
  1571. id="trala_WSG84___d7e119155-1_Rozdzielcz">
  1572. <xs:annotation>
  1573. <xs:appinfo>
  1574. <system_cache__appinfo:base_type system_cache__appinfo:base_type_group="infrastructure"
  1575. system_cache__appinfo:base_type_name="PROJEKT"/>
  1576. </xs:appinfo>
  1577. <xs:documentation>Zaprojektowany - został wydrukowany projekt dla danego
  1578. rekordu</xs:documentation>
  1579. </xs:annotation>
  1580. </xs:element>
  1581. <xs:complexType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_DO_REALIZ"
  1582. id="trala_WSG84___d7e119161-1_Rozdzielcz">
  1583. <xs:complexContent id="trala_WSG84___d7e119162-1">
  1584. <xs:restriction base="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_PROJEKT">
  1585. <xs:sequence id="trala_WSG84___d7e119164-1">
  1586. <xs:element name="ID" type="xs:int" id="trala_WSG84___d7e119165-1_ID"/>
  1587. <xs:element name="the_geom"
  1588. type="gml:AbstractFeatureType"
  1589. id="trala_WSG84___d7e119166-1_the_geom"/>
  1590. <xs:element name="A_STATUS_INFO"
  1591. type="xs:string"
  1592. id="trala_WSG84___d7e119167-1_A_STATUS_I"/>
  1593. <xs:element name="opis" type="xs:string" id="trala_WSG84___d7e119168-1_opis">
  1594. <xs:annotation>
  1595. <xs:documentation>To zmiany na ID_ZASOBU pod katem
  1596. kosztorysowym</xs:documentation>
  1597. </xs:annotation>
  1598. </xs:element>
  1599. <xs:element name="ID_ZASOB"
  1600. type="xs:int"
  1601. id="trala_WSG84___d7e119172-1_ID_ZASOB"/>
  1602. <xs:element ref="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW"
  1603. id="trala_WSG84___d7e119173-1">
  1604. <xs:annotation>
  1605. <xs:appinfo>
  1606. <system_cache__appinfo:flat_relation_cache>
  1607. <system_cache__appinfo:source system_cache__appinfo:name="ID_ZASOB"
  1608. system_cache__appinfo:xpath="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW/ID"/>
  1609. </system_cache__appinfo:flat_relation_cache>
  1610. </xs:appinfo>
  1611. </xs:annotation>
  1612. </xs:element>
  1613. <xs:element name="Dlugosc"
  1614. type="xs:double"
  1615. id="trala_WSG84___d7e119178-1_Dlugosc"/>
  1616. <xs:element name="Powierzchnia"
  1617. type="xs:double"
  1618. id="trala_WSG84___d7e119179-1_Powierzchn"/>
  1619. <xs:element name="L_APPOITMENT_USER"
  1620. type="xs:string"
  1621. id="trala_WSG84___d7e119180-1_L_APPOITME"/>
  1622. <xs:element ref="SystemObjects__x3A__AccessOwner:AccessOwner"
  1623. id="trala_WSG84___d7e119181-1">
  1624. <xs:annotation>
  1625. <xs:appinfo>
  1626. <system_cache__appinfo:flat_relation_cache>
  1627. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  1628. system_cache__appinfo:xpath="SystemObjects__x3A__AccessOwner:AccessOwner/name"/>
  1629. </system_cache__appinfo:flat_relation_cache>
  1630. </xs:appinfo>
  1631. </xs:annotation>
  1632. </xs:element>
  1633. <xs:element name="A_CLASSIFIED"
  1634. type="xs:string"
  1635. id="trala_WSG84___d7e119186-1_A_CLASSIFI"/>
  1636. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  1637. id="trala_WSG84___d7e119188-1">
  1638. <xs:annotation>
  1639. <xs:appinfo>
  1640. <system_cache__appinfo:flat_relation_cache>
  1641. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  1642. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  1643. </system_cache__appinfo:flat_relation_cache>
  1644. </xs:appinfo>
  1645. </xs:annotation>
  1646. </xs:element>
  1647. <xs:element name="A_ADM_COMPANY"
  1648. type="xs:string"
  1649. id="trala_WSG84___d7e119193-1_A_ADM_COMP"/>
  1650. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  1651. id="trala_WSG84___d7e119194-1">
  1652. <xs:annotation>
  1653. <xs:appinfo>
  1654. <system_cache__appinfo:flat_relation_cache>
  1655. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  1656. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY/name"/>
  1657. </system_cache__appinfo:flat_relation_cache>
  1658. </xs:appinfo>
  1659. </xs:annotation>
  1660. </xs:element>
  1661. <xs:element name="ID_PROJECT"
  1662. type="xs:int"
  1663. id="trala_WSG84___d7e119199-1_ID_PROJECT"/>
  1664. <xs:element name="ID_KORESP_PROJEKT"
  1665. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  1666. id="trala_WSG84___d7e119200-1_ID_KORESP_"/>
  1667. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  1668. id="trala_WSG84___d7e119201-1">
  1669. <xs:annotation>
  1670. <xs:appinfo>
  1671. <system_cache__appinfo:flat_relation_cache>
  1672. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT"
  1673. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT/ID"/>
  1674. </system_cache__appinfo:flat_relation_cache>
  1675. </xs:appinfo>
  1676. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  1677. zasadami projektowania</xs:documentation>
  1678. </xs:annotation>
  1679. </xs:element>
  1680. <xs:element name="ID_KORESP_PROJEKT_WYK"
  1681. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  1682. id="trala_WSG84___d7e119208-1_ID_KORESP_"/>
  1683. <xs:element minOccurs="0"
  1684. maxOccurs="unbounded"
  1685. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK"
  1686. id="trala_WSG84___d7e119209-1">
  1687. <xs:annotation>
  1688. <xs:appinfo>
  1689. <system_cache__appinfo:flat_relation_cache>
  1690. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT_WYK"
  1691. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK/ID"/>
  1692. </system_cache__appinfo:flat_relation_cache>
  1693. </xs:appinfo>
  1694. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  1695. zasadami projektowania - proj wykonawczy</xs:documentation>
  1696. </xs:annotation>
  1697. </xs:element>
  1698. <xs:element name="ID_KORESP_DO_REALIZ"
  1699. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  1700. id="trala_WSG84___d7e119216-1_ID_KORESP_"/>
  1701. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  1702. id="trala_WSG84___d7e119217-1">
  1703. <xs:annotation>
  1704. <xs:appinfo>
  1705. <system_cache__appinfo:flat_relation_cache>
  1706. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_REALIZ"
  1707. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ/ID"/>
  1708. </system_cache__appinfo:flat_relation_cache>
  1709. </xs:appinfo>
  1710. <xs:documentation>Czy jest decyzja na realizacje</xs:documentation>
  1711. </xs:annotation>
  1712. </xs:element>
  1713. <xs:element name="ID_KORESP_OFFER"
  1714. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  1715. id="trala_WSG84___d7e119224-1_ID_KORESP_"/>
  1716. <xs:element minOccurs="0"
  1717. maxOccurs="unbounded"
  1718. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  1719. id="trala_WSG84___d7e119226-1">
  1720. <xs:annotation>
  1721. <xs:appinfo>
  1722. <system_cache__appinfo:flat_relation_cache>
  1723. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_OFFER"
  1724. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER/ID"/>
  1725. </system_cache__appinfo:flat_relation_cache>
  1726. </xs:appinfo>
  1727. <xs:documentation>Czy jest oferta na obiekt</xs:documentation>
  1728. </xs:annotation>
  1729. </xs:element>
  1730. <xs:element name="ID_KORESP_DO_UZG"
  1731. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  1732. id="trala_WSG84___d7e119233-1_ID_KORESP_"/>
  1733. <xs:element minOccurs="0"
  1734. maxOccurs="unbounded"
  1735. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  1736. id="trala_WSG84___d7e119234-1">
  1737. <xs:annotation>
  1738. <xs:appinfo>
  1739. <system_cache__appinfo:flat_relation_cache>
  1740. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG"
  1741. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/ID"/>
  1742. </system_cache__appinfo:flat_relation_cache>
  1743. </xs:appinfo>
  1744. <xs:documentation>Powiązanie do wysłanego pisma o zgodę na usytuowanie obiektu,
  1745. do właściciela nieruchomości</xs:documentation>
  1746. </xs:annotation>
  1747. </xs:element>
  1748. <xs:element name="ID_KORESP_UZG"
  1749. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  1750. id="trala_WSG84___d7e119241-1_ID_KORESP_"/>
  1751. <xs:element minOccurs="0"
  1752. maxOccurs="unbounded"
  1753. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  1754. id="trala_WSG84___d7e119242-1">
  1755. <xs:annotation>
  1756. <xs:appinfo>
  1757. <system_cache__appinfo:flat_relation_cache>
  1758. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG"
  1759. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG/ID"/>
  1760. </system_cache__appinfo:flat_relation_cache>
  1761. </xs:appinfo>
  1762. <xs:documentation>Fakt wyrażenia zgody na usytuowanie sieci od właściciela.
  1763. Brak zgody powinien być wiązany z relacją dla wysyłania wniosków o
  1764. zgody</xs:documentation>
  1765. </xs:annotation>
  1766. </xs:element>
  1767. <xs:element name="ID_KORESP_DO_UZG_ZUD"
  1768. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  1769. id="trala_WSG84___d7e119249-1_ID_KORESP_"/>
  1770. <xs:element minOccurs="0"
  1771. maxOccurs="unbounded"
  1772. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  1773. id="trala_WSG84___d7e119250-1">
  1774. <xs:annotation>
  1775. <xs:appinfo>
  1776. <system_cache__appinfo:flat_relation_cache>
  1777. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG_ZUD"
  1778. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD/ID"/>
  1779. </system_cache__appinfo:flat_relation_cache>
  1780. </xs:appinfo>
  1781. <xs:documentation>Potwierdzenie nadania wniosku o uzgodnienie
  1782. ZUD</xs:documentation>
  1783. </xs:annotation>
  1784. </xs:element>
  1785. <xs:element name="ID_KORESP_UZG_ZUD"
  1786. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  1787. id="trala_WSG84___d7e119257-1_ID_KORESP_"/>
  1788. <xs:element minOccurs="0"
  1789. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  1790. id="trala_WSG84___d7e119258-1">
  1791. <xs:annotation>
  1792. <xs:appinfo>
  1793. <system_cache__appinfo:flat_relation_cache>
  1794. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG_ZUD"
  1795. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD/ID"/>
  1796. </system_cache__appinfo:flat_relation_cache>
  1797. </xs:appinfo>
  1798. <xs:documentation>Potwierdzenie zwrotnego pisma ze zgodą ZUD</xs:documentation>
  1799. </xs:annotation>
  1800. </xs:element>
  1801. <xs:element name="ID_KORESP_ZLECENIE"
  1802. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  1803. id="trala_WSG84___d7e119265-1_ID_KORESP_"/>
  1804. <xs:element minOccurs="0"
  1805. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  1806. id="trala_WSG84___d7e119266-1">
  1807. <xs:annotation>
  1808. <xs:appinfo>
  1809. <system_cache__appinfo:flat_relation_cache>
  1810. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZLECENIE"
  1811. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE/ID"/>
  1812. </system_cache__appinfo:flat_relation_cache>
  1813. </xs:appinfo>
  1814. <xs:documentation>Czy jest zlecenie</xs:documentation>
  1815. </xs:annotation>
  1816. </xs:element>
  1817. <xs:element name="ID_KORESP_ZGL_ODB"
  1818. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  1819. id="trala_WSG84___d7e119274-1_ID_KORESP_"/>
  1820. <xs:element minOccurs="0"
  1821. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  1822. id="trala_WSG84___d7e119275-1">
  1823. <xs:annotation>
  1824. <xs:appinfo>
  1825. <system_cache__appinfo:flat_relation_cache>
  1826. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZGL_ODB"
  1827. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB/ID"/>
  1828. </system_cache__appinfo:flat_relation_cache>
  1829. </xs:appinfo>
  1830. <xs:documentation>Relacja tworzona przez podwykonawcę jako zgłoszenie do
  1831. odbioru=wykonanie</xs:documentation>
  1832. </xs:annotation>
  1833. </xs:element>
  1834. <xs:element name="ID_KORESP_POM_GEOD"
  1835. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  1836. id="trala_WSG84___d7e119282-1_ID_KORESP_"/>
  1837. <xs:element minOccurs="0"
  1838. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  1839. id="trala_WSG84___d7e119283-1">
  1840. <xs:annotation>
  1841. <xs:appinfo>
  1842. <system_cache__appinfo:flat_relation_cache>
  1843. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_POM_GEOD"
  1844. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD/ID"/>
  1845. </system_cache__appinfo:flat_relation_cache>
  1846. </xs:appinfo>
  1847. <xs:documentation>Stwierdzenie, że współrzędne obiektu został zaktualizowane
  1848. oraz są powiązane do dokumentu z operatem</xs:documentation>
  1849. </xs:annotation>
  1850. </xs:element>
  1851. <xs:element name="ID_KORESP_PROTOK_ODB"
  1852. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  1853. id="trala_WSG84___d7e119290-1_ID_KORESP_"/>
  1854. <xs:element minOccurs="0"
  1855. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  1856. id="trala_WSG84___d7e119291-1">
  1857. <xs:annotation>
  1858. <xs:appinfo>
  1859. <system_cache__appinfo:flat_relation_cache>
  1860. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROTOK_ODB"
  1861. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB/ID"/>
  1862. </system_cache__appinfo:flat_relation_cache>
  1863. </xs:appinfo>
  1864. <xs:documentation>Odebranie obiektu przez trójstronny dokument właściciel,
  1865. wykonawca, inwestor</xs:documentation>
  1866. </xs:annotation>
  1867. </xs:element>
  1868. <xs:element name="InvestArrangements_Network_Crossings"
  1869. type="xs:int"
  1870. id="trala_WSG84___d7e119298-1_InvestArra"/>
  1871. <xs:element minOccurs="0"
  1872. ref="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings"
  1873. id="trala_WSG84___d7e119299-1">
  1874. <xs:annotation>
  1875. <xs:appinfo>
  1876. <system_cache__appinfo:flat_relation_cache>
  1877. <system_cache__appinfo:source system_cache__appinfo:name="InvestArrangements_Network_Crossings"
  1878. system_cache__appinfo:xpath="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings/ID"/>
  1879. </system_cache__appinfo:flat_relation_cache>
  1880. </xs:appinfo>
  1881. <xs:documentation>To są kolizje powstałe na bazie przecieć z obiektami zaimportowanymi jako mapa d/c projektowych, które stanowią podstawę do uzgodnień. W to też powinny wejść działki</xs:documentation>
  1882. </xs:annotation>
  1883. </xs:element>
  1884. <xs:element minOccurs="0"
  1885. maxOccurs="1"
  1886. name="gid"
  1887. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__gid"
  1888. id="trala_WSG84___d7e119306-1_gid"/>
  1889. <xs:element minOccurs="0"
  1890. maxOccurs="1"
  1891. name="Opis"
  1892. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__Opis"
  1893. id="trala_WSG84___d7e119307-1_Opis"/>
  1894. <xs:element minOccurs="0"
  1895. maxOccurs="1"
  1896. name="Dlugosc_obmiar"
  1897. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__Dlugosc_obmiar"
  1898. id="trala_WSG84___d7e119308-1_Dlugosc_ob"/>
  1899. <xs:element minOccurs="0"
  1900. maxOccurs="1"
  1901. name="id_wezel"
  1902. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__id_wezel"
  1903. id="trala_WSG84___d7e119310-1_id_wezel"/>
  1904. <xs:element minOccurs="0"
  1905. maxOccurs="1"
  1906. name="id_wezel2"
  1907. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__id_wezel2"
  1908. id="trala_WSG84___d7e119311-1_id_wezel2"/>
  1909. <xs:element minOccurs="0"
  1910. maxOccurs="1"
  1911. name="ID_KORESP_PROJ_WYK"
  1912. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ID_KORESP_PROJ_WYK"
  1913. id="trala_WSG84___d7e119312-1_ID_KORESP_"/>
  1914. <xs:element minOccurs="0"
  1915. maxOccurs="1"
  1916. name="ilosc_rurek_w_pakiecie"
  1917. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ilosc_rurek_w_pakiecie"
  1918. id="trala_WSG84___d7e119313-1_ilosc_rure"/>
  1919. <xs:element minOccurs="0"
  1920. maxOccurs="1"
  1921. name="A_RECORD_CREATE_DATE"
  1922. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_CREATE_DATE"
  1923. id="trala_WSG84___d7e119314-1_A_RECORD_C"/>
  1924. <xs:element minOccurs="0"
  1925. maxOccurs="1"
  1926. name="A_RECORD_CREATE_AUTHOR"
  1927. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_CREATE_AUTHOR"
  1928. id="trala_WSG84___d7e119315-1_A_RECORD_C"/>
  1929. <xs:element minOccurs="0"
  1930. maxOccurs="1"
  1931. name="SYNC_SQIX_STATUS"
  1932. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__SYNC_SQIX_STATUS"
  1933. id="trala_WSG84___d7e119316-1_SYNC_SQIX_"/>
  1934. <xs:element minOccurs="0"
  1935. maxOccurs="1"
  1936. name="A_RECORD_UPDATE_DATE"
  1937. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_UPDATE_DATE"
  1938. id="trala_WSG84___d7e119317-1_A_RECORD_U"/>
  1939. <xs:element minOccurs="0"
  1940. maxOccurs="1"
  1941. name="A_RECORD_UPDATE_AUTHOR"
  1942. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_UPDATE_AUTHOR"
  1943. id="trala_WSG84___d7e119318-1_A_RECORD_U"/>
  1944. <xs:element minOccurs="0"
  1945. maxOccurs="1"
  1946. name="L_APPOITMENT_DATE"
  1947. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_DATE"
  1948. id="trala_WSG84___d7e119319-1_L_APPOITME"/>
  1949. <xs:element minOccurs="0"
  1950. maxOccurs="1"
  1951. name="L_APPOITMENT_PERIOD"
  1952. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_PERIOD"
  1953. id="trala_WSG84___d7e119320-1_L_APPOITME"/>
  1954. <xs:element minOccurs="0"
  1955. maxOccurs="1"
  1956. name="L_APPOITMENT_INFO"
  1957. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_INFO"
  1958. id="trala_WSG84___d7e119322-1_L_APPOITME"/>
  1959. <xs:element minOccurs="0"
  1960. maxOccurs="1"
  1961. name="L_APPOITMENT_TYPE"
  1962. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_TYPE"
  1963. id="trala_WSG84___d7e119323-1_L_APPOITME"/>
  1964. <xs:element minOccurs="0"
  1965. maxOccurs="1"
  1966. name="A_STATUS"
  1967. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_STATUS"
  1968. id="trala_WSG84___d7e119324-1_A_STATUS"/>
  1969. <xs:element minOccurs="0"
  1970. maxOccurs="1"
  1971. name="etykieta_x"
  1972. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_x"
  1973. id="trala_WSG84___d7e119325-1_etykieta_x"/>
  1974. <xs:element minOccurs="0"
  1975. maxOccurs="1"
  1976. name="etykieta_y"
  1977. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_y"
  1978. id="trala_WSG84___d7e119326-1_etykieta_y"/>
  1979. <xs:element minOccurs="0"
  1980. maxOccurs="1"
  1981. name="etykieta_obrot"
  1982. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_obrot"
  1983. id="trala_WSG84___d7e119327-1_etykieta_o"/>
  1984. <xs:element minOccurs="0"
  1985. maxOccurs="1"
  1986. name="WORK_PLAN_START"
  1987. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__WORK_PLAN_START"
  1988. id="trala_WSG84___d7e119328-1_WORK_PLAN_"/>
  1989. <xs:element minOccurs="0"
  1990. maxOccurs="1"
  1991. name="WORK_PLAN_FINISH"
  1992. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__WORK_PLAN_FINISH"
  1993. id="trala_WSG84___d7e119329-1_WORK_PLAN_"/>
  1994. <xs:element minOccurs="0"
  1995. maxOccurs="1"
  1996. name="T_WORKPOINTS_TIME_HOURS"
  1997. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__T_WORKPOINTS_TIME_HOURS"
  1998. id="trala_WSG84___d7e119330-1_T_WORKPOIN"/>
  1999. <!--#272 found ignored A_STATUS-->
  2000. <!--#272 found ignored id_wezel2-->
  2001. <!--#272 found ignored id_wezel-->
  2002. <!--#272 found ignored L_APPOITMENT_DATE-->
  2003. <!--#272 found ignored L_APPOITMENT_INFO-->
  2004. <!--#272 found ignored L_APPOITMENT_PERIOD-->
  2005. <!--#272 found ignored L_APPOITMENT_TYPE-->
  2006. <!--#272 found ignored L_APPOITMENT_USER-->
  2007. <!--#272 found ignored A_ADM_COMPANY-->
  2008. <!--#272 found ignored A_CLASSIFIED-->
  2009. <!--#272 found ignored ID_KORESP_PROTOK_ODB-->
  2010. <!--#288 unsupported yet @ref p5_zasob_36:IN7_DZIENNIK_KORESP-->
  2011. <!--#453 found ignored p5_zasob_36:IN7_DZIENNIK_KORESP by same @system_cache__appinfo:name-->
  2012. <!--#272 found ignored A_STATUS_INFO-->
  2013. <!--#272 found ignored ID_KORESP_PROJEKT-->
  2014. <!--#272 found ignored ID_KORESP_PROJ_WYK-->
  2015. <!--#272 found ignored ID_KORESP_DO_UZG-->
  2016. <!--#272 found ignored ID-->
  2017. <!--#272 found ignored ID_KORESP_UZG-->
  2018. <!--#272 found ignored ID_KORESP_DO_REALIZ-->
  2019. <!--#272 found ignored ID_KORESP_ZLECENIE-->
  2020. <!--#272 found ignored ID_KORESP_ZGL_ODB-->
  2021. <!--#272 found ignored ID_KORESP_DO_UZG_ZUD-->
  2022. <!--#272 found ignored ID_KORESP_UZG_ZUD-->
  2023. <!--#272 found ignored ID_KORESP_POM_GEOD-->
  2024. <!--#272 found ignored ID_PROJECT-->
  2025. <!--#288 unsupported yet @ref p5_zasob_36:IN7_MK_BAZA_DYSTRYBUCJI-->
  2026. <!--#414-A found adding p5_zasob_36:IN7_MK_BAZA_DYSTRYBUCJI, $prototype_NamespacePrefix = default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84-->
  2027. <xs:element ref="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI"
  2028. minOccurs="0"
  2029. id="trala_WSG84___d7e119360-1">
  2030. <xs:annotation>
  2031. <xs:appinfo>
  2032. <system_cache__appinfo:flat_relation_cache>
  2033. <system_cache__appinfo:source system_cache__appinfo:name="ID_PROJECT"
  2034. system_cache__appinfo:xpath="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI/ID"/>
  2035. </system_cache__appinfo:flat_relation_cache>
  2036. </xs:appinfo>
  2037. </xs:annotation>
  2038. </xs:element>
  2039. <!--#272 found ignored ID_KORESP_OFFER-->
  2040. <!--#272 found ignored A_RECORD_UPDATE_DATE-->
  2041. <!--#272 found ignored A_RECORD_CREATE_DATE-->
  2042. <!--#272 found ignored A_RECORD_UPDATE_AUTHOR-->
  2043. <!--#272 found ignored A_RECORD_CREATE_AUTHOR-->
  2044. <!--#272 found ignored WORK_PLAN_START-->
  2045. <!--#272 found ignored WORK_PLAN_FINISH-->
  2046. <!--#272 found ignored T_WORKPOINTS_TIME_HOURS-->
  2047. <!--#272 found ignored etykieta_x-->
  2048. <!--#272 found ignored etykieta_y-->
  2049. <!--#272 found ignored the_geom-->
  2050. <!--#272 found ignored etykieta_obrot-->
  2051. <!--#272 found ignored gid-->
  2052. <!--#272 found ignored SYNC_SQIX_STATUS-->
  2053. <!--#272 found ignored ilosc_rurek_w_pakiecie-->
  2054. <!--#272 found ignored Opis-->
  2055. <!--#272 found ignored ID_ZASOB-->
  2056. <!--#288 unsupported yet @ref p5_zasob_36:CRM_LISTA_ZASOBOW-->
  2057. <!--#453 found ignored p5_zasob_36:CRM_LISTA_ZASOBOW by same @system_cache__appinfo:name-->
  2058. <!--#272 found ignored Dlugosc-->
  2059. <!--#272 found ignored Dlugosc_obmiar-->
  2060. </xs:sequence>
  2061. </xs:restriction>
  2062. </xs:complexContent>
  2063. </xs:complexType>
  2064. <xs:element name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_DO_REALIZ"
  2065. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_DO_REALIZ"
  2066. id="trala_WSG84___d7e119386-1_Rozdzielcz">
  2067. <xs:annotation>
  2068. <xs:appinfo>
  2069. <system_cache__appinfo:base_type system_cache__appinfo:base_type_group="infrastructure"
  2070. system_cache__appinfo:base_type_name="DO_REALIZ"/>
  2071. </xs:appinfo>
  2072. </xs:annotation>
  2073. </xs:element>
  2074. <xs:complexType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_OFFER"
  2075. id="trala_WSG84___d7e119390-1_Rozdzielcz">
  2076. <xs:annotation>
  2077. <xs:documentation>Obiekt, na ktory otryzmalismy oferte</xs:documentation>
  2078. </xs:annotation>
  2079. <xs:complexContent id="trala_WSG84___d7e119394-1">
  2080. <xs:restriction base="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_PROJEKT">
  2081. <xs:sequence id="trala_WSG84___d7e119396-1">
  2082. <xs:element name="ID" type="xs:int" id="trala_WSG84___d7e119397-1_ID"/>
  2083. <xs:element name="the_geom"
  2084. type="gml:AbstractFeatureType"
  2085. id="trala_WSG84___d7e119398-1_the_geom"/>
  2086. <xs:element name="A_STATUS_INFO"
  2087. type="xs:string"
  2088. id="trala_WSG84___d7e119399-1_A_STATUS_I"/>
  2089. <xs:element name="opis" type="xs:string" id="trala_WSG84___d7e119400-1_opis">
  2090. <xs:annotation>
  2091. <xs:documentation>To zmiany na ID_ZASOBU pod katem
  2092. kosztorysowym</xs:documentation>
  2093. </xs:annotation>
  2094. </xs:element>
  2095. <xs:element name="ID_ZASOB"
  2096. type="xs:int"
  2097. id="trala_WSG84___d7e119404-1_ID_ZASOB"/>
  2098. <xs:element ref="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW"
  2099. id="trala_WSG84___d7e119405-1">
  2100. <xs:annotation>
  2101. <xs:appinfo>
  2102. <system_cache__appinfo:flat_relation_cache>
  2103. <system_cache__appinfo:source system_cache__appinfo:name="ID_ZASOB"
  2104. system_cache__appinfo:xpath="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW/ID"/>
  2105. </system_cache__appinfo:flat_relation_cache>
  2106. </xs:appinfo>
  2107. </xs:annotation>
  2108. </xs:element>
  2109. <xs:element name="Dlugosc"
  2110. type="xs:double"
  2111. id="trala_WSG84___d7e119410-1_Dlugosc"/>
  2112. <xs:element name="Powierzchnia"
  2113. type="xs:double"
  2114. id="trala_WSG84___d7e119411-1_Powierzchn"/>
  2115. <xs:element name="L_APPOITMENT_USER"
  2116. type="xs:string"
  2117. id="trala_WSG84___d7e119412-1_L_APPOITME"/>
  2118. <xs:element ref="SystemObjects__x3A__AccessOwner:AccessOwner"
  2119. id="trala_WSG84___d7e119413-1">
  2120. <xs:annotation>
  2121. <xs:appinfo>
  2122. <system_cache__appinfo:flat_relation_cache>
  2123. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  2124. system_cache__appinfo:xpath="SystemObjects__x3A__AccessOwner:AccessOwner/name"/>
  2125. </system_cache__appinfo:flat_relation_cache>
  2126. </xs:appinfo>
  2127. </xs:annotation>
  2128. </xs:element>
  2129. <xs:element name="A_CLASSIFIED"
  2130. type="xs:string"
  2131. id="trala_WSG84___d7e119418-1_A_CLASSIFI"/>
  2132. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  2133. id="trala_WSG84___d7e119420-1">
  2134. <xs:annotation>
  2135. <xs:appinfo>
  2136. <system_cache__appinfo:flat_relation_cache>
  2137. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  2138. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  2139. </system_cache__appinfo:flat_relation_cache>
  2140. </xs:appinfo>
  2141. </xs:annotation>
  2142. </xs:element>
  2143. <xs:element name="A_ADM_COMPANY"
  2144. type="xs:string"
  2145. id="trala_WSG84___d7e119425-1_A_ADM_COMP"/>
  2146. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  2147. id="trala_WSG84___d7e119426-1">
  2148. <xs:annotation>
  2149. <xs:appinfo>
  2150. <system_cache__appinfo:flat_relation_cache>
  2151. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  2152. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY/name"/>
  2153. </system_cache__appinfo:flat_relation_cache>
  2154. </xs:appinfo>
  2155. </xs:annotation>
  2156. </xs:element>
  2157. <xs:element name="ID_PROJECT"
  2158. type="xs:int"
  2159. id="trala_WSG84___d7e119431-1_ID_PROJECT"/>
  2160. <xs:element name="ID_KORESP_PROJEKT"
  2161. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  2162. id="trala_WSG84___d7e119432-1_ID_KORESP_"/>
  2163. <xs:element maxOccurs="unbounded"
  2164. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  2165. id="trala_WSG84___d7e119433-1">
  2166. <xs:annotation>
  2167. <xs:appinfo>
  2168. <system_cache__appinfo:flat_relation_cache>
  2169. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT"
  2170. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT/ID"/>
  2171. </system_cache__appinfo:flat_relation_cache>
  2172. </xs:appinfo>
  2173. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  2174. zasadami projektowania</xs:documentation>
  2175. </xs:annotation>
  2176. </xs:element>
  2177. <xs:element name="ID_KORESP_PROJEKT_WYK"
  2178. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  2179. id="trala_WSG84___d7e119440-1_ID_KORESP_"/>
  2180. <xs:element minOccurs="1"
  2181. maxOccurs="unbounded"
  2182. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK"
  2183. id="trala_WSG84___d7e119441-1">
  2184. <xs:annotation>
  2185. <xs:appinfo>
  2186. <system_cache__appinfo:flat_relation_cache>
  2187. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT_WYK"
  2188. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK/ID"/>
  2189. </system_cache__appinfo:flat_relation_cache>
  2190. </xs:appinfo>
  2191. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  2192. zasadami projektowania - proj wykonawczy</xs:documentation>
  2193. </xs:annotation>
  2194. </xs:element>
  2195. <xs:element name="ID_KORESP_DO_REALIZ"
  2196. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  2197. id="trala_WSG84___d7e119448-1_ID_KORESP_"/>
  2198. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  2199. id="trala_WSG84___d7e119449-1">
  2200. <xs:annotation>
  2201. <xs:appinfo>
  2202. <system_cache__appinfo:flat_relation_cache>
  2203. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_REALIZ"
  2204. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ/ID"/>
  2205. </system_cache__appinfo:flat_relation_cache>
  2206. </xs:appinfo>
  2207. <xs:documentation>Czy jest decyzja na realizacje</xs:documentation>
  2208. </xs:annotation>
  2209. </xs:element>
  2210. <xs:element name="ID_KORESP_OFFER"
  2211. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  2212. id="trala_WSG84___d7e119456-1_ID_KORESP_"/>
  2213. <xs:element minOccurs="1"
  2214. maxOccurs="unbounded"
  2215. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  2216. id="trala_WSG84___d7e119458-1">
  2217. <xs:annotation>
  2218. <xs:appinfo>
  2219. <system_cache__appinfo:flat_relation_cache>
  2220. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_OFFER"
  2221. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER/ID"/>
  2222. </system_cache__appinfo:flat_relation_cache>
  2223. </xs:appinfo>
  2224. <xs:documentation>Czy jest oferta na obiekt</xs:documentation>
  2225. </xs:annotation>
  2226. </xs:element>
  2227. <xs:element name="ID_KORESP_DO_UZG"
  2228. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  2229. id="trala_WSG84___d7e119465-1_ID_KORESP_"/>
  2230. <xs:element minOccurs="0"
  2231. maxOccurs="unbounded"
  2232. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  2233. id="trala_WSG84___d7e119466-1">
  2234. <xs:annotation>
  2235. <xs:appinfo>
  2236. <system_cache__appinfo:flat_relation_cache>
  2237. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG"
  2238. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/ID"/>
  2239. </system_cache__appinfo:flat_relation_cache>
  2240. </xs:appinfo>
  2241. <xs:documentation>Powiązanie do wysłanego pisma o zgodę na usytuowanie obiektu,
  2242. do właściciela nieruchomości</xs:documentation>
  2243. </xs:annotation>
  2244. </xs:element>
  2245. <xs:element name="ID_KORESP_UZG"
  2246. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  2247. id="trala_WSG84___d7e119473-1_ID_KORESP_"/>
  2248. <xs:element minOccurs="0"
  2249. maxOccurs="unbounded"
  2250. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  2251. id="trala_WSG84___d7e119474-1">
  2252. <xs:annotation>
  2253. <xs:appinfo>
  2254. <system_cache__appinfo:flat_relation_cache>
  2255. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG"
  2256. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG/ID"/>
  2257. </system_cache__appinfo:flat_relation_cache>
  2258. </xs:appinfo>
  2259. <xs:documentation>Fakt wyrażenia zgody na usytuowanie sieci od właściciela.
  2260. Brak zgody powinien być wiązany z relacją dla wysyłania wniosków o
  2261. zgody</xs:documentation>
  2262. </xs:annotation>
  2263. </xs:element>
  2264. <xs:element name="ID_KORESP_DO_UZG_ZUD"
  2265. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  2266. id="trala_WSG84___d7e119481-1_ID_KORESP_"/>
  2267. <xs:element minOccurs="0"
  2268. maxOccurs="unbounded"
  2269. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  2270. id="trala_WSG84___d7e119482-1">
  2271. <xs:annotation>
  2272. <xs:appinfo>
  2273. <system_cache__appinfo:flat_relation_cache>
  2274. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG_ZUD"
  2275. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD/ID"/>
  2276. </system_cache__appinfo:flat_relation_cache>
  2277. </xs:appinfo>
  2278. <xs:documentation>Potwierdzenie nadania wniosku o uzgodnienie
  2279. ZUD</xs:documentation>
  2280. </xs:annotation>
  2281. </xs:element>
  2282. <xs:element name="ID_KORESP_UZG_ZUD"
  2283. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  2284. id="trala_WSG84___d7e119489-1_ID_KORESP_"/>
  2285. <xs:element minOccurs="0"
  2286. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  2287. id="trala_WSG84___d7e119490-1">
  2288. <xs:annotation>
  2289. <xs:appinfo>
  2290. <system_cache__appinfo:flat_relation_cache>
  2291. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG_ZUD"
  2292. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD/ID"/>
  2293. </system_cache__appinfo:flat_relation_cache>
  2294. </xs:appinfo>
  2295. <xs:documentation>Potwierdzenie zwrotnego pisma ze zgodą ZUD</xs:documentation>
  2296. </xs:annotation>
  2297. </xs:element>
  2298. <xs:element name="ID_KORESP_ZLECENIE"
  2299. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  2300. id="trala_WSG84___d7e119497-1_ID_KORESP_"/>
  2301. <xs:element minOccurs="0"
  2302. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  2303. id="trala_WSG84___d7e119498-1">
  2304. <xs:annotation>
  2305. <xs:appinfo>
  2306. <system_cache__appinfo:flat_relation_cache>
  2307. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZLECENIE"
  2308. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE/ID"/>
  2309. </system_cache__appinfo:flat_relation_cache>
  2310. </xs:appinfo>
  2311. <xs:documentation>Czy jest zlecenie</xs:documentation>
  2312. </xs:annotation>
  2313. </xs:element>
  2314. <xs:element name="ID_KORESP_ZGL_ODB"
  2315. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  2316. id="trala_WSG84___d7e119506-1_ID_KORESP_"/>
  2317. <xs:element minOccurs="0"
  2318. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  2319. id="trala_WSG84___d7e119507-1">
  2320. <xs:annotation>
  2321. <xs:appinfo>
  2322. <system_cache__appinfo:flat_relation_cache>
  2323. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZGL_ODB"
  2324. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB/ID"/>
  2325. </system_cache__appinfo:flat_relation_cache>
  2326. </xs:appinfo>
  2327. <xs:documentation>Relacja tworzona przez podwykonawcę jako zgłoszenie do
  2328. odbioru=wykonanie</xs:documentation>
  2329. </xs:annotation>
  2330. </xs:element>
  2331. <xs:element name="ID_KORESP_POM_GEOD"
  2332. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  2333. id="trala_WSG84___d7e119514-1_ID_KORESP_"/>
  2334. <xs:element minOccurs="0"
  2335. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  2336. id="trala_WSG84___d7e119515-1">
  2337. <xs:annotation>
  2338. <xs:appinfo>
  2339. <system_cache__appinfo:flat_relation_cache>
  2340. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_POM_GEOD"
  2341. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD/ID"/>
  2342. </system_cache__appinfo:flat_relation_cache>
  2343. </xs:appinfo>
  2344. <xs:documentation>Stwierdzenie, że współrzędne obiektu został zaktualizowane
  2345. oraz są powiązane do dokumentu z operatem</xs:documentation>
  2346. </xs:annotation>
  2347. </xs:element>
  2348. <xs:element name="ID_KORESP_PROTOK_ODB"
  2349. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  2350. id="trala_WSG84___d7e119522-1_ID_KORESP_"/>
  2351. <xs:element minOccurs="0"
  2352. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  2353. id="trala_WSG84___d7e119523-1">
  2354. <xs:annotation>
  2355. <xs:appinfo>
  2356. <system_cache__appinfo:flat_relation_cache>
  2357. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROTOK_ODB"
  2358. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB/ID"/>
  2359. </system_cache__appinfo:flat_relation_cache>
  2360. </xs:appinfo>
  2361. <xs:documentation>Odebranie obiektu przez trójstronny dokument właściciel,
  2362. wykonawca, inwestor</xs:documentation>
  2363. </xs:annotation>
  2364. </xs:element>
  2365. <xs:element name="InvestArrangements_Network_Crossings"
  2366. type="xs:int"
  2367. id="trala_WSG84___d7e119530-1_InvestArra"/>
  2368. <xs:element minOccurs="0"
  2369. ref="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings"
  2370. id="trala_WSG84___d7e119531-1">
  2371. <xs:annotation>
  2372. <xs:appinfo>
  2373. <system_cache__appinfo:flat_relation_cache>
  2374. <system_cache__appinfo:source system_cache__appinfo:name="InvestArrangements_Network_Crossings"
  2375. system_cache__appinfo:xpath="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings/ID"/>
  2376. </system_cache__appinfo:flat_relation_cache>
  2377. </xs:appinfo>
  2378. <xs:documentation>To są kolizje powstałe na bazie przecieć z obiektami zaimportowanymi jako mapa d/c projektowych, które stanowią podstawę do uzgodnień. W to też powinny wejść działki</xs:documentation>
  2379. </xs:annotation>
  2380. </xs:element>
  2381. <xs:element minOccurs="0"
  2382. maxOccurs="1"
  2383. name="gid"
  2384. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__gid"
  2385. id="trala_WSG84___d7e119538-1_gid"/>
  2386. <xs:element minOccurs="0"
  2387. maxOccurs="1"
  2388. name="Opis"
  2389. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__Opis"
  2390. id="trala_WSG84___d7e119539-1_Opis"/>
  2391. <xs:element minOccurs="0"
  2392. maxOccurs="1"
  2393. name="Dlugosc_obmiar"
  2394. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__Dlugosc_obmiar"
  2395. id="trala_WSG84___d7e119540-1_Dlugosc_ob"/>
  2396. <xs:element minOccurs="0"
  2397. maxOccurs="1"
  2398. name="id_wezel"
  2399. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__id_wezel"
  2400. id="trala_WSG84___d7e119542-1_id_wezel"/>
  2401. <xs:element minOccurs="0"
  2402. maxOccurs="1"
  2403. name="id_wezel2"
  2404. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__id_wezel2"
  2405. id="trala_WSG84___d7e119543-1_id_wezel2"/>
  2406. <xs:element minOccurs="0"
  2407. maxOccurs="1"
  2408. name="ID_KORESP_PROJ_WYK"
  2409. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ID_KORESP_PROJ_WYK"
  2410. id="trala_WSG84___d7e119544-1_ID_KORESP_"/>
  2411. <xs:element minOccurs="0"
  2412. maxOccurs="1"
  2413. name="ilosc_rurek_w_pakiecie"
  2414. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ilosc_rurek_w_pakiecie"
  2415. id="trala_WSG84___d7e119545-1_ilosc_rure"/>
  2416. <xs:element minOccurs="0"
  2417. maxOccurs="1"
  2418. name="A_RECORD_CREATE_DATE"
  2419. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_CREATE_DATE"
  2420. id="trala_WSG84___d7e119546-1_A_RECORD_C"/>
  2421. <xs:element minOccurs="0"
  2422. maxOccurs="1"
  2423. name="A_RECORD_CREATE_AUTHOR"
  2424. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_CREATE_AUTHOR"
  2425. id="trala_WSG84___d7e119547-1_A_RECORD_C"/>
  2426. <xs:element minOccurs="0"
  2427. maxOccurs="1"
  2428. name="SYNC_SQIX_STATUS"
  2429. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__SYNC_SQIX_STATUS"
  2430. id="trala_WSG84___d7e119548-1_SYNC_SQIX_"/>
  2431. <xs:element minOccurs="0"
  2432. maxOccurs="1"
  2433. name="A_RECORD_UPDATE_DATE"
  2434. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_UPDATE_DATE"
  2435. id="trala_WSG84___d7e119549-1_A_RECORD_U"/>
  2436. <xs:element minOccurs="0"
  2437. maxOccurs="1"
  2438. name="A_RECORD_UPDATE_AUTHOR"
  2439. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_UPDATE_AUTHOR"
  2440. id="trala_WSG84___d7e119550-1_A_RECORD_U"/>
  2441. <xs:element minOccurs="0"
  2442. maxOccurs="1"
  2443. name="L_APPOITMENT_DATE"
  2444. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_DATE"
  2445. id="trala_WSG84___d7e119551-1_L_APPOITME"/>
  2446. <xs:element minOccurs="0"
  2447. maxOccurs="1"
  2448. name="L_APPOITMENT_PERIOD"
  2449. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_PERIOD"
  2450. id="trala_WSG84___d7e119552-1_L_APPOITME"/>
  2451. <xs:element minOccurs="0"
  2452. maxOccurs="1"
  2453. name="L_APPOITMENT_INFO"
  2454. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_INFO"
  2455. id="trala_WSG84___d7e119554-1_L_APPOITME"/>
  2456. <xs:element minOccurs="0"
  2457. maxOccurs="1"
  2458. name="L_APPOITMENT_TYPE"
  2459. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_TYPE"
  2460. id="trala_WSG84___d7e119555-1_L_APPOITME"/>
  2461. <xs:element minOccurs="0"
  2462. maxOccurs="1"
  2463. name="A_STATUS"
  2464. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_STATUS"
  2465. id="trala_WSG84___d7e119556-1_A_STATUS"/>
  2466. <xs:element minOccurs="0"
  2467. maxOccurs="1"
  2468. name="etykieta_x"
  2469. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_x"
  2470. id="trala_WSG84___d7e119557-1_etykieta_x"/>
  2471. <xs:element minOccurs="0"
  2472. maxOccurs="1"
  2473. name="etykieta_y"
  2474. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_y"
  2475. id="trala_WSG84___d7e119558-1_etykieta_y"/>
  2476. <xs:element minOccurs="0"
  2477. maxOccurs="1"
  2478. name="etykieta_obrot"
  2479. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_obrot"
  2480. id="trala_WSG84___d7e119559-1_etykieta_o"/>
  2481. <xs:element minOccurs="0"
  2482. maxOccurs="1"
  2483. name="WORK_PLAN_START"
  2484. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__WORK_PLAN_START"
  2485. id="trala_WSG84___d7e119560-1_WORK_PLAN_"/>
  2486. <xs:element minOccurs="0"
  2487. maxOccurs="1"
  2488. name="WORK_PLAN_FINISH"
  2489. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__WORK_PLAN_FINISH"
  2490. id="trala_WSG84___d7e119561-1_WORK_PLAN_"/>
  2491. <xs:element minOccurs="0"
  2492. maxOccurs="1"
  2493. name="T_WORKPOINTS_TIME_HOURS"
  2494. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__T_WORKPOINTS_TIME_HOURS"
  2495. id="trala_WSG84___d7e119562-1_T_WORKPOIN"/>
  2496. <!--#272 found ignored A_STATUS-->
  2497. <!--#272 found ignored id_wezel2-->
  2498. <!--#272 found ignored id_wezel-->
  2499. <!--#272 found ignored L_APPOITMENT_DATE-->
  2500. <!--#272 found ignored L_APPOITMENT_INFO-->
  2501. <!--#272 found ignored L_APPOITMENT_PERIOD-->
  2502. <!--#272 found ignored L_APPOITMENT_TYPE-->
  2503. <!--#272 found ignored L_APPOITMENT_USER-->
  2504. <!--#272 found ignored A_ADM_COMPANY-->
  2505. <!--#272 found ignored A_CLASSIFIED-->
  2506. <!--#272 found ignored ID_KORESP_PROTOK_ODB-->
  2507. <!--#288 unsupported yet @ref p5_zasob_36:IN7_DZIENNIK_KORESP-->
  2508. <!--#453 found ignored p5_zasob_36:IN7_DZIENNIK_KORESP by same @system_cache__appinfo:name-->
  2509. <!--#272 found ignored A_STATUS_INFO-->
  2510. <!--#272 found ignored ID_KORESP_PROJEKT-->
  2511. <!--#272 found ignored ID_KORESP_PROJ_WYK-->
  2512. <!--#272 found ignored ID_KORESP_DO_UZG-->
  2513. <!--#272 found ignored ID-->
  2514. <!--#272 found ignored ID_KORESP_UZG-->
  2515. <!--#272 found ignored ID_KORESP_DO_REALIZ-->
  2516. <!--#272 found ignored ID_KORESP_ZLECENIE-->
  2517. <!--#272 found ignored ID_KORESP_ZGL_ODB-->
  2518. <!--#272 found ignored ID_KORESP_DO_UZG_ZUD-->
  2519. <!--#272 found ignored ID_KORESP_UZG_ZUD-->
  2520. <!--#272 found ignored ID_KORESP_POM_GEOD-->
  2521. <!--#272 found ignored ID_PROJECT-->
  2522. <!--#288 unsupported yet @ref p5_zasob_36:IN7_MK_BAZA_DYSTRYBUCJI-->
  2523. <!--#414-A found adding p5_zasob_36:IN7_MK_BAZA_DYSTRYBUCJI, $prototype_NamespacePrefix = default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84-->
  2524. <xs:element ref="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI"
  2525. minOccurs="0"
  2526. id="trala_WSG84___d7e119592-1">
  2527. <xs:annotation>
  2528. <xs:appinfo>
  2529. <system_cache__appinfo:flat_relation_cache>
  2530. <system_cache__appinfo:source system_cache__appinfo:name="ID_PROJECT"
  2531. system_cache__appinfo:xpath="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI/ID"/>
  2532. </system_cache__appinfo:flat_relation_cache>
  2533. </xs:appinfo>
  2534. </xs:annotation>
  2535. </xs:element>
  2536. <!--#272 found ignored ID_KORESP_OFFER-->
  2537. <!--#272 found ignored A_RECORD_UPDATE_DATE-->
  2538. <!--#272 found ignored A_RECORD_CREATE_DATE-->
  2539. <!--#272 found ignored A_RECORD_UPDATE_AUTHOR-->
  2540. <!--#272 found ignored A_RECORD_CREATE_AUTHOR-->
  2541. <!--#272 found ignored WORK_PLAN_START-->
  2542. <!--#272 found ignored WORK_PLAN_FINISH-->
  2543. <!--#272 found ignored T_WORKPOINTS_TIME_HOURS-->
  2544. <!--#272 found ignored etykieta_x-->
  2545. <!--#272 found ignored etykieta_y-->
  2546. <!--#272 found ignored the_geom-->
  2547. <!--#272 found ignored etykieta_obrot-->
  2548. <!--#272 found ignored gid-->
  2549. <!--#272 found ignored SYNC_SQIX_STATUS-->
  2550. <!--#272 found ignored ilosc_rurek_w_pakiecie-->
  2551. <!--#272 found ignored Opis-->
  2552. <!--#272 found ignored ID_ZASOB-->
  2553. <!--#288 unsupported yet @ref p5_zasob_36:CRM_LISTA_ZASOBOW-->
  2554. <!--#453 found ignored p5_zasob_36:CRM_LISTA_ZASOBOW by same @system_cache__appinfo:name-->
  2555. <!--#272 found ignored Dlugosc-->
  2556. <!--#272 found ignored Dlugosc_obmiar-->
  2557. </xs:sequence>
  2558. </xs:restriction>
  2559. </xs:complexContent>
  2560. </xs:complexType>
  2561. <xs:element name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_OFFER"
  2562. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_OFFER"
  2563. id="trala_WSG84___d7e119618-1_Rozdzielcz">
  2564. <xs:annotation>
  2565. <xs:appinfo>
  2566. <system_cache__appinfo:base_type system_cache__appinfo:base_type_group="infrastructure"
  2567. system_cache__appinfo:base_type_name="OFFER"/>
  2568. </xs:appinfo>
  2569. </xs:annotation>
  2570. </xs:element>
  2571. <xs:complexType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_DO_UZG"
  2572. id="trala_WSG84___d7e119622-1_Rozdzielcz">
  2573. <xs:complexContent id="trala_WSG84___d7e119623-1">
  2574. <xs:restriction base="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_DO_REALIZ">
  2575. <xs:sequence id="trala_WSG84___d7e119625-1">
  2576. <xs:element name="ID" type="xs:int" id="trala_WSG84___d7e119626-1_ID"/>
  2577. <xs:element name="the_geom"
  2578. type="gml:AbstractFeatureType"
  2579. id="trala_WSG84___d7e119627-1_the_geom"/>
  2580. <xs:element name="A_STATUS_INFO"
  2581. type="xs:string"
  2582. id="trala_WSG84___d7e119628-1_A_STATUS_I"/>
  2583. <xs:element name="opis" type="xs:string" id="trala_WSG84___d7e119629-1_opis">
  2584. <xs:annotation>
  2585. <xs:documentation>To zmiany na ID_ZASOBU pod katem
  2586. kosztorysowym</xs:documentation>
  2587. </xs:annotation>
  2588. </xs:element>
  2589. <xs:element name="ID_ZASOB"
  2590. type="xs:int"
  2591. id="trala_WSG84___d7e119633-1_ID_ZASOB"/>
  2592. <xs:element ref="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW"
  2593. id="trala_WSG84___d7e119634-1">
  2594. <xs:annotation>
  2595. <xs:appinfo>
  2596. <system_cache__appinfo:flat_relation_cache>
  2597. <system_cache__appinfo:source system_cache__appinfo:name="ID_ZASOB"
  2598. system_cache__appinfo:xpath="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW/ID"/>
  2599. </system_cache__appinfo:flat_relation_cache>
  2600. </xs:appinfo>
  2601. </xs:annotation>
  2602. </xs:element>
  2603. <xs:element name="Dlugosc"
  2604. type="xs:double"
  2605. id="trala_WSG84___d7e119639-1_Dlugosc"/>
  2606. <xs:element name="Powierzchnia"
  2607. type="xs:double"
  2608. id="trala_WSG84___d7e119640-1_Powierzchn"/>
  2609. <xs:element name="L_APPOITMENT_USER"
  2610. type="xs:string"
  2611. id="trala_WSG84___d7e119641-1_L_APPOITME"/>
  2612. <xs:element ref="SystemObjects__x3A__AccessOwner:AccessOwner"
  2613. id="trala_WSG84___d7e119642-1">
  2614. <xs:annotation>
  2615. <xs:appinfo>
  2616. <system_cache__appinfo:flat_relation_cache>
  2617. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  2618. system_cache__appinfo:xpath="SystemObjects__x3A__AccessOwner:AccessOwner/name"/>
  2619. </system_cache__appinfo:flat_relation_cache>
  2620. </xs:appinfo>
  2621. </xs:annotation>
  2622. </xs:element>
  2623. <xs:element name="A_CLASSIFIED"
  2624. type="xs:string"
  2625. id="trala_WSG84___d7e119647-1_A_CLASSIFI"/>
  2626. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  2627. id="trala_WSG84___d7e119649-1">
  2628. <xs:annotation>
  2629. <xs:appinfo>
  2630. <system_cache__appinfo:flat_relation_cache>
  2631. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  2632. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  2633. </system_cache__appinfo:flat_relation_cache>
  2634. </xs:appinfo>
  2635. </xs:annotation>
  2636. </xs:element>
  2637. <xs:element name="A_ADM_COMPANY"
  2638. type="xs:string"
  2639. id="trala_WSG84___d7e119654-1_A_ADM_COMP"/>
  2640. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  2641. id="trala_WSG84___d7e119655-1">
  2642. <xs:annotation>
  2643. <xs:appinfo>
  2644. <system_cache__appinfo:flat_relation_cache>
  2645. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  2646. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY/name"/>
  2647. </system_cache__appinfo:flat_relation_cache>
  2648. </xs:appinfo>
  2649. </xs:annotation>
  2650. </xs:element>
  2651. <xs:element name="ID_PROJECT"
  2652. type="xs:int"
  2653. id="trala_WSG84___d7e119660-1_ID_PROJECT"/>
  2654. <xs:element name="ID_KORESP_PROJEKT"
  2655. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  2656. id="trala_WSG84___d7e119661-1_ID_KORESP_"/>
  2657. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  2658. id="trala_WSG84___d7e119662-1">
  2659. <xs:annotation>
  2660. <xs:appinfo>
  2661. <system_cache__appinfo:flat_relation_cache>
  2662. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT"
  2663. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT/ID"/>
  2664. </system_cache__appinfo:flat_relation_cache>
  2665. </xs:appinfo>
  2666. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  2667. zasadami projektowania</xs:documentation>
  2668. </xs:annotation>
  2669. </xs:element>
  2670. <xs:element name="ID_KORESP_PROJEKT_WYK"
  2671. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  2672. id="trala_WSG84___d7e119669-1_ID_KORESP_"/>
  2673. <xs:element minOccurs="1"
  2674. maxOccurs="unbounded"
  2675. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK"
  2676. id="trala_WSG84___d7e119670-1">
  2677. <xs:annotation>
  2678. <xs:appinfo>
  2679. <system_cache__appinfo:flat_relation_cache>
  2680. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT_WYK"
  2681. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK/ID"/>
  2682. </system_cache__appinfo:flat_relation_cache>
  2683. </xs:appinfo>
  2684. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  2685. zasadami projektowania - proj wykonawczy</xs:documentation>
  2686. </xs:annotation>
  2687. </xs:element>
  2688. <xs:element name="ID_KORESP_DO_REALIZ"
  2689. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  2690. id="trala_WSG84___d7e119677-1_ID_KORESP_"/>
  2691. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  2692. id="trala_WSG84___d7e119678-1">
  2693. <xs:annotation>
  2694. <xs:appinfo>
  2695. <system_cache__appinfo:flat_relation_cache>
  2696. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_REALIZ"
  2697. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ/ID"/>
  2698. </system_cache__appinfo:flat_relation_cache>
  2699. </xs:appinfo>
  2700. <xs:documentation>Czy jest decyzja na realizacje</xs:documentation>
  2701. </xs:annotation>
  2702. </xs:element>
  2703. <xs:element name="ID_KORESP_OFFER"
  2704. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  2705. id="trala_WSG84___d7e119685-1_ID_KORESP_"/>
  2706. <xs:element minOccurs="0"
  2707. maxOccurs="unbounded"
  2708. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  2709. id="trala_WSG84___d7e119687-1">
  2710. <xs:annotation>
  2711. <xs:appinfo>
  2712. <system_cache__appinfo:flat_relation_cache>
  2713. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_OFFER"
  2714. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER/ID"/>
  2715. </system_cache__appinfo:flat_relation_cache>
  2716. </xs:appinfo>
  2717. <xs:documentation>Czy jest oferta na obiekt</xs:documentation>
  2718. </xs:annotation>
  2719. </xs:element>
  2720. <xs:element name="ID_KORESP_DO_UZG"
  2721. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  2722. id="trala_WSG84___d7e119694-1_ID_KORESP_"/>
  2723. <xs:element minOccurs="1"
  2724. maxOccurs="unbounded"
  2725. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  2726. id="trala_WSG84___d7e119695-1">
  2727. <xs:annotation>
  2728. <xs:appinfo>
  2729. <system_cache__appinfo:flat_relation_cache>
  2730. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG"
  2731. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/ID"/>
  2732. </system_cache__appinfo:flat_relation_cache>
  2733. </xs:appinfo>
  2734. <xs:documentation>Powiązanie do wysłanego pisma o zgodę na usytuowanie obiektu,
  2735. do właściciela nieruchomości</xs:documentation>
  2736. </xs:annotation>
  2737. </xs:element>
  2738. <xs:element name="ID_KORESP_UZG"
  2739. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  2740. id="trala_WSG84___d7e119702-1_ID_KORESP_"/>
  2741. <xs:element minOccurs="0"
  2742. maxOccurs="unbounded"
  2743. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  2744. id="trala_WSG84___d7e119703-1">
  2745. <xs:annotation>
  2746. <xs:appinfo>
  2747. <system_cache__appinfo:flat_relation_cache>
  2748. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG"
  2749. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG/ID"/>
  2750. </system_cache__appinfo:flat_relation_cache>
  2751. </xs:appinfo>
  2752. <xs:documentation>Fakt wyrażenia zgody na usytuowanie sieci od właściciela.
  2753. Brak zgody powinien być wiązany z relacją dla wysyłania wniosków o
  2754. zgody</xs:documentation>
  2755. </xs:annotation>
  2756. </xs:element>
  2757. <xs:element name="ID_KORESP_DO_UZG_ZUD"
  2758. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  2759. id="trala_WSG84___d7e119710-1_ID_KORESP_"/>
  2760. <xs:element minOccurs="0"
  2761. maxOccurs="unbounded"
  2762. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  2763. id="trala_WSG84___d7e119711-1">
  2764. <xs:annotation>
  2765. <xs:appinfo>
  2766. <system_cache__appinfo:flat_relation_cache>
  2767. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG_ZUD"
  2768. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD/ID"/>
  2769. </system_cache__appinfo:flat_relation_cache>
  2770. </xs:appinfo>
  2771. <xs:documentation>Potwierdzenie nadania wniosku o uzgodnienie
  2772. ZUD</xs:documentation>
  2773. </xs:annotation>
  2774. </xs:element>
  2775. <xs:element name="ID_KORESP_UZG_ZUD"
  2776. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  2777. id="trala_WSG84___d7e119718-1_ID_KORESP_"/>
  2778. <xs:element minOccurs="0"
  2779. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  2780. id="trala_WSG84___d7e119719-1">
  2781. <xs:annotation>
  2782. <xs:appinfo>
  2783. <system_cache__appinfo:flat_relation_cache>
  2784. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG_ZUD"
  2785. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD/ID"/>
  2786. </system_cache__appinfo:flat_relation_cache>
  2787. </xs:appinfo>
  2788. <xs:documentation>Potwierdzenie zwrotnego pisma ze zgodą ZUD</xs:documentation>
  2789. </xs:annotation>
  2790. </xs:element>
  2791. <xs:element name="ID_KORESP_ZLECENIE"
  2792. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  2793. id="trala_WSG84___d7e119726-1_ID_KORESP_"/>
  2794. <xs:element minOccurs="0"
  2795. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  2796. id="trala_WSG84___d7e119727-1">
  2797. <xs:annotation>
  2798. <xs:appinfo>
  2799. <system_cache__appinfo:flat_relation_cache>
  2800. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZLECENIE"
  2801. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE/ID"/>
  2802. </system_cache__appinfo:flat_relation_cache>
  2803. </xs:appinfo>
  2804. <xs:documentation>Czy jest zlecenie</xs:documentation>
  2805. </xs:annotation>
  2806. </xs:element>
  2807. <xs:element name="ID_KORESP_ZGL_ODB"
  2808. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  2809. id="trala_WSG84___d7e119735-1_ID_KORESP_"/>
  2810. <xs:element minOccurs="0"
  2811. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  2812. id="trala_WSG84___d7e119736-1">
  2813. <xs:annotation>
  2814. <xs:appinfo>
  2815. <system_cache__appinfo:flat_relation_cache>
  2816. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZGL_ODB"
  2817. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB/ID"/>
  2818. </system_cache__appinfo:flat_relation_cache>
  2819. </xs:appinfo>
  2820. <xs:documentation>Relacja tworzona przez podwykonawcę jako zgłoszenie do
  2821. odbioru=wykonanie</xs:documentation>
  2822. </xs:annotation>
  2823. </xs:element>
  2824. <xs:element name="ID_KORESP_POM_GEOD"
  2825. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  2826. id="trala_WSG84___d7e119743-1_ID_KORESP_"/>
  2827. <xs:element minOccurs="0"
  2828. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  2829. id="trala_WSG84___d7e119744-1">
  2830. <xs:annotation>
  2831. <xs:appinfo>
  2832. <system_cache__appinfo:flat_relation_cache>
  2833. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_POM_GEOD"
  2834. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD/ID"/>
  2835. </system_cache__appinfo:flat_relation_cache>
  2836. </xs:appinfo>
  2837. <xs:documentation>Stwierdzenie, że współrzędne obiektu został zaktualizowane
  2838. oraz są powiązane do dokumentu z operatem</xs:documentation>
  2839. </xs:annotation>
  2840. </xs:element>
  2841. <xs:element name="ID_KORESP_PROTOK_ODB"
  2842. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  2843. id="trala_WSG84___d7e119751-1_ID_KORESP_"/>
  2844. <xs:element minOccurs="0"
  2845. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  2846. id="trala_WSG84___d7e119752-1">
  2847. <xs:annotation>
  2848. <xs:appinfo>
  2849. <system_cache__appinfo:flat_relation_cache>
  2850. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROTOK_ODB"
  2851. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB/ID"/>
  2852. </system_cache__appinfo:flat_relation_cache>
  2853. </xs:appinfo>
  2854. <xs:documentation>Odebranie obiektu przez trójstronny dokument właściciel,
  2855. wykonawca, inwestor</xs:documentation>
  2856. </xs:annotation>
  2857. </xs:element>
  2858. <xs:element name="InvestArrangements_Network_Crossings"
  2859. type="xs:int"
  2860. id="trala_WSG84___d7e119759-1_InvestArra"/>
  2861. <xs:element minOccurs="0"
  2862. ref="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings"
  2863. id="trala_WSG84___d7e119760-1">
  2864. <xs:annotation>
  2865. <xs:appinfo>
  2866. <system_cache__appinfo:flat_relation_cache>
  2867. <system_cache__appinfo:source system_cache__appinfo:name="InvestArrangements_Network_Crossings"
  2868. system_cache__appinfo:xpath="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings/ID"/>
  2869. </system_cache__appinfo:flat_relation_cache>
  2870. </xs:appinfo>
  2871. <xs:documentation>To są kolizje powstałe na bazie przecieć z obiektami zaimportowanymi jako mapa d/c projektowych, które stanowią podstawę do uzgodnień. W to też powinny wejść działki.
  2872. </xs:documentation>
  2873. </xs:annotation>
  2874. </xs:element>
  2875. <xs:element minOccurs="0"
  2876. maxOccurs="1"
  2877. name="gid"
  2878. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__gid"
  2879. id="trala_WSG84___d7e119767-1_gid"/>
  2880. <xs:element minOccurs="0"
  2881. maxOccurs="1"
  2882. name="Opis"
  2883. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__Opis"
  2884. id="trala_WSG84___d7e119768-1_Opis"/>
  2885. <xs:element minOccurs="0"
  2886. maxOccurs="1"
  2887. name="Dlugosc_obmiar"
  2888. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__Dlugosc_obmiar"
  2889. id="trala_WSG84___d7e119769-1_Dlugosc_ob"/>
  2890. <xs:element minOccurs="0"
  2891. maxOccurs="1"
  2892. name="id_wezel"
  2893. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__id_wezel"
  2894. id="trala_WSG84___d7e119771-1_id_wezel"/>
  2895. <xs:element minOccurs="0"
  2896. maxOccurs="1"
  2897. name="id_wezel2"
  2898. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__id_wezel2"
  2899. id="trala_WSG84___d7e119772-1_id_wezel2"/>
  2900. <xs:element minOccurs="0"
  2901. maxOccurs="1"
  2902. name="ID_KORESP_PROJ_WYK"
  2903. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ID_KORESP_PROJ_WYK"
  2904. id="trala_WSG84___d7e119773-1_ID_KORESP_"/>
  2905. <xs:element minOccurs="0"
  2906. maxOccurs="1"
  2907. name="ilosc_rurek_w_pakiecie"
  2908. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ilosc_rurek_w_pakiecie"
  2909. id="trala_WSG84___d7e119774-1_ilosc_rure"/>
  2910. <xs:element minOccurs="0"
  2911. maxOccurs="1"
  2912. name="A_RECORD_CREATE_DATE"
  2913. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_CREATE_DATE"
  2914. id="trala_WSG84___d7e119775-1_A_RECORD_C"/>
  2915. <xs:element minOccurs="0"
  2916. maxOccurs="1"
  2917. name="A_RECORD_CREATE_AUTHOR"
  2918. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_CREATE_AUTHOR"
  2919. id="trala_WSG84___d7e119776-1_A_RECORD_C"/>
  2920. <xs:element minOccurs="0"
  2921. maxOccurs="1"
  2922. name="SYNC_SQIX_STATUS"
  2923. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__SYNC_SQIX_STATUS"
  2924. id="trala_WSG84___d7e119777-1_SYNC_SQIX_"/>
  2925. <xs:element minOccurs="0"
  2926. maxOccurs="1"
  2927. name="A_RECORD_UPDATE_DATE"
  2928. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_UPDATE_DATE"
  2929. id="trala_WSG84___d7e119778-1_A_RECORD_U"/>
  2930. <xs:element minOccurs="0"
  2931. maxOccurs="1"
  2932. name="A_RECORD_UPDATE_AUTHOR"
  2933. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_UPDATE_AUTHOR"
  2934. id="trala_WSG84___d7e119779-1_A_RECORD_U"/>
  2935. <xs:element minOccurs="0"
  2936. maxOccurs="1"
  2937. name="L_APPOITMENT_DATE"
  2938. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_DATE"
  2939. id="trala_WSG84___d7e119780-1_L_APPOITME"/>
  2940. <xs:element minOccurs="0"
  2941. maxOccurs="1"
  2942. name="L_APPOITMENT_PERIOD"
  2943. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_PERIOD"
  2944. id="trala_WSG84___d7e119781-1_L_APPOITME"/>
  2945. <xs:element minOccurs="0"
  2946. maxOccurs="1"
  2947. name="L_APPOITMENT_INFO"
  2948. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_INFO"
  2949. id="trala_WSG84___d7e119783-1_L_APPOITME"/>
  2950. <xs:element minOccurs="0"
  2951. maxOccurs="1"
  2952. name="L_APPOITMENT_TYPE"
  2953. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_TYPE"
  2954. id="trala_WSG84___d7e119784-1_L_APPOITME"/>
  2955. <xs:element minOccurs="0"
  2956. maxOccurs="1"
  2957. name="A_STATUS"
  2958. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_STATUS"
  2959. id="trala_WSG84___d7e119785-1_A_STATUS"/>
  2960. <xs:element minOccurs="0"
  2961. maxOccurs="1"
  2962. name="etykieta_x"
  2963. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_x"
  2964. id="trala_WSG84___d7e119786-1_etykieta_x"/>
  2965. <xs:element minOccurs="0"
  2966. maxOccurs="1"
  2967. name="etykieta_y"
  2968. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_y"
  2969. id="trala_WSG84___d7e119787-1_etykieta_y"/>
  2970. <xs:element minOccurs="0"
  2971. maxOccurs="1"
  2972. name="etykieta_obrot"
  2973. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_obrot"
  2974. id="trala_WSG84___d7e119788-1_etykieta_o"/>
  2975. <xs:element minOccurs="0"
  2976. maxOccurs="1"
  2977. name="WORK_PLAN_START"
  2978. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__WORK_PLAN_START"
  2979. id="trala_WSG84___d7e119789-1_WORK_PLAN_"/>
  2980. <xs:element minOccurs="0"
  2981. maxOccurs="1"
  2982. name="WORK_PLAN_FINISH"
  2983. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__WORK_PLAN_FINISH"
  2984. id="trala_WSG84___d7e119790-1_WORK_PLAN_"/>
  2985. <xs:element minOccurs="0"
  2986. maxOccurs="1"
  2987. name="T_WORKPOINTS_TIME_HOURS"
  2988. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__T_WORKPOINTS_TIME_HOURS"
  2989. id="trala_WSG84___d7e119791-1_T_WORKPOIN"/>
  2990. <!--#272 found ignored A_STATUS-->
  2991. <!--#272 found ignored id_wezel2-->
  2992. <!--#272 found ignored id_wezel-->
  2993. <!--#272 found ignored L_APPOITMENT_DATE-->
  2994. <!--#272 found ignored L_APPOITMENT_INFO-->
  2995. <!--#272 found ignored L_APPOITMENT_PERIOD-->
  2996. <!--#272 found ignored L_APPOITMENT_TYPE-->
  2997. <!--#272 found ignored L_APPOITMENT_USER-->
  2998. <!--#272 found ignored A_ADM_COMPANY-->
  2999. <!--#272 found ignored A_CLASSIFIED-->
  3000. <!--#272 found ignored ID_KORESP_PROTOK_ODB-->
  3001. <!--#288 unsupported yet @ref p5_zasob_36:IN7_DZIENNIK_KORESP-->
  3002. <!--#453 found ignored p5_zasob_36:IN7_DZIENNIK_KORESP by same @system_cache__appinfo:name-->
  3003. <!--#272 found ignored A_STATUS_INFO-->
  3004. <!--#272 found ignored ID_KORESP_PROJEKT-->
  3005. <!--#272 found ignored ID_KORESP_PROJ_WYK-->
  3006. <!--#272 found ignored ID_KORESP_DO_UZG-->
  3007. <!--#272 found ignored ID-->
  3008. <!--#272 found ignored ID_KORESP_UZG-->
  3009. <!--#272 found ignored ID_KORESP_DO_REALIZ-->
  3010. <!--#272 found ignored ID_KORESP_ZLECENIE-->
  3011. <!--#272 found ignored ID_KORESP_ZGL_ODB-->
  3012. <!--#272 found ignored ID_KORESP_DO_UZG_ZUD-->
  3013. <!--#272 found ignored ID_KORESP_UZG_ZUD-->
  3014. <!--#272 found ignored ID_KORESP_POM_GEOD-->
  3015. <!--#272 found ignored ID_PROJECT-->
  3016. <!--#288 unsupported yet @ref p5_zasob_36:IN7_MK_BAZA_DYSTRYBUCJI-->
  3017. <!--#414-A found adding p5_zasob_36:IN7_MK_BAZA_DYSTRYBUCJI, $prototype_NamespacePrefix = default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84-->
  3018. <xs:element ref="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI"
  3019. minOccurs="0"
  3020. id="trala_WSG84___d7e119821-1">
  3021. <xs:annotation>
  3022. <xs:appinfo>
  3023. <system_cache__appinfo:flat_relation_cache>
  3024. <system_cache__appinfo:source system_cache__appinfo:name="ID_PROJECT"
  3025. system_cache__appinfo:xpath="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI/ID"/>
  3026. </system_cache__appinfo:flat_relation_cache>
  3027. </xs:appinfo>
  3028. </xs:annotation>
  3029. </xs:element>
  3030. <!--#272 found ignored ID_KORESP_OFFER-->
  3031. <!--#272 found ignored A_RECORD_UPDATE_DATE-->
  3032. <!--#272 found ignored A_RECORD_CREATE_DATE-->
  3033. <!--#272 found ignored A_RECORD_UPDATE_AUTHOR-->
  3034. <!--#272 found ignored A_RECORD_CREATE_AUTHOR-->
  3035. <!--#272 found ignored WORK_PLAN_START-->
  3036. <!--#272 found ignored WORK_PLAN_FINISH-->
  3037. <!--#272 found ignored T_WORKPOINTS_TIME_HOURS-->
  3038. <!--#272 found ignored etykieta_x-->
  3039. <!--#272 found ignored etykieta_y-->
  3040. <!--#272 found ignored the_geom-->
  3041. <!--#272 found ignored etykieta_obrot-->
  3042. <!--#272 found ignored gid-->
  3043. <!--#272 found ignored SYNC_SQIX_STATUS-->
  3044. <!--#272 found ignored ilosc_rurek_w_pakiecie-->
  3045. <!--#272 found ignored Opis-->
  3046. <!--#272 found ignored ID_ZASOB-->
  3047. <!--#288 unsupported yet @ref p5_zasob_36:CRM_LISTA_ZASOBOW-->
  3048. <!--#453 found ignored p5_zasob_36:CRM_LISTA_ZASOBOW by same @system_cache__appinfo:name-->
  3049. <!--#272 found ignored Dlugosc-->
  3050. <!--#272 found ignored Dlugosc_obmiar-->
  3051. </xs:sequence>
  3052. </xs:restriction>
  3053. </xs:complexContent>
  3054. </xs:complexType>
  3055. <xs:element name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_DO_UZG"
  3056. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_DO_UZG"
  3057. id="trala_WSG84___d7e119848-1_Rozdzielcz">
  3058. <xs:annotation>
  3059. <xs:appinfo>
  3060. <system_cache__appinfo:base_type system_cache__appinfo:base_type_group="infrastructure"
  3061. system_cache__appinfo:base_type_name="DO_UZG"/>
  3062. </xs:appinfo>
  3063. <xs:documentation>Taki co wyszedl do uzgodnien z wlascicielem nieruchomosci / dzialki
  3064. </xs:documentation>
  3065. </xs:annotation>
  3066. </xs:element>
  3067. <xs:complexType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_UZG"
  3068. id="trala_WSG84___d7e119854-1_Rozdzielcz">
  3069. <xs:annotation>
  3070. <xs:documentation>Został uzgodniony, bo otrzymalismy dokument z uzogdnieniem
  3071. pozytywnym</xs:documentation>
  3072. </xs:annotation>
  3073. <xs:complexContent id="trala_WSG84___d7e119858-1">
  3074. <xs:restriction base="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_DO_REALIZ">
  3075. <xs:sequence id="trala_WSG84___d7e119860-1">
  3076. <xs:element name="ID" type="xs:int" id="trala_WSG84___d7e119861-1_ID"/>
  3077. <xs:element name="the_geom"
  3078. type="gml:AbstractFeatureType"
  3079. id="trala_WSG84___d7e119862-1_the_geom"/>
  3080. <xs:element name="A_STATUS_INFO"
  3081. type="xs:string"
  3082. id="trala_WSG84___d7e119863-1_A_STATUS_I"/>
  3083. <xs:element name="opis" type="xs:string" id="trala_WSG84___d7e119864-1_opis">
  3084. <xs:annotation>
  3085. <xs:documentation>To zmiany na ID_ZASOBU pod katem
  3086. kosztorysowym</xs:documentation>
  3087. </xs:annotation>
  3088. </xs:element>
  3089. <xs:element name="ID_ZASOB"
  3090. type="xs:int"
  3091. id="trala_WSG84___d7e119868-1_ID_ZASOB"/>
  3092. <xs:element ref="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW"
  3093. id="trala_WSG84___d7e119869-1">
  3094. <xs:annotation>
  3095. <xs:appinfo>
  3096. <system_cache__appinfo:flat_relation_cache>
  3097. <system_cache__appinfo:source system_cache__appinfo:name="ID_ZASOB"
  3098. system_cache__appinfo:xpath="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW/ID"/>
  3099. </system_cache__appinfo:flat_relation_cache>
  3100. </xs:appinfo>
  3101. </xs:annotation>
  3102. </xs:element>
  3103. <xs:element name="Dlugosc"
  3104. type="xs:double"
  3105. id="trala_WSG84___d7e119874-1_Dlugosc"/>
  3106. <xs:element name="Powierzchnia"
  3107. type="xs:double"
  3108. id="trala_WSG84___d7e119875-1_Powierzchn"/>
  3109. <xs:element name="L_APPOITMENT_USER"
  3110. type="xs:string"
  3111. id="trala_WSG84___d7e119876-1_L_APPOITME"/>
  3112. <xs:element ref="SystemObjects__x3A__AccessOwner:AccessOwner"
  3113. id="trala_WSG84___d7e119877-1">
  3114. <xs:annotation>
  3115. <xs:appinfo>
  3116. <system_cache__appinfo:flat_relation_cache>
  3117. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  3118. system_cache__appinfo:xpath="SystemObjects__x3A__AccessOwner:AccessOwner/name"/>
  3119. </system_cache__appinfo:flat_relation_cache>
  3120. </xs:appinfo>
  3121. </xs:annotation>
  3122. </xs:element>
  3123. <xs:element name="A_CLASSIFIED"
  3124. type="xs:string"
  3125. id="trala_WSG84___d7e119882-1_A_CLASSIFI"/>
  3126. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  3127. id="trala_WSG84___d7e119884-1">
  3128. <xs:annotation>
  3129. <xs:appinfo>
  3130. <system_cache__appinfo:flat_relation_cache>
  3131. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  3132. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  3133. </system_cache__appinfo:flat_relation_cache>
  3134. </xs:appinfo>
  3135. </xs:annotation>
  3136. </xs:element>
  3137. <xs:element name="A_ADM_COMPANY"
  3138. type="xs:string"
  3139. id="trala_WSG84___d7e119889-1_A_ADM_COMP"/>
  3140. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  3141. id="trala_WSG84___d7e119890-1">
  3142. <xs:annotation>
  3143. <xs:appinfo>
  3144. <system_cache__appinfo:flat_relation_cache>
  3145. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  3146. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY/name"/>
  3147. </system_cache__appinfo:flat_relation_cache>
  3148. </xs:appinfo>
  3149. </xs:annotation>
  3150. </xs:element>
  3151. <xs:element name="ID_PROJECT"
  3152. type="xs:int"
  3153. id="trala_WSG84___d7e119895-1_ID_PROJECT"/>
  3154. <xs:element name="ID_KORESP_PROJEKT"
  3155. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  3156. id="trala_WSG84___d7e119896-1_ID_KORESP_"/>
  3157. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  3158. id="trala_WSG84___d7e119897-1">
  3159. <xs:annotation>
  3160. <xs:appinfo>
  3161. <system_cache__appinfo:flat_relation_cache>
  3162. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT"
  3163. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT/ID"/>
  3164. </system_cache__appinfo:flat_relation_cache>
  3165. </xs:appinfo>
  3166. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  3167. zasadami projektowania</xs:documentation>
  3168. </xs:annotation>
  3169. </xs:element>
  3170. <xs:element name="ID_KORESP_PROJEKT_WYK"
  3171. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  3172. id="trala_WSG84___d7e119904-1_ID_KORESP_"/>
  3173. <xs:element minOccurs="1"
  3174. maxOccurs="unbounded"
  3175. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK"
  3176. id="trala_WSG84___d7e119905-1">
  3177. <xs:annotation>
  3178. <xs:appinfo>
  3179. <system_cache__appinfo:flat_relation_cache>
  3180. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT_WYK"
  3181. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK/ID"/>
  3182. </system_cache__appinfo:flat_relation_cache>
  3183. </xs:appinfo>
  3184. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  3185. zasadami projektowania - proj wykonawczy</xs:documentation>
  3186. </xs:annotation>
  3187. </xs:element>
  3188. <xs:element name="ID_KORESP_DO_REALIZ"
  3189. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  3190. id="trala_WSG84___d7e119912-1_ID_KORESP_"/>
  3191. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  3192. id="trala_WSG84___d7e119913-1">
  3193. <xs:annotation>
  3194. <xs:appinfo>
  3195. <system_cache__appinfo:flat_relation_cache>
  3196. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_REALIZ"
  3197. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ/ID"/>
  3198. </system_cache__appinfo:flat_relation_cache>
  3199. </xs:appinfo>
  3200. <xs:documentation>Czy jest decyzja na realizacje</xs:documentation>
  3201. </xs:annotation>
  3202. </xs:element>
  3203. <xs:element name="ID_KORESP_OFFER"
  3204. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  3205. id="trala_WSG84___d7e119920-1_ID_KORESP_"/>
  3206. <xs:element minOccurs="0"
  3207. maxOccurs="unbounded"
  3208. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  3209. id="trala_WSG84___d7e119922-1">
  3210. <xs:annotation>
  3211. <xs:appinfo>
  3212. <system_cache__appinfo:flat_relation_cache>
  3213. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_OFFER"
  3214. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER/ID"/>
  3215. </system_cache__appinfo:flat_relation_cache>
  3216. </xs:appinfo>
  3217. <xs:documentation>Czy jest oferta na obiekt</xs:documentation>
  3218. </xs:annotation>
  3219. </xs:element>
  3220. <xs:element name="ID_KORESP_DO_UZG"
  3221. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  3222. id="trala_WSG84___d7e119929-1_ID_KORESP_"/>
  3223. <xs:element minOccurs="0"
  3224. maxOccurs="unbounded"
  3225. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  3226. id="trala_WSG84___d7e119930-1">
  3227. <xs:annotation>
  3228. <xs:appinfo>
  3229. <system_cache__appinfo:flat_relation_cache>
  3230. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG"
  3231. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/ID"/>
  3232. </system_cache__appinfo:flat_relation_cache>
  3233. </xs:appinfo>
  3234. <xs:documentation>Powiązanie do wysłanego pisma o zgodę na usytuowanie obiektu,
  3235. do właściciela nieruchomości</xs:documentation>
  3236. </xs:annotation>
  3237. </xs:element>
  3238. <xs:element name="ID_KORESP_UZG"
  3239. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  3240. id="trala_WSG84___d7e119937-1_ID_KORESP_"/>
  3241. <xs:element minOccurs="1"
  3242. maxOccurs="unbounded"
  3243. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  3244. id="trala_WSG84___d7e119938-1">
  3245. <xs:annotation>
  3246. <xs:appinfo>
  3247. <system_cache__appinfo:flat_relation_cache>
  3248. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG"
  3249. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/ID"/>
  3250. </system_cache__appinfo:flat_relation_cache>
  3251. </xs:appinfo>
  3252. <xs:documentation>Powiązanie do wysłanego pisma o zgodę na usytuowanie obiektu,
  3253. do właściciela nieruchomości</xs:documentation>
  3254. </xs:annotation>
  3255. </xs:element>
  3256. <xs:element name="ID_KORESP_DO_UZG_ZUD"
  3257. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  3258. id="trala_WSG84___d7e119945-1_ID_KORESP_"/>
  3259. <xs:element minOccurs="0"
  3260. maxOccurs="unbounded"
  3261. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  3262. id="trala_WSG84___d7e119946-1">
  3263. <xs:annotation>
  3264. <xs:appinfo>
  3265. <system_cache__appinfo:flat_relation_cache>
  3266. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG_ZUD"
  3267. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD/ID"/>
  3268. </system_cache__appinfo:flat_relation_cache>
  3269. </xs:appinfo>
  3270. <xs:documentation>Fakt wyrażenia zgody na usytuowanie sieci od właściciela.
  3271. Brak zgody powinien być wiązany z relacją dla wysyłania wniosków o
  3272. zgody</xs:documentation>
  3273. </xs:annotation>
  3274. </xs:element>
  3275. <xs:element name="ID_KORESP_UZG_ZUD"
  3276. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  3277. id="trala_WSG84___d7e119953-1_ID_KORESP_"/>
  3278. <xs:element minOccurs="0"
  3279. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  3280. id="trala_WSG84___d7e119954-1">
  3281. <xs:annotation>
  3282. <xs:appinfo>
  3283. <system_cache__appinfo:flat_relation_cache>
  3284. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG_ZUD"
  3285. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD/ID"/>
  3286. </system_cache__appinfo:flat_relation_cache>
  3287. </xs:appinfo>
  3288. <xs:documentation>Potwierdzenie nadania wniosku o uzgodnienie
  3289. ZUD</xs:documentation>
  3290. </xs:annotation>
  3291. </xs:element>
  3292. <xs:element name="ID_KORESP_ZLECENIE"
  3293. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  3294. id="trala_WSG84___d7e119961-1_ID_KORESP_"/>
  3295. <xs:element minOccurs="0"
  3296. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  3297. id="trala_WSG84___d7e119962-1">
  3298. <xs:annotation>
  3299. <xs:appinfo>
  3300. <system_cache__appinfo:flat_relation_cache>
  3301. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZLECENIE"
  3302. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE/ID"/>
  3303. </system_cache__appinfo:flat_relation_cache>
  3304. </xs:appinfo>
  3305. <xs:documentation>Czy jest zlecenie</xs:documentation>
  3306. </xs:annotation>
  3307. </xs:element>
  3308. <xs:element name="ID_KORESP_ZGL_ODB"
  3309. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  3310. id="trala_WSG84___d7e119970-1_ID_KORESP_"/>
  3311. <xs:element minOccurs="0"
  3312. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  3313. id="trala_WSG84___d7e119971-1">
  3314. <xs:annotation>
  3315. <xs:appinfo>
  3316. <system_cache__appinfo:flat_relation_cache>
  3317. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZGL_ODB"
  3318. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB/ID"/>
  3319. </system_cache__appinfo:flat_relation_cache>
  3320. </xs:appinfo>
  3321. <xs:documentation>Relacja tworzona przez podwykonawcę jako zgłoszenie do
  3322. odbioru=wykonanie</xs:documentation>
  3323. </xs:annotation>
  3324. </xs:element>
  3325. <xs:element name="ID_KORESP_POM_GEOD"
  3326. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  3327. id="trala_WSG84___d7e119978-1_ID_KORESP_"/>
  3328. <xs:element minOccurs="0"
  3329. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  3330. id="trala_WSG84___d7e119979-1">
  3331. <xs:annotation>
  3332. <xs:appinfo>
  3333. <system_cache__appinfo:flat_relation_cache>
  3334. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_POM_GEOD"
  3335. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD/ID"/>
  3336. </system_cache__appinfo:flat_relation_cache>
  3337. </xs:appinfo>
  3338. <xs:documentation>Stwierdzenie, że współrzędne obiektu został zaktualizowane
  3339. oraz są powiązane do dokumentu z operatem</xs:documentation>
  3340. </xs:annotation>
  3341. </xs:element>
  3342. <xs:element name="ID_KORESP_PROTOK_ODB"
  3343. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  3344. id="trala_WSG84___d7e119986-1_ID_KORESP_"/>
  3345. <xs:element minOccurs="0"
  3346. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  3347. id="trala_WSG84___d7e119987-1">
  3348. <xs:annotation>
  3349. <xs:appinfo>
  3350. <system_cache__appinfo:flat_relation_cache>
  3351. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROTOK_ODB"
  3352. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB/ID"/>
  3353. </system_cache__appinfo:flat_relation_cache>
  3354. </xs:appinfo>
  3355. <xs:documentation>Odebranie obiektu przez trójstronny dokument właściciel,
  3356. wykonawca, inwestor</xs:documentation>
  3357. </xs:annotation>
  3358. </xs:element>
  3359. <xs:element name="InvestArrangements_Network_Crossings"
  3360. type="xs:int"
  3361. id="trala_WSG84___d7e119994-1_InvestArra"/>
  3362. <xs:element minOccurs="0"
  3363. ref="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings"
  3364. id="trala_WSG84___d7e119995-1">
  3365. <xs:annotation>
  3366. <xs:appinfo>
  3367. <system_cache__appinfo:flat_relation_cache>
  3368. <system_cache__appinfo:source system_cache__appinfo:name="InvestArrangements_Network_Crossings"
  3369. system_cache__appinfo:xpath="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings/ID"/>
  3370. </system_cache__appinfo:flat_relation_cache>
  3371. </xs:appinfo>
  3372. <xs:documentation>To są kolizje powstałe na bazie przecieć z obiektami zaimportowanymi jako mapa d/c projektowych, które stanowią podstawę do uzgodnień. W to też powinny wejść działki
  3373. Warunek uzgodnienia na bazie ..network_crossing to:
  3374. ./default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings/parent::complexTypeNode()[of ComplexType refered base = 'ID_KORESP_INVEST_ARRANGEMENT_DEAL]/ID_KORESP_INVEST_ARRANGEMENT_DEAL_SIGNED</xs:documentation>
  3375. </xs:annotation>
  3376. </xs:element>
  3377. <xs:element minOccurs="0"
  3378. maxOccurs="1"
  3379. name="gid"
  3380. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__gid"
  3381. id="trala_WSG84___d7e120002-1_gid"/>
  3382. <xs:element minOccurs="0"
  3383. maxOccurs="1"
  3384. name="Opis"
  3385. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__Opis"
  3386. id="trala_WSG84___d7e120003-1_Opis"/>
  3387. <xs:element minOccurs="0"
  3388. maxOccurs="1"
  3389. name="Dlugosc_obmiar"
  3390. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__Dlugosc_obmiar"
  3391. id="trala_WSG84___d7e120004-1_Dlugosc_ob"/>
  3392. <xs:element minOccurs="0"
  3393. maxOccurs="1"
  3394. name="id_wezel"
  3395. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__id_wezel"
  3396. id="trala_WSG84___d7e120006-1_id_wezel"/>
  3397. <xs:element minOccurs="0"
  3398. maxOccurs="1"
  3399. name="id_wezel2"
  3400. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__id_wezel2"
  3401. id="trala_WSG84___d7e120007-1_id_wezel2"/>
  3402. <xs:element minOccurs="0"
  3403. maxOccurs="1"
  3404. name="ID_KORESP_PROJ_WYK"
  3405. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ID_KORESP_PROJ_WYK"
  3406. id="trala_WSG84___d7e120008-1_ID_KORESP_"/>
  3407. <xs:element minOccurs="0"
  3408. maxOccurs="1"
  3409. name="ilosc_rurek_w_pakiecie"
  3410. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ilosc_rurek_w_pakiecie"
  3411. id="trala_WSG84___d7e120009-1_ilosc_rure"/>
  3412. <xs:element minOccurs="0"
  3413. maxOccurs="1"
  3414. name="A_RECORD_CREATE_DATE"
  3415. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_CREATE_DATE"
  3416. id="trala_WSG84___d7e120010-1_A_RECORD_C"/>
  3417. <xs:element minOccurs="0"
  3418. maxOccurs="1"
  3419. name="A_RECORD_CREATE_AUTHOR"
  3420. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_CREATE_AUTHOR"
  3421. id="trala_WSG84___d7e120011-1_A_RECORD_C"/>
  3422. <xs:element minOccurs="0"
  3423. maxOccurs="1"
  3424. name="SYNC_SQIX_STATUS"
  3425. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__SYNC_SQIX_STATUS"
  3426. id="trala_WSG84___d7e120012-1_SYNC_SQIX_"/>
  3427. <xs:element minOccurs="0"
  3428. maxOccurs="1"
  3429. name="A_RECORD_UPDATE_DATE"
  3430. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_UPDATE_DATE"
  3431. id="trala_WSG84___d7e120013-1_A_RECORD_U"/>
  3432. <xs:element minOccurs="0"
  3433. maxOccurs="1"
  3434. name="A_RECORD_UPDATE_AUTHOR"
  3435. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_UPDATE_AUTHOR"
  3436. id="trala_WSG84___d7e120014-1_A_RECORD_U"/>
  3437. <xs:element minOccurs="0"
  3438. maxOccurs="1"
  3439. name="L_APPOITMENT_DATE"
  3440. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_DATE"
  3441. id="trala_WSG84___d7e120015-1_L_APPOITME"/>
  3442. <xs:element minOccurs="0"
  3443. maxOccurs="1"
  3444. name="L_APPOITMENT_PERIOD"
  3445. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_PERIOD"
  3446. id="trala_WSG84___d7e120016-1_L_APPOITME"/>
  3447. <xs:element minOccurs="0"
  3448. maxOccurs="1"
  3449. name="L_APPOITMENT_INFO"
  3450. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_INFO"
  3451. id="trala_WSG84___d7e120018-1_L_APPOITME"/>
  3452. <xs:element minOccurs="0"
  3453. maxOccurs="1"
  3454. name="L_APPOITMENT_TYPE"
  3455. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_TYPE"
  3456. id="trala_WSG84___d7e120019-1_L_APPOITME"/>
  3457. <xs:element minOccurs="0"
  3458. maxOccurs="1"
  3459. name="A_STATUS"
  3460. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_STATUS"
  3461. id="trala_WSG84___d7e120020-1_A_STATUS"/>
  3462. <xs:element minOccurs="0"
  3463. maxOccurs="1"
  3464. name="etykieta_x"
  3465. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_x"
  3466. id="trala_WSG84___d7e120021-1_etykieta_x"/>
  3467. <xs:element minOccurs="0"
  3468. maxOccurs="1"
  3469. name="etykieta_y"
  3470. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_y"
  3471. id="trala_WSG84___d7e120022-1_etykieta_y"/>
  3472. <xs:element minOccurs="0"
  3473. maxOccurs="1"
  3474. name="etykieta_obrot"
  3475. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_obrot"
  3476. id="trala_WSG84___d7e120023-1_etykieta_o"/>
  3477. <xs:element minOccurs="0"
  3478. maxOccurs="1"
  3479. name="WORK_PLAN_START"
  3480. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__WORK_PLAN_START"
  3481. id="trala_WSG84___d7e120024-1_WORK_PLAN_"/>
  3482. <xs:element minOccurs="0"
  3483. maxOccurs="1"
  3484. name="WORK_PLAN_FINISH"
  3485. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__WORK_PLAN_FINISH"
  3486. id="trala_WSG84___d7e120025-1_WORK_PLAN_"/>
  3487. <xs:element minOccurs="0"
  3488. maxOccurs="1"
  3489. name="T_WORKPOINTS_TIME_HOURS"
  3490. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__T_WORKPOINTS_TIME_HOURS"
  3491. id="trala_WSG84___d7e120026-1_T_WORKPOIN"/>
  3492. <!--#272 found ignored A_STATUS-->
  3493. <!--#272 found ignored id_wezel2-->
  3494. <!--#272 found ignored id_wezel-->
  3495. <!--#272 found ignored L_APPOITMENT_DATE-->
  3496. <!--#272 found ignored L_APPOITMENT_INFO-->
  3497. <!--#272 found ignored L_APPOITMENT_PERIOD-->
  3498. <!--#272 found ignored L_APPOITMENT_TYPE-->
  3499. <!--#272 found ignored L_APPOITMENT_USER-->
  3500. <!--#272 found ignored A_ADM_COMPANY-->
  3501. <!--#272 found ignored A_CLASSIFIED-->
  3502. <!--#272 found ignored ID_KORESP_PROTOK_ODB-->
  3503. <!--#288 unsupported yet @ref p5_zasob_36:IN7_DZIENNIK_KORESP-->
  3504. <!--#453 found ignored p5_zasob_36:IN7_DZIENNIK_KORESP by same @system_cache__appinfo:name-->
  3505. <!--#272 found ignored A_STATUS_INFO-->
  3506. <!--#272 found ignored ID_KORESP_PROJEKT-->
  3507. <!--#272 found ignored ID_KORESP_PROJ_WYK-->
  3508. <!--#272 found ignored ID_KORESP_DO_UZG-->
  3509. <!--#272 found ignored ID-->
  3510. <!--#272 found ignored ID_KORESP_UZG-->
  3511. <!--#272 found ignored ID_KORESP_DO_REALIZ-->
  3512. <!--#272 found ignored ID_KORESP_ZLECENIE-->
  3513. <!--#272 found ignored ID_KORESP_ZGL_ODB-->
  3514. <!--#272 found ignored ID_KORESP_DO_UZG_ZUD-->
  3515. <!--#272 found ignored ID_KORESP_UZG_ZUD-->
  3516. <!--#272 found ignored ID_KORESP_POM_GEOD-->
  3517. <!--#272 found ignored ID_PROJECT-->
  3518. <!--#288 unsupported yet @ref p5_zasob_36:IN7_MK_BAZA_DYSTRYBUCJI-->
  3519. <!--#414-A found adding p5_zasob_36:IN7_MK_BAZA_DYSTRYBUCJI, $prototype_NamespacePrefix = default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84-->
  3520. <xs:element ref="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI"
  3521. minOccurs="0"
  3522. id="trala_WSG84___d7e120056-1">
  3523. <xs:annotation>
  3524. <xs:appinfo>
  3525. <system_cache__appinfo:flat_relation_cache>
  3526. <system_cache__appinfo:source system_cache__appinfo:name="ID_PROJECT"
  3527. system_cache__appinfo:xpath="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI/ID"/>
  3528. </system_cache__appinfo:flat_relation_cache>
  3529. </xs:appinfo>
  3530. </xs:annotation>
  3531. </xs:element>
  3532. <!--#272 found ignored ID_KORESP_OFFER-->
  3533. <!--#272 found ignored A_RECORD_UPDATE_DATE-->
  3534. <!--#272 found ignored A_RECORD_CREATE_DATE-->
  3535. <!--#272 found ignored A_RECORD_UPDATE_AUTHOR-->
  3536. <!--#272 found ignored A_RECORD_CREATE_AUTHOR-->
  3537. <!--#272 found ignored WORK_PLAN_START-->
  3538. <!--#272 found ignored WORK_PLAN_FINISH-->
  3539. <!--#272 found ignored T_WORKPOINTS_TIME_HOURS-->
  3540. <!--#272 found ignored etykieta_x-->
  3541. <!--#272 found ignored etykieta_y-->
  3542. <!--#272 found ignored the_geom-->
  3543. <!--#272 found ignored etykieta_obrot-->
  3544. <!--#272 found ignored gid-->
  3545. <!--#272 found ignored SYNC_SQIX_STATUS-->
  3546. <!--#272 found ignored ilosc_rurek_w_pakiecie-->
  3547. <!--#272 found ignored Opis-->
  3548. <!--#272 found ignored ID_ZASOB-->
  3549. <!--#288 unsupported yet @ref p5_zasob_36:CRM_LISTA_ZASOBOW-->
  3550. <!--#453 found ignored p5_zasob_36:CRM_LISTA_ZASOBOW by same @system_cache__appinfo:name-->
  3551. <!--#272 found ignored Dlugosc-->
  3552. <!--#272 found ignored Dlugosc_obmiar-->
  3553. </xs:sequence>
  3554. </xs:restriction>
  3555. </xs:complexContent>
  3556. </xs:complexType>
  3557. <xs:element name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_UZG"
  3558. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_UZG"
  3559. id="trala_WSG84___d7e120082-1_Rozdzielcz">
  3560. <xs:annotation>
  3561. <xs:appinfo>
  3562. <system_cache__appinfo:base_type system_cache__appinfo:base_type_group="infrastructure"
  3563. system_cache__appinfo:base_type_name="UZG"/>
  3564. </xs:appinfo>
  3565. </xs:annotation>
  3566. </xs:element>
  3567. <xs:complexType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_DO_UZG_ZUD"
  3568. id="trala_WSG84___d7e120086-1_Rozdzielcz">
  3569. <xs:complexContent id="trala_WSG84___d7e120087-1">
  3570. <xs:restriction base="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_DO_REALIZ">
  3571. <xs:sequence id="trala_WSG84___d7e120089-1">
  3572. <xs:element name="ID" type="xs:int" id="trala_WSG84___d7e120090-1_ID"/>
  3573. <xs:element name="the_geom"
  3574. type="gml:AbstractFeatureType"
  3575. id="trala_WSG84___d7e120091-1_the_geom"/>
  3576. <xs:element name="A_STATUS_INFO"
  3577. type="xs:string"
  3578. id="trala_WSG84___d7e120092-1_A_STATUS_I"/>
  3579. <xs:element name="opis" type="xs:string" id="trala_WSG84___d7e120093-1_opis">
  3580. <xs:annotation>
  3581. <xs:documentation>To zmiany na ID_ZASOBU pod katem
  3582. kosztorysowym</xs:documentation>
  3583. </xs:annotation>
  3584. </xs:element>
  3585. <xs:element name="ID_ZASOB"
  3586. type="xs:int"
  3587. id="trala_WSG84___d7e120097-1_ID_ZASOB"/>
  3588. <xs:element ref="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW"
  3589. id="trala_WSG84___d7e120098-1">
  3590. <xs:annotation>
  3591. <xs:appinfo>
  3592. <system_cache__appinfo:flat_relation_cache>
  3593. <system_cache__appinfo:source system_cache__appinfo:name="ID_ZASOB"
  3594. system_cache__appinfo:xpath="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW/ID"/>
  3595. </system_cache__appinfo:flat_relation_cache>
  3596. </xs:appinfo>
  3597. </xs:annotation>
  3598. </xs:element>
  3599. <xs:element name="Dlugosc"
  3600. type="xs:double"
  3601. id="trala_WSG84___d7e120103-1_Dlugosc"/>
  3602. <xs:element name="Powierzchnia"
  3603. type="xs:double"
  3604. id="trala_WSG84___d7e120104-1_Powierzchn"/>
  3605. <xs:element name="L_APPOITMENT_USER"
  3606. type="xs:string"
  3607. id="trala_WSG84___d7e120105-1_L_APPOITME"/>
  3608. <xs:element ref="SystemObjects__x3A__AccessOwner:AccessOwner"
  3609. id="trala_WSG84___d7e120106-1">
  3610. <xs:annotation>
  3611. <xs:appinfo>
  3612. <system_cache__appinfo:flat_relation_cache>
  3613. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  3614. system_cache__appinfo:xpath="SystemObjects__x3A__AccessOwner:AccessOwner/name"/>
  3615. </system_cache__appinfo:flat_relation_cache>
  3616. </xs:appinfo>
  3617. </xs:annotation>
  3618. </xs:element>
  3619. <xs:element name="A_CLASSIFIED"
  3620. type="xs:string"
  3621. id="trala_WSG84___d7e120111-1_A_CLASSIFI"/>
  3622. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  3623. id="trala_WSG84___d7e120113-1">
  3624. <xs:annotation>
  3625. <xs:appinfo>
  3626. <system_cache__appinfo:flat_relation_cache>
  3627. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  3628. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  3629. </system_cache__appinfo:flat_relation_cache>
  3630. </xs:appinfo>
  3631. </xs:annotation>
  3632. </xs:element>
  3633. <xs:element name="A_ADM_COMPANY"
  3634. type="xs:string"
  3635. id="trala_WSG84___d7e120118-1_A_ADM_COMP"/>
  3636. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  3637. id="trala_WSG84___d7e120119-1">
  3638. <xs:annotation>
  3639. <xs:appinfo>
  3640. <system_cache__appinfo:flat_relation_cache>
  3641. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  3642. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY/name"/>
  3643. </system_cache__appinfo:flat_relation_cache>
  3644. </xs:appinfo>
  3645. </xs:annotation>
  3646. </xs:element>
  3647. <xs:element name="ID_PROJECT"
  3648. type="xs:int"
  3649. id="trala_WSG84___d7e120124-1_ID_PROJECT"/>
  3650. <xs:element name="ID_KORESP_PROJEKT"
  3651. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  3652. id="trala_WSG84___d7e120125-1_ID_KORESP_"/>
  3653. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  3654. id="trala_WSG84___d7e120126-1">
  3655. <xs:annotation>
  3656. <xs:appinfo>
  3657. <system_cache__appinfo:flat_relation_cache>
  3658. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT"
  3659. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT/ID"/>
  3660. </system_cache__appinfo:flat_relation_cache>
  3661. </xs:appinfo>
  3662. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  3663. zasadami projektowania</xs:documentation>
  3664. </xs:annotation>
  3665. </xs:element>
  3666. <xs:element name="ID_KORESP_PROJEKT_WYK"
  3667. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  3668. id="trala_WSG84___d7e120133-1_ID_KORESP_"/>
  3669. <xs:element minOccurs="1"
  3670. maxOccurs="unbounded"
  3671. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK"
  3672. id="trala_WSG84___d7e120134-1">
  3673. <xs:annotation>
  3674. <xs:appinfo>
  3675. <system_cache__appinfo:flat_relation_cache>
  3676. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT_WYK"
  3677. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK/ID"/>
  3678. </system_cache__appinfo:flat_relation_cache>
  3679. </xs:appinfo>
  3680. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  3681. zasadami projektowania - proj wykonawczy</xs:documentation>
  3682. </xs:annotation>
  3683. </xs:element>
  3684. <xs:element name="ID_KORESP_DO_REALIZ"
  3685. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  3686. id="trala_WSG84___d7e120141-1_ID_KORESP_"/>
  3687. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  3688. id="trala_WSG84___d7e120142-1">
  3689. <xs:annotation>
  3690. <xs:appinfo>
  3691. <system_cache__appinfo:flat_relation_cache>
  3692. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_REALIZ"
  3693. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ/ID"/>
  3694. </system_cache__appinfo:flat_relation_cache>
  3695. </xs:appinfo>
  3696. <xs:documentation>Czy jest decyzja na realizacje</xs:documentation>
  3697. </xs:annotation>
  3698. </xs:element>
  3699. <xs:element name="ID_KORESP_OFFER"
  3700. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  3701. id="trala_WSG84___d7e120149-1_ID_KORESP_"/>
  3702. <xs:element minOccurs="0"
  3703. maxOccurs="unbounded"
  3704. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  3705. id="trala_WSG84___d7e120151-1">
  3706. <xs:annotation>
  3707. <xs:appinfo>
  3708. <system_cache__appinfo:flat_relation_cache>
  3709. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_OFFER"
  3710. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER/ID"/>
  3711. </system_cache__appinfo:flat_relation_cache>
  3712. </xs:appinfo>
  3713. <xs:documentation>Czy jest oferta na obiekt</xs:documentation>
  3714. </xs:annotation>
  3715. </xs:element>
  3716. <xs:element name="ID_KORESP_DO_UZG"
  3717. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  3718. id="trala_WSG84___d7e120158-1_ID_KORESP_"/>
  3719. <xs:element minOccurs="0"
  3720. maxOccurs="unbounded"
  3721. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  3722. id="trala_WSG84___d7e120159-1">
  3723. <xs:annotation>
  3724. <xs:appinfo>
  3725. <system_cache__appinfo:flat_relation_cache>
  3726. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG"
  3727. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/ID"/>
  3728. </system_cache__appinfo:flat_relation_cache>
  3729. </xs:appinfo>
  3730. <xs:documentation>Powiązanie do wysłanego pisma o zgodę na usytuowanie obiektu,
  3731. do właściciela nieruchomości</xs:documentation>
  3732. </xs:annotation>
  3733. </xs:element>
  3734. <xs:element name="ID_KORESP_UZG"
  3735. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  3736. id="trala_WSG84___d7e120166-1_ID_KORESP_"/>
  3737. <xs:element minOccurs="0"
  3738. maxOccurs="unbounded"
  3739. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  3740. id="trala_WSG84___d7e120167-1">
  3741. <xs:annotation>
  3742. <xs:appinfo>
  3743. <system_cache__appinfo:flat_relation_cache>
  3744. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG"
  3745. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG/ID"/>
  3746. </system_cache__appinfo:flat_relation_cache>
  3747. </xs:appinfo>
  3748. <xs:documentation>Fakt wyrażenia zgody na usytuowanie sieci od właściciela.
  3749. Brak zgody powinien być wiązany z relacją dla wysyłania wniosków o
  3750. zgody</xs:documentation>
  3751. </xs:annotation>
  3752. </xs:element>
  3753. <xs:element name="ID_KORESP_DO_UZG_ZUD"
  3754. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  3755. id="trala_WSG84___d7e120174-1_ID_KORESP_"/>
  3756. <xs:element minOccurs="1"
  3757. maxOccurs="unbounded"
  3758. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  3759. id="trala_WSG84___d7e120175-1">
  3760. <xs:annotation>
  3761. <xs:appinfo>
  3762. <system_cache__appinfo:flat_relation_cache>
  3763. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG_ZUD"
  3764. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD/ID"/>
  3765. </system_cache__appinfo:flat_relation_cache>
  3766. </xs:appinfo>
  3767. <xs:documentation>Potwierdzenie nadania wniosku o uzgodnienie
  3768. ZUD</xs:documentation>
  3769. </xs:annotation>
  3770. </xs:element>
  3771. <xs:element name="ID_KORESP_UZG_ZUD"
  3772. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  3773. id="trala_WSG84___d7e120182-1_ID_KORESP_"/>
  3774. <xs:element minOccurs="0"
  3775. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  3776. id="trala_WSG84___d7e120183-1">
  3777. <xs:annotation>
  3778. <xs:appinfo>
  3779. <system_cache__appinfo:flat_relation_cache>
  3780. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG_ZUD"
  3781. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD/ID"/>
  3782. </system_cache__appinfo:flat_relation_cache>
  3783. </xs:appinfo>
  3784. <xs:documentation>Potwierdzenie zwrotnego pisma ze zgodą ZUD</xs:documentation>
  3785. </xs:annotation>
  3786. </xs:element>
  3787. <xs:element name="ID_KORESP_ZLECENIE"
  3788. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  3789. id="trala_WSG84___d7e120190-1_ID_KORESP_"/>
  3790. <xs:element minOccurs="0"
  3791. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  3792. id="trala_WSG84___d7e120191-1">
  3793. <xs:annotation>
  3794. <xs:appinfo>
  3795. <system_cache__appinfo:flat_relation_cache>
  3796. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZLECENIE"
  3797. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE/ID"/>
  3798. </system_cache__appinfo:flat_relation_cache>
  3799. </xs:appinfo>
  3800. <xs:documentation>Czy jest zlecenie</xs:documentation>
  3801. </xs:annotation>
  3802. </xs:element>
  3803. <xs:element name="ID_KORESP_ZGL_ODB"
  3804. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  3805. id="trala_WSG84___d7e120199-1_ID_KORESP_"/>
  3806. <xs:element minOccurs="0"
  3807. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  3808. id="trala_WSG84___d7e120200-1">
  3809. <xs:annotation>
  3810. <xs:appinfo>
  3811. <system_cache__appinfo:flat_relation_cache>
  3812. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZGL_ODB"
  3813. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB/ID"/>
  3814. </system_cache__appinfo:flat_relation_cache>
  3815. </xs:appinfo>
  3816. <xs:documentation>Relacja tworzona przez podwykonawcę jako zgłoszenie do
  3817. odbioru=wykonanie</xs:documentation>
  3818. </xs:annotation>
  3819. </xs:element>
  3820. <xs:element name="ID_KORESP_POM_GEOD"
  3821. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  3822. id="trala_WSG84___d7e120207-1_ID_KORESP_"/>
  3823. <xs:element minOccurs="0"
  3824. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  3825. id="trala_WSG84___d7e120208-1">
  3826. <xs:annotation>
  3827. <xs:appinfo>
  3828. <system_cache__appinfo:flat_relation_cache>
  3829. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_POM_GEOD"
  3830. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD/ID"/>
  3831. </system_cache__appinfo:flat_relation_cache>
  3832. </xs:appinfo>
  3833. <xs:documentation>Stwierdzenie, że współrzędne obiektu został zaktualizowane
  3834. oraz są powiązane do dokumentu z operatem</xs:documentation>
  3835. </xs:annotation>
  3836. </xs:element>
  3837. <xs:element name="ID_KORESP_PROTOK_ODB"
  3838. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  3839. id="trala_WSG84___d7e120215-1_ID_KORESP_"/>
  3840. <xs:element minOccurs="0"
  3841. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  3842. id="trala_WSG84___d7e120216-1">
  3843. <xs:annotation>
  3844. <xs:appinfo>
  3845. <system_cache__appinfo:flat_relation_cache>
  3846. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROTOK_ODB"
  3847. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB/ID"/>
  3848. </system_cache__appinfo:flat_relation_cache>
  3849. </xs:appinfo>
  3850. <xs:documentation>Odebranie obiektu przez trójstronny dokument właściciel,
  3851. wykonawca, inwestor</xs:documentation>
  3852. </xs:annotation>
  3853. </xs:element>
  3854. <xs:element name="InvestArrangements_Network_Crossings"
  3855. type="xs:int"
  3856. id="trala_WSG84___d7e120223-1_InvestArra"/>
  3857. <xs:element minOccurs="0"
  3858. ref="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings"
  3859. id="trala_WSG84___d7e120224-1">
  3860. <xs:annotation>
  3861. <xs:appinfo>
  3862. <system_cache__appinfo:flat_relation_cache>
  3863. <system_cache__appinfo:source system_cache__appinfo:name="InvestArrangements_Network_Crossings"
  3864. system_cache__appinfo:xpath="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings/ID"/>
  3865. </system_cache__appinfo:flat_relation_cache>
  3866. </xs:appinfo>
  3867. <xs:documentation>To są kolizje powstałe na bazie przecieć z obiektami zaimportowanymi jako mapa d/c projektowych, które stanowią podstawę do uzgodnień. W to też powinny wejść działki</xs:documentation>
  3868. </xs:annotation>
  3869. </xs:element>
  3870. <xs:element minOccurs="0"
  3871. maxOccurs="1"
  3872. name="gid"
  3873. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__gid"
  3874. id="trala_WSG84___d7e120231-1_gid"/>
  3875. <xs:element minOccurs="0"
  3876. maxOccurs="1"
  3877. name="Opis"
  3878. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__Opis"
  3879. id="trala_WSG84___d7e120232-1_Opis"/>
  3880. <xs:element minOccurs="0"
  3881. maxOccurs="1"
  3882. name="Dlugosc_obmiar"
  3883. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__Dlugosc_obmiar"
  3884. id="trala_WSG84___d7e120233-1_Dlugosc_ob"/>
  3885. <xs:element minOccurs="0"
  3886. maxOccurs="1"
  3887. name="id_wezel"
  3888. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__id_wezel"
  3889. id="trala_WSG84___d7e120235-1_id_wezel"/>
  3890. <xs:element minOccurs="0"
  3891. maxOccurs="1"
  3892. name="id_wezel2"
  3893. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__id_wezel2"
  3894. id="trala_WSG84___d7e120236-1_id_wezel2"/>
  3895. <xs:element minOccurs="0"
  3896. maxOccurs="1"
  3897. name="ID_KORESP_PROJ_WYK"
  3898. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ID_KORESP_PROJ_WYK"
  3899. id="trala_WSG84___d7e120237-1_ID_KORESP_"/>
  3900. <xs:element minOccurs="0"
  3901. maxOccurs="1"
  3902. name="ilosc_rurek_w_pakiecie"
  3903. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ilosc_rurek_w_pakiecie"
  3904. id="trala_WSG84___d7e120238-1_ilosc_rure"/>
  3905. <xs:element minOccurs="0"
  3906. maxOccurs="1"
  3907. name="A_RECORD_CREATE_DATE"
  3908. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_CREATE_DATE"
  3909. id="trala_WSG84___d7e120239-1_A_RECORD_C"/>
  3910. <xs:element minOccurs="0"
  3911. maxOccurs="1"
  3912. name="A_RECORD_CREATE_AUTHOR"
  3913. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_CREATE_AUTHOR"
  3914. id="trala_WSG84___d7e120240-1_A_RECORD_C"/>
  3915. <xs:element minOccurs="0"
  3916. maxOccurs="1"
  3917. name="SYNC_SQIX_STATUS"
  3918. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__SYNC_SQIX_STATUS"
  3919. id="trala_WSG84___d7e120241-1_SYNC_SQIX_"/>
  3920. <xs:element minOccurs="0"
  3921. maxOccurs="1"
  3922. name="A_RECORD_UPDATE_DATE"
  3923. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_UPDATE_DATE"
  3924. id="trala_WSG84___d7e120242-1_A_RECORD_U"/>
  3925. <xs:element minOccurs="0"
  3926. maxOccurs="1"
  3927. name="A_RECORD_UPDATE_AUTHOR"
  3928. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_UPDATE_AUTHOR"
  3929. id="trala_WSG84___d7e120243-1_A_RECORD_U"/>
  3930. <xs:element minOccurs="0"
  3931. maxOccurs="1"
  3932. name="L_APPOITMENT_DATE"
  3933. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_DATE"
  3934. id="trala_WSG84___d7e120244-1_L_APPOITME"/>
  3935. <xs:element minOccurs="0"
  3936. maxOccurs="1"
  3937. name="L_APPOITMENT_PERIOD"
  3938. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_PERIOD"
  3939. id="trala_WSG84___d7e120245-1_L_APPOITME"/>
  3940. <xs:element minOccurs="0"
  3941. maxOccurs="1"
  3942. name="L_APPOITMENT_INFO"
  3943. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_INFO"
  3944. id="trala_WSG84___d7e120247-1_L_APPOITME"/>
  3945. <xs:element minOccurs="0"
  3946. maxOccurs="1"
  3947. name="L_APPOITMENT_TYPE"
  3948. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_TYPE"
  3949. id="trala_WSG84___d7e120248-1_L_APPOITME"/>
  3950. <xs:element minOccurs="0"
  3951. maxOccurs="1"
  3952. name="A_STATUS"
  3953. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_STATUS"
  3954. id="trala_WSG84___d7e120249-1_A_STATUS"/>
  3955. <xs:element minOccurs="0"
  3956. maxOccurs="1"
  3957. name="etykieta_x"
  3958. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_x"
  3959. id="trala_WSG84___d7e120250-1_etykieta_x"/>
  3960. <xs:element minOccurs="0"
  3961. maxOccurs="1"
  3962. name="etykieta_y"
  3963. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_y"
  3964. id="trala_WSG84___d7e120251-1_etykieta_y"/>
  3965. <xs:element minOccurs="0"
  3966. maxOccurs="1"
  3967. name="etykieta_obrot"
  3968. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_obrot"
  3969. id="trala_WSG84___d7e120252-1_etykieta_o"/>
  3970. <xs:element minOccurs="0"
  3971. maxOccurs="1"
  3972. name="WORK_PLAN_START"
  3973. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__WORK_PLAN_START"
  3974. id="trala_WSG84___d7e120253-1_WORK_PLAN_"/>
  3975. <xs:element minOccurs="0"
  3976. maxOccurs="1"
  3977. name="WORK_PLAN_FINISH"
  3978. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__WORK_PLAN_FINISH"
  3979. id="trala_WSG84___d7e120254-1_WORK_PLAN_"/>
  3980. <xs:element minOccurs="0"
  3981. maxOccurs="1"
  3982. name="T_WORKPOINTS_TIME_HOURS"
  3983. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__T_WORKPOINTS_TIME_HOURS"
  3984. id="trala_WSG84___d7e120255-1_T_WORKPOIN"/>
  3985. <!--#272 found ignored A_STATUS-->
  3986. <!--#272 found ignored id_wezel2-->
  3987. <!--#272 found ignored id_wezel-->
  3988. <!--#272 found ignored L_APPOITMENT_DATE-->
  3989. <!--#272 found ignored L_APPOITMENT_INFO-->
  3990. <!--#272 found ignored L_APPOITMENT_PERIOD-->
  3991. <!--#272 found ignored L_APPOITMENT_TYPE-->
  3992. <!--#272 found ignored L_APPOITMENT_USER-->
  3993. <!--#272 found ignored A_ADM_COMPANY-->
  3994. <!--#272 found ignored A_CLASSIFIED-->
  3995. <!--#272 found ignored ID_KORESP_PROTOK_ODB-->
  3996. <!--#288 unsupported yet @ref p5_zasob_36:IN7_DZIENNIK_KORESP-->
  3997. <!--#453 found ignored p5_zasob_36:IN7_DZIENNIK_KORESP by same @system_cache__appinfo:name-->
  3998. <!--#272 found ignored A_STATUS_INFO-->
  3999. <!--#272 found ignored ID_KORESP_PROJEKT-->
  4000. <!--#272 found ignored ID_KORESP_PROJ_WYK-->
  4001. <!--#272 found ignored ID_KORESP_DO_UZG-->
  4002. <!--#272 found ignored ID-->
  4003. <!--#272 found ignored ID_KORESP_UZG-->
  4004. <!--#272 found ignored ID_KORESP_DO_REALIZ-->
  4005. <!--#272 found ignored ID_KORESP_ZLECENIE-->
  4006. <!--#272 found ignored ID_KORESP_ZGL_ODB-->
  4007. <!--#272 found ignored ID_KORESP_DO_UZG_ZUD-->
  4008. <!--#272 found ignored ID_KORESP_UZG_ZUD-->
  4009. <!--#272 found ignored ID_KORESP_POM_GEOD-->
  4010. <!--#272 found ignored ID_PROJECT-->
  4011. <!--#288 unsupported yet @ref p5_zasob_36:IN7_MK_BAZA_DYSTRYBUCJI-->
  4012. <!--#414-A found adding p5_zasob_36:IN7_MK_BAZA_DYSTRYBUCJI, $prototype_NamespacePrefix = default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84-->
  4013. <xs:element ref="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI"
  4014. minOccurs="0"
  4015. id="trala_WSG84___d7e120285-1">
  4016. <xs:annotation>
  4017. <xs:appinfo>
  4018. <system_cache__appinfo:flat_relation_cache>
  4019. <system_cache__appinfo:source system_cache__appinfo:name="ID_PROJECT"
  4020. system_cache__appinfo:xpath="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI/ID"/>
  4021. </system_cache__appinfo:flat_relation_cache>
  4022. </xs:appinfo>
  4023. </xs:annotation>
  4024. </xs:element>
  4025. <!--#272 found ignored ID_KORESP_OFFER-->
  4026. <!--#272 found ignored A_RECORD_UPDATE_DATE-->
  4027. <!--#272 found ignored A_RECORD_CREATE_DATE-->
  4028. <!--#272 found ignored A_RECORD_UPDATE_AUTHOR-->
  4029. <!--#272 found ignored A_RECORD_CREATE_AUTHOR-->
  4030. <!--#272 found ignored WORK_PLAN_START-->
  4031. <!--#272 found ignored WORK_PLAN_FINISH-->
  4032. <!--#272 found ignored T_WORKPOINTS_TIME_HOURS-->
  4033. <!--#272 found ignored etykieta_x-->
  4034. <!--#272 found ignored etykieta_y-->
  4035. <!--#272 found ignored the_geom-->
  4036. <!--#272 found ignored etykieta_obrot-->
  4037. <!--#272 found ignored gid-->
  4038. <!--#272 found ignored SYNC_SQIX_STATUS-->
  4039. <!--#272 found ignored ilosc_rurek_w_pakiecie-->
  4040. <!--#272 found ignored Opis-->
  4041. <!--#272 found ignored ID_ZASOB-->
  4042. <!--#288 unsupported yet @ref p5_zasob_36:CRM_LISTA_ZASOBOW-->
  4043. <!--#453 found ignored p5_zasob_36:CRM_LISTA_ZASOBOW by same @system_cache__appinfo:name-->
  4044. <!--#272 found ignored Dlugosc-->
  4045. <!--#272 found ignored Dlugosc_obmiar-->
  4046. </xs:sequence>
  4047. </xs:restriction>
  4048. </xs:complexContent>
  4049. </xs:complexType>
  4050. <xs:element name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_DO_UZG_ZUD"
  4051. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_DO_UZG_ZUD"
  4052. id="trala_WSG84___d7e120311-1_Rozdzielcz">
  4053. <xs:annotation>
  4054. <xs:appinfo>
  4055. <system_cache__appinfo:base_type system_cache__appinfo:base_type_group="infrastructure"
  4056. system_cache__appinfo:base_type_name="DO_UZG_ZUD"/>
  4057. </xs:appinfo>
  4058. </xs:annotation>
  4059. </xs:element>
  4060. <xs:complexType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_UZG_ZUD"
  4061. id="trala_WSG84___d7e120315-1_Rozdzielcz">
  4062. <xs:complexContent id="trala_WSG84___d7e120316-1">
  4063. <xs:restriction base="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_DO_UZG_ZUD">
  4064. <xs:sequence id="trala_WSG84___d7e120318-1">
  4065. <xs:element name="ID" type="xs:int" id="trala_WSG84___d7e120319-1_ID"/>
  4066. <xs:element name="the_geom"
  4067. type="gml:AbstractFeatureType"
  4068. id="trala_WSG84___d7e120320-1_the_geom"/>
  4069. <xs:element name="A_STATUS_INFO"
  4070. type="xs:string"
  4071. id="trala_WSG84___d7e120321-1_A_STATUS_I"/>
  4072. <xs:element name="opis" type="xs:string" id="trala_WSG84___d7e120322-1_opis">
  4073. <xs:annotation>
  4074. <xs:documentation>To zmiany na ID_ZASOBU pod katem
  4075. kosztorysowym</xs:documentation>
  4076. </xs:annotation>
  4077. </xs:element>
  4078. <xs:element name="ID_ZASOB"
  4079. type="xs:int"
  4080. id="trala_WSG84___d7e120326-1_ID_ZASOB"/>
  4081. <xs:element ref="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW"
  4082. id="trala_WSG84___d7e120327-1">
  4083. <xs:annotation>
  4084. <xs:appinfo>
  4085. <system_cache__appinfo:flat_relation_cache>
  4086. <system_cache__appinfo:source system_cache__appinfo:name="ID_ZASOB"
  4087. system_cache__appinfo:xpath="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW/ID"/>
  4088. </system_cache__appinfo:flat_relation_cache>
  4089. </xs:appinfo>
  4090. </xs:annotation>
  4091. </xs:element>
  4092. <xs:element name="Dlugosc"
  4093. type="xs:double"
  4094. id="trala_WSG84___d7e120332-1_Dlugosc"/>
  4095. <xs:element name="Powierzchnia"
  4096. type="xs:double"
  4097. id="trala_WSG84___d7e120333-1_Powierzchn"/>
  4098. <xs:element name="L_APPOITMENT_USER"
  4099. type="xs:string"
  4100. id="trala_WSG84___d7e120334-1_L_APPOITME"/>
  4101. <xs:element ref="SystemObjects__x3A__AccessOwner:AccessOwner"
  4102. id="trala_WSG84___d7e120335-1">
  4103. <xs:annotation>
  4104. <xs:appinfo>
  4105. <system_cache__appinfo:flat_relation_cache>
  4106. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  4107. system_cache__appinfo:xpath="SystemObjects__x3A__AccessOwner:AccessOwner/name"/>
  4108. </system_cache__appinfo:flat_relation_cache>
  4109. </xs:appinfo>
  4110. </xs:annotation>
  4111. </xs:element>
  4112. <xs:element name="A_CLASSIFIED"
  4113. type="xs:string"
  4114. id="trala_WSG84___d7e120340-1_A_CLASSIFI"/>
  4115. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  4116. id="trala_WSG84___d7e120342-1">
  4117. <xs:annotation>
  4118. <xs:appinfo>
  4119. <system_cache__appinfo:flat_relation_cache>
  4120. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  4121. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  4122. </system_cache__appinfo:flat_relation_cache>
  4123. </xs:appinfo>
  4124. </xs:annotation>
  4125. </xs:element>
  4126. <xs:element name="A_ADM_COMPANY"
  4127. type="xs:string"
  4128. id="trala_WSG84___d7e120347-1_A_ADM_COMP"/>
  4129. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  4130. id="trala_WSG84___d7e120348-1">
  4131. <xs:annotation>
  4132. <xs:appinfo>
  4133. <system_cache__appinfo:flat_relation_cache>
  4134. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  4135. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY/name"/>
  4136. </system_cache__appinfo:flat_relation_cache>
  4137. </xs:appinfo>
  4138. </xs:annotation>
  4139. </xs:element>
  4140. <xs:element name="ID_PROJECT"
  4141. type="xs:int"
  4142. id="trala_WSG84___d7e120353-1_ID_PROJECT"/>
  4143. <xs:element name="ID_KORESP_PROJEKT"
  4144. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  4145. id="trala_WSG84___d7e120354-1_ID_KORESP_"/>
  4146. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  4147. id="trala_WSG84___d7e120355-1">
  4148. <xs:annotation>
  4149. <xs:appinfo>
  4150. <system_cache__appinfo:flat_relation_cache>
  4151. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT"
  4152. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT/ID"/>
  4153. </system_cache__appinfo:flat_relation_cache>
  4154. </xs:appinfo>
  4155. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  4156. zasadami projektowania</xs:documentation>
  4157. </xs:annotation>
  4158. </xs:element>
  4159. <xs:element name="ID_KORESP_PROJEKT_WYK"
  4160. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  4161. id="trala_WSG84___d7e120362-1_ID_KORESP_"/>
  4162. <xs:element minOccurs="1"
  4163. maxOccurs="unbounded"
  4164. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK"
  4165. id="trala_WSG84___d7e120363-1">
  4166. <xs:annotation>
  4167. <xs:appinfo>
  4168. <system_cache__appinfo:flat_relation_cache>
  4169. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT_WYK"
  4170. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK/ID"/>
  4171. </system_cache__appinfo:flat_relation_cache>
  4172. </xs:appinfo>
  4173. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  4174. zasadami projektowania - proj wykonawczy</xs:documentation>
  4175. </xs:annotation>
  4176. </xs:element>
  4177. <xs:element name="ID_KORESP_DO_REALIZ"
  4178. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  4179. id="trala_WSG84___d7e120370-1_ID_KORESP_"/>
  4180. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  4181. id="trala_WSG84___d7e120371-1">
  4182. <xs:annotation>
  4183. <xs:appinfo>
  4184. <system_cache__appinfo:flat_relation_cache>
  4185. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_REALIZ"
  4186. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ/ID"/>
  4187. </system_cache__appinfo:flat_relation_cache>
  4188. </xs:appinfo>
  4189. <xs:documentation>Czy jest decyzja na realizacje</xs:documentation>
  4190. </xs:annotation>
  4191. </xs:element>
  4192. <xs:element name="ID_KORESP_OFFER"
  4193. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  4194. id="trala_WSG84___d7e120378-1_ID_KORESP_"/>
  4195. <xs:element minOccurs="0"
  4196. maxOccurs="unbounded"
  4197. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  4198. id="trala_WSG84___d7e120380-1">
  4199. <xs:annotation>
  4200. <xs:appinfo>
  4201. <system_cache__appinfo:flat_relation_cache>
  4202. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_OFFER"
  4203. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER/ID"/>
  4204. </system_cache__appinfo:flat_relation_cache>
  4205. </xs:appinfo>
  4206. <xs:documentation>Czy jest oferta na obiekt</xs:documentation>
  4207. </xs:annotation>
  4208. </xs:element>
  4209. <xs:element name="ID_KORESP_DO_UZG"
  4210. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  4211. id="trala_WSG84___d7e120387-1_ID_KORESP_"/>
  4212. <xs:element minOccurs="0"
  4213. maxOccurs="unbounded"
  4214. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  4215. id="trala_WSG84___d7e120388-1">
  4216. <xs:annotation>
  4217. <xs:appinfo>
  4218. <system_cache__appinfo:flat_relation_cache>
  4219. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG"
  4220. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/ID"/>
  4221. </system_cache__appinfo:flat_relation_cache>
  4222. </xs:appinfo>
  4223. <xs:documentation>Powiązanie do wysłanego pisma o zgodę na usytuowanie obiektu,
  4224. do właściciela nieruchomości</xs:documentation>
  4225. </xs:annotation>
  4226. </xs:element>
  4227. <xs:element name="ID_KORESP_UZG"
  4228. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  4229. id="trala_WSG84___d7e120395-1_ID_KORESP_"/>
  4230. <xs:element minOccurs="0"
  4231. maxOccurs="unbounded"
  4232. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  4233. id="trala_WSG84___d7e120396-1">
  4234. <xs:annotation>
  4235. <xs:appinfo>
  4236. <system_cache__appinfo:flat_relation_cache>
  4237. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG"
  4238. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG/ID"/>
  4239. </system_cache__appinfo:flat_relation_cache>
  4240. </xs:appinfo>
  4241. <xs:documentation>Fakt wyrażenia zgody na usytuowanie sieci od właściciela.
  4242. Brak zgody powinien być wiązany z relacją dla wysyłania wniosków o
  4243. zgody</xs:documentation>
  4244. </xs:annotation>
  4245. </xs:element>
  4246. <xs:element name="ID_KORESP_DO_UZG_ZUD"
  4247. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  4248. id="trala_WSG84___d7e120403-1_ID_KORESP_"/>
  4249. <xs:element minOccurs="1"
  4250. maxOccurs="unbounded"
  4251. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  4252. id="trala_WSG84___d7e120404-1">
  4253. <xs:annotation>
  4254. <xs:appinfo>
  4255. <system_cache__appinfo:flat_relation_cache>
  4256. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG_ZUD"
  4257. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD/ID"/>
  4258. </system_cache__appinfo:flat_relation_cache>
  4259. </xs:appinfo>
  4260. <xs:documentation>Potwierdzenie nadania wniosku o uzgodnienie
  4261. ZUD</xs:documentation>
  4262. </xs:annotation>
  4263. </xs:element>
  4264. <xs:element name="ID_KORESP_UZG_ZUD"
  4265. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  4266. id="trala_WSG84___d7e120411-1_ID_KORESP_"/>
  4267. <xs:element minOccurs="1"
  4268. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  4269. id="trala_WSG84___d7e120412-1">
  4270. <xs:annotation>
  4271. <xs:appinfo>
  4272. <system_cache__appinfo:flat_relation_cache>
  4273. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG_ZUD"
  4274. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD/ID"/>
  4275. </system_cache__appinfo:flat_relation_cache>
  4276. </xs:appinfo>
  4277. <xs:documentation>Potwierdzenie zwrotnego pisma ze zgodą ZUD</xs:documentation>
  4278. </xs:annotation>
  4279. </xs:element>
  4280. <xs:element name="ID_KORESP_ZLECENIE"
  4281. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  4282. id="trala_WSG84___d7e120419-1_ID_KORESP_"/>
  4283. <xs:element minOccurs="0"
  4284. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  4285. id="trala_WSG84___d7e120420-1">
  4286. <xs:annotation>
  4287. <xs:appinfo>
  4288. <system_cache__appinfo:flat_relation_cache>
  4289. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZLECENIE"
  4290. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE/ID"/>
  4291. </system_cache__appinfo:flat_relation_cache>
  4292. </xs:appinfo>
  4293. <xs:documentation>Czy jest zlecenie</xs:documentation>
  4294. </xs:annotation>
  4295. </xs:element>
  4296. <xs:element name="ID_KORESP_ZGL_ODB"
  4297. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  4298. id="trala_WSG84___d7e120428-1_ID_KORESP_"/>
  4299. <xs:element minOccurs="0"
  4300. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  4301. id="trala_WSG84___d7e120429-1">
  4302. <xs:annotation>
  4303. <xs:appinfo>
  4304. <system_cache__appinfo:flat_relation_cache>
  4305. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZGL_ODB"
  4306. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB/ID"/>
  4307. </system_cache__appinfo:flat_relation_cache>
  4308. </xs:appinfo>
  4309. <xs:documentation>Relacja tworzona przez podwykonawcę jako zgłoszenie do
  4310. odbioru=wykonanie</xs:documentation>
  4311. </xs:annotation>
  4312. </xs:element>
  4313. <xs:element name="ID_KORESP_POM_GEOD"
  4314. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  4315. id="trala_WSG84___d7e120436-1_ID_KORESP_"/>
  4316. <xs:element minOccurs="0"
  4317. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  4318. id="trala_WSG84___d7e120437-1">
  4319. <xs:annotation>
  4320. <xs:appinfo>
  4321. <system_cache__appinfo:flat_relation_cache>
  4322. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_POM_GEOD"
  4323. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD/ID"/>
  4324. </system_cache__appinfo:flat_relation_cache>
  4325. </xs:appinfo>
  4326. <xs:documentation>Stwierdzenie, że współrzędne obiektu został zaktualizowane
  4327. oraz są powiązane do dokumentu z operatem</xs:documentation>
  4328. </xs:annotation>
  4329. </xs:element>
  4330. <xs:element name="ID_KORESP_PROTOK_ODB"
  4331. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  4332. id="trala_WSG84___d7e120444-1_ID_KORESP_"/>
  4333. <xs:element minOccurs="0"
  4334. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  4335. id="trala_WSG84___d7e120445-1">
  4336. <xs:annotation>
  4337. <xs:appinfo>
  4338. <system_cache__appinfo:flat_relation_cache>
  4339. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROTOK_ODB"
  4340. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB/ID"/>
  4341. </system_cache__appinfo:flat_relation_cache>
  4342. </xs:appinfo>
  4343. <xs:documentation>Odebranie obiektu przez trójstronny dokument właściciel,
  4344. wykonawca, inwestor</xs:documentation>
  4345. </xs:annotation>
  4346. </xs:element>
  4347. <xs:element name="InvestArrangements_Network_Crossings"
  4348. type="xs:int"
  4349. id="trala_WSG84___d7e120452-1_InvestArra"/>
  4350. <xs:element minOccurs="0"
  4351. ref="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings"
  4352. id="trala_WSG84___d7e120453-1">
  4353. <xs:annotation>
  4354. <xs:appinfo>
  4355. <system_cache__appinfo:flat_relation_cache>
  4356. <system_cache__appinfo:source system_cache__appinfo:name="InvestArrangements_Network_Crossings"
  4357. system_cache__appinfo:xpath="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings/ID"/>
  4358. </system_cache__appinfo:flat_relation_cache>
  4359. </xs:appinfo>
  4360. <xs:documentation>To są kolizje powstałe na bazie przecieć z obiektami zaimportowanymi jako mapa d/c projektowych, które stanowią podstawę do uzgodnień. W to też powinny wejść działki</xs:documentation>
  4361. </xs:annotation>
  4362. </xs:element>
  4363. <xs:element minOccurs="0"
  4364. maxOccurs="1"
  4365. name="gid"
  4366. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__gid"
  4367. id="trala_WSG84___d7e120460-1_gid"/>
  4368. <xs:element minOccurs="0"
  4369. maxOccurs="1"
  4370. name="Opis"
  4371. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__Opis"
  4372. id="trala_WSG84___d7e120461-1_Opis"/>
  4373. <xs:element minOccurs="0"
  4374. maxOccurs="1"
  4375. name="Dlugosc_obmiar"
  4376. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__Dlugosc_obmiar"
  4377. id="trala_WSG84___d7e120462-1_Dlugosc_ob"/>
  4378. <xs:element minOccurs="0"
  4379. maxOccurs="1"
  4380. name="id_wezel"
  4381. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__id_wezel"
  4382. id="trala_WSG84___d7e120464-1_id_wezel"/>
  4383. <xs:element minOccurs="0"
  4384. maxOccurs="1"
  4385. name="id_wezel2"
  4386. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__id_wezel2"
  4387. id="trala_WSG84___d7e120465-1_id_wezel2"/>
  4388. <xs:element minOccurs="0"
  4389. maxOccurs="1"
  4390. name="ID_KORESP_PROJ_WYK"
  4391. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ID_KORESP_PROJ_WYK"
  4392. id="trala_WSG84___d7e120466-1_ID_KORESP_"/>
  4393. <xs:element minOccurs="0"
  4394. maxOccurs="1"
  4395. name="ilosc_rurek_w_pakiecie"
  4396. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ilosc_rurek_w_pakiecie"
  4397. id="trala_WSG84___d7e120467-1_ilosc_rure"/>
  4398. <xs:element minOccurs="0"
  4399. maxOccurs="1"
  4400. name="A_RECORD_CREATE_DATE"
  4401. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_CREATE_DATE"
  4402. id="trala_WSG84___d7e120468-1_A_RECORD_C"/>
  4403. <xs:element minOccurs="0"
  4404. maxOccurs="1"
  4405. name="A_RECORD_CREATE_AUTHOR"
  4406. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_CREATE_AUTHOR"
  4407. id="trala_WSG84___d7e120469-1_A_RECORD_C"/>
  4408. <xs:element minOccurs="0"
  4409. maxOccurs="1"
  4410. name="SYNC_SQIX_STATUS"
  4411. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__SYNC_SQIX_STATUS"
  4412. id="trala_WSG84___d7e120470-1_SYNC_SQIX_"/>
  4413. <xs:element minOccurs="0"
  4414. maxOccurs="1"
  4415. name="A_RECORD_UPDATE_DATE"
  4416. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_UPDATE_DATE"
  4417. id="trala_WSG84___d7e120471-1_A_RECORD_U"/>
  4418. <xs:element minOccurs="0"
  4419. maxOccurs="1"
  4420. name="A_RECORD_UPDATE_AUTHOR"
  4421. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_UPDATE_AUTHOR"
  4422. id="trala_WSG84___d7e120472-1_A_RECORD_U"/>
  4423. <xs:element minOccurs="0"
  4424. maxOccurs="1"
  4425. name="L_APPOITMENT_DATE"
  4426. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_DATE"
  4427. id="trala_WSG84___d7e120473-1_L_APPOITME"/>
  4428. <xs:element minOccurs="0"
  4429. maxOccurs="1"
  4430. name="L_APPOITMENT_PERIOD"
  4431. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_PERIOD"
  4432. id="trala_WSG84___d7e120474-1_L_APPOITME"/>
  4433. <xs:element minOccurs="0"
  4434. maxOccurs="1"
  4435. name="L_APPOITMENT_INFO"
  4436. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_INFO"
  4437. id="trala_WSG84___d7e120476-1_L_APPOITME"/>
  4438. <xs:element minOccurs="0"
  4439. maxOccurs="1"
  4440. name="L_APPOITMENT_TYPE"
  4441. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_TYPE"
  4442. id="trala_WSG84___d7e120477-1_L_APPOITME"/>
  4443. <xs:element minOccurs="0"
  4444. maxOccurs="1"
  4445. name="A_STATUS"
  4446. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_STATUS"
  4447. id="trala_WSG84___d7e120478-1_A_STATUS"/>
  4448. <xs:element minOccurs="0"
  4449. maxOccurs="1"
  4450. name="etykieta_x"
  4451. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_x"
  4452. id="trala_WSG84___d7e120479-1_etykieta_x"/>
  4453. <xs:element minOccurs="0"
  4454. maxOccurs="1"
  4455. name="etykieta_y"
  4456. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_y"
  4457. id="trala_WSG84___d7e120480-1_etykieta_y"/>
  4458. <xs:element minOccurs="0"
  4459. maxOccurs="1"
  4460. name="etykieta_obrot"
  4461. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_obrot"
  4462. id="trala_WSG84___d7e120481-1_etykieta_o"/>
  4463. <xs:element minOccurs="0"
  4464. maxOccurs="1"
  4465. name="WORK_PLAN_START"
  4466. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__WORK_PLAN_START"
  4467. id="trala_WSG84___d7e120482-1_WORK_PLAN_"/>
  4468. <xs:element minOccurs="0"
  4469. maxOccurs="1"
  4470. name="WORK_PLAN_FINISH"
  4471. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__WORK_PLAN_FINISH"
  4472. id="trala_WSG84___d7e120483-1_WORK_PLAN_"/>
  4473. <xs:element minOccurs="0"
  4474. maxOccurs="1"
  4475. name="T_WORKPOINTS_TIME_HOURS"
  4476. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__T_WORKPOINTS_TIME_HOURS"
  4477. id="trala_WSG84___d7e120484-1_T_WORKPOIN"/>
  4478. <!--#272 found ignored A_STATUS-->
  4479. <!--#272 found ignored id_wezel2-->
  4480. <!--#272 found ignored id_wezel-->
  4481. <!--#272 found ignored L_APPOITMENT_DATE-->
  4482. <!--#272 found ignored L_APPOITMENT_INFO-->
  4483. <!--#272 found ignored L_APPOITMENT_PERIOD-->
  4484. <!--#272 found ignored L_APPOITMENT_TYPE-->
  4485. <!--#272 found ignored L_APPOITMENT_USER-->
  4486. <!--#272 found ignored A_ADM_COMPANY-->
  4487. <!--#272 found ignored A_CLASSIFIED-->
  4488. <!--#272 found ignored ID_KORESP_PROTOK_ODB-->
  4489. <!--#288 unsupported yet @ref p5_zasob_36:IN7_DZIENNIK_KORESP-->
  4490. <!--#453 found ignored p5_zasob_36:IN7_DZIENNIK_KORESP by same @system_cache__appinfo:name-->
  4491. <!--#272 found ignored A_STATUS_INFO-->
  4492. <!--#272 found ignored ID_KORESP_PROJEKT-->
  4493. <!--#272 found ignored ID_KORESP_PROJ_WYK-->
  4494. <!--#272 found ignored ID_KORESP_DO_UZG-->
  4495. <!--#272 found ignored ID-->
  4496. <!--#272 found ignored ID_KORESP_UZG-->
  4497. <!--#272 found ignored ID_KORESP_DO_REALIZ-->
  4498. <!--#272 found ignored ID_KORESP_ZLECENIE-->
  4499. <!--#272 found ignored ID_KORESP_ZGL_ODB-->
  4500. <!--#272 found ignored ID_KORESP_DO_UZG_ZUD-->
  4501. <!--#272 found ignored ID_KORESP_UZG_ZUD-->
  4502. <!--#272 found ignored ID_KORESP_POM_GEOD-->
  4503. <!--#272 found ignored ID_PROJECT-->
  4504. <!--#288 unsupported yet @ref p5_zasob_36:IN7_MK_BAZA_DYSTRYBUCJI-->
  4505. <!--#414-A found adding p5_zasob_36:IN7_MK_BAZA_DYSTRYBUCJI, $prototype_NamespacePrefix = default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84-->
  4506. <xs:element ref="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI"
  4507. minOccurs="0"
  4508. id="trala_WSG84___d7e120514-1">
  4509. <xs:annotation>
  4510. <xs:appinfo>
  4511. <system_cache__appinfo:flat_relation_cache>
  4512. <system_cache__appinfo:source system_cache__appinfo:name="ID_PROJECT"
  4513. system_cache__appinfo:xpath="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI/ID"/>
  4514. </system_cache__appinfo:flat_relation_cache>
  4515. </xs:appinfo>
  4516. </xs:annotation>
  4517. </xs:element>
  4518. <!--#272 found ignored ID_KORESP_OFFER-->
  4519. <!--#272 found ignored A_RECORD_UPDATE_DATE-->
  4520. <!--#272 found ignored A_RECORD_CREATE_DATE-->
  4521. <!--#272 found ignored A_RECORD_UPDATE_AUTHOR-->
  4522. <!--#272 found ignored A_RECORD_CREATE_AUTHOR-->
  4523. <!--#272 found ignored WORK_PLAN_START-->
  4524. <!--#272 found ignored WORK_PLAN_FINISH-->
  4525. <!--#272 found ignored T_WORKPOINTS_TIME_HOURS-->
  4526. <!--#272 found ignored etykieta_x-->
  4527. <!--#272 found ignored etykieta_y-->
  4528. <!--#272 found ignored the_geom-->
  4529. <!--#272 found ignored etykieta_obrot-->
  4530. <!--#272 found ignored gid-->
  4531. <!--#272 found ignored SYNC_SQIX_STATUS-->
  4532. <!--#272 found ignored ilosc_rurek_w_pakiecie-->
  4533. <!--#272 found ignored Opis-->
  4534. <!--#272 found ignored ID_ZASOB-->
  4535. <!--#288 unsupported yet @ref p5_zasob_36:CRM_LISTA_ZASOBOW-->
  4536. <!--#453 found ignored p5_zasob_36:CRM_LISTA_ZASOBOW by same @system_cache__appinfo:name-->
  4537. <!--#272 found ignored Dlugosc-->
  4538. <!--#272 found ignored Dlugosc_obmiar-->
  4539. </xs:sequence>
  4540. </xs:restriction>
  4541. </xs:complexContent>
  4542. </xs:complexType>
  4543. <xs:element name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_UZG_ZUD"
  4544. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_UZG_ZUD"
  4545. id="trala_WSG84___d7e120540-1_Rozdzielcz">
  4546. <xs:annotation>
  4547. <xs:appinfo>
  4548. <system_cache__appinfo:base_type system_cache__appinfo:base_type_group="infrastructure"
  4549. system_cache__appinfo:base_type_name="UZG_ZUD"/>
  4550. </xs:appinfo>
  4551. </xs:annotation>
  4552. </xs:element>
  4553. <xs:complexType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_ZLECENIE"
  4554. id="trala_WSG84___d7e120544-1_Rozdzielcz">
  4555. <xs:annotation>
  4556. <xs:documentation>Popdisano zlecenie na realizacje danego obiektu</xs:documentation>
  4557. </xs:annotation>
  4558. <xs:complexContent id="trala_WSG84___d7e120548-1">
  4559. <xs:restriction base="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_OFFER">
  4560. <xs:sequence id="trala_WSG84___d7e120550-1">
  4561. <xs:element name="ID" type="xs:int" id="trala_WSG84___d7e120551-1_ID"/>
  4562. <xs:element name="the_geom"
  4563. type="gml:AbstractFeatureType"
  4564. id="trala_WSG84___d7e120552-1_the_geom"/>
  4565. <xs:element name="A_STATUS_INFO"
  4566. type="xs:string"
  4567. id="trala_WSG84___d7e120553-1_A_STATUS_I"/>
  4568. <xs:element name="opis" type="xs:string" id="trala_WSG84___d7e120554-1_opis">
  4569. <xs:annotation>
  4570. <xs:documentation>To zmiany na ID_ZASOBU pod katem
  4571. kosztorysowym</xs:documentation>
  4572. </xs:annotation>
  4573. </xs:element>
  4574. <xs:element name="ID_ZASOB"
  4575. type="xs:int"
  4576. id="trala_WSG84___d7e120558-1_ID_ZASOB"/>
  4577. <xs:element ref="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW"
  4578. id="trala_WSG84___d7e120559-1">
  4579. <xs:annotation>
  4580. <xs:appinfo>
  4581. <system_cache__appinfo:flat_relation_cache>
  4582. <system_cache__appinfo:source system_cache__appinfo:name="ID_ZASOB"
  4583. system_cache__appinfo:xpath="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW/ID"/>
  4584. </system_cache__appinfo:flat_relation_cache>
  4585. </xs:appinfo>
  4586. </xs:annotation>
  4587. </xs:element>
  4588. <xs:element name="Dlugosc"
  4589. type="xs:double"
  4590. id="trala_WSG84___d7e120564-1_Dlugosc"/>
  4591. <xs:element name="Powierzchnia"
  4592. type="xs:double"
  4593. id="trala_WSG84___d7e120565-1_Powierzchn"/>
  4594. <xs:element name="L_APPOITMENT_USER"
  4595. type="xs:string"
  4596. id="trala_WSG84___d7e120566-1_L_APPOITME"/>
  4597. <xs:element ref="SystemObjects__x3A__AccessOwner:AccessOwner"
  4598. id="trala_WSG84___d7e120567-1">
  4599. <xs:annotation>
  4600. <xs:appinfo>
  4601. <system_cache__appinfo:flat_relation_cache>
  4602. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  4603. system_cache__appinfo:xpath="SystemObjects__x3A__AccessOwner:AccessOwner/name"/>
  4604. </system_cache__appinfo:flat_relation_cache>
  4605. </xs:appinfo>
  4606. </xs:annotation>
  4607. </xs:element>
  4608. <xs:element name="A_CLASSIFIED"
  4609. type="xs:string"
  4610. id="trala_WSG84___d7e120572-1_A_CLASSIFI"/>
  4611. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  4612. id="trala_WSG84___d7e120574-1">
  4613. <xs:annotation>
  4614. <xs:appinfo>
  4615. <system_cache__appinfo:flat_relation_cache>
  4616. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  4617. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  4618. </system_cache__appinfo:flat_relation_cache>
  4619. </xs:appinfo>
  4620. </xs:annotation>
  4621. </xs:element>
  4622. <xs:element name="A_ADM_COMPANY"
  4623. type="xs:string"
  4624. id="trala_WSG84___d7e120579-1_A_ADM_COMP"/>
  4625. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  4626. id="trala_WSG84___d7e120580-1">
  4627. <xs:annotation>
  4628. <xs:appinfo>
  4629. <system_cache__appinfo:flat_relation_cache>
  4630. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  4631. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY/name"/>
  4632. </system_cache__appinfo:flat_relation_cache>
  4633. </xs:appinfo>
  4634. </xs:annotation>
  4635. </xs:element>
  4636. <xs:element name="ID_PROJECT"
  4637. type="xs:int"
  4638. id="trala_WSG84___d7e120585-1_ID_PROJECT"/>
  4639. <xs:element name="ID_KORESP_PROJEKT"
  4640. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  4641. id="trala_WSG84___d7e120586-1_ID_KORESP_"/>
  4642. <xs:element maxOccurs="unbounded"
  4643. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  4644. id="trala_WSG84___d7e120587-1">
  4645. <xs:annotation>
  4646. <xs:appinfo>
  4647. <system_cache__appinfo:flat_relation_cache>
  4648. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT"
  4649. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT/ID"/>
  4650. </system_cache__appinfo:flat_relation_cache>
  4651. </xs:appinfo>
  4652. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  4653. zasadami projektowania</xs:documentation>
  4654. </xs:annotation>
  4655. </xs:element>
  4656. <xs:element name="ID_KORESP_PROJEKT_WYK"
  4657. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  4658. id="trala_WSG84___d7e120594-1_ID_KORESP_"/>
  4659. <xs:element minOccurs="1"
  4660. maxOccurs="unbounded"
  4661. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK"
  4662. id="trala_WSG84___d7e120595-1">
  4663. <xs:annotation>
  4664. <xs:appinfo>
  4665. <system_cache__appinfo:flat_relation_cache>
  4666. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT_WYK"
  4667. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK/ID"/>
  4668. </system_cache__appinfo:flat_relation_cache>
  4669. </xs:appinfo>
  4670. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  4671. zasadami projektowania - proj wykonawczy</xs:documentation>
  4672. </xs:annotation>
  4673. </xs:element>
  4674. <xs:element name="ID_KORESP_DO_REALIZ"
  4675. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  4676. id="trala_WSG84___d7e120602-1_ID_KORESP_"/>
  4677. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  4678. id="trala_WSG84___d7e120603-1">
  4679. <xs:annotation>
  4680. <xs:appinfo>
  4681. <system_cache__appinfo:flat_relation_cache>
  4682. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_REALIZ"
  4683. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ/ID"/>
  4684. </system_cache__appinfo:flat_relation_cache>
  4685. </xs:appinfo>
  4686. <xs:documentation>Czy jest decyzja na realizacje</xs:documentation>
  4687. </xs:annotation>
  4688. </xs:element>
  4689. <xs:element name="ID_KORESP_OFFER"
  4690. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  4691. id="trala_WSG84___d7e120610-1_ID_KORESP_"/>
  4692. <xs:element minOccurs="1"
  4693. maxOccurs="unbounded"
  4694. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  4695. id="trala_WSG84___d7e120612-1">
  4696. <xs:annotation>
  4697. <xs:appinfo>
  4698. <system_cache__appinfo:flat_relation_cache>
  4699. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_OFFER"
  4700. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER/ID"/>
  4701. </system_cache__appinfo:flat_relation_cache>
  4702. </xs:appinfo>
  4703. <xs:documentation>Czy jest oferta na obiekt</xs:documentation>
  4704. </xs:annotation>
  4705. </xs:element>
  4706. <xs:element name="ID_KORESP_DO_UZG"
  4707. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  4708. id="trala_WSG84___d7e120619-1_ID_KORESP_"/>
  4709. <xs:element minOccurs="0"
  4710. maxOccurs="unbounded"
  4711. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  4712. id="trala_WSG84___d7e120620-1">
  4713. <xs:annotation>
  4714. <xs:appinfo>
  4715. <system_cache__appinfo:flat_relation_cache>
  4716. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG"
  4717. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/ID"/>
  4718. </system_cache__appinfo:flat_relation_cache>
  4719. </xs:appinfo>
  4720. <xs:documentation>Powiązanie do wysłanego pisma o zgodę na usytuowanie obiektu,
  4721. do właściciela nieruchomości</xs:documentation>
  4722. </xs:annotation>
  4723. </xs:element>
  4724. <xs:element name="ID_KORESP_UZG"
  4725. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  4726. id="trala_WSG84___d7e120627-1_ID_KORESP_"/>
  4727. <xs:element minOccurs="0"
  4728. maxOccurs="unbounded"
  4729. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  4730. id="trala_WSG84___d7e120628-1">
  4731. <xs:annotation>
  4732. <xs:appinfo>
  4733. <system_cache__appinfo:flat_relation_cache>
  4734. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG"
  4735. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG/ID"/>
  4736. </system_cache__appinfo:flat_relation_cache>
  4737. </xs:appinfo>
  4738. <xs:documentation>Fakt wyrażenia zgody na usytuowanie sieci od właściciela.
  4739. Brak zgody powinien być wiązany z relacją dla wysyłania wniosków o
  4740. zgody</xs:documentation>
  4741. </xs:annotation>
  4742. </xs:element>
  4743. <xs:element name="ID_KORESP_DO_UZG_ZUD"
  4744. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  4745. id="trala_WSG84___d7e120635-1_ID_KORESP_"/>
  4746. <xs:element minOccurs="0"
  4747. maxOccurs="unbounded"
  4748. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  4749. id="trala_WSG84___d7e120636-1">
  4750. <xs:annotation>
  4751. <xs:appinfo>
  4752. <system_cache__appinfo:flat_relation_cache>
  4753. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG_ZUD"
  4754. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD/ID"/>
  4755. </system_cache__appinfo:flat_relation_cache>
  4756. </xs:appinfo>
  4757. <xs:documentation>Potwierdzenie nadania wniosku o uzgodnienie
  4758. ZUD</xs:documentation>
  4759. </xs:annotation>
  4760. </xs:element>
  4761. <xs:element name="ID_KORESP_UZG_ZUD"
  4762. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  4763. id="trala_WSG84___d7e120643-1_ID_KORESP_"/>
  4764. <xs:element minOccurs="0"
  4765. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  4766. id="trala_WSG84___d7e120644-1">
  4767. <xs:annotation>
  4768. <xs:appinfo>
  4769. <system_cache__appinfo:flat_relation_cache>
  4770. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG_ZUD"
  4771. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD/ID"/>
  4772. </system_cache__appinfo:flat_relation_cache>
  4773. </xs:appinfo>
  4774. <xs:documentation>Potwierdzenie zwrotnego pisma ze zgodą ZUD</xs:documentation>
  4775. </xs:annotation>
  4776. </xs:element>
  4777. <xs:element name="ID_KORESP_ZLECENIE"
  4778. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  4779. id="trala_WSG84___d7e120651-1_ID_KORESP_"/>
  4780. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  4781. id="trala_WSG84___d7e120652-1">
  4782. <xs:annotation>
  4783. <xs:appinfo>
  4784. <system_cache__appinfo:flat_relation_cache>
  4785. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZLECENIE"
  4786. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE/ID"/>
  4787. </system_cache__appinfo:flat_relation_cache>
  4788. </xs:appinfo>
  4789. <xs:documentation>Czy jest zlecenie</xs:documentation>
  4790. </xs:annotation>
  4791. </xs:element>
  4792. <xs:element name="ID_KORESP_ZGL_ODB"
  4793. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  4794. id="trala_WSG84___d7e120660-1_ID_KORESP_"/>
  4795. <xs:element minOccurs="0"
  4796. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  4797. id="trala_WSG84___d7e120661-1">
  4798. <xs:annotation>
  4799. <xs:appinfo>
  4800. <system_cache__appinfo:flat_relation_cache>
  4801. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZGL_ODB"
  4802. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB/ID"/>
  4803. </system_cache__appinfo:flat_relation_cache>
  4804. </xs:appinfo>
  4805. <xs:documentation>Relacja tworzona przez podwykonawcę jako zgłoszenie do
  4806. odbioru=wykonanie</xs:documentation>
  4807. </xs:annotation>
  4808. </xs:element>
  4809. <xs:element name="ID_KORESP_POM_GEOD"
  4810. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  4811. id="trala_WSG84___d7e120668-1_ID_KORESP_"/>
  4812. <xs:element minOccurs="0"
  4813. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  4814. id="trala_WSG84___d7e120669-1">
  4815. <xs:annotation>
  4816. <xs:appinfo>
  4817. <system_cache__appinfo:flat_relation_cache>
  4818. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_POM_GEOD"
  4819. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD/ID"/>
  4820. </system_cache__appinfo:flat_relation_cache>
  4821. </xs:appinfo>
  4822. <xs:documentation>Stwierdzenie, że współrzędne obiektu został zaktualizowane
  4823. oraz są powiązane do dokumentu z operatem</xs:documentation>
  4824. </xs:annotation>
  4825. </xs:element>
  4826. <xs:element name="ID_KORESP_PROTOK_ODB"
  4827. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  4828. id="trala_WSG84___d7e120676-1_ID_KORESP_"/>
  4829. <xs:element minOccurs="0"
  4830. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  4831. id="trala_WSG84___d7e120677-1">
  4832. <xs:annotation>
  4833. <xs:appinfo>
  4834. <system_cache__appinfo:flat_relation_cache>
  4835. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROTOK_ODB"
  4836. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB/ID"/>
  4837. </system_cache__appinfo:flat_relation_cache>
  4838. </xs:appinfo>
  4839. </xs:annotation>
  4840. </xs:element>
  4841. <xs:element name="InvestArrangements_Network_Crossings"
  4842. type="xs:int"
  4843. id="trala_WSG84___d7e120682-1_InvestArra"/>
  4844. <xs:element minOccurs="0"
  4845. ref="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings"
  4846. id="trala_WSG84___d7e120683-1">
  4847. <xs:annotation>
  4848. <xs:appinfo>
  4849. <system_cache__appinfo:flat_relation_cache>
  4850. <system_cache__appinfo:source system_cache__appinfo:name="InvestArrangements_Network_Crossings"
  4851. system_cache__appinfo:xpath="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings/ID"/>
  4852. </system_cache__appinfo:flat_relation_cache>
  4853. </xs:appinfo>
  4854. <xs:documentation>To są kolizje powstałe na bazie przecieć z obiektami zaimportowanymi jako mapa d/c projektowych, które stanowią podstawę do uzgodnień. W to też powinny wejść działki</xs:documentation>
  4855. </xs:annotation>
  4856. </xs:element>
  4857. <xs:element minOccurs="0"
  4858. maxOccurs="1"
  4859. name="gid"
  4860. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__gid"
  4861. id="trala_WSG84___d7e120690-1_gid"/>
  4862. <xs:element minOccurs="0"
  4863. maxOccurs="1"
  4864. name="Opis"
  4865. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__Opis"
  4866. id="trala_WSG84___d7e120691-1_Opis"/>
  4867. <xs:element minOccurs="0"
  4868. maxOccurs="1"
  4869. name="Dlugosc_obmiar"
  4870. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__Dlugosc_obmiar"
  4871. id="trala_WSG84___d7e120692-1_Dlugosc_ob"/>
  4872. <xs:element minOccurs="0"
  4873. maxOccurs="1"
  4874. name="id_wezel"
  4875. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__id_wezel"
  4876. id="trala_WSG84___d7e120694-1_id_wezel"/>
  4877. <xs:element minOccurs="0"
  4878. maxOccurs="1"
  4879. name="id_wezel2"
  4880. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__id_wezel2"
  4881. id="trala_WSG84___d7e120695-1_id_wezel2"/>
  4882. <xs:element minOccurs="0"
  4883. maxOccurs="1"
  4884. name="ID_KORESP_PROJ_WYK"
  4885. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ID_KORESP_PROJ_WYK"
  4886. id="trala_WSG84___d7e120696-1_ID_KORESP_"/>
  4887. <xs:element minOccurs="0"
  4888. maxOccurs="1"
  4889. name="ilosc_rurek_w_pakiecie"
  4890. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ilosc_rurek_w_pakiecie"
  4891. id="trala_WSG84___d7e120697-1_ilosc_rure"/>
  4892. <xs:element minOccurs="0"
  4893. maxOccurs="1"
  4894. name="A_RECORD_CREATE_DATE"
  4895. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_CREATE_DATE"
  4896. id="trala_WSG84___d7e120698-1_A_RECORD_C"/>
  4897. <xs:element minOccurs="0"
  4898. maxOccurs="1"
  4899. name="A_RECORD_CREATE_AUTHOR"
  4900. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_CREATE_AUTHOR"
  4901. id="trala_WSG84___d7e120699-1_A_RECORD_C"/>
  4902. <xs:element minOccurs="0"
  4903. maxOccurs="1"
  4904. name="SYNC_SQIX_STATUS"
  4905. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__SYNC_SQIX_STATUS"
  4906. id="trala_WSG84___d7e120700-1_SYNC_SQIX_"/>
  4907. <xs:element minOccurs="0"
  4908. maxOccurs="1"
  4909. name="A_RECORD_UPDATE_DATE"
  4910. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_UPDATE_DATE"
  4911. id="trala_WSG84___d7e120701-1_A_RECORD_U"/>
  4912. <xs:element minOccurs="0"
  4913. maxOccurs="1"
  4914. name="A_RECORD_UPDATE_AUTHOR"
  4915. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_UPDATE_AUTHOR"
  4916. id="trala_WSG84___d7e120702-1_A_RECORD_U"/>
  4917. <xs:element minOccurs="0"
  4918. maxOccurs="1"
  4919. name="L_APPOITMENT_DATE"
  4920. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_DATE"
  4921. id="trala_WSG84___d7e120703-1_L_APPOITME"/>
  4922. <xs:element minOccurs="0"
  4923. maxOccurs="1"
  4924. name="L_APPOITMENT_PERIOD"
  4925. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_PERIOD"
  4926. id="trala_WSG84___d7e120704-1_L_APPOITME"/>
  4927. <xs:element minOccurs="0"
  4928. maxOccurs="1"
  4929. name="L_APPOITMENT_INFO"
  4930. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_INFO"
  4931. id="trala_WSG84___d7e120706-1_L_APPOITME"/>
  4932. <xs:element minOccurs="0"
  4933. maxOccurs="1"
  4934. name="L_APPOITMENT_TYPE"
  4935. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_TYPE"
  4936. id="trala_WSG84___d7e120707-1_L_APPOITME"/>
  4937. <xs:element minOccurs="0"
  4938. maxOccurs="1"
  4939. name="A_STATUS"
  4940. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_STATUS"
  4941. id="trala_WSG84___d7e120708-1_A_STATUS"/>
  4942. <xs:element minOccurs="0"
  4943. maxOccurs="1"
  4944. name="etykieta_x"
  4945. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_x"
  4946. id="trala_WSG84___d7e120709-1_etykieta_x"/>
  4947. <xs:element minOccurs="0"
  4948. maxOccurs="1"
  4949. name="etykieta_y"
  4950. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_y"
  4951. id="trala_WSG84___d7e120710-1_etykieta_y"/>
  4952. <xs:element minOccurs="0"
  4953. maxOccurs="1"
  4954. name="etykieta_obrot"
  4955. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_obrot"
  4956. id="trala_WSG84___d7e120711-1_etykieta_o"/>
  4957. <xs:element minOccurs="0"
  4958. maxOccurs="1"
  4959. name="WORK_PLAN_START"
  4960. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__WORK_PLAN_START"
  4961. id="trala_WSG84___d7e120712-1_WORK_PLAN_"/>
  4962. <xs:element minOccurs="0"
  4963. maxOccurs="1"
  4964. name="WORK_PLAN_FINISH"
  4965. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__WORK_PLAN_FINISH"
  4966. id="trala_WSG84___d7e120713-1_WORK_PLAN_"/>
  4967. <xs:element minOccurs="0"
  4968. maxOccurs="1"
  4969. name="T_WORKPOINTS_TIME_HOURS"
  4970. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__T_WORKPOINTS_TIME_HOURS"
  4971. id="trala_WSG84___d7e120714-1_T_WORKPOIN"/>
  4972. <!--#272 found ignored A_STATUS-->
  4973. <!--#272 found ignored id_wezel2-->
  4974. <!--#272 found ignored id_wezel-->
  4975. <!--#272 found ignored L_APPOITMENT_DATE-->
  4976. <!--#272 found ignored L_APPOITMENT_INFO-->
  4977. <!--#272 found ignored L_APPOITMENT_PERIOD-->
  4978. <!--#272 found ignored L_APPOITMENT_TYPE-->
  4979. <!--#272 found ignored L_APPOITMENT_USER-->
  4980. <!--#272 found ignored A_ADM_COMPANY-->
  4981. <!--#272 found ignored A_CLASSIFIED-->
  4982. <!--#272 found ignored ID_KORESP_PROTOK_ODB-->
  4983. <!--#288 unsupported yet @ref p5_zasob_36:IN7_DZIENNIK_KORESP-->
  4984. <!--#453 found ignored p5_zasob_36:IN7_DZIENNIK_KORESP by same @system_cache__appinfo:name-->
  4985. <!--#272 found ignored A_STATUS_INFO-->
  4986. <!--#272 found ignored ID_KORESP_PROJEKT-->
  4987. <!--#272 found ignored ID_KORESP_PROJ_WYK-->
  4988. <!--#272 found ignored ID_KORESP_DO_UZG-->
  4989. <!--#272 found ignored ID-->
  4990. <!--#272 found ignored ID_KORESP_UZG-->
  4991. <!--#272 found ignored ID_KORESP_DO_REALIZ-->
  4992. <!--#272 found ignored ID_KORESP_ZLECENIE-->
  4993. <!--#272 found ignored ID_KORESP_ZGL_ODB-->
  4994. <!--#272 found ignored ID_KORESP_DO_UZG_ZUD-->
  4995. <!--#272 found ignored ID_KORESP_UZG_ZUD-->
  4996. <!--#272 found ignored ID_KORESP_POM_GEOD-->
  4997. <!--#272 found ignored ID_PROJECT-->
  4998. <!--#288 unsupported yet @ref p5_zasob_36:IN7_MK_BAZA_DYSTRYBUCJI-->
  4999. <!--#414-A found adding p5_zasob_36:IN7_MK_BAZA_DYSTRYBUCJI, $prototype_NamespacePrefix = default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84-->
  5000. <xs:element ref="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI"
  5001. minOccurs="0"
  5002. id="trala_WSG84___d7e120744-1">
  5003. <xs:annotation>
  5004. <xs:appinfo>
  5005. <system_cache__appinfo:flat_relation_cache>
  5006. <system_cache__appinfo:source system_cache__appinfo:name="ID_PROJECT"
  5007. system_cache__appinfo:xpath="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI/ID"/>
  5008. </system_cache__appinfo:flat_relation_cache>
  5009. </xs:appinfo>
  5010. </xs:annotation>
  5011. </xs:element>
  5012. <!--#272 found ignored ID_KORESP_OFFER-->
  5013. <!--#272 found ignored A_RECORD_UPDATE_DATE-->
  5014. <!--#272 found ignored A_RECORD_CREATE_DATE-->
  5015. <!--#272 found ignored A_RECORD_UPDATE_AUTHOR-->
  5016. <!--#272 found ignored A_RECORD_CREATE_AUTHOR-->
  5017. <!--#272 found ignored WORK_PLAN_START-->
  5018. <!--#272 found ignored WORK_PLAN_FINISH-->
  5019. <!--#272 found ignored T_WORKPOINTS_TIME_HOURS-->
  5020. <!--#272 found ignored etykieta_x-->
  5021. <!--#272 found ignored etykieta_y-->
  5022. <!--#272 found ignored the_geom-->
  5023. <!--#272 found ignored etykieta_obrot-->
  5024. <!--#272 found ignored gid-->
  5025. <!--#272 found ignored SYNC_SQIX_STATUS-->
  5026. <!--#272 found ignored ilosc_rurek_w_pakiecie-->
  5027. <!--#272 found ignored Opis-->
  5028. <!--#272 found ignored ID_ZASOB-->
  5029. <!--#288 unsupported yet @ref p5_zasob_36:CRM_LISTA_ZASOBOW-->
  5030. <!--#453 found ignored p5_zasob_36:CRM_LISTA_ZASOBOW by same @system_cache__appinfo:name-->
  5031. <!--#272 found ignored Dlugosc-->
  5032. <!--#272 found ignored Dlugosc_obmiar-->
  5033. </xs:sequence>
  5034. </xs:restriction>
  5035. </xs:complexContent>
  5036. </xs:complexType>
  5037. <xs:element name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_ZLECENIE"
  5038. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_ZLECENIE"
  5039. id="trala_WSG84___d7e120770-1_Rozdzielcz">
  5040. <xs:annotation>
  5041. <xs:appinfo>
  5042. <system_cache__appinfo:base_type system_cache__appinfo:base_type_group="infrastructure"
  5043. system_cache__appinfo:base_type_name="ZLECENIE"/>
  5044. </xs:appinfo>
  5045. </xs:annotation>
  5046. </xs:element>
  5047. <xs:complexType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_ZGL_ODB"
  5048. id="trala_WSG84___d7e120774-1_Rozdzielcz">
  5049. <xs:annotation>
  5050. <xs:documentation>Wykonawca zgłasza wykonanie danego elementu do jego
  5051. odbioru</xs:documentation>
  5052. </xs:annotation>
  5053. <xs:complexContent id="trala_WSG84___d7e120778-1">
  5054. <xs:restriction base="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_ZLECENIE">
  5055. <xs:sequence id="trala_WSG84___d7e120780-1">
  5056. <xs:element name="ID" type="xs:int" id="trala_WSG84___d7e120781-1_ID"/>
  5057. <xs:element name="the_geom"
  5058. type="gml:AbstractFeatureType"
  5059. id="trala_WSG84___d7e120782-1_the_geom"/>
  5060. <xs:element name="A_STATUS_INFO"
  5061. type="xs:string"
  5062. id="trala_WSG84___d7e120783-1_A_STATUS_I"/>
  5063. <xs:element name="opis" type="xs:string" id="trala_WSG84___d7e120784-1_opis">
  5064. <xs:annotation>
  5065. <xs:documentation>To zmiany na ID_ZASOBU pod katem
  5066. kosztorysowym</xs:documentation>
  5067. </xs:annotation>
  5068. </xs:element>
  5069. <xs:element name="ID_ZASOB"
  5070. type="xs:int"
  5071. id="trala_WSG84___d7e120788-1_ID_ZASOB"/>
  5072. <xs:element ref="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW"
  5073. id="trala_WSG84___d7e120789-1">
  5074. <xs:annotation>
  5075. <xs:appinfo>
  5076. <system_cache__appinfo:flat_relation_cache>
  5077. <system_cache__appinfo:source system_cache__appinfo:name="ID_ZASOB"
  5078. system_cache__appinfo:xpath="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW/ID"/>
  5079. </system_cache__appinfo:flat_relation_cache>
  5080. </xs:appinfo>
  5081. </xs:annotation>
  5082. </xs:element>
  5083. <xs:element name="Dlugosc"
  5084. type="xs:double"
  5085. id="trala_WSG84___d7e120794-1_Dlugosc"/>
  5086. <xs:element name="Powierzchnia"
  5087. type="xs:double"
  5088. id="trala_WSG84___d7e120795-1_Powierzchn"/>
  5089. <xs:element name="L_APPOITMENT_USER"
  5090. type="xs:string"
  5091. id="trala_WSG84___d7e120796-1_L_APPOITME"/>
  5092. <xs:element ref="SystemObjects__x3A__AccessOwner:AccessOwner"
  5093. id="trala_WSG84___d7e120797-1">
  5094. <xs:annotation>
  5095. <xs:appinfo>
  5096. <system_cache__appinfo:flat_relation_cache>
  5097. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  5098. system_cache__appinfo:xpath="SystemObjects__x3A__AccessOwner:AccessOwner/name"/>
  5099. </system_cache__appinfo:flat_relation_cache>
  5100. </xs:appinfo>
  5101. </xs:annotation>
  5102. </xs:element>
  5103. <xs:element name="A_CLASSIFIED"
  5104. type="xs:string"
  5105. id="trala_WSG84___d7e120802-1_A_CLASSIFI"/>
  5106. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  5107. id="trala_WSG84___d7e120804-1">
  5108. <xs:annotation>
  5109. <xs:appinfo>
  5110. <system_cache__appinfo:flat_relation_cache>
  5111. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  5112. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  5113. </system_cache__appinfo:flat_relation_cache>
  5114. </xs:appinfo>
  5115. </xs:annotation>
  5116. </xs:element>
  5117. <xs:element name="A_ADM_COMPANY"
  5118. type="xs:string"
  5119. id="trala_WSG84___d7e120809-1_A_ADM_COMP"/>
  5120. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  5121. id="trala_WSG84___d7e120810-1">
  5122. <xs:annotation>
  5123. <xs:appinfo>
  5124. <system_cache__appinfo:flat_relation_cache>
  5125. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  5126. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY/name"/>
  5127. </system_cache__appinfo:flat_relation_cache>
  5128. </xs:appinfo>
  5129. </xs:annotation>
  5130. </xs:element>
  5131. <xs:element name="ID_PROJECT"
  5132. type="xs:int"
  5133. id="trala_WSG84___d7e120815-1_ID_PROJECT"/>
  5134. <xs:element name="ID_KORESP_PROJEKT"
  5135. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  5136. id="trala_WSG84___d7e120816-1_ID_KORESP_"/>
  5137. <xs:element maxOccurs="unbounded"
  5138. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  5139. id="trala_WSG84___d7e120817-1">
  5140. <xs:annotation>
  5141. <xs:appinfo>
  5142. <system_cache__appinfo:flat_relation_cache>
  5143. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT"
  5144. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT/ID"/>
  5145. </system_cache__appinfo:flat_relation_cache>
  5146. </xs:appinfo>
  5147. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  5148. zasadami projektowania</xs:documentation>
  5149. </xs:annotation>
  5150. </xs:element>
  5151. <xs:element name="ID_KORESP_PROJEKT_WYK"
  5152. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  5153. id="trala_WSG84___d7e120824-1_ID_KORESP_"/>
  5154. <xs:element minOccurs="1"
  5155. maxOccurs="unbounded"
  5156. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK"
  5157. id="trala_WSG84___d7e120825-1">
  5158. <xs:annotation>
  5159. <xs:appinfo>
  5160. <system_cache__appinfo:flat_relation_cache>
  5161. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT_WYK"
  5162. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK/ID"/>
  5163. </system_cache__appinfo:flat_relation_cache>
  5164. </xs:appinfo>
  5165. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  5166. zasadami projektowania - proj wykonawczy</xs:documentation>
  5167. </xs:annotation>
  5168. </xs:element>
  5169. <xs:element name="ID_KORESP_DO_REALIZ"
  5170. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  5171. id="trala_WSG84___d7e120832-1_ID_KORESP_"/>
  5172. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  5173. id="trala_WSG84___d7e120833-1">
  5174. <xs:annotation>
  5175. <xs:appinfo>
  5176. <system_cache__appinfo:flat_relation_cache>
  5177. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_REALIZ"
  5178. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ/ID"/>
  5179. </system_cache__appinfo:flat_relation_cache>
  5180. </xs:appinfo>
  5181. <xs:documentation>Czy jest decyzja na realizacje</xs:documentation>
  5182. </xs:annotation>
  5183. </xs:element>
  5184. <xs:element name="ID_KORESP_OFFER"
  5185. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  5186. id="trala_WSG84___d7e120840-1_ID_KORESP_"/>
  5187. <xs:element minOccurs="1"
  5188. maxOccurs="unbounded"
  5189. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  5190. id="trala_WSG84___d7e120842-1">
  5191. <xs:annotation>
  5192. <xs:appinfo>
  5193. <system_cache__appinfo:flat_relation_cache>
  5194. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_OFFER"
  5195. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER/ID"/>
  5196. </system_cache__appinfo:flat_relation_cache>
  5197. </xs:appinfo>
  5198. <xs:documentation>Czy jest oferta na obiekt</xs:documentation>
  5199. </xs:annotation>
  5200. </xs:element>
  5201. <xs:element name="ID_KORESP_DO_UZG"
  5202. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  5203. id="trala_WSG84___d7e120849-1_ID_KORESP_"/>
  5204. <xs:element minOccurs="0"
  5205. maxOccurs="unbounded"
  5206. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  5207. id="trala_WSG84___d7e120850-1">
  5208. <xs:annotation>
  5209. <xs:appinfo>
  5210. <system_cache__appinfo:flat_relation_cache>
  5211. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG"
  5212. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/ID"/>
  5213. </system_cache__appinfo:flat_relation_cache>
  5214. </xs:appinfo>
  5215. <xs:documentation>Powiązanie do wysłanego pisma o zgodę na usytuowanie obiektu,
  5216. do właściciela nieruchomości</xs:documentation>
  5217. </xs:annotation>
  5218. </xs:element>
  5219. <xs:element name="ID_KORESP_UZG"
  5220. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  5221. id="trala_WSG84___d7e120857-1_ID_KORESP_"/>
  5222. <xs:element minOccurs="0"
  5223. maxOccurs="unbounded"
  5224. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  5225. id="trala_WSG84___d7e120858-1">
  5226. <xs:annotation>
  5227. <xs:appinfo>
  5228. <system_cache__appinfo:flat_relation_cache>
  5229. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG"
  5230. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG/ID"/>
  5231. </system_cache__appinfo:flat_relation_cache>
  5232. </xs:appinfo>
  5233. <xs:documentation>Fakt wyrażenia zgody na usytuowanie sieci od właściciela.
  5234. Brak zgody powinien być wiązany z relacją dla wysyłania wniosków o
  5235. zgody</xs:documentation>
  5236. </xs:annotation>
  5237. </xs:element>
  5238. <xs:element name="ID_KORESP_DO_UZG_ZUD"
  5239. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  5240. id="trala_WSG84___d7e120865-1_ID_KORESP_"/>
  5241. <xs:element minOccurs="0"
  5242. maxOccurs="unbounded"
  5243. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  5244. id="trala_WSG84___d7e120866-1">
  5245. <xs:annotation>
  5246. <xs:appinfo>
  5247. <system_cache__appinfo:flat_relation_cache>
  5248. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG_ZUD"
  5249. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD/ID"/>
  5250. </system_cache__appinfo:flat_relation_cache>
  5251. </xs:appinfo>
  5252. <xs:documentation>Potwierdzenie nadania wniosku o uzgodnienie
  5253. ZUD</xs:documentation>
  5254. </xs:annotation>
  5255. </xs:element>
  5256. <xs:element name="ID_KORESP_UZG_ZUD"
  5257. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  5258. id="trala_WSG84___d7e120873-1_ID_KORESP_"/>
  5259. <xs:element minOccurs="0"
  5260. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  5261. id="trala_WSG84___d7e120874-1">
  5262. <xs:annotation>
  5263. <xs:appinfo>
  5264. <system_cache__appinfo:flat_relation_cache>
  5265. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG_ZUD"
  5266. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD/ID"/>
  5267. </system_cache__appinfo:flat_relation_cache>
  5268. </xs:appinfo>
  5269. <xs:documentation>Potwierdzenie zwrotnego pisma ze zgodą ZUD</xs:documentation>
  5270. </xs:annotation>
  5271. </xs:element>
  5272. <xs:element name="ID_KORESP_ZLECENIE"
  5273. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  5274. id="trala_WSG84___d7e120881-1_ID_KORESP_"/>
  5275. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  5276. id="trala_WSG84___d7e120882-1">
  5277. <xs:annotation>
  5278. <xs:appinfo>
  5279. <system_cache__appinfo:flat_relation_cache>
  5280. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZLECENIE"
  5281. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE/ID"/>
  5282. </system_cache__appinfo:flat_relation_cache>
  5283. </xs:appinfo>
  5284. <xs:documentation>Czy jest zlecenie</xs:documentation>
  5285. </xs:annotation>
  5286. </xs:element>
  5287. <xs:element name="ID_KORESP_ZGL_ODB"
  5288. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  5289. id="trala_WSG84___d7e120890-1_ID_KORESP_"/>
  5290. <xs:element minOccurs="1"
  5291. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  5292. id="trala_WSG84___d7e120891-1">
  5293. <xs:annotation>
  5294. <xs:appinfo>
  5295. <system_cache__appinfo:flat_relation_cache>
  5296. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZGL_ODB"
  5297. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB/ID"/>
  5298. </system_cache__appinfo:flat_relation_cache>
  5299. </xs:appinfo>
  5300. <xs:documentation>Relacja tworzona przez podwykonawcę jako zgłoszenie do
  5301. odbioru=wykonanie</xs:documentation>
  5302. </xs:annotation>
  5303. </xs:element>
  5304. <xs:element name="ID_KORESP_POM_GEOD"
  5305. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  5306. id="trala_WSG84___d7e120898-1_ID_KORESP_"/>
  5307. <xs:element minOccurs="0"
  5308. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  5309. id="trala_WSG84___d7e120899-1">
  5310. <xs:annotation>
  5311. <xs:appinfo>
  5312. <system_cache__appinfo:flat_relation_cache>
  5313. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_POM_GEOD"
  5314. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD/ID"/>
  5315. </system_cache__appinfo:flat_relation_cache>
  5316. </xs:appinfo>
  5317. <xs:documentation>Stwierdzenie, że współrzędne obiektu został zaktualizowane
  5318. oraz są powiązane do dokumentu z operatem</xs:documentation>
  5319. </xs:annotation>
  5320. </xs:element>
  5321. <xs:element name="ID_KORESP_PROTOK_ODB"
  5322. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  5323. id="trala_WSG84___d7e120906-1_ID_KORESP_"/>
  5324. <xs:element minOccurs="0"
  5325. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  5326. id="trala_WSG84___d7e120907-1">
  5327. <xs:annotation>
  5328. <xs:appinfo>
  5329. <system_cache__appinfo:flat_relation_cache>
  5330. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROTOK_ODB"
  5331. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB/ID"/>
  5332. </system_cache__appinfo:flat_relation_cache>
  5333. </xs:appinfo>
  5334. <xs:documentation>Odebranie obiektu przez trójstronny dokument właściciel,
  5335. wykonawca, inwestor</xs:documentation>
  5336. </xs:annotation>
  5337. </xs:element>
  5338. <xs:element name="InvestArrangements_Network_Crossings"
  5339. type="xs:int"
  5340. id="trala_WSG84___d7e120914-1_InvestArra"/>
  5341. <xs:element minOccurs="0"
  5342. ref="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings"
  5343. id="trala_WSG84___d7e120915-1">
  5344. <xs:annotation>
  5345. <xs:appinfo>
  5346. <system_cache__appinfo:flat_relation_cache>
  5347. <system_cache__appinfo:source system_cache__appinfo:name="InvestArrangements_Network_Crossings"
  5348. system_cache__appinfo:xpath="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings/ID"/>
  5349. </system_cache__appinfo:flat_relation_cache>
  5350. </xs:appinfo>
  5351. <xs:documentation>To są kolizje powstałe na bazie przecieć z obiektami zaimportowanymi jako mapa d/c projektowych, które stanowią podstawę do uzgodnień. W to też powinny wejść działki</xs:documentation>
  5352. </xs:annotation>
  5353. </xs:element>
  5354. <xs:element minOccurs="0"
  5355. maxOccurs="1"
  5356. name="gid"
  5357. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__gid"
  5358. id="trala_WSG84___d7e120922-1_gid"/>
  5359. <xs:element minOccurs="0"
  5360. maxOccurs="1"
  5361. name="Opis"
  5362. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__Opis"
  5363. id="trala_WSG84___d7e120923-1_Opis"/>
  5364. <xs:element minOccurs="0"
  5365. maxOccurs="1"
  5366. name="Dlugosc_obmiar"
  5367. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__Dlugosc_obmiar"
  5368. id="trala_WSG84___d7e120924-1_Dlugosc_ob"/>
  5369. <xs:element minOccurs="0"
  5370. maxOccurs="1"
  5371. name="id_wezel"
  5372. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__id_wezel"
  5373. id="trala_WSG84___d7e120926-1_id_wezel"/>
  5374. <xs:element minOccurs="0"
  5375. maxOccurs="1"
  5376. name="id_wezel2"
  5377. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__id_wezel2"
  5378. id="trala_WSG84___d7e120927-1_id_wezel2"/>
  5379. <xs:element minOccurs="0"
  5380. maxOccurs="1"
  5381. name="ID_KORESP_PROJ_WYK"
  5382. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ID_KORESP_PROJ_WYK"
  5383. id="trala_WSG84___d7e120928-1_ID_KORESP_"/>
  5384. <xs:element minOccurs="0"
  5385. maxOccurs="1"
  5386. name="ilosc_rurek_w_pakiecie"
  5387. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ilosc_rurek_w_pakiecie"
  5388. id="trala_WSG84___d7e120929-1_ilosc_rure"/>
  5389. <xs:element minOccurs="0"
  5390. maxOccurs="1"
  5391. name="A_RECORD_CREATE_DATE"
  5392. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_CREATE_DATE"
  5393. id="trala_WSG84___d7e120930-1_A_RECORD_C"/>
  5394. <xs:element minOccurs="0"
  5395. maxOccurs="1"
  5396. name="A_RECORD_CREATE_AUTHOR"
  5397. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_CREATE_AUTHOR"
  5398. id="trala_WSG84___d7e120931-1_A_RECORD_C"/>
  5399. <xs:element minOccurs="0"
  5400. maxOccurs="1"
  5401. name="SYNC_SQIX_STATUS"
  5402. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__SYNC_SQIX_STATUS"
  5403. id="trala_WSG84___d7e120932-1_SYNC_SQIX_"/>
  5404. <xs:element minOccurs="0"
  5405. maxOccurs="1"
  5406. name="A_RECORD_UPDATE_DATE"
  5407. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_UPDATE_DATE"
  5408. id="trala_WSG84___d7e120933-1_A_RECORD_U"/>
  5409. <xs:element minOccurs="0"
  5410. maxOccurs="1"
  5411. name="A_RECORD_UPDATE_AUTHOR"
  5412. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_UPDATE_AUTHOR"
  5413. id="trala_WSG84___d7e120934-1_A_RECORD_U"/>
  5414. <xs:element minOccurs="0"
  5415. maxOccurs="1"
  5416. name="L_APPOITMENT_DATE"
  5417. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_DATE"
  5418. id="trala_WSG84___d7e120935-1_L_APPOITME"/>
  5419. <xs:element minOccurs="0"
  5420. maxOccurs="1"
  5421. name="L_APPOITMENT_PERIOD"
  5422. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_PERIOD"
  5423. id="trala_WSG84___d7e120936-1_L_APPOITME"/>
  5424. <xs:element minOccurs="0"
  5425. maxOccurs="1"
  5426. name="L_APPOITMENT_INFO"
  5427. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_INFO"
  5428. id="trala_WSG84___d7e120938-1_L_APPOITME"/>
  5429. <xs:element minOccurs="0"
  5430. maxOccurs="1"
  5431. name="L_APPOITMENT_TYPE"
  5432. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_TYPE"
  5433. id="trala_WSG84___d7e120939-1_L_APPOITME"/>
  5434. <xs:element minOccurs="0"
  5435. maxOccurs="1"
  5436. name="A_STATUS"
  5437. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_STATUS"
  5438. id="trala_WSG84___d7e120940-1_A_STATUS"/>
  5439. <xs:element minOccurs="0"
  5440. maxOccurs="1"
  5441. name="etykieta_x"
  5442. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_x"
  5443. id="trala_WSG84___d7e120941-1_etykieta_x"/>
  5444. <xs:element minOccurs="0"
  5445. maxOccurs="1"
  5446. name="etykieta_y"
  5447. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_y"
  5448. id="trala_WSG84___d7e120942-1_etykieta_y"/>
  5449. <xs:element minOccurs="0"
  5450. maxOccurs="1"
  5451. name="etykieta_obrot"
  5452. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_obrot"
  5453. id="trala_WSG84___d7e120943-1_etykieta_o"/>
  5454. <xs:element minOccurs="0"
  5455. maxOccurs="1"
  5456. name="WORK_PLAN_START"
  5457. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__WORK_PLAN_START"
  5458. id="trala_WSG84___d7e120944-1_WORK_PLAN_"/>
  5459. <xs:element minOccurs="0"
  5460. maxOccurs="1"
  5461. name="WORK_PLAN_FINISH"
  5462. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__WORK_PLAN_FINISH"
  5463. id="trala_WSG84___d7e120945-1_WORK_PLAN_"/>
  5464. <xs:element minOccurs="0"
  5465. maxOccurs="1"
  5466. name="T_WORKPOINTS_TIME_HOURS"
  5467. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__T_WORKPOINTS_TIME_HOURS"
  5468. id="trala_WSG84___d7e120946-1_T_WORKPOIN"/>
  5469. <!--#272 found ignored A_STATUS-->
  5470. <!--#272 found ignored id_wezel2-->
  5471. <!--#272 found ignored id_wezel-->
  5472. <!--#272 found ignored L_APPOITMENT_DATE-->
  5473. <!--#272 found ignored L_APPOITMENT_INFO-->
  5474. <!--#272 found ignored L_APPOITMENT_PERIOD-->
  5475. <!--#272 found ignored L_APPOITMENT_TYPE-->
  5476. <!--#272 found ignored L_APPOITMENT_USER-->
  5477. <!--#272 found ignored A_ADM_COMPANY-->
  5478. <!--#272 found ignored A_CLASSIFIED-->
  5479. <!--#272 found ignored ID_KORESP_PROTOK_ODB-->
  5480. <!--#288 unsupported yet @ref p5_zasob_36:IN7_DZIENNIK_KORESP-->
  5481. <!--#453 found ignored p5_zasob_36:IN7_DZIENNIK_KORESP by same @system_cache__appinfo:name-->
  5482. <!--#272 found ignored A_STATUS_INFO-->
  5483. <!--#272 found ignored ID_KORESP_PROJEKT-->
  5484. <!--#272 found ignored ID_KORESP_PROJ_WYK-->
  5485. <!--#272 found ignored ID_KORESP_DO_UZG-->
  5486. <!--#272 found ignored ID-->
  5487. <!--#272 found ignored ID_KORESP_UZG-->
  5488. <!--#272 found ignored ID_KORESP_DO_REALIZ-->
  5489. <!--#272 found ignored ID_KORESP_ZLECENIE-->
  5490. <!--#272 found ignored ID_KORESP_ZGL_ODB-->
  5491. <!--#272 found ignored ID_KORESP_DO_UZG_ZUD-->
  5492. <!--#272 found ignored ID_KORESP_UZG_ZUD-->
  5493. <!--#272 found ignored ID_KORESP_POM_GEOD-->
  5494. <!--#272 found ignored ID_PROJECT-->
  5495. <!--#288 unsupported yet @ref p5_zasob_36:IN7_MK_BAZA_DYSTRYBUCJI-->
  5496. <!--#414-A found adding p5_zasob_36:IN7_MK_BAZA_DYSTRYBUCJI, $prototype_NamespacePrefix = default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84-->
  5497. <xs:element ref="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI"
  5498. minOccurs="0"
  5499. id="trala_WSG84___d7e120976-1">
  5500. <xs:annotation>
  5501. <xs:appinfo>
  5502. <system_cache__appinfo:flat_relation_cache>
  5503. <system_cache__appinfo:source system_cache__appinfo:name="ID_PROJECT"
  5504. system_cache__appinfo:xpath="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI/ID"/>
  5505. </system_cache__appinfo:flat_relation_cache>
  5506. </xs:appinfo>
  5507. </xs:annotation>
  5508. </xs:element>
  5509. <!--#272 found ignored ID_KORESP_OFFER-->
  5510. <!--#272 found ignored A_RECORD_UPDATE_DATE-->
  5511. <!--#272 found ignored A_RECORD_CREATE_DATE-->
  5512. <!--#272 found ignored A_RECORD_UPDATE_AUTHOR-->
  5513. <!--#272 found ignored A_RECORD_CREATE_AUTHOR-->
  5514. <!--#272 found ignored WORK_PLAN_START-->
  5515. <!--#272 found ignored WORK_PLAN_FINISH-->
  5516. <!--#272 found ignored T_WORKPOINTS_TIME_HOURS-->
  5517. <!--#272 found ignored etykieta_x-->
  5518. <!--#272 found ignored etykieta_y-->
  5519. <!--#272 found ignored the_geom-->
  5520. <!--#272 found ignored etykieta_obrot-->
  5521. <!--#272 found ignored gid-->
  5522. <!--#272 found ignored SYNC_SQIX_STATUS-->
  5523. <!--#272 found ignored ilosc_rurek_w_pakiecie-->
  5524. <!--#272 found ignored Opis-->
  5525. <!--#272 found ignored ID_ZASOB-->
  5526. <!--#288 unsupported yet @ref p5_zasob_36:CRM_LISTA_ZASOBOW-->
  5527. <!--#453 found ignored p5_zasob_36:CRM_LISTA_ZASOBOW by same @system_cache__appinfo:name-->
  5528. <!--#272 found ignored Dlugosc-->
  5529. <!--#272 found ignored Dlugosc_obmiar-->
  5530. </xs:sequence>
  5531. </xs:restriction>
  5532. </xs:complexContent>
  5533. </xs:complexType>
  5534. <xs:element name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_ZGL_ODB"
  5535. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_ZGL_ODB"
  5536. id="trala_WSG84___d7e121002-1_Rozdzielcz">
  5537. <xs:annotation>
  5538. <xs:appinfo>
  5539. <system_cache__appinfo:base_type system_cache__appinfo:base_type_group="infrastructure"
  5540. system_cache__appinfo:base_type_name="ZGL_ODB"/>
  5541. </xs:appinfo>
  5542. </xs:annotation>
  5543. </xs:element>
  5544. <xs:complexType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_POM_GEOD"
  5545. id="trala_WSG84___d7e121007-1_Rozdzielcz">
  5546. <xs:complexContent id="trala_WSG84___d7e121008-1">
  5547. <xs:restriction base="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_ZGL_ODB">
  5548. <xs:sequence id="trala_WSG84___d7e121010-1">
  5549. <xs:element name="ID" type="xs:int" id="trala_WSG84___d7e121011-1_ID"/>
  5550. <xs:element name="the_geom"
  5551. type="gml:AbstractFeatureType"
  5552. id="trala_WSG84___d7e121012-1_the_geom"/>
  5553. <xs:element name="A_STATUS_INFO"
  5554. type="xs:string"
  5555. id="trala_WSG84___d7e121013-1_A_STATUS_I"/>
  5556. <xs:element name="opis" type="xs:string" id="trala_WSG84___d7e121014-1_opis">
  5557. <xs:annotation>
  5558. <xs:documentation>To zmiany na ID_ZASOBU pod katem
  5559. kosztorysowym</xs:documentation>
  5560. </xs:annotation>
  5561. </xs:element>
  5562. <xs:element name="ID_ZASOB"
  5563. type="xs:int"
  5564. id="trala_WSG84___d7e121018-1_ID_ZASOB"/>
  5565. <xs:element ref="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW"
  5566. id="trala_WSG84___d7e121019-1">
  5567. <xs:annotation>
  5568. <xs:appinfo>
  5569. <system_cache__appinfo:flat_relation_cache>
  5570. <system_cache__appinfo:source system_cache__appinfo:name="ID_ZASOB"
  5571. system_cache__appinfo:xpath="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW/ID"/>
  5572. </system_cache__appinfo:flat_relation_cache>
  5573. </xs:appinfo>
  5574. </xs:annotation>
  5575. </xs:element>
  5576. <xs:element name="Dlugosc"
  5577. type="xs:double"
  5578. id="trala_WSG84___d7e121024-1_Dlugosc"/>
  5579. <xs:element name="Powierzchnia"
  5580. type="xs:double"
  5581. id="trala_WSG84___d7e121025-1_Powierzchn"/>
  5582. <xs:element name="L_APPOITMENT_USER"
  5583. type="xs:string"
  5584. id="trala_WSG84___d7e121026-1_L_APPOITME"/>
  5585. <xs:element ref="SystemObjects__x3A__AccessOwner:AccessOwner"
  5586. id="trala_WSG84___d7e121027-1">
  5587. <xs:annotation>
  5588. <xs:appinfo>
  5589. <system_cache__appinfo:flat_relation_cache>
  5590. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  5591. system_cache__appinfo:xpath="SystemObjects__x3A__AccessOwner:AccessOwner/name"/>
  5592. </system_cache__appinfo:flat_relation_cache>
  5593. </xs:appinfo>
  5594. </xs:annotation>
  5595. </xs:element>
  5596. <xs:element name="A_CLASSIFIED"
  5597. type="xs:string"
  5598. id="trala_WSG84___d7e121032-1_A_CLASSIFI"/>
  5599. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  5600. id="trala_WSG84___d7e121034-1">
  5601. <xs:annotation>
  5602. <xs:appinfo>
  5603. <system_cache__appinfo:flat_relation_cache>
  5604. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  5605. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  5606. </system_cache__appinfo:flat_relation_cache>
  5607. </xs:appinfo>
  5608. </xs:annotation>
  5609. </xs:element>
  5610. <xs:element name="A_ADM_COMPANY"
  5611. type="xs:string"
  5612. id="trala_WSG84___d7e121039-1_A_ADM_COMP"/>
  5613. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  5614. id="trala_WSG84___d7e121040-1">
  5615. <xs:annotation>
  5616. <xs:appinfo>
  5617. <system_cache__appinfo:flat_relation_cache>
  5618. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  5619. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY/name"/>
  5620. </system_cache__appinfo:flat_relation_cache>
  5621. </xs:appinfo>
  5622. </xs:annotation>
  5623. </xs:element>
  5624. <xs:element name="ID_PROJECT"
  5625. type="xs:int"
  5626. id="trala_WSG84___d7e121045-1_ID_PROJECT"/>
  5627. <xs:element name="ID_KORESP_PROJEKT"
  5628. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  5629. id="trala_WSG84___d7e121046-1_ID_KORESP_"/>
  5630. <xs:element maxOccurs="unbounded"
  5631. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  5632. id="trala_WSG84___d7e121047-1">
  5633. <xs:annotation>
  5634. <xs:appinfo>
  5635. <system_cache__appinfo:flat_relation_cache>
  5636. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT"
  5637. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT/ID"/>
  5638. </system_cache__appinfo:flat_relation_cache>
  5639. </xs:appinfo>
  5640. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  5641. zasadami projektowania</xs:documentation>
  5642. </xs:annotation>
  5643. </xs:element>
  5644. <xs:element name="ID_KORESP_PROJEKT_WYK"
  5645. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  5646. id="trala_WSG84___d7e121054-1_ID_KORESP_"/>
  5647. <xs:element minOccurs="1"
  5648. maxOccurs="unbounded"
  5649. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK"
  5650. id="trala_WSG84___d7e121055-1">
  5651. <xs:annotation>
  5652. <xs:appinfo>
  5653. <system_cache__appinfo:flat_relation_cache>
  5654. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT_WYK"
  5655. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK/ID"/>
  5656. </system_cache__appinfo:flat_relation_cache>
  5657. </xs:appinfo>
  5658. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  5659. zasadami projektowania - proj wykonawczy</xs:documentation>
  5660. </xs:annotation>
  5661. </xs:element>
  5662. <xs:element name="ID_KORESP_DO_REALIZ"
  5663. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  5664. id="trala_WSG84___d7e121062-1_ID_KORESP_"/>
  5665. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  5666. id="trala_WSG84___d7e121063-1">
  5667. <xs:annotation>
  5668. <xs:appinfo>
  5669. <system_cache__appinfo:flat_relation_cache>
  5670. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_REALIZ"
  5671. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ/ID"/>
  5672. </system_cache__appinfo:flat_relation_cache>
  5673. </xs:appinfo>
  5674. <xs:documentation>Czy jest decyzja na realizacje</xs:documentation>
  5675. </xs:annotation>
  5676. </xs:element>
  5677. <xs:element name="ID_KORESP_OFFER"
  5678. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  5679. id="trala_WSG84___d7e121070-1_ID_KORESP_"/>
  5680. <xs:element minOccurs="1"
  5681. maxOccurs="unbounded"
  5682. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  5683. id="trala_WSG84___d7e121072-1">
  5684. <xs:annotation>
  5685. <xs:appinfo>
  5686. <system_cache__appinfo:flat_relation_cache>
  5687. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_OFFER"
  5688. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER/ID"/>
  5689. </system_cache__appinfo:flat_relation_cache>
  5690. </xs:appinfo>
  5691. <xs:documentation>Czy jest oferta na obiekt</xs:documentation>
  5692. </xs:annotation>
  5693. </xs:element>
  5694. <xs:element name="ID_KORESP_DO_UZG"
  5695. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  5696. id="trala_WSG84___d7e121079-1_ID_KORESP_"/>
  5697. <xs:element minOccurs="0"
  5698. maxOccurs="unbounded"
  5699. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  5700. id="trala_WSG84___d7e121080-1">
  5701. <xs:annotation>
  5702. <xs:appinfo>
  5703. <system_cache__appinfo:flat_relation_cache>
  5704. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG"
  5705. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/ID"/>
  5706. </system_cache__appinfo:flat_relation_cache>
  5707. </xs:appinfo>
  5708. <xs:documentation>Powiązanie do wysłanego pisma o zgodę na usytuowanie obiektu,
  5709. do właściciela nieruchomości</xs:documentation>
  5710. </xs:annotation>
  5711. </xs:element>
  5712. <xs:element name="ID_KORESP_UZG"
  5713. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  5714. id="trala_WSG84___d7e121087-1_ID_KORESP_"/>
  5715. <xs:element minOccurs="0"
  5716. maxOccurs="unbounded"
  5717. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  5718. id="trala_WSG84___d7e121088-1">
  5719. <xs:annotation>
  5720. <xs:appinfo>
  5721. <system_cache__appinfo:flat_relation_cache>
  5722. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG"
  5723. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG/ID"/>
  5724. </system_cache__appinfo:flat_relation_cache>
  5725. </xs:appinfo>
  5726. <xs:documentation>Fakt wyrażenia zgody na usytuowanie sieci od właściciela.
  5727. Brak zgody powinien być wiązany z relacją dla wysyłania wniosków o
  5728. zgody</xs:documentation>
  5729. </xs:annotation>
  5730. </xs:element>
  5731. <xs:element name="ID_KORESP_DO_UZG_ZUD"
  5732. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  5733. id="trala_WSG84___d7e121095-1_ID_KORESP_"/>
  5734. <xs:element minOccurs="0"
  5735. maxOccurs="unbounded"
  5736. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  5737. id="trala_WSG84___d7e121096-1">
  5738. <xs:annotation>
  5739. <xs:appinfo>
  5740. <system_cache__appinfo:flat_relation_cache>
  5741. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG_ZUD"
  5742. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD/ID"/>
  5743. </system_cache__appinfo:flat_relation_cache>
  5744. </xs:appinfo>
  5745. <xs:documentation>Potwierdzenie nadania wniosku o uzgodnienie
  5746. ZUD</xs:documentation>
  5747. </xs:annotation>
  5748. </xs:element>
  5749. <xs:element name="ID_KORESP_UZG_ZUD"
  5750. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  5751. id="trala_WSG84___d7e121103-1_ID_KORESP_"/>
  5752. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  5753. id="trala_WSG84___d7e121104-1">
  5754. <xs:annotation>
  5755. <xs:appinfo>
  5756. <system_cache__appinfo:flat_relation_cache>
  5757. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG_ZUD"
  5758. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD/ID"/>
  5759. </system_cache__appinfo:flat_relation_cache>
  5760. </xs:appinfo>
  5761. <xs:documentation>Potwierdzenie zwrotnego pisma ze zgodą ZUD</xs:documentation>
  5762. </xs:annotation>
  5763. </xs:element>
  5764. <xs:element name="ID_KORESP_ZLECENIE"
  5765. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  5766. id="trala_WSG84___d7e121111-1_ID_KORESP_"/>
  5767. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  5768. id="trala_WSG84___d7e121112-1">
  5769. <xs:annotation>
  5770. <xs:appinfo>
  5771. <system_cache__appinfo:flat_relation_cache>
  5772. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZLECENIE"
  5773. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE/ID"/>
  5774. </system_cache__appinfo:flat_relation_cache>
  5775. </xs:appinfo>
  5776. <xs:documentation>Czy jest zlecenie</xs:documentation>
  5777. </xs:annotation>
  5778. </xs:element>
  5779. <xs:element name="ID_KORESP_ZGL_ODB"
  5780. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  5781. id="trala_WSG84___d7e121120-1_ID_KORESP_"/>
  5782. <xs:element minOccurs="1"
  5783. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  5784. id="trala_WSG84___d7e121121-1">
  5785. <xs:annotation>
  5786. <xs:appinfo>
  5787. <system_cache__appinfo:flat_relation_cache>
  5788. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZGL_ODB"
  5789. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB/ID"/>
  5790. </system_cache__appinfo:flat_relation_cache>
  5791. </xs:appinfo>
  5792. <xs:documentation>Relacja tworzona przez podwykonawcę jako zgłoszenie do
  5793. odbioru=wykonanie</xs:documentation>
  5794. </xs:annotation>
  5795. </xs:element>
  5796. <xs:element name="ID_KORESP_POM_GEOD"
  5797. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  5798. id="trala_WSG84___d7e121128-1_ID_KORESP_"/>
  5799. <xs:element minOccurs="1"
  5800. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  5801. id="trala_WSG84___d7e121129-1">
  5802. <xs:annotation>
  5803. <xs:appinfo>
  5804. <system_cache__appinfo:flat_relation_cache>
  5805. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_POM_GEOD"
  5806. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD/ID"/>
  5807. </system_cache__appinfo:flat_relation_cache>
  5808. </xs:appinfo>
  5809. <xs:documentation>Stwierdzenie, że współrzędne obiektu został zaktualizowane
  5810. oraz są powiązane do dokumentu z operatem</xs:documentation>
  5811. </xs:annotation>
  5812. </xs:element>
  5813. <xs:element name="ID_KORESP_PROTOK_ODB"
  5814. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  5815. id="trala_WSG84___d7e121136-1_ID_KORESP_"/>
  5816. <xs:element minOccurs="0"
  5817. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  5818. id="trala_WSG84___d7e121137-1">
  5819. <xs:annotation>
  5820. <xs:appinfo>
  5821. <system_cache__appinfo:flat_relation_cache>
  5822. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROTOK_ODB"
  5823. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB/ID"/>
  5824. </system_cache__appinfo:flat_relation_cache>
  5825. </xs:appinfo>
  5826. <xs:documentation>Odebranie obiektu przez trójstronny dokument właściciel,
  5827. wykonawca, inwestor</xs:documentation>
  5828. </xs:annotation>
  5829. </xs:element>
  5830. <xs:element name="InvestArrangements_Network_Crossings"
  5831. type="xs:int"
  5832. id="trala_WSG84___d7e121144-1_InvestArra"/>
  5833. <xs:element minOccurs="0"
  5834. ref="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings"
  5835. id="trala_WSG84___d7e121145-1">
  5836. <xs:annotation>
  5837. <xs:appinfo>
  5838. <system_cache__appinfo:flat_relation_cache>
  5839. <system_cache__appinfo:source system_cache__appinfo:name="InvestArrangements_Network_Crossings"
  5840. system_cache__appinfo:xpath="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings/ID"/>
  5841. </system_cache__appinfo:flat_relation_cache>
  5842. </xs:appinfo>
  5843. <xs:documentation>To są kolizje powstałe na bazie przecieć z obiektami zaimportowanymi jako mapa d/c projektowych, które stanowią podstawę do uzgodnień. W to też powinny wejść działki.
  5844. </xs:documentation>
  5845. </xs:annotation>
  5846. </xs:element>
  5847. <xs:element minOccurs="0"
  5848. maxOccurs="1"
  5849. name="gid"
  5850. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__gid"
  5851. id="trala_WSG84___d7e121152-1_gid"/>
  5852. <xs:element minOccurs="0"
  5853. maxOccurs="1"
  5854. name="Opis"
  5855. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__Opis"
  5856. id="trala_WSG84___d7e121153-1_Opis"/>
  5857. <xs:element minOccurs="0"
  5858. maxOccurs="1"
  5859. name="Dlugosc_obmiar"
  5860. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__Dlugosc_obmiar"
  5861. id="trala_WSG84___d7e121154-1_Dlugosc_ob"/>
  5862. <xs:element minOccurs="0"
  5863. maxOccurs="1"
  5864. name="id_wezel"
  5865. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__id_wezel"
  5866. id="trala_WSG84___d7e121156-1_id_wezel"/>
  5867. <xs:element minOccurs="0"
  5868. maxOccurs="1"
  5869. name="id_wezel2"
  5870. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__id_wezel2"
  5871. id="trala_WSG84___d7e121157-1_id_wezel2"/>
  5872. <xs:element minOccurs="0"
  5873. maxOccurs="1"
  5874. name="ID_KORESP_PROJ_WYK"
  5875. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ID_KORESP_PROJ_WYK"
  5876. id="trala_WSG84___d7e121158-1_ID_KORESP_"/>
  5877. <xs:element minOccurs="0"
  5878. maxOccurs="1"
  5879. name="ilosc_rurek_w_pakiecie"
  5880. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ilosc_rurek_w_pakiecie"
  5881. id="trala_WSG84___d7e121159-1_ilosc_rure"/>
  5882. <xs:element minOccurs="0"
  5883. maxOccurs="1"
  5884. name="A_RECORD_CREATE_DATE"
  5885. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_CREATE_DATE"
  5886. id="trala_WSG84___d7e121160-1_A_RECORD_C"/>
  5887. <xs:element minOccurs="0"
  5888. maxOccurs="1"
  5889. name="A_RECORD_CREATE_AUTHOR"
  5890. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_CREATE_AUTHOR"
  5891. id="trala_WSG84___d7e121161-1_A_RECORD_C"/>
  5892. <xs:element minOccurs="0"
  5893. maxOccurs="1"
  5894. name="SYNC_SQIX_STATUS"
  5895. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__SYNC_SQIX_STATUS"
  5896. id="trala_WSG84___d7e121162-1_SYNC_SQIX_"/>
  5897. <xs:element minOccurs="0"
  5898. maxOccurs="1"
  5899. name="A_RECORD_UPDATE_DATE"
  5900. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_UPDATE_DATE"
  5901. id="trala_WSG84___d7e121163-1_A_RECORD_U"/>
  5902. <xs:element minOccurs="0"
  5903. maxOccurs="1"
  5904. name="A_RECORD_UPDATE_AUTHOR"
  5905. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_UPDATE_AUTHOR"
  5906. id="trala_WSG84___d7e121164-1_A_RECORD_U"/>
  5907. <xs:element minOccurs="0"
  5908. maxOccurs="1"
  5909. name="L_APPOITMENT_DATE"
  5910. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_DATE"
  5911. id="trala_WSG84___d7e121165-1_L_APPOITME"/>
  5912. <xs:element minOccurs="0"
  5913. maxOccurs="1"
  5914. name="L_APPOITMENT_PERIOD"
  5915. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_PERIOD"
  5916. id="trala_WSG84___d7e121166-1_L_APPOITME"/>
  5917. <xs:element minOccurs="0"
  5918. maxOccurs="1"
  5919. name="L_APPOITMENT_INFO"
  5920. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_INFO"
  5921. id="trala_WSG84___d7e121168-1_L_APPOITME"/>
  5922. <xs:element minOccurs="0"
  5923. maxOccurs="1"
  5924. name="L_APPOITMENT_TYPE"
  5925. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_TYPE"
  5926. id="trala_WSG84___d7e121169-1_L_APPOITME"/>
  5927. <xs:element minOccurs="0"
  5928. maxOccurs="1"
  5929. name="A_STATUS"
  5930. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_STATUS"
  5931. id="trala_WSG84___d7e121170-1_A_STATUS"/>
  5932. <xs:element minOccurs="0"
  5933. maxOccurs="1"
  5934. name="etykieta_x"
  5935. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_x"
  5936. id="trala_WSG84___d7e121171-1_etykieta_x"/>
  5937. <xs:element minOccurs="0"
  5938. maxOccurs="1"
  5939. name="etykieta_y"
  5940. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_y"
  5941. id="trala_WSG84___d7e121172-1_etykieta_y"/>
  5942. <xs:element minOccurs="0"
  5943. maxOccurs="1"
  5944. name="etykieta_obrot"
  5945. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_obrot"
  5946. id="trala_WSG84___d7e121173-1_etykieta_o"/>
  5947. <xs:element minOccurs="0"
  5948. maxOccurs="1"
  5949. name="WORK_PLAN_START"
  5950. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__WORK_PLAN_START"
  5951. id="trala_WSG84___d7e121174-1_WORK_PLAN_"/>
  5952. <xs:element minOccurs="0"
  5953. maxOccurs="1"
  5954. name="WORK_PLAN_FINISH"
  5955. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__WORK_PLAN_FINISH"
  5956. id="trala_WSG84___d7e121175-1_WORK_PLAN_"/>
  5957. <xs:element minOccurs="0"
  5958. maxOccurs="1"
  5959. name="T_WORKPOINTS_TIME_HOURS"
  5960. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__T_WORKPOINTS_TIME_HOURS"
  5961. id="trala_WSG84___d7e121176-1_T_WORKPOIN"/>
  5962. <!--#272 found ignored A_STATUS-->
  5963. <!--#272 found ignored id_wezel2-->
  5964. <!--#272 found ignored id_wezel-->
  5965. <!--#272 found ignored L_APPOITMENT_DATE-->
  5966. <!--#272 found ignored L_APPOITMENT_INFO-->
  5967. <!--#272 found ignored L_APPOITMENT_PERIOD-->
  5968. <!--#272 found ignored L_APPOITMENT_TYPE-->
  5969. <!--#272 found ignored L_APPOITMENT_USER-->
  5970. <!--#272 found ignored A_ADM_COMPANY-->
  5971. <!--#272 found ignored A_CLASSIFIED-->
  5972. <!--#272 found ignored ID_KORESP_PROTOK_ODB-->
  5973. <!--#288 unsupported yet @ref p5_zasob_36:IN7_DZIENNIK_KORESP-->
  5974. <!--#453 found ignored p5_zasob_36:IN7_DZIENNIK_KORESP by same @system_cache__appinfo:name-->
  5975. <!--#272 found ignored A_STATUS_INFO-->
  5976. <!--#272 found ignored ID_KORESP_PROJEKT-->
  5977. <!--#272 found ignored ID_KORESP_PROJ_WYK-->
  5978. <!--#272 found ignored ID_KORESP_DO_UZG-->
  5979. <!--#272 found ignored ID-->
  5980. <!--#272 found ignored ID_KORESP_UZG-->
  5981. <!--#272 found ignored ID_KORESP_DO_REALIZ-->
  5982. <!--#272 found ignored ID_KORESP_ZLECENIE-->
  5983. <!--#272 found ignored ID_KORESP_ZGL_ODB-->
  5984. <!--#272 found ignored ID_KORESP_DO_UZG_ZUD-->
  5985. <!--#272 found ignored ID_KORESP_UZG_ZUD-->
  5986. <!--#272 found ignored ID_KORESP_POM_GEOD-->
  5987. <!--#272 found ignored ID_PROJECT-->
  5988. <!--#288 unsupported yet @ref p5_zasob_36:IN7_MK_BAZA_DYSTRYBUCJI-->
  5989. <!--#414-A found adding p5_zasob_36:IN7_MK_BAZA_DYSTRYBUCJI, $prototype_NamespacePrefix = default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84-->
  5990. <xs:element ref="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI"
  5991. minOccurs="0"
  5992. id="trala_WSG84___d7e121206-1">
  5993. <xs:annotation>
  5994. <xs:appinfo>
  5995. <system_cache__appinfo:flat_relation_cache>
  5996. <system_cache__appinfo:source system_cache__appinfo:name="ID_PROJECT"
  5997. system_cache__appinfo:xpath="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI/ID"/>
  5998. </system_cache__appinfo:flat_relation_cache>
  5999. </xs:appinfo>
  6000. </xs:annotation>
  6001. </xs:element>
  6002. <!--#272 found ignored ID_KORESP_OFFER-->
  6003. <!--#272 found ignored A_RECORD_UPDATE_DATE-->
  6004. <!--#272 found ignored A_RECORD_CREATE_DATE-->
  6005. <!--#272 found ignored A_RECORD_UPDATE_AUTHOR-->
  6006. <!--#272 found ignored A_RECORD_CREATE_AUTHOR-->
  6007. <!--#272 found ignored WORK_PLAN_START-->
  6008. <!--#272 found ignored WORK_PLAN_FINISH-->
  6009. <!--#272 found ignored T_WORKPOINTS_TIME_HOURS-->
  6010. <!--#272 found ignored etykieta_x-->
  6011. <!--#272 found ignored etykieta_y-->
  6012. <!--#272 found ignored the_geom-->
  6013. <!--#272 found ignored etykieta_obrot-->
  6014. <!--#272 found ignored gid-->
  6015. <!--#272 found ignored SYNC_SQIX_STATUS-->
  6016. <!--#272 found ignored ilosc_rurek_w_pakiecie-->
  6017. <!--#272 found ignored Opis-->
  6018. <!--#272 found ignored ID_ZASOB-->
  6019. <!--#288 unsupported yet @ref p5_zasob_36:CRM_LISTA_ZASOBOW-->
  6020. <!--#453 found ignored p5_zasob_36:CRM_LISTA_ZASOBOW by same @system_cache__appinfo:name-->
  6021. <!--#272 found ignored Dlugosc-->
  6022. <!--#272 found ignored Dlugosc_obmiar-->
  6023. </xs:sequence>
  6024. </xs:restriction>
  6025. </xs:complexContent>
  6026. </xs:complexType>
  6027. <xs:element name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_POM_GEOD"
  6028. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_POM_GEOD"
  6029. id="trala_WSG84___d7e121232-1_Rozdzielcz">
  6030. <xs:annotation>
  6031. <xs:appinfo>
  6032. <system_cache__appinfo:base_type system_cache__appinfo:base_type_group="infrastructure"
  6033. system_cache__appinfo:base_type_name="POM_GEOD"/>
  6034. </xs:appinfo>
  6035. </xs:annotation>
  6036. </xs:element>
  6037. <xs:complexType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_PROTOK_ODB"
  6038. id="trala_WSG84___d7e121236-1_Rozdzielcz">
  6039. <xs:annotation>
  6040. <xs:documentation>Podpisany protokol odbioru z podwykonawca oraz wlascicielem
  6041. </xs:documentation>
  6042. </xs:annotation>
  6043. <xs:complexContent id="trala_WSG84___d7e121240-1">
  6044. <xs:restriction base="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84_ZGL_ODB">
  6045. <xs:sequence id="trala_WSG84___d7e121242-1">
  6046. <xs:element name="ID" type="xs:int" id="trala_WSG84___d7e121243-1_ID"/>
  6047. <xs:element name="the_geom"
  6048. type="gml:AbstractFeatureType"
  6049. id="trala_WSG84___d7e121244-1_the_geom"/>
  6050. <xs:element name="A_STATUS_INFO"
  6051. type="xs:string"
  6052. id="trala_WSG84___d7e121245-1_A_STATUS_I"/>
  6053. <xs:element name="opis" type="xs:string" id="trala_WSG84___d7e121246-1_opis">
  6054. <xs:annotation>
  6055. <xs:documentation>To zmiany na ID_ZASOBU pod katem
  6056. kosztorysowym</xs:documentation>
  6057. </xs:annotation>
  6058. </xs:element>
  6059. <xs:element name="ID_ZASOB"
  6060. type="xs:int"
  6061. id="trala_WSG84___d7e121250-1_ID_ZASOB"/>
  6062. <xs:element ref="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW"
  6063. id="trala_WSG84___d7e121251-1">
  6064. <xs:annotation>
  6065. <xs:appinfo>
  6066. <system_cache__appinfo:flat_relation_cache>
  6067. <system_cache__appinfo:source system_cache__appinfo:name="ID_ZASOB"
  6068. system_cache__appinfo:xpath="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW/ID"/>
  6069. </system_cache__appinfo:flat_relation_cache>
  6070. </xs:appinfo>
  6071. </xs:annotation>
  6072. </xs:element>
  6073. <xs:element name="Dlugosc"
  6074. type="xs:double"
  6075. id="trala_WSG84___d7e121256-1_Dlugosc"/>
  6076. <xs:element name="Powierzchnia"
  6077. type="xs:double"
  6078. id="trala_WSG84___d7e121257-1_Powierzchn"/>
  6079. <xs:element name="L_APPOITMENT_USER"
  6080. type="xs:string"
  6081. id="trala_WSG84___d7e121258-1_L_APPOITME"/>
  6082. <xs:element ref="SystemObjects__x3A__AccessOwner:AccessOwner"
  6083. id="trala_WSG84___d7e121259-1">
  6084. <xs:annotation>
  6085. <xs:appinfo>
  6086. <system_cache__appinfo:flat_relation_cache>
  6087. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  6088. system_cache__appinfo:xpath="SystemObjects__x3A__AccessOwner:AccessOwner/name"/>
  6089. </system_cache__appinfo:flat_relation_cache>
  6090. </xs:appinfo>
  6091. </xs:annotation>
  6092. </xs:element>
  6093. <xs:element name="A_CLASSIFIED"
  6094. type="xs:string"
  6095. id="trala_WSG84___d7e121264-1_A_CLASSIFI"/>
  6096. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  6097. id="trala_WSG84___d7e121266-1">
  6098. <xs:annotation>
  6099. <xs:appinfo>
  6100. <system_cache__appinfo:flat_relation_cache>
  6101. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  6102. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  6103. </system_cache__appinfo:flat_relation_cache>
  6104. </xs:appinfo>
  6105. </xs:annotation>
  6106. </xs:element>
  6107. <xs:element name="A_ADM_COMPANY"
  6108. type="xs:string"
  6109. id="trala_WSG84___d7e121271-1_A_ADM_COMP"/>
  6110. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  6111. id="trala_WSG84___d7e121272-1">
  6112. <xs:annotation>
  6113. <xs:appinfo>
  6114. <system_cache__appinfo:flat_relation_cache>
  6115. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  6116. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY/name"/>
  6117. </system_cache__appinfo:flat_relation_cache>
  6118. </xs:appinfo>
  6119. </xs:annotation>
  6120. </xs:element>
  6121. <xs:element name="ID_PROJECT"
  6122. type="xs:int"
  6123. id="trala_WSG84___d7e121277-1_ID_PROJECT"/>
  6124. <xs:element name="ID_KORESP_PROJEKT"
  6125. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  6126. id="trala_WSG84___d7e121278-1_ID_KORESP_"/>
  6127. <xs:element maxOccurs="unbounded"
  6128. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  6129. id="trala_WSG84___d7e121279-1">
  6130. <xs:annotation>
  6131. <xs:appinfo>
  6132. <system_cache__appinfo:flat_relation_cache>
  6133. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT"
  6134. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT/ID"/>
  6135. </system_cache__appinfo:flat_relation_cache>
  6136. </xs:appinfo>
  6137. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  6138. zasadami projektowania</xs:documentation>
  6139. </xs:annotation>
  6140. </xs:element>
  6141. <xs:element name="ID_KORESP_PROJEKT_WYK"
  6142. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  6143. id="trala_WSG84___d7e121286-1_ID_KORESP_"/>
  6144. <xs:element minOccurs="1"
  6145. maxOccurs="unbounded"
  6146. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK"
  6147. id="trala_WSG84___d7e121287-1">
  6148. <xs:annotation>
  6149. <xs:appinfo>
  6150. <system_cache__appinfo:flat_relation_cache>
  6151. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT_WYK"
  6152. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK/ID"/>
  6153. </system_cache__appinfo:flat_relation_cache>
  6154. </xs:appinfo>
  6155. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  6156. zasadami projektowania - proj wykonawczy</xs:documentation>
  6157. </xs:annotation>
  6158. </xs:element>
  6159. <xs:element name="ID_KORESP_DO_REALIZ"
  6160. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  6161. id="trala_WSG84___d7e121294-1_ID_KORESP_"/>
  6162. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  6163. id="trala_WSG84___d7e121295-1">
  6164. <xs:annotation>
  6165. <xs:appinfo>
  6166. <system_cache__appinfo:flat_relation_cache>
  6167. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_REALIZ"
  6168. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ/ID"/>
  6169. </system_cache__appinfo:flat_relation_cache>
  6170. </xs:appinfo>
  6171. <xs:documentation>Czy jest decyzja na realizacje</xs:documentation>
  6172. </xs:annotation>
  6173. </xs:element>
  6174. <xs:element name="ID_KORESP_OFFER"
  6175. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  6176. id="trala_WSG84___d7e121302-1_ID_KORESP_"/>
  6177. <xs:element minOccurs="1"
  6178. maxOccurs="unbounded"
  6179. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  6180. id="trala_WSG84___d7e121304-1">
  6181. <xs:annotation>
  6182. <xs:appinfo>
  6183. <system_cache__appinfo:flat_relation_cache>
  6184. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_OFFER"
  6185. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER/ID"/>
  6186. </system_cache__appinfo:flat_relation_cache>
  6187. </xs:appinfo>
  6188. <xs:documentation>Czy jest oferta na obiekt</xs:documentation>
  6189. </xs:annotation>
  6190. </xs:element>
  6191. <xs:element name="ID_KORESP_DO_UZG"
  6192. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  6193. id="trala_WSG84___d7e121311-1_ID_KORESP_"/>
  6194. <xs:element minOccurs="0"
  6195. maxOccurs="unbounded"
  6196. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  6197. id="trala_WSG84___d7e121312-1">
  6198. <xs:annotation>
  6199. <xs:appinfo>
  6200. <system_cache__appinfo:flat_relation_cache>
  6201. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG"
  6202. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/ID"/>
  6203. </system_cache__appinfo:flat_relation_cache>
  6204. </xs:appinfo>
  6205. <xs:documentation>Powiązanie do wysłanego pisma o zgodę na usytuowanie obiektu,
  6206. do właściciela nieruchomości</xs:documentation>
  6207. </xs:annotation>
  6208. </xs:element>
  6209. <xs:element name="ID_KORESP_UZG"
  6210. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  6211. id="trala_WSG84___d7e121319-1_ID_KORESP_"/>
  6212. <xs:element minOccurs="0"
  6213. maxOccurs="unbounded"
  6214. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  6215. id="trala_WSG84___d7e121320-1">
  6216. <xs:annotation>
  6217. <xs:appinfo>
  6218. <system_cache__appinfo:flat_relation_cache>
  6219. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG"
  6220. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG/ID"/>
  6221. </system_cache__appinfo:flat_relation_cache>
  6222. </xs:appinfo>
  6223. <xs:documentation>Fakt wyrażenia zgody na usytuowanie sieci od właściciela.
  6224. Brak zgody powinien być wiązany z relacją dla wysyłania wniosków o
  6225. zgody</xs:documentation>
  6226. </xs:annotation>
  6227. </xs:element>
  6228. <xs:element name="ID_KORESP_DO_UZG_ZUD"
  6229. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  6230. id="trala_WSG84___d7e121327-1_ID_KORESP_"/>
  6231. <xs:element minOccurs="0"
  6232. maxOccurs="unbounded"
  6233. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  6234. id="trala_WSG84___d7e121328-1">
  6235. <xs:annotation>
  6236. <xs:appinfo>
  6237. <system_cache__appinfo:flat_relation_cache>
  6238. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG_ZUD"
  6239. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD/ID"/>
  6240. </system_cache__appinfo:flat_relation_cache>
  6241. </xs:appinfo>
  6242. <xs:documentation>Potwierdzenie nadania wniosku o uzgodnienie
  6243. ZUD</xs:documentation>
  6244. </xs:annotation>
  6245. </xs:element>
  6246. <xs:element name="ID_KORESP_UZG_ZUD"
  6247. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  6248. id="trala_WSG84___d7e121335-1_ID_KORESP_"/>
  6249. <xs:element minOccurs="0"
  6250. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  6251. id="trala_WSG84___d7e121336-1">
  6252. <xs:annotation>
  6253. <xs:appinfo>
  6254. <system_cache__appinfo:flat_relation_cache>
  6255. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG_ZUD"
  6256. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD/ID"/>
  6257. </system_cache__appinfo:flat_relation_cache>
  6258. </xs:appinfo>
  6259. <xs:documentation>Potwierdzenie zwrotnego pisma ze zgodą ZUD</xs:documentation>
  6260. </xs:annotation>
  6261. </xs:element>
  6262. <xs:element name="ID_KORESP_ZLECENIE"
  6263. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  6264. id="trala_WSG84___d7e121343-1_ID_KORESP_"/>
  6265. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  6266. id="trala_WSG84___d7e121344-1">
  6267. <xs:annotation>
  6268. <xs:appinfo>
  6269. <system_cache__appinfo:flat_relation_cache>
  6270. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZLECENIE"
  6271. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE/ID"/>
  6272. </system_cache__appinfo:flat_relation_cache>
  6273. </xs:appinfo>
  6274. <xs:documentation>Czy jest zlecenie</xs:documentation>
  6275. </xs:annotation>
  6276. </xs:element>
  6277. <xs:element name="ID_KORESP_ZGL_ODB"
  6278. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  6279. id="trala_WSG84___d7e121352-1_ID_KORESP_"/>
  6280. <xs:element minOccurs="1"
  6281. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  6282. id="trala_WSG84___d7e121353-1">
  6283. <xs:annotation>
  6284. <xs:appinfo>
  6285. <system_cache__appinfo:flat_relation_cache>
  6286. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZGL_ODB"
  6287. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB/ID"/>
  6288. </system_cache__appinfo:flat_relation_cache>
  6289. </xs:appinfo>
  6290. <xs:documentation>Relacja tworzona przez podwykonawcę jako zgłoszenie do
  6291. odbioru=wykonanie</xs:documentation>
  6292. </xs:annotation>
  6293. </xs:element>
  6294. <xs:element name="ID_KORESP_POM_GEOD"
  6295. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP"
  6296. id="trala_WSG84___d7e121360-1_ID_KORESP_"/>
  6297. <xs:element minOccurs="0"
  6298. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  6299. id="trala_WSG84___d7e121361-1">
  6300. <xs:annotation>
  6301. <xs:appinfo>
  6302. <system_cache__appinfo:flat_relation_cache>
  6303. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_POM_GEOD"
  6304. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD/ID"/>
  6305. </system_cache__appinfo:flat_relation_cache>
  6306. </xs:appinfo>
  6307. <xs:documentation>Stwierdzenie, że współrzędne obiektu został zaktualizowane
  6308. oraz są powiązane do dokumentu z operatem</xs:documentation>
  6309. </xs:annotation>
  6310. </xs:element>
  6311. <xs:element name="ID_KORESP_PROTOK_ODB"
  6312. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:ID_KORESP_SET"
  6313. id="trala_WSG84___d7e121368-1_ID_KORESP_"/>
  6314. <xs:element minOccurs="1"
  6315. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  6316. id="trala_WSG84___d7e121369-1">
  6317. <xs:annotation>
  6318. <xs:appinfo>
  6319. <system_cache__appinfo:flat_relation_cache>
  6320. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROTOK_ODB"
  6321. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB/ID"/>
  6322. </system_cache__appinfo:flat_relation_cache>
  6323. </xs:appinfo>
  6324. <xs:documentation>Odebranie obiektu przez trójstronny dokument właściciel,
  6325. wykonawca, inwestor</xs:documentation>
  6326. </xs:annotation>
  6327. </xs:element>
  6328. <xs:element name="InvestArrangements_Network_Crossings"
  6329. type="xs:int"
  6330. id="trala_WSG84___d7e121376-1_InvestArra"/>
  6331. <xs:element minOccurs="0"
  6332. ref="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings"
  6333. id="trala_WSG84___d7e121377-1">
  6334. <xs:annotation>
  6335. <xs:appinfo>
  6336. <system_cache__appinfo:flat_relation_cache>
  6337. <system_cache__appinfo:source system_cache__appinfo:name="InvestArrangements_Network_Crossings"
  6338. system_cache__appinfo:xpath="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings/ID"/>
  6339. </system_cache__appinfo:flat_relation_cache>
  6340. </xs:appinfo>
  6341. <xs:documentation>To są kolizje powstałe na bazie przecieć z obiektami zaimportowanymi jako mapa d/c projektowych, które stanowią podstawę do uzgodnień. W to też powinny wejść działki</xs:documentation>
  6342. </xs:annotation>
  6343. </xs:element>
  6344. <xs:element minOccurs="0"
  6345. maxOccurs="1"
  6346. name="gid"
  6347. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__gid"
  6348. id="trala_WSG84___d7e121384-1_gid"/>
  6349. <xs:element minOccurs="0"
  6350. maxOccurs="1"
  6351. name="Opis"
  6352. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__Opis"
  6353. id="trala_WSG84___d7e121385-1_Opis"/>
  6354. <xs:element minOccurs="0"
  6355. maxOccurs="1"
  6356. name="Dlugosc_obmiar"
  6357. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__Dlugosc_obmiar"
  6358. id="trala_WSG84___d7e121386-1_Dlugosc_ob"/>
  6359. <xs:element minOccurs="0"
  6360. maxOccurs="1"
  6361. name="id_wezel"
  6362. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__id_wezel"
  6363. id="trala_WSG84___d7e121388-1_id_wezel"/>
  6364. <xs:element minOccurs="0"
  6365. maxOccurs="1"
  6366. name="id_wezel2"
  6367. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__id_wezel2"
  6368. id="trala_WSG84___d7e121389-1_id_wezel2"/>
  6369. <xs:element minOccurs="0"
  6370. maxOccurs="1"
  6371. name="ID_KORESP_PROJ_WYK"
  6372. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ID_KORESP_PROJ_WYK"
  6373. id="trala_WSG84___d7e121390-1_ID_KORESP_"/>
  6374. <xs:element minOccurs="0"
  6375. maxOccurs="1"
  6376. name="ilosc_rurek_w_pakiecie"
  6377. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ilosc_rurek_w_pakiecie"
  6378. id="trala_WSG84___d7e121391-1_ilosc_rure"/>
  6379. <xs:element minOccurs="0"
  6380. maxOccurs="1"
  6381. name="A_RECORD_CREATE_DATE"
  6382. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_CREATE_DATE"
  6383. id="trala_WSG84___d7e121392-1_A_RECORD_C"/>
  6384. <xs:element minOccurs="0"
  6385. maxOccurs="1"
  6386. name="A_RECORD_CREATE_AUTHOR"
  6387. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_CREATE_AUTHOR"
  6388. id="trala_WSG84___d7e121393-1_A_RECORD_C"/>
  6389. <xs:element minOccurs="0"
  6390. maxOccurs="1"
  6391. name="SYNC_SQIX_STATUS"
  6392. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__SYNC_SQIX_STATUS"
  6393. id="trala_WSG84___d7e121394-1_SYNC_SQIX_"/>
  6394. <xs:element minOccurs="0"
  6395. maxOccurs="1"
  6396. name="A_RECORD_UPDATE_DATE"
  6397. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_UPDATE_DATE"
  6398. id="trala_WSG84___d7e121395-1_A_RECORD_U"/>
  6399. <xs:element minOccurs="0"
  6400. maxOccurs="1"
  6401. name="A_RECORD_UPDATE_AUTHOR"
  6402. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_UPDATE_AUTHOR"
  6403. id="trala_WSG84___d7e121396-1_A_RECORD_U"/>
  6404. <xs:element minOccurs="0"
  6405. maxOccurs="1"
  6406. name="L_APPOITMENT_DATE"
  6407. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_DATE"
  6408. id="trala_WSG84___d7e121397-1_L_APPOITME"/>
  6409. <xs:element minOccurs="0"
  6410. maxOccurs="1"
  6411. name="L_APPOITMENT_PERIOD"
  6412. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_PERIOD"
  6413. id="trala_WSG84___d7e121398-1_L_APPOITME"/>
  6414. <xs:element minOccurs="0"
  6415. maxOccurs="1"
  6416. name="L_APPOITMENT_INFO"
  6417. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_INFO"
  6418. id="trala_WSG84___d7e121400-1_L_APPOITME"/>
  6419. <xs:element minOccurs="0"
  6420. maxOccurs="1"
  6421. name="L_APPOITMENT_TYPE"
  6422. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_TYPE"
  6423. id="trala_WSG84___d7e121401-1_L_APPOITME"/>
  6424. <xs:element minOccurs="0"
  6425. maxOccurs="1"
  6426. name="A_STATUS"
  6427. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_STATUS"
  6428. id="trala_WSG84___d7e121402-1_A_STATUS"/>
  6429. <xs:element minOccurs="0"
  6430. maxOccurs="1"
  6431. name="etykieta_x"
  6432. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_x"
  6433. id="trala_WSG84___d7e121403-1_etykieta_x"/>
  6434. <xs:element minOccurs="0"
  6435. maxOccurs="1"
  6436. name="etykieta_y"
  6437. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_y"
  6438. id="trala_WSG84___d7e121404-1_etykieta_y"/>
  6439. <xs:element minOccurs="0"
  6440. maxOccurs="1"
  6441. name="etykieta_obrot"
  6442. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_obrot"
  6443. id="trala_WSG84___d7e121405-1_etykieta_o"/>
  6444. <xs:element minOccurs="0"
  6445. maxOccurs="1"
  6446. name="WORK_PLAN_START"
  6447. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__WORK_PLAN_START"
  6448. id="trala_WSG84___d7e121406-1_WORK_PLAN_"/>
  6449. <xs:element minOccurs="0"
  6450. maxOccurs="1"
  6451. name="WORK_PLAN_FINISH"
  6452. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__WORK_PLAN_FINISH"
  6453. id="trala_WSG84___d7e121407-1_WORK_PLAN_"/>
  6454. <xs:element minOccurs="0"
  6455. maxOccurs="1"
  6456. name="T_WORKPOINTS_TIME_HOURS"
  6457. type="default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84:Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__T_WORKPOINTS_TIME_HOURS"
  6458. id="trala_WSG84___d7e121408-1_T_WORKPOIN"/>
  6459. <!--#272 found ignored A_STATUS-->
  6460. <!--#272 found ignored id_wezel2-->
  6461. <!--#272 found ignored id_wezel-->
  6462. <!--#272 found ignored L_APPOITMENT_DATE-->
  6463. <!--#272 found ignored L_APPOITMENT_INFO-->
  6464. <!--#272 found ignored L_APPOITMENT_PERIOD-->
  6465. <!--#272 found ignored L_APPOITMENT_TYPE-->
  6466. <!--#272 found ignored L_APPOITMENT_USER-->
  6467. <!--#272 found ignored A_ADM_COMPANY-->
  6468. <!--#272 found ignored A_CLASSIFIED-->
  6469. <!--#272 found ignored ID_KORESP_PROTOK_ODB-->
  6470. <!--#288 unsupported yet @ref p5_zasob_36:IN7_DZIENNIK_KORESP-->
  6471. <!--#453 found ignored p5_zasob_36:IN7_DZIENNIK_KORESP by same @system_cache__appinfo:name-->
  6472. <!--#272 found ignored A_STATUS_INFO-->
  6473. <!--#272 found ignored ID_KORESP_PROJEKT-->
  6474. <!--#272 found ignored ID_KORESP_PROJ_WYK-->
  6475. <!--#272 found ignored ID_KORESP_DO_UZG-->
  6476. <!--#272 found ignored ID-->
  6477. <!--#272 found ignored ID_KORESP_UZG-->
  6478. <!--#272 found ignored ID_KORESP_DO_REALIZ-->
  6479. <!--#272 found ignored ID_KORESP_ZLECENIE-->
  6480. <!--#272 found ignored ID_KORESP_ZGL_ODB-->
  6481. <!--#272 found ignored ID_KORESP_DO_UZG_ZUD-->
  6482. <!--#272 found ignored ID_KORESP_UZG_ZUD-->
  6483. <!--#272 found ignored ID_KORESP_POM_GEOD-->
  6484. <!--#272 found ignored ID_PROJECT-->
  6485. <!--#288 unsupported yet @ref p5_zasob_36:IN7_MK_BAZA_DYSTRYBUCJI-->
  6486. <!--#414-A found adding p5_zasob_36:IN7_MK_BAZA_DYSTRYBUCJI, $prototype_NamespacePrefix = default_db__x3A__Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84-->
  6487. <xs:element ref="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI"
  6488. minOccurs="0"
  6489. id="trala_WSG84___d7e121438-1">
  6490. <xs:annotation>
  6491. <xs:appinfo>
  6492. <system_cache__appinfo:flat_relation_cache>
  6493. <system_cache__appinfo:source system_cache__appinfo:name="ID_PROJECT"
  6494. system_cache__appinfo:xpath="default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:IN7_MK_BAZA_DYSTRYBUCJI/ID"/>
  6495. </system_cache__appinfo:flat_relation_cache>
  6496. </xs:appinfo>
  6497. </xs:annotation>
  6498. </xs:element>
  6499. <!--#272 found ignored ID_KORESP_OFFER-->
  6500. <!--#272 found ignored A_RECORD_UPDATE_DATE-->
  6501. <!--#272 found ignored A_RECORD_CREATE_DATE-->
  6502. <!--#272 found ignored A_RECORD_UPDATE_AUTHOR-->
  6503. <!--#272 found ignored A_RECORD_CREATE_AUTHOR-->
  6504. <!--#272 found ignored WORK_PLAN_START-->
  6505. <!--#272 found ignored WORK_PLAN_FINISH-->
  6506. <!--#272 found ignored T_WORKPOINTS_TIME_HOURS-->
  6507. <!--#272 found ignored etykieta_x-->
  6508. <!--#272 found ignored etykieta_y-->
  6509. <!--#272 found ignored the_geom-->
  6510. <!--#272 found ignored etykieta_obrot-->
  6511. <!--#272 found ignored gid-->
  6512. <!--#272 found ignored SYNC_SQIX_STATUS-->
  6513. <!--#272 found ignored ilosc_rurek_w_pakiecie-->
  6514. <!--#272 found ignored Opis-->
  6515. <!--#272 found ignored ID_ZASOB-->
  6516. <!--#288 unsupported yet @ref p5_zasob_36:CRM_LISTA_ZASOBOW-->
  6517. <!--#453 found ignored p5_zasob_36:CRM_LISTA_ZASOBOW by same @system_cache__appinfo:name-->
  6518. <!--#272 found ignored Dlugosc-->
  6519. <!--#272 found ignored Dlugosc_obmiar-->
  6520. </xs:sequence>
  6521. </xs:restriction>
  6522. </xs:complexContent>
  6523. </xs:complexType>
  6524. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ID"
  6525. id="trala_WSG84___d7e121464-1_Rozdzielcz">
  6526. <xs:restriction base="xs:integer"/>
  6527. </xs:simpleType>
  6528. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__gid"
  6529. id="trala_WSG84___d7e121466-1_Rozdzielcz">
  6530. <xs:restriction base="xs:integer"/>
  6531. </xs:simpleType>
  6532. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__Opis"
  6533. id="trala_WSG84___d7e121468-1_Rozdzielcz">
  6534. <xs:restriction base="xs:string"/>
  6535. </xs:simpleType>
  6536. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__Dlugosc"
  6537. id="trala_WSG84___d7e121470-1_Rozdzielcz">
  6538. <xs:restriction base="xs:integer"/>
  6539. </xs:simpleType>
  6540. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__Dlugosc_obmiar"
  6541. id="trala_WSG84___d7e121472-1_Rozdzielcz">
  6542. <xs:restriction base="xs:double"/>
  6543. </xs:simpleType>
  6544. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__id_wezel"
  6545. id="trala_WSG84___d7e121474-1_Rozdzielcz">
  6546. <xs:restriction base="xs:integer"/>
  6547. </xs:simpleType>
  6548. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__id_wezel2"
  6549. id="trala_WSG84___d7e121476-1_Rozdzielcz">
  6550. <xs:restriction base="xs:integer"/>
  6551. </xs:simpleType>
  6552. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__the_geom"
  6553. id="trala_WSG84___d7e121478-1_Rozdzielcz">
  6554. <xs:restriction base="xs:string"/>
  6555. </xs:simpleType>
  6556. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ID_PROJECT"
  6557. id="trala_WSG84___d7e121481-1_Rozdzielcz">
  6558. <xs:restriction base="xs:integer"/>
  6559. </xs:simpleType>
  6560. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ID_KORESP_PROJ_WYK"
  6561. id="trala_WSG84___d7e121483-1_Rozdzielcz">
  6562. <xs:restriction base="xs:integer"/>
  6563. </xs:simpleType>
  6564. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ID_KORESP_PROTOK_ODB"
  6565. id="trala_WSG84___d7e121485-1_Rozdzielcz">
  6566. <xs:restriction base="xs:integer"/>
  6567. </xs:simpleType>
  6568. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ilosc_rurek_w_pakiecie"
  6569. id="trala_WSG84___d7e121487-1_Rozdzielcz">
  6570. <xs:restriction base="xs:integer"/>
  6571. </xs:simpleType>
  6572. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_CREATE_DATE"
  6573. id="trala_WSG84___d7e121489-1_Rozdzielcz">
  6574. <xs:restriction base="xs:token"/>
  6575. </xs:simpleType>
  6576. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_CREATE_AUTHOR"
  6577. id="trala_WSG84___d7e121491-1_Rozdzielcz">
  6578. <xs:restriction base="xs:string"/>
  6579. </xs:simpleType>
  6580. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__SYNC_SQIX_STATUS"
  6581. id="trala_WSG84___d7e121493-1_Rozdzielcz">
  6582. <xs:restriction base="xs:string"/>
  6583. </xs:simpleType>
  6584. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_UPDATE_DATE"
  6585. id="trala_WSG84___d7e121495-1_Rozdzielcz">
  6586. <xs:restriction base="xs:token"/>
  6587. </xs:simpleType>
  6588. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_RECORD_UPDATE_AUTHOR"
  6589. id="trala_WSG84___d7e121497-1_Rozdzielcz">
  6590. <xs:restriction base="xs:string"/>
  6591. </xs:simpleType>
  6592. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_DATE"
  6593. id="trala_WSG84___d7e121499-1_Rozdzielcz">
  6594. <xs:restriction base="xs:token"/>
  6595. </xs:simpleType>
  6596. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_USER"
  6597. id="trala_WSG84___d7e121501-1_Rozdzielcz">
  6598. <xs:restriction base="xs:string"/>
  6599. </xs:simpleType>
  6600. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_PERIOD"
  6601. id="trala_WSG84___d7e121504-1_Rozdzielcz">
  6602. <xs:restriction base="xs:string"/>
  6603. </xs:simpleType>
  6604. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_INFO"
  6605. id="trala_WSG84___d7e121506-1_Rozdzielcz">
  6606. <xs:restriction base="xs:string"/>
  6607. </xs:simpleType>
  6608. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__L_APPOITMENT_TYPE"
  6609. id="trala_WSG84___d7e121508-1_Rozdzielcz">
  6610. <xs:restriction base="xs:string">
  6611. <xs:enumeration value=""/>
  6612. <xs:enumeration value="ARRANGED"/>
  6613. <xs:enumeration value="TO_ARRANGE"/>
  6614. <xs:enumeration value="CANCELLED"/>
  6615. <xs:enumeration value="TO_CANCEL"/>
  6616. <xs:enumeration value="RELATE"/>
  6617. <xs:enumeration value="WAIT"/>
  6618. </xs:restriction>
  6619. </xs:simpleType>
  6620. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_STATUS"
  6621. id="trala_WSG84___d7e121517-1_Rozdzielcz">
  6622. <xs:restriction base="xs:string">
  6623. <xs:enumeration value="WAITING"/>
  6624. <xs:enumeration value="NORMAL"/>
  6625. <xs:enumeration value="MONITOR"/>
  6626. <xs:enumeration value="WARNING"/>
  6627. <xs:enumeration value="OFF_SOFT"/>
  6628. <xs:enumeration value="OFF_HARD"/>
  6629. <xs:enumeration value="DELETED"/>
  6630. </xs:restriction>
  6631. </xs:simpleType>
  6632. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_STATUS_INFO"
  6633. id="trala_WSG84___d7e121526-1_Rozdzielcz">
  6634. <xs:restriction base="xs:string"/>
  6635. </xs:simpleType>
  6636. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_ADM_COMPANY"
  6637. id="trala_WSG84___d7e121528-1_Rozdzielcz">
  6638. <xs:restriction base="xs:string"/>
  6639. </xs:simpleType>
  6640. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__A_CLASSIFIED"
  6641. id="trala_WSG84___d7e121530-1_Rozdzielcz">
  6642. <xs:restriction base="xs:string"/>
  6643. </xs:simpleType>
  6644. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_x"
  6645. id="trala_WSG84___d7e121532-1_Rozdzielcz">
  6646. <xs:restriction base="xs:double"/>
  6647. </xs:simpleType>
  6648. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_y"
  6649. id="trala_WSG84___d7e121534-1_Rozdzielcz">
  6650. <xs:restriction base="xs:double"/>
  6651. </xs:simpleType>
  6652. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__etykieta_obrot"
  6653. id="trala_WSG84___d7e121536-1_Rozdzielcz">
  6654. <xs:restriction base="xs:double"/>
  6655. </xs:simpleType>
  6656. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ID_KORESP_PROJEKT"
  6657. id="trala_WSG84___d7e121538-1_Rozdzielcz">
  6658. <xs:restriction base="xs:integer"/>
  6659. </xs:simpleType>
  6660. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ID_KORESP_DO_UZG"
  6661. id="trala_WSG84___d7e121541-1_Rozdzielcz">
  6662. <xs:restriction base="xs:integer"/>
  6663. </xs:simpleType>
  6664. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ID_KORESP_UZG"
  6665. id="trala_WSG84___d7e121543-1_Rozdzielcz">
  6666. <xs:restriction base="xs:integer"/>
  6667. </xs:simpleType>
  6668. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ID_KORESP_DO_REALIZ"
  6669. id="trala_WSG84___d7e121545-1_Rozdzielcz">
  6670. <xs:restriction base="xs:integer"/>
  6671. </xs:simpleType>
  6672. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ID_KORESP_ZLECENIE"
  6673. id="trala_WSG84___d7e121547-1_Rozdzielcz">
  6674. <xs:restriction base="xs:integer"/>
  6675. </xs:simpleType>
  6676. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ID_KORESP_ZGL_ODB"
  6677. id="trala_WSG84___d7e121549-1_Rozdzielcz">
  6678. <xs:restriction base="xs:integer"/>
  6679. </xs:simpleType>
  6680. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ID_KORESP_DO_UZG_ZUD"
  6681. id="trala_WSG84___d7e121551-1_Rozdzielcz">
  6682. <xs:restriction base="xs:integer"/>
  6683. </xs:simpleType>
  6684. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ID_KORESP_UZG_ZUD"
  6685. id="trala_WSG84___d7e121553-1_Rozdzielcz">
  6686. <xs:restriction base="xs:integer"/>
  6687. </xs:simpleType>
  6688. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ID_KORESP_POM_GEOD"
  6689. id="trala_WSG84___d7e121555-1_Rozdzielcz">
  6690. <xs:restriction base="xs:integer"/>
  6691. </xs:simpleType>
  6692. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ID_KORESP_OFFER"
  6693. id="trala_WSG84___d7e121557-1_Rozdzielcz">
  6694. <xs:restriction base="xs:integer"/>
  6695. </xs:simpleType>
  6696. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__WORK_PLAN_START"
  6697. id="trala_WSG84___d7e121559-1_Rozdzielcz">
  6698. <xs:restriction base="xs:token"/>
  6699. </xs:simpleType>
  6700. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__WORK_PLAN_FINISH"
  6701. id="trala_WSG84___d7e121561-1_Rozdzielcz">
  6702. <xs:restriction base="xs:token"/>
  6703. </xs:simpleType>
  6704. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__T_WORKPOINTS_TIME_HOURS"
  6705. id="trala_WSG84___d7e121564-1_Rozdzielcz">
  6706. <xs:restriction base="xs:double"/>
  6707. </xs:simpleType>
  6708. <xs:simpleType name="Rozdzielcza_Pakiet5MikrorurekMagistrala_WSG84__ID_ZASOB"
  6709. id="trala_WSG84___d7e121566-1_Rozdzielcz">
  6710. <xs:restriction base="xs:integer"/>
  6711. </xs:simpleType>
  6712. </xs:schema>