Rozdzielcza_Przeciski_110mm.xsd 381 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202
  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_Przeciski_110mm="https://biuro.biall-net.pl/wfs/default_db/table/Rozdzielcza_Przeciski_110mm.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_Przeciski_110mm.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. <!--#336 import upper-->
  29. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/CRM_LISTA_ZASOBOW.xsd"
  30. schemaLocation="CRM_LISTA_ZASOBOW.xsd"/>
  31. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  32. schemaLocation="IN7_DZIENNIK_KORESP.xsd"/>
  33. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/InvestArrangements.xsd"
  34. schemaLocation="InvestArrangements.xsd"/>
  35. <xs:import namespace="http://www.opengis.net/gml/3.2"
  36. schemaLocation="../Types/gml.xsd"/>
  37. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
  38. schemaLocation="../table/IN7_DZIENNIK_KORESP.xsd"/>
  39. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/IN7_MK_BAZA_DYSTRYBUCJI.xsd"
  40. schemaLocation="../table/IN7_MK_BAZA_DYSTRYBUCJI.xsd"/>
  41. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/AccessGroup.xsd"
  42. schemaLocation="../SystemObjects/AccessGroup.xsd"/>
  43. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/AccessOwner.xsd"
  44. schemaLocation="../SystemObjects/AccessOwner.xsd"/>
  45. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/CRM_LISTA_ZASOBOW.xsd"
  46. schemaLocation="../table/CRM_LISTA_ZASOBOW.xsd"/>
  47. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/InvestArrangements.xsd"
  48. schemaLocation="../table/InvestArrangements.xsd"/>
  49. <xs:simpleType name="ID_KORESP" id="ciski_110mm___d7e124642-1_ID_KORESP">
  50. <xs:restriction base="xs:int"/>
  51. </xs:simpleType>
  52. <xs:simpleType name="ID_KORESP_SET" id="ciski_110mm___d7e124644-1_ID_KORESP_">
  53. <xs:restriction base="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP">
  54. <xs:minInclusive value="1"/>
  55. </xs:restriction>
  56. </xs:simpleType>
  57. <xs:simpleType name="ID_KORESP_UNSET" id="ciski_110mm___d7e124647-1_ID_KORESP_">
  58. <xs:restriction base="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP">
  59. <xs:enumeration value="0"/>
  60. </xs:restriction>
  61. </xs:simpleType>
  62. <xs:complexType name="Rozdzielcza_Przeciski_110mm"
  63. id="ciski_110mm___d7e124650-1_Rozdzielcz">
  64. <xs:annotation>
  65. <xs:documentation>Instancyjny - Protopyowy obiekt, który powinien mieć typy konkretnych
  66. rodzaji dla różnych technologii. Podzielony z uwagi na stany projektowania oraz
  67. realizacji. </xs:documentation>
  68. </xs:annotation>
  69. <xs:sequence id="ciski_110mm___d7e124654-1">
  70. <xs:element name="ID" type="xs:int" id="ciski_110mm___d7e124655-1_ID"/>
  71. <xs:element name="the_geom"
  72. type="gml:AbstractFeatureType"
  73. id="ciski_110mm___d7e124656-1_the_geom">
  74. <xs:annotation>
  75. <xs:documentation>Dane geograficzne obiektu - linia, punkt,
  76. polygon</xs:documentation>
  77. </xs:annotation>
  78. </xs:element>
  79. <xs:element name="A_STATUS_INFO"
  80. type="xs:string"
  81. id="ciski_110mm___d7e124660-1_A_STATUS_I"/>
  82. <xs:element name="opis" type="xs:string" id="ciski_110mm___d7e124661-1_opis">
  83. <xs:annotation>
  84. <xs:documentation>To zmiany na ID_ZASOBU pod katem kosztorysowym</xs:documentation>
  85. </xs:annotation>
  86. </xs:element>
  87. <xs:element name="ID_ZASOB"
  88. type="xs:int"
  89. id="ciski_110mm___d7e124665-1_ID_ZASOB"/>
  90. <xs:element ref="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW"
  91. id="ciski_110mm___d7e124666-1">
  92. <xs:annotation>
  93. <xs:appinfo>
  94. <system_cache__appinfo:flat_relation_cache>
  95. <system_cache__appinfo:source system_cache__appinfo:name="ID_ZASOB"
  96. system_cache__appinfo:xpath="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW/ID"/>
  97. </system_cache__appinfo:flat_relation_cache>
  98. </xs:appinfo>
  99. </xs:annotation>
  100. </xs:element>
  101. <xs:element name="Dlugosc"
  102. type="xs:double"
  103. id="ciski_110mm___d7e124671-1_Dlugosc"/>
  104. <xs:element name="Powierzchnia"
  105. type="xs:double"
  106. id="ciski_110mm___d7e124672-1_Powierzchn"/>
  107. <xs:element name="L_APPOITMENT_USER"
  108. type="xs:string"
  109. id="ciski_110mm___d7e124673-1_L_APPOITME"/>
  110. <xs:element ref="SystemObjects__x3A__AccessOwner:AccessOwner"
  111. id="ciski_110mm___d7e124674-1">
  112. <xs:annotation>
  113. <xs:appinfo>
  114. <system_cache__appinfo:flat_relation_cache>
  115. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  116. system_cache__appinfo:xpath="SystemObjects__x3A__AccessOwner:AccessOwner/login"/>
  117. </system_cache__appinfo:flat_relation_cache>
  118. </xs:appinfo>
  119. </xs:annotation>
  120. </xs:element>
  121. <xs:element name="A_CLASSIFIED"
  122. type="xs:string"
  123. id="ciski_110mm___d7e124679-1_A_CLASSIFI"/>
  124. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  125. id="ciski_110mm___d7e124681-1">
  126. <xs:annotation>
  127. <xs:appinfo>
  128. <system_cache__appinfo:flat_relation_cache>
  129. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  130. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/uid"/>
  131. </system_cache__appinfo:flat_relation_cache>
  132. </xs:appinfo>
  133. </xs:annotation>
  134. </xs:element>
  135. <xs:element name="A_ADM_COMPANY"
  136. type="xs:string"
  137. id="ciski_110mm___d7e124686-1_A_ADM_COMP"/>
  138. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  139. id="ciski_110mm___d7e124687-1">
  140. <xs:annotation>
  141. <xs:appinfo>
  142. <system_cache__appinfo:flat_relation_cache>
  143. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  144. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupWrite/uid"/>
  145. </system_cache__appinfo:flat_relation_cache>
  146. </xs:appinfo>
  147. </xs:annotation>
  148. </xs:element>
  149. <xs:element name="ID_PROJECT"
  150. type="xs:int"
  151. id="ciski_110mm___d7e124692-1_ID_PROJECT"/>
  152. <xs:element name="ID_KORESP_PROJEKT"
  153. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  154. id="ciski_110mm___d7e124693-1_ID_KORESP_"/>
  155. <xs:element minOccurs="0"
  156. maxOccurs="unbounded"
  157. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  158. id="ciski_110mm___d7e124694-1">
  159. <xs:annotation>
  160. <xs:appinfo>
  161. <system_cache__appinfo:flat_relation_cache>
  162. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT"
  163. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT/ID"/>
  164. </system_cache__appinfo:flat_relation_cache>
  165. </xs:appinfo>
  166. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z zasadami
  167. projektowania</xs:documentation>
  168. </xs:annotation>
  169. </xs:element>
  170. <xs:element name="ID_KORESP_PROJEKT_WYK"
  171. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  172. id="ciski_110mm___d7e124701-1_ID_KORESP_"/>
  173. <xs:element minOccurs="0"
  174. maxOccurs="unbounded"
  175. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK"
  176. id="ciski_110mm___d7e124702-1">
  177. <xs:annotation>
  178. <xs:appinfo>
  179. <system_cache__appinfo:flat_relation_cache>
  180. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT_WYK"
  181. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK/ID"/>
  182. </system_cache__appinfo:flat_relation_cache>
  183. </xs:appinfo>
  184. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z zasadami
  185. projektowania - proj wykonawczy</xs:documentation>
  186. </xs:annotation>
  187. </xs:element>
  188. <xs:element name="ID_KORESP_DO_REALIZ"
  189. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  190. id="ciski_110mm___d7e124709-1_ID_KORESP_"/>
  191. <xs:element minOccurs="0"
  192. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  193. id="ciski_110mm___d7e124710-1">
  194. <xs:annotation>
  195. <xs:appinfo>
  196. <system_cache__appinfo:flat_relation_cache>
  197. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_REALIZ"
  198. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ/ID"/>
  199. </system_cache__appinfo:flat_relation_cache>
  200. </xs:appinfo>
  201. <xs:documentation>Czy jest decyzja na realizacje</xs:documentation>
  202. </xs:annotation>
  203. </xs:element>
  204. <xs:element name="ID_KORESP_OFFER"
  205. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  206. id="ciski_110mm___d7e124717-1_ID_KORESP_"/>
  207. <xs:element minOccurs="0"
  208. maxOccurs="unbounded"
  209. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  210. id="ciski_110mm___d7e124719-1">
  211. <xs:annotation>
  212. <xs:appinfo>
  213. <system_cache__appinfo:flat_relation_cache>
  214. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_OFFER"
  215. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER/ID"/>
  216. </system_cache__appinfo:flat_relation_cache>
  217. </xs:appinfo>
  218. <xs:documentation>Czy jest oferta na obiekt</xs:documentation>
  219. </xs:annotation>
  220. </xs:element>
  221. <xs:element name="ID_KORESP_DO_UZG"
  222. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  223. id="ciski_110mm___d7e124726-1_ID_KORESP_"/>
  224. <xs:element minOccurs="0"
  225. maxOccurs="unbounded"
  226. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  227. id="ciski_110mm___d7e124727-1">
  228. <xs:annotation>
  229. <xs:appinfo>
  230. <system_cache__appinfo:flat_relation_cache>
  231. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG"
  232. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/ID"/>
  233. </system_cache__appinfo:flat_relation_cache>
  234. </xs:appinfo>
  235. <xs:documentation>Powiązanie do wysłanego pisma o zgodę na usytuowanie obiektu, do
  236. właściciela nieruchomości</xs:documentation>
  237. </xs:annotation>
  238. </xs:element>
  239. <xs:element name="ID_KORESP_UZG"
  240. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  241. id="ciski_110mm___d7e124734-1_ID_KORESP_"/>
  242. <xs:element minOccurs="0"
  243. maxOccurs="unbounded"
  244. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  245. id="ciski_110mm___d7e124735-1">
  246. <xs:annotation>
  247. <xs:appinfo>
  248. <system_cache__appinfo:flat_relation_cache>
  249. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG"
  250. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG/ID"/>
  251. </system_cache__appinfo:flat_relation_cache>
  252. </xs:appinfo>
  253. <xs:documentation>Fakt wyrażenia zgody na usytuowanie sieci od właściciela. Brak
  254. zgody powinien być wiązany z relacją dla wysyłania wniosków o
  255. zgody</xs:documentation>
  256. </xs:annotation>
  257. </xs:element>
  258. <xs:element name="ID_KORESP_DO_UZG_ZUD"
  259. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  260. id="ciski_110mm___d7e124742-1_ID_KORESP_"/>
  261. <xs:element minOccurs="0"
  262. maxOccurs="unbounded"
  263. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  264. id="ciski_110mm___d7e124743-1">
  265. <xs:annotation>
  266. <xs:appinfo>
  267. <system_cache__appinfo:flat_relation_cache>
  268. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG_ZUD"
  269. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD/ID"/>
  270. </system_cache__appinfo:flat_relation_cache>
  271. </xs:appinfo>
  272. <xs:documentation>Potwierdzenie nadania wniosku o uzgodnienie ZUD</xs:documentation>
  273. </xs:annotation>
  274. </xs:element>
  275. <xs:element name="ID_KORESP_UZG_ZUD"
  276. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  277. id="ciski_110mm___d7e124750-1_ID_KORESP_"/>
  278. <xs:element minOccurs="0"
  279. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  280. id="ciski_110mm___d7e124751-1">
  281. <xs:annotation>
  282. <xs:appinfo>
  283. <system_cache__appinfo:flat_relation_cache>
  284. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG_ZUD"
  285. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD/ID"/>
  286. </system_cache__appinfo:flat_relation_cache>
  287. </xs:appinfo>
  288. <xs:documentation>Potwierdzenie zwrotnego pisma ze zgodą ZUD</xs:documentation>
  289. </xs:annotation>
  290. </xs:element>
  291. <xs:element name="ID_KORESP_ZLECENIE"
  292. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  293. id="ciski_110mm___d7e124758-1_ID_KORESP_"/>
  294. <xs:element minOccurs="0"
  295. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  296. id="ciski_110mm___d7e124759-1">
  297. <xs:annotation>
  298. <xs:appinfo>
  299. <system_cache__appinfo:flat_relation_cache>
  300. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZLECENIE"
  301. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE/ID"/>
  302. </system_cache__appinfo:flat_relation_cache>
  303. </xs:appinfo>
  304. <xs:documentation>Powiązanie obiektu ze zleceniem na wykonanie obiektu przez
  305. wykonawce</xs:documentation>
  306. </xs:annotation>
  307. </xs:element>
  308. <xs:element name="ID_KORESP_ZGL_ODB"
  309. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  310. id="ciski_110mm___d7e124767-1_ID_KORESP_"/>
  311. <xs:element minOccurs="0"
  312. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  313. id="ciski_110mm___d7e124768-1">
  314. <xs:annotation>
  315. <xs:appinfo>
  316. <system_cache__appinfo:flat_relation_cache>
  317. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZGL_ODB"
  318. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB/ID"/>
  319. </system_cache__appinfo:flat_relation_cache>
  320. </xs:appinfo>
  321. <xs:documentation>Relacja tworzona przez podwykonawcę jako zgłoszenie do
  322. odbioru=wykonanie</xs:documentation>
  323. </xs:annotation>
  324. </xs:element>
  325. <xs:element name="ID_KORESP_POM_GEOD"
  326. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  327. id="ciski_110mm___d7e124775-1_ID_KORESP_"/>
  328. <xs:element minOccurs="0"
  329. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  330. id="ciski_110mm___d7e124776-1">
  331. <xs:annotation>
  332. <xs:appinfo>
  333. <system_cache__appinfo:flat_relation_cache>
  334. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_POM_GEOD"
  335. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD/ID"/>
  336. </system_cache__appinfo:flat_relation_cache>
  337. </xs:appinfo>
  338. <xs:documentation>Stwierdzenie, że współrzędne obiektu został zaktualizowane oraz są
  339. powiązane do dokumentu z operatem</xs:documentation>
  340. </xs:annotation>
  341. </xs:element>
  342. <xs:element name="ID_KORESP_PROTOK_ODB"
  343. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  344. id="ciski_110mm___d7e124783-1_ID_KORESP_"/>
  345. <xs:element minOccurs="0"
  346. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  347. id="ciski_110mm___d7e124784-1">
  348. <xs:annotation>
  349. <xs:appinfo>
  350. <system_cache__appinfo:flat_relation_cache>
  351. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROTOK_ODB"
  352. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB/ID"/>
  353. </system_cache__appinfo:flat_relation_cache>
  354. </xs:appinfo>
  355. <xs:documentation>Odebranie obiektu przez trójstronny dokument właściciel, wykonawca,
  356. inwestor</xs:documentation>
  357. </xs:annotation>
  358. </xs:element>
  359. <xs:element name="InvestArrangements_Network_Crossings"
  360. type="xs:int"
  361. id="ciski_110mm___d7e124791-1_InvestArra"/>
  362. <xs:element minOccurs="0"
  363. ref="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings"
  364. id="ciski_110mm___d7e124792-1">
  365. <xs:annotation>
  366. <xs:appinfo>
  367. <system_cache__appinfo:flat_relation_cache>
  368. <system_cache__appinfo:source system_cache__appinfo:name="InvestArrangements_Network_Crossings"
  369. system_cache__appinfo:xpath="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings/ID"/>
  370. </system_cache__appinfo:flat_relation_cache>
  371. </xs:appinfo>
  372. <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>
  373. </xs:annotation>
  374. </xs:element>
  375. <xs:element minOccurs="0"
  376. maxOccurs="1"
  377. name="gid"
  378. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__gid"
  379. id="ciski_110mm___d7e124799-1_gid"/>
  380. <xs:element minOccurs="0"
  381. maxOccurs="1"
  382. name="ID_KORESP_PROJ_WYK"
  383. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__ID_KORESP_PROJ_WYK"
  384. id="ciski_110mm___d7e124800-1_ID_KORESP_"/>
  385. <xs:element minOccurs="0"
  386. maxOccurs="1"
  387. name="cena_jedn"
  388. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__cena_jedn"
  389. id="ciski_110mm___d7e124801-1_cena_jedn"/>
  390. <xs:element minOccurs="0"
  391. maxOccurs="1"
  392. name="A_RECORD_CREATE_DATE"
  393. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_CREATE_DATE"
  394. id="ciski_110mm___d7e124803-1_A_RECORD_C"/>
  395. <xs:element minOccurs="0"
  396. maxOccurs="1"
  397. name="A_RECORD_CREATE_AUTHOR"
  398. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_CREATE_AUTHOR"
  399. id="ciski_110mm___d7e124804-1_A_RECORD_C"/>
  400. <xs:element minOccurs="0"
  401. maxOccurs="1"
  402. name="SYNC_SQIX_STATUS"
  403. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__SYNC_SQIX_STATUS"
  404. id="ciski_110mm___d7e124805-1_SYNC_SQIX_"/>
  405. <xs:element minOccurs="0"
  406. maxOccurs="1"
  407. name="A_RECORD_UPDATE_DATE"
  408. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_UPDATE_DATE"
  409. id="ciski_110mm___d7e124806-1_A_RECORD_U"/>
  410. <xs:element minOccurs="0"
  411. maxOccurs="1"
  412. name="A_RECORD_UPDATE_AUTHOR"
  413. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_UPDATE_AUTHOR"
  414. id="ciski_110mm___d7e124807-1_A_RECORD_U"/>
  415. <xs:element minOccurs="0"
  416. maxOccurs="1"
  417. name="L_APPOITMENT_DATE"
  418. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_DATE"
  419. id="ciski_110mm___d7e124808-1_L_APPOITME"/>
  420. <xs:element minOccurs="0"
  421. maxOccurs="1"
  422. name="L_APPOITMENT_PERIOD"
  423. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_PERIOD"
  424. id="ciski_110mm___d7e124809-1_L_APPOITME"/>
  425. <xs:element minOccurs="0"
  426. maxOccurs="1"
  427. name="L_APPOITMENT_INFO"
  428. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_INFO"
  429. id="ciski_110mm___d7e124810-1_L_APPOITME"/>
  430. <xs:element minOccurs="0"
  431. maxOccurs="1"
  432. name="L_APPOITMENT_TYPE"
  433. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_TYPE"
  434. id="ciski_110mm___d7e124811-1_L_APPOITME"/>
  435. <xs:element minOccurs="0"
  436. maxOccurs="1"
  437. name="A_STATUS"
  438. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_STATUS"
  439. id="ciski_110mm___d7e124812-1_A_STATUS"/>
  440. <xs:element minOccurs="0"
  441. maxOccurs="1"
  442. name="etykieta_x"
  443. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_x"
  444. id="ciski_110mm___d7e124813-1_etykieta_x"/>
  445. <xs:element minOccurs="0"
  446. maxOccurs="1"
  447. name="etykieta_y"
  448. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_y"
  449. id="ciski_110mm___d7e124815-1_etykieta_y"/>
  450. <xs:element minOccurs="0"
  451. maxOccurs="1"
  452. name="etykieta_obrot"
  453. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_obrot"
  454. id="ciski_110mm___d7e124816-1_etykieta_o"/>
  455. <xs:element minOccurs="0"
  456. maxOccurs="1"
  457. name="WORK_PLAN_START"
  458. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__WORK_PLAN_START"
  459. id="ciski_110mm___d7e124817-1_WORK_PLAN_"/>
  460. <xs:element minOccurs="0"
  461. maxOccurs="1"
  462. name="WORK_PLAN_FINISH"
  463. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__WORK_PLAN_FINISH"
  464. id="ciski_110mm___d7e124818-1_WORK_PLAN_"/>
  465. <xs:element minOccurs="0"
  466. maxOccurs="1"
  467. name="T_WORKPOINTS_TIME_HOURS"
  468. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__T_WORKPOINTS_TIME_HOURS"
  469. id="ciski_110mm___d7e124819-1_T_WORKPOIN"/>
  470. <!--#272 found ignored ID_KORESP_PROJEKT-->
  471. <!--#288 unsupported yet @ref p5_zasob_36:IN7_DZIENNIK_KORESP-->
  472. <!--#453 found ignored p5_zasob_36:IN7_DZIENNIK_KORESP by same @system_cache__appinfo:name-->
  473. <!--#272 found ignored ID_KORESP_OFFER-->
  474. <!--#272 found ignored WORK_PLAN_START-->
  475. <!--#272 found ignored WORK_PLAN_FINISH-->
  476. <!--#272 found ignored T_WORKPOINTS_TIME_HOURS-->
  477. <!--#272 found ignored ID_KORESP_PROTOK_ODB-->
  478. <!--#272 found ignored cena_jedn-->
  479. <!--#272 found ignored ID_ZASOB-->
  480. <!--#288 unsupported yet @ref p5_zasob_36:CRM_LISTA_ZASOBOW-->
  481. <!--#453 found ignored p5_zasob_36:CRM_LISTA_ZASOBOW by same @system_cache__appinfo:name-->
  482. <!--#272 found ignored ID_PROJECT-->
  483. <!--#272 found ignored the_geom-->
  484. <!--#272 found ignored Dlugosc-->
  485. <!--#272 found ignored ID_KORESP_DO_UZG-->
  486. <!--#272 found ignored A_RECORD_CREATE_DATE-->
  487. <!--#272 found ignored ID-->
  488. <!--#272 found ignored A_RECORD_CREATE_AUTHOR-->
  489. <!--#272 found ignored A_RECORD_UPDATE_DATE-->
  490. <!--#272 found ignored A_RECORD_UPDATE_AUTHOR-->
  491. <!--#272 found ignored L_APPOITMENT_DATE-->
  492. <!--#272 found ignored L_APPOITMENT_USER-->
  493. <!--#272 found ignored L_APPOITMENT_PERIOD-->
  494. <!--#272 found ignored ID_KORESP_PROJ_WYK-->
  495. <!--#272 found ignored L_APPOITMENT_INFO-->
  496. <!--#272 found ignored L_APPOITMENT_TYPE-->
  497. <!--#272 found ignored A_STATUS-->
  498. <!--#272 found ignored ID_KORESP_UZG-->
  499. <!--#272 found ignored A_STATUS_INFO-->
  500. <!--#272 found ignored A_ADM_COMPANY-->
  501. <!--#272 found ignored A_CLASSIFIED-->
  502. <!--#272 found ignored etykieta_obrot-->
  503. <!--#272 found ignored etykieta_x-->
  504. <!--#272 found ignored gid-->
  505. <!--#272 found ignored etykieta_y-->
  506. <!--#272 found ignored ID_KORESP_DO_REALIZ-->
  507. <!--#272 found ignored SYNC_SQIX_STATUS-->
  508. <!--#272 found ignored ID_KORESP_ZLECENIE-->
  509. <!--#272 found ignored ID_KORESP_ZGL_ODB-->
  510. <!--#272 found ignored ID_KORESP_DO_UZG_ZUD-->
  511. <!--#272 found ignored ID_KORESP_UZG_ZUD-->
  512. <!--#272 found ignored ID_KORESP_POM_GEOD-->
  513. </xs:sequence>
  514. <xs:attribute name="label" type="xs:string" id="ciski_110mm___d7e124863-1_label"/>
  515. <xs:assert test="@label = concat(opis, ID_PROJECT, Dlugosc)"
  516. id="ciski_110mm___d7e124864-1"/>
  517. <xs:assert test="Dlugosc = gml:shape_size(the_geom)"
  518. id="ciski_110mm___d7e124865-1">
  519. <xs:annotation>
  520. <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>
  521. </xs:annotation>
  522. </xs:assert>
  523. </xs:complexType>
  524. <xs:element name="Rozdzielcza_Przeciski_110mm"
  525. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm"
  526. id="ciski_110mm___d7e124869-1_Rozdzielcz"/>
  527. <xs:complexType name="Rozdzielcza_Przeciski_110mm_DRAFT"
  528. id="ciski_110mm___d7e124871-1_Rozdzielcz">
  529. <xs:complexContent id="ciski_110mm___d7e124872-1">
  530. <xs:restriction base="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm">
  531. <xs:sequence id="ciski_110mm___d7e124874-1">
  532. <xs:element name="ID" type="xs:int" id="ciski_110mm___d7e124875-1_ID"/>
  533. <xs:element name="the_geom"
  534. type="gml:AbstractFeatureType"
  535. id="ciski_110mm___d7e124876-1_the_geom">
  536. <xs:annotation>
  537. <xs:documentation>Dane geograficzne obiektu - linia, punkt,
  538. polygon</xs:documentation>
  539. </xs:annotation>
  540. </xs:element>
  541. <xs:element name="A_STATUS_INFO"
  542. type="xs:string"
  543. id="ciski_110mm___d7e124880-1_A_STATUS_I"/>
  544. <xs:element name="opis" type="xs:string" id="ciski_110mm___d7e124881-1_opis">
  545. <xs:annotation>
  546. <xs:documentation>To zmiany na ID_ZASOBU pod katem
  547. kosztorysowym</xs:documentation>
  548. </xs:annotation>
  549. </xs:element>
  550. <xs:element name="ID_ZASOB"
  551. type="xs:int"
  552. id="ciski_110mm___d7e124885-1_ID_ZASOB"/>
  553. <xs:element ref="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW"
  554. id="ciski_110mm___d7e124886-1">
  555. <xs:annotation>
  556. <xs:appinfo>
  557. <system_cache__appinfo:flat_relation_cache>
  558. <system_cache__appinfo:source system_cache__appinfo:name="ID_ZASOB"
  559. system_cache__appinfo:xpath="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW/ID"/>
  560. </system_cache__appinfo:flat_relation_cache>
  561. </xs:appinfo>
  562. </xs:annotation>
  563. </xs:element>
  564. <xs:element name="Dlugosc"
  565. type="xs:double"
  566. id="ciski_110mm___d7e124891-1_Dlugosc"/>
  567. <xs:element name="Powierzchnia"
  568. type="xs:double"
  569. id="ciski_110mm___d7e124892-1_Powierzchn"/>
  570. <xs:element name="L_APPOITMENT_USER"
  571. type="xs:string"
  572. id="ciski_110mm___d7e124893-1_L_APPOITME"/>
  573. <xs:element ref="SystemObjects__x3A__AccessOwner:AccessOwner"
  574. id="ciski_110mm___d7e124894-1">
  575. <xs:annotation>
  576. <xs:appinfo>
  577. <system_cache__appinfo:flat_relation_cache>
  578. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  579. system_cache__appinfo:xpath="SystemObjects__x3A__AccessOwner:AccessOwner/login"/>
  580. </system_cache__appinfo:flat_relation_cache>
  581. </xs:appinfo>
  582. </xs:annotation>
  583. </xs:element>
  584. <xs:element name="A_CLASSIFIED"
  585. type="xs:string"
  586. id="ciski_110mm___d7e124899-1_A_CLASSIFI"/>
  587. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  588. id="ciski_110mm___d7e124901-1">
  589. <xs:annotation>
  590. <xs:appinfo>
  591. <system_cache__appinfo:flat_relation_cache>
  592. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  593. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/uid"/>
  594. </system_cache__appinfo:flat_relation_cache>
  595. </xs:appinfo>
  596. </xs:annotation>
  597. </xs:element>
  598. <xs:element name="A_ADM_COMPANY"
  599. type="xs:string"
  600. id="ciski_110mm___d7e124906-1_A_ADM_COMP"/>
  601. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  602. id="ciski_110mm___d7e124907-1">
  603. <xs:annotation>
  604. <xs:appinfo>
  605. <system_cache__appinfo:flat_relation_cache>
  606. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  607. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupWrite/uid"/>
  608. </system_cache__appinfo:flat_relation_cache>
  609. </xs:appinfo>
  610. </xs:annotation>
  611. </xs:element>
  612. <xs:element name="ID_PROJECT"
  613. type="xs:int"
  614. id="ciski_110mm___d7e124912-1_ID_PROJECT"/>
  615. <xs:element name="ID_KORESP_PROJEKT"
  616. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_UNSET"
  617. id="ciski_110mm___d7e124913-1_ID_KORESP_"/>
  618. <xs:element minOccurs="0"
  619. maxOccurs="0"
  620. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  621. id="ciski_110mm___d7e124914-1">
  622. <xs:annotation>
  623. <xs:appinfo>
  624. <system_cache__appinfo:flat_relation_cache>
  625. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT"
  626. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT/ID"/>
  627. </system_cache__appinfo:flat_relation_cache>
  628. </xs:appinfo>
  629. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  630. zasadami projektowania</xs:documentation>
  631. </xs:annotation>
  632. </xs:element>
  633. <xs:element name="ID_KORESP_PROJEKT_WYK"
  634. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  635. id="ciski_110mm___d7e124921-1_ID_KORESP_"/>
  636. <xs:element minOccurs="0"
  637. maxOccurs="unbounded"
  638. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK"
  639. id="ciski_110mm___d7e124922-1">
  640. <xs:annotation>
  641. <xs:appinfo>
  642. <system_cache__appinfo:flat_relation_cache>
  643. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT_WYK"
  644. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK/ID"/>
  645. </system_cache__appinfo:flat_relation_cache>
  646. </xs:appinfo>
  647. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  648. zasadami projektowania - proj wykonawczy</xs:documentation>
  649. </xs:annotation>
  650. </xs:element>
  651. <xs:element name="ID_KORESP_DO_REALIZ"
  652. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  653. id="ciski_110mm___d7e124929-1_ID_KORESP_"/>
  654. <xs:element minOccurs="0"
  655. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  656. id="ciski_110mm___d7e124930-1">
  657. <xs:annotation>
  658. <xs:appinfo>
  659. <system_cache__appinfo:flat_relation_cache>
  660. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_REALIZ"
  661. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ/ID"/>
  662. </system_cache__appinfo:flat_relation_cache>
  663. </xs:appinfo>
  664. <xs:documentation>Czy jest decyzja na realizacje</xs:documentation>
  665. </xs:annotation>
  666. </xs:element>
  667. <xs:element name="ID_KORESP_OFFER"
  668. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  669. id="ciski_110mm___d7e124937-1_ID_KORESP_"/>
  670. <xs:element minOccurs="0"
  671. maxOccurs="unbounded"
  672. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  673. id="ciski_110mm___d7e124939-1">
  674. <xs:annotation>
  675. <xs:appinfo>
  676. <system_cache__appinfo:flat_relation_cache>
  677. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_OFFER"
  678. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER/ID"/>
  679. </system_cache__appinfo:flat_relation_cache>
  680. </xs:appinfo>
  681. <xs:documentation>Czy jest oferta na obiekt</xs:documentation>
  682. </xs:annotation>
  683. </xs:element>
  684. <xs:element name="ID_KORESP_DO_UZG"
  685. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  686. id="ciski_110mm___d7e124946-1_ID_KORESP_"/>
  687. <xs:element minOccurs="0"
  688. maxOccurs="unbounded"
  689. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  690. id="ciski_110mm___d7e124947-1">
  691. <xs:annotation>
  692. <xs:appinfo>
  693. <system_cache__appinfo:flat_relation_cache>
  694. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG"
  695. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/ID"/>
  696. </system_cache__appinfo:flat_relation_cache>
  697. </xs:appinfo>
  698. <xs:documentation>Powiązanie do wysłanego pisma o zgodę na usytuowanie obiektu,
  699. do właściciela nieruchomości</xs:documentation>
  700. </xs:annotation>
  701. </xs:element>
  702. <xs:element name="ID_KORESP_UZG"
  703. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  704. id="ciski_110mm___d7e124954-1_ID_KORESP_"/>
  705. <xs:element minOccurs="0"
  706. maxOccurs="unbounded"
  707. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  708. id="ciski_110mm___d7e124955-1">
  709. <xs:annotation>
  710. <xs:appinfo>
  711. <system_cache__appinfo:flat_relation_cache>
  712. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG"
  713. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG/ID"/>
  714. </system_cache__appinfo:flat_relation_cache>
  715. </xs:appinfo>
  716. <xs:documentation>Fakt wyrażenia zgody na usytuowanie sieci od właściciela.
  717. Brak zgody powinien być wiązany z relacją dla wysyłania wniosków o
  718. zgody</xs:documentation>
  719. </xs:annotation>
  720. </xs:element>
  721. <xs:element name="ID_KORESP_DO_UZG_ZUD"
  722. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  723. id="ciski_110mm___d7e124962-1_ID_KORESP_"/>
  724. <xs:element minOccurs="0"
  725. maxOccurs="unbounded"
  726. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  727. id="ciski_110mm___d7e124963-1">
  728. <xs:annotation>
  729. <xs:appinfo>
  730. <system_cache__appinfo:flat_relation_cache>
  731. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG_ZUD"
  732. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD/ID"/>
  733. </system_cache__appinfo:flat_relation_cache>
  734. </xs:appinfo>
  735. <xs:documentation>Potwierdzenie nadania wniosku o uzgodnienie
  736. ZUD</xs:documentation>
  737. </xs:annotation>
  738. </xs:element>
  739. <xs:element name="ID_KORESP_UZG_ZUD"
  740. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  741. id="ciski_110mm___d7e124970-1_ID_KORESP_"/>
  742. <xs:element minOccurs="0"
  743. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  744. id="ciski_110mm___d7e124971-1">
  745. <xs:annotation>
  746. <xs:appinfo>
  747. <system_cache__appinfo:flat_relation_cache>
  748. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG_ZUD"
  749. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD/ID"/>
  750. </system_cache__appinfo:flat_relation_cache>
  751. </xs:appinfo>
  752. <xs:documentation>Potwierdzenie zwrotnego pisma ze zgodą ZUD</xs:documentation>
  753. </xs:annotation>
  754. </xs:element>
  755. <xs:element name="ID_KORESP_ZLECENIE"
  756. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  757. id="ciski_110mm___d7e124978-1_ID_KORESP_"/>
  758. <xs:element minOccurs="0"
  759. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  760. id="ciski_110mm___d7e124979-1">
  761. <xs:annotation>
  762. <xs:appinfo>
  763. <system_cache__appinfo:flat_relation_cache>
  764. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZLECENIE"
  765. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE/ID"/>
  766. </system_cache__appinfo:flat_relation_cache>
  767. </xs:appinfo>
  768. <xs:documentation>Powiązanie obiektu ze zleceniem na wykonanie obiektu przez
  769. wykonawce</xs:documentation>
  770. </xs:annotation>
  771. </xs:element>
  772. <xs:element name="ID_KORESP_ZGL_ODB"
  773. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  774. id="ciski_110mm___d7e124987-1_ID_KORESP_"/>
  775. <xs:element minOccurs="0"
  776. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  777. id="ciski_110mm___d7e124988-1">
  778. <xs:annotation>
  779. <xs:appinfo>
  780. <system_cache__appinfo:flat_relation_cache>
  781. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZGL_ODB"
  782. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB/ID"/>
  783. </system_cache__appinfo:flat_relation_cache>
  784. </xs:appinfo>
  785. <xs:documentation>Relacja tworzona przez podwykonawcę jako zgłoszenie do
  786. odbioru=wykonanie</xs:documentation>
  787. </xs:annotation>
  788. </xs:element>
  789. <xs:element name="ID_KORESP_POM_GEOD"
  790. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  791. id="ciski_110mm___d7e124995-1_ID_KORESP_"/>
  792. <xs:element minOccurs="0"
  793. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  794. id="ciski_110mm___d7e124996-1">
  795. <xs:annotation>
  796. <xs:appinfo>
  797. <system_cache__appinfo:flat_relation_cache>
  798. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_POM_GEOD"
  799. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD/ID"/>
  800. </system_cache__appinfo:flat_relation_cache>
  801. </xs:appinfo>
  802. <xs:documentation>Stwierdzenie, że współrzędne obiektu został zaktualizowane
  803. oraz są powiązane do dokumentu z operatem</xs:documentation>
  804. </xs:annotation>
  805. </xs:element>
  806. <xs:element name="ID_KORESP_PROTOK_ODB"
  807. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  808. id="ciski_110mm___d7e125003-1_ID_KORESP_"/>
  809. <xs:element minOccurs="0"
  810. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  811. id="ciski_110mm___d7e125004-1">
  812. <xs:annotation>
  813. <xs:appinfo>
  814. <system_cache__appinfo:flat_relation_cache>
  815. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROTOK_ODB"
  816. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB/ID"/>
  817. </system_cache__appinfo:flat_relation_cache>
  818. </xs:appinfo>
  819. <xs:documentation>Odebranie obiektu przez trójstronny dokument właściciel,
  820. wykonawca, inwestor</xs:documentation>
  821. </xs:annotation>
  822. </xs:element>
  823. <xs:element name="InvestArrangements_Network_Crossings"
  824. type="xs:int"
  825. id="ciski_110mm___d7e125011-1_InvestArra"/>
  826. <xs:element minOccurs="0"
  827. ref="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings"
  828. id="ciski_110mm___d7e125012-1">
  829. <xs:annotation>
  830. <xs:appinfo>
  831. <system_cache__appinfo:flat_relation_cache>
  832. <system_cache__appinfo:source system_cache__appinfo:name="InvestArrangements_Network_Crossings"
  833. system_cache__appinfo:xpath="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings/ID"/>
  834. </system_cache__appinfo:flat_relation_cache>
  835. </xs:appinfo>
  836. <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>
  837. </xs:annotation>
  838. </xs:element>
  839. <xs:element minOccurs="0"
  840. maxOccurs="1"
  841. name="gid"
  842. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__gid"
  843. id="ciski_110mm___d7e125019-1_gid"/>
  844. <xs:element minOccurs="0"
  845. maxOccurs="1"
  846. name="ID_KORESP_PROJ_WYK"
  847. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__ID_KORESP_PROJ_WYK"
  848. id="ciski_110mm___d7e125020-1_ID_KORESP_"/>
  849. <xs:element minOccurs="0"
  850. maxOccurs="1"
  851. name="cena_jedn"
  852. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__cena_jedn"
  853. id="ciski_110mm___d7e125021-1_cena_jedn"/>
  854. <xs:element minOccurs="0"
  855. maxOccurs="1"
  856. name="A_RECORD_CREATE_DATE"
  857. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_CREATE_DATE"
  858. id="ciski_110mm___d7e125023-1_A_RECORD_C"/>
  859. <xs:element minOccurs="0"
  860. maxOccurs="1"
  861. name="A_RECORD_CREATE_AUTHOR"
  862. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_CREATE_AUTHOR"
  863. id="ciski_110mm___d7e125024-1_A_RECORD_C"/>
  864. <xs:element minOccurs="0"
  865. maxOccurs="1"
  866. name="SYNC_SQIX_STATUS"
  867. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__SYNC_SQIX_STATUS"
  868. id="ciski_110mm___d7e125025-1_SYNC_SQIX_"/>
  869. <xs:element minOccurs="0"
  870. maxOccurs="1"
  871. name="A_RECORD_UPDATE_DATE"
  872. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_UPDATE_DATE"
  873. id="ciski_110mm___d7e125026-1_A_RECORD_U"/>
  874. <xs:element minOccurs="0"
  875. maxOccurs="1"
  876. name="A_RECORD_UPDATE_AUTHOR"
  877. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_UPDATE_AUTHOR"
  878. id="ciski_110mm___d7e125027-1_A_RECORD_U"/>
  879. <xs:element minOccurs="0"
  880. maxOccurs="1"
  881. name="L_APPOITMENT_DATE"
  882. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_DATE"
  883. id="ciski_110mm___d7e125028-1_L_APPOITME"/>
  884. <xs:element minOccurs="0"
  885. maxOccurs="1"
  886. name="L_APPOITMENT_PERIOD"
  887. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_PERIOD"
  888. id="ciski_110mm___d7e125029-1_L_APPOITME"/>
  889. <xs:element minOccurs="0"
  890. maxOccurs="1"
  891. name="L_APPOITMENT_INFO"
  892. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_INFO"
  893. id="ciski_110mm___d7e125030-1_L_APPOITME"/>
  894. <xs:element minOccurs="0"
  895. maxOccurs="1"
  896. name="L_APPOITMENT_TYPE"
  897. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_TYPE"
  898. id="ciski_110mm___d7e125031-1_L_APPOITME"/>
  899. <xs:element minOccurs="0"
  900. maxOccurs="1"
  901. name="A_STATUS"
  902. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_STATUS"
  903. id="ciski_110mm___d7e125032-1_A_STATUS"/>
  904. <xs:element minOccurs="0"
  905. maxOccurs="1"
  906. name="etykieta_x"
  907. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_x"
  908. id="ciski_110mm___d7e125033-1_etykieta_x"/>
  909. <xs:element minOccurs="0"
  910. maxOccurs="1"
  911. name="etykieta_y"
  912. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_y"
  913. id="ciski_110mm___d7e125035-1_etykieta_y"/>
  914. <xs:element minOccurs="0"
  915. maxOccurs="1"
  916. name="etykieta_obrot"
  917. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_obrot"
  918. id="ciski_110mm___d7e125036-1_etykieta_o"/>
  919. <xs:element minOccurs="0"
  920. maxOccurs="1"
  921. name="WORK_PLAN_START"
  922. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__WORK_PLAN_START"
  923. id="ciski_110mm___d7e125037-1_WORK_PLAN_"/>
  924. <xs:element minOccurs="0"
  925. maxOccurs="1"
  926. name="WORK_PLAN_FINISH"
  927. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__WORK_PLAN_FINISH"
  928. id="ciski_110mm___d7e125038-1_WORK_PLAN_"/>
  929. <xs:element minOccurs="0"
  930. maxOccurs="1"
  931. name="T_WORKPOINTS_TIME_HOURS"
  932. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__T_WORKPOINTS_TIME_HOURS"
  933. id="ciski_110mm___d7e125039-1_T_WORKPOIN"/>
  934. <!--#272 found ignored ID_KORESP_PROJEKT-->
  935. <!--#288 unsupported yet @ref p5_zasob_36:IN7_DZIENNIK_KORESP-->
  936. <!--#453 found ignored p5_zasob_36:IN7_DZIENNIK_KORESP by same @system_cache__appinfo:name-->
  937. <!--#272 found ignored ID_KORESP_OFFER-->
  938. <!--#272 found ignored WORK_PLAN_START-->
  939. <!--#272 found ignored WORK_PLAN_FINISH-->
  940. <!--#272 found ignored T_WORKPOINTS_TIME_HOURS-->
  941. <!--#272 found ignored ID_KORESP_PROTOK_ODB-->
  942. <!--#272 found ignored cena_jedn-->
  943. <!--#272 found ignored ID_ZASOB-->
  944. <!--#288 unsupported yet @ref p5_zasob_36:CRM_LISTA_ZASOBOW-->
  945. <!--#453 found ignored p5_zasob_36:CRM_LISTA_ZASOBOW by same @system_cache__appinfo:name-->
  946. <!--#272 found ignored ID_PROJECT-->
  947. <!--#272 found ignored the_geom-->
  948. <!--#272 found ignored Dlugosc-->
  949. <!--#272 found ignored ID_KORESP_DO_UZG-->
  950. <!--#272 found ignored A_RECORD_CREATE_DATE-->
  951. <!--#272 found ignored ID-->
  952. <!--#272 found ignored A_RECORD_CREATE_AUTHOR-->
  953. <!--#272 found ignored A_RECORD_UPDATE_DATE-->
  954. <!--#272 found ignored A_RECORD_UPDATE_AUTHOR-->
  955. <!--#272 found ignored L_APPOITMENT_DATE-->
  956. <!--#272 found ignored L_APPOITMENT_USER-->
  957. <!--#272 found ignored L_APPOITMENT_PERIOD-->
  958. <!--#272 found ignored ID_KORESP_PROJ_WYK-->
  959. <!--#272 found ignored L_APPOITMENT_INFO-->
  960. <!--#272 found ignored L_APPOITMENT_TYPE-->
  961. <!--#272 found ignored A_STATUS-->
  962. <!--#272 found ignored ID_KORESP_UZG-->
  963. <!--#272 found ignored A_STATUS_INFO-->
  964. <!--#272 found ignored A_ADM_COMPANY-->
  965. <!--#272 found ignored A_CLASSIFIED-->
  966. <!--#272 found ignored etykieta_obrot-->
  967. <!--#272 found ignored etykieta_x-->
  968. <!--#272 found ignored gid-->
  969. <!--#272 found ignored etykieta_y-->
  970. <!--#272 found ignored ID_KORESP_DO_REALIZ-->
  971. <!--#272 found ignored SYNC_SQIX_STATUS-->
  972. <!--#272 found ignored ID_KORESP_ZLECENIE-->
  973. <!--#272 found ignored ID_KORESP_ZGL_ODB-->
  974. <!--#272 found ignored ID_KORESP_DO_UZG_ZUD-->
  975. <!--#272 found ignored ID_KORESP_UZG_ZUD-->
  976. <!--#272 found ignored ID_KORESP_POM_GEOD-->
  977. </xs:sequence>
  978. </xs:restriction>
  979. </xs:complexContent>
  980. </xs:complexType>
  981. <xs:element name="Rozdzielcza_Przeciski_110mm_DRAFT"
  982. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm_DRAFT"
  983. id="ciski_110mm___d7e125083-1_Rozdzielcz">
  984. <xs:annotation>
  985. <xs:appinfo>
  986. <system_cache__appinfo:base_type system_cache__appinfo:base_type_group="infrastructure"
  987. system_cache__appinfo:base_type_name="Draft"/>
  988. </xs:appinfo>
  989. </xs:annotation>
  990. </xs:element>
  991. <xs:complexType name="Rozdzielcza_Przeciski_110mm_PROJEKT"
  992. id="ciski_110mm___d7e125087-1_Rozdzielcz">
  993. <xs:annotation>
  994. <xs:documentation>Generalnie prototyp obiektu już jest jego planem, dla tego na ten moment
  995. bedzie to extensions obiektu infrastruktury</xs:documentation>
  996. </xs:annotation>
  997. <xs:complexContent id="ciski_110mm___d7e125091-1">
  998. <xs:restriction base="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm">
  999. <xs:sequence id="ciski_110mm___d7e125093-1">
  1000. <xs:element name="ID" type="xs:int" id="ciski_110mm___d7e125094-1_ID"/>
  1001. <xs:element name="the_geom"
  1002. type="gml:AbstractFeatureType"
  1003. id="ciski_110mm___d7e125095-1_the_geom"/>
  1004. <xs:element name="A_STATUS_INFO"
  1005. type="xs:string"
  1006. id="ciski_110mm___d7e125096-1_A_STATUS_I"/>
  1007. <xs:element name="opis" type="xs:string" id="ciski_110mm___d7e125097-1_opis">
  1008. <xs:annotation>
  1009. <xs:documentation>To zmiany na ID_ZASOBU pod katem
  1010. kosztorysowym</xs:documentation>
  1011. </xs:annotation>
  1012. </xs:element>
  1013. <xs:element name="ID_ZASOB"
  1014. type="xs:int"
  1015. id="ciski_110mm___d7e125101-1_ID_ZASOB"/>
  1016. <xs:element ref="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW"
  1017. id="ciski_110mm___d7e125102-1">
  1018. <xs:annotation>
  1019. <xs:appinfo>
  1020. <system_cache__appinfo:flat_relation_cache>
  1021. <system_cache__appinfo:source system_cache__appinfo:name="ID_ZASOB"
  1022. system_cache__appinfo:xpath="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW/ID"/>
  1023. </system_cache__appinfo:flat_relation_cache>
  1024. </xs:appinfo>
  1025. </xs:annotation>
  1026. </xs:element>
  1027. <xs:element name="Dlugosc"
  1028. type="xs:double"
  1029. id="ciski_110mm___d7e125107-1_Dlugosc"/>
  1030. <xs:element name="Powierzchnia"
  1031. type="xs:double"
  1032. id="ciski_110mm___d7e125108-1_Powierzchn"/>
  1033. <xs:element name="L_APPOITMENT_USER"
  1034. type="xs:string"
  1035. id="ciski_110mm___d7e125109-1_L_APPOITME"/>
  1036. <xs:element ref="SystemObjects__x3A__AccessOwner:AccessOwner"
  1037. id="ciski_110mm___d7e125110-1">
  1038. <xs:annotation>
  1039. <xs:appinfo>
  1040. <system_cache__appinfo:flat_relation_cache>
  1041. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  1042. system_cache__appinfo:xpath="SystemObjects__x3A__AccessOwner:AccessOwner/login"/>
  1043. </system_cache__appinfo:flat_relation_cache>
  1044. </xs:appinfo>
  1045. </xs:annotation>
  1046. </xs:element>
  1047. <xs:element name="A_CLASSIFIED"
  1048. type="xs:string"
  1049. id="ciski_110mm___d7e125115-1_A_CLASSIFI"/>
  1050. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  1051. id="ciski_110mm___d7e125117-1">
  1052. <xs:annotation>
  1053. <xs:appinfo>
  1054. <system_cache__appinfo:flat_relation_cache>
  1055. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  1056. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/uid"/>
  1057. </system_cache__appinfo:flat_relation_cache>
  1058. </xs:appinfo>
  1059. </xs:annotation>
  1060. </xs:element>
  1061. <xs:element name="A_ADM_COMPANY"
  1062. type="xs:string"
  1063. id="ciski_110mm___d7e125122-1_A_ADM_COMP"/>
  1064. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  1065. id="ciski_110mm___d7e125123-1">
  1066. <xs:annotation>
  1067. <xs:appinfo>
  1068. <system_cache__appinfo:flat_relation_cache>
  1069. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  1070. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupWrite/uid"/>
  1071. </system_cache__appinfo:flat_relation_cache>
  1072. </xs:appinfo>
  1073. </xs:annotation>
  1074. </xs:element>
  1075. <xs:element name="ID_PROJECT"
  1076. type="xs:int"
  1077. id="ciski_110mm___d7e125128-1_ID_PROJECT"/>
  1078. <xs:element name="ID_KORESP_PROJEKT"
  1079. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  1080. id="ciski_110mm___d7e125129-1_ID_KORESP_"/>
  1081. <xs:element maxOccurs="unbounded"
  1082. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  1083. id="ciski_110mm___d7e125130-1">
  1084. <xs:annotation>
  1085. <xs:appinfo>
  1086. <system_cache__appinfo:flat_relation_cache>
  1087. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT"
  1088. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT/ID"/>
  1089. </system_cache__appinfo:flat_relation_cache>
  1090. </xs:appinfo>
  1091. <xs:documentation>stworzono i wydrukowano fizycznie dokument projektu dla
  1092. danego zakresu elementow</xs:documentation>
  1093. </xs:annotation>
  1094. </xs:element>
  1095. <xs:element name="ID_KORESP_PROJEKT_WYK"
  1096. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  1097. id="ciski_110mm___d7e125137-1_ID_KORESP_"/>
  1098. <xs:element minOccurs="0"
  1099. maxOccurs="unbounded"
  1100. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK"
  1101. id="ciski_110mm___d7e125138-1">
  1102. <xs:annotation>
  1103. <xs:appinfo>
  1104. <system_cache__appinfo:flat_relation_cache>
  1105. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT_WYK"
  1106. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK/ID"/>
  1107. </system_cache__appinfo:flat_relation_cache>
  1108. </xs:appinfo>
  1109. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  1110. zasadami projektowania - proj wykonawczy</xs:documentation>
  1111. </xs:annotation>
  1112. </xs:element>
  1113. <xs:element name="ID_KORESP_DO_REALIZ"
  1114. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  1115. id="ciski_110mm___d7e125145-1_ID_KORESP_"/>
  1116. <xs:element minOccurs="0"
  1117. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  1118. id="ciski_110mm___d7e125146-1">
  1119. <xs:annotation>
  1120. <xs:appinfo>
  1121. <system_cache__appinfo:flat_relation_cache>
  1122. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_REALIZ"
  1123. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ/ID"/>
  1124. </system_cache__appinfo:flat_relation_cache>
  1125. </xs:appinfo>
  1126. <xs:documentation>Czy jest decyzja na realizacje</xs:documentation>
  1127. </xs:annotation>
  1128. </xs:element>
  1129. <xs:element name="ID_KORESP_OFFER"
  1130. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  1131. id="ciski_110mm___d7e125153-1_ID_KORESP_"/>
  1132. <xs:element minOccurs="0"
  1133. maxOccurs="unbounded"
  1134. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  1135. id="ciski_110mm___d7e125155-1">
  1136. <xs:annotation>
  1137. <xs:appinfo>
  1138. <system_cache__appinfo:flat_relation_cache>
  1139. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_OFFER"
  1140. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER/ID"/>
  1141. </system_cache__appinfo:flat_relation_cache>
  1142. </xs:appinfo>
  1143. <xs:documentation>Czy jest oferta na obiekt</xs:documentation>
  1144. </xs:annotation>
  1145. </xs:element>
  1146. <xs:element name="ID_KORESP_DO_UZG"
  1147. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  1148. id="ciski_110mm___d7e125162-1_ID_KORESP_"/>
  1149. <xs:element minOccurs="0"
  1150. maxOccurs="unbounded"
  1151. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  1152. id="ciski_110mm___d7e125163-1">
  1153. <xs:annotation>
  1154. <xs:appinfo>
  1155. <system_cache__appinfo:flat_relation_cache>
  1156. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG"
  1157. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/ID"/>
  1158. </system_cache__appinfo:flat_relation_cache>
  1159. </xs:appinfo>
  1160. <xs:documentation>Powiązanie do wysłanego pisma o zgodę na usytuowanie obiektu,
  1161. do właściciela nieruchomości</xs:documentation>
  1162. </xs:annotation>
  1163. </xs:element>
  1164. <xs:element name="ID_KORESP_UZG"
  1165. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  1166. id="ciski_110mm___d7e125170-1_ID_KORESP_"/>
  1167. <xs:element minOccurs="0"
  1168. maxOccurs="unbounded"
  1169. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  1170. id="ciski_110mm___d7e125171-1">
  1171. <xs:annotation>
  1172. <xs:appinfo>
  1173. <system_cache__appinfo:flat_relation_cache>
  1174. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG"
  1175. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG/ID"/>
  1176. </system_cache__appinfo:flat_relation_cache>
  1177. </xs:appinfo>
  1178. <xs:documentation>Fakt wyrażenia zgody na usytuowanie sieci od właściciela.
  1179. Brak zgody powinien być wiązany z relacją dla wysyłania wniosków o
  1180. zgody</xs:documentation>
  1181. </xs:annotation>
  1182. </xs:element>
  1183. <xs:element name="ID_KORESP_DO_UZG_ZUD"
  1184. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  1185. id="ciski_110mm___d7e125178-1_ID_KORESP_"/>
  1186. <xs:element minOccurs="0"
  1187. maxOccurs="unbounded"
  1188. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  1189. id="ciski_110mm___d7e125179-1">
  1190. <xs:annotation>
  1191. <xs:appinfo>
  1192. <system_cache__appinfo:flat_relation_cache>
  1193. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG_ZUD"
  1194. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD/ID"/>
  1195. </system_cache__appinfo:flat_relation_cache>
  1196. </xs:appinfo>
  1197. <xs:documentation>Potwierdzenie nadania wniosku o uzgodnienie
  1198. ZUD</xs:documentation>
  1199. </xs:annotation>
  1200. </xs:element>
  1201. <xs:element name="ID_KORESP_UZG_ZUD"
  1202. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  1203. id="ciski_110mm___d7e125186-1_ID_KORESP_"/>
  1204. <xs:element minOccurs="0"
  1205. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  1206. id="ciski_110mm___d7e125187-1">
  1207. <xs:annotation>
  1208. <xs:appinfo>
  1209. <system_cache__appinfo:flat_relation_cache>
  1210. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG_ZUD"
  1211. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD/ID"/>
  1212. </system_cache__appinfo:flat_relation_cache>
  1213. </xs:appinfo>
  1214. <xs:documentation>Potwierdzenie zwrotnego pisma ze zgodą ZUD</xs:documentation>
  1215. </xs:annotation>
  1216. </xs:element>
  1217. <xs:element name="ID_KORESP_ZLECENIE"
  1218. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  1219. id="ciski_110mm___d7e125194-1_ID_KORESP_"/>
  1220. <xs:element minOccurs="0"
  1221. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  1222. id="ciski_110mm___d7e125195-1">
  1223. <xs:annotation>
  1224. <xs:appinfo>
  1225. <system_cache__appinfo:flat_relation_cache>
  1226. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZLECENIE"
  1227. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE/ID"/>
  1228. </system_cache__appinfo:flat_relation_cache>
  1229. </xs:appinfo>
  1230. <xs:documentation>Czy jest zlecenie</xs:documentation>
  1231. </xs:annotation>
  1232. </xs:element>
  1233. <xs:element name="ID_KORESP_ZGL_ODB"
  1234. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  1235. id="ciski_110mm___d7e125203-1_ID_KORESP_"/>
  1236. <xs:element minOccurs="0"
  1237. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  1238. id="ciski_110mm___d7e125204-1">
  1239. <xs:annotation>
  1240. <xs:appinfo>
  1241. <system_cache__appinfo:flat_relation_cache>
  1242. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZGL_ODB"
  1243. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB/ID"/>
  1244. </system_cache__appinfo:flat_relation_cache>
  1245. </xs:appinfo>
  1246. <xs:documentation>Relacja tworzona przez podwykonawcę jako zgłoszenie do
  1247. odbioru=wykonanie</xs:documentation>
  1248. </xs:annotation>
  1249. </xs:element>
  1250. <xs:element name="ID_KORESP_POM_GEOD"
  1251. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  1252. id="ciski_110mm___d7e125211-1_ID_KORESP_"/>
  1253. <xs:element minOccurs="0"
  1254. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  1255. id="ciski_110mm___d7e125212-1">
  1256. <xs:annotation>
  1257. <xs:appinfo>
  1258. <system_cache__appinfo:flat_relation_cache>
  1259. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_POM_GEOD"
  1260. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD/ID"/>
  1261. </system_cache__appinfo:flat_relation_cache>
  1262. </xs:appinfo>
  1263. <xs:documentation>Stwierdzenie, że współrzędne obiektu został zaktualizowane
  1264. oraz są powiązane do dokumentu z operatem</xs:documentation>
  1265. </xs:annotation>
  1266. </xs:element>
  1267. <xs:element name="ID_KORESP_PROTOK_ODB"
  1268. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  1269. id="ciski_110mm___d7e125219-1_ID_KORESP_"/>
  1270. <xs:element minOccurs="0"
  1271. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  1272. id="ciski_110mm___d7e125220-1">
  1273. <xs:annotation>
  1274. <xs:appinfo>
  1275. <system_cache__appinfo:flat_relation_cache>
  1276. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROTOK_ODB"
  1277. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB/ID"/>
  1278. </system_cache__appinfo:flat_relation_cache>
  1279. </xs:appinfo>
  1280. <xs:documentation>Odebranie obiektu przez trójstronny dokument właściciel,
  1281. wykonawca, inwestor</xs:documentation>
  1282. </xs:annotation>
  1283. </xs:element>
  1284. <xs:element name="InvestArrangements_Network_Crossings"
  1285. type="xs:int"
  1286. id="ciski_110mm___d7e125227-1_InvestArra"/>
  1287. <xs:element minOccurs="0"
  1288. ref="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings"
  1289. id="ciski_110mm___d7e125228-1">
  1290. <xs:annotation>
  1291. <xs:appinfo>
  1292. <system_cache__appinfo:flat_relation_cache>
  1293. <system_cache__appinfo:source system_cache__appinfo:name="InvestArrangements_Network_Crossings"
  1294. system_cache__appinfo:xpath="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings/ID"/>
  1295. </system_cache__appinfo:flat_relation_cache>
  1296. </xs:appinfo>
  1297. <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>
  1298. </xs:annotation>
  1299. </xs:element>
  1300. <xs:element minOccurs="0"
  1301. maxOccurs="1"
  1302. name="gid"
  1303. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__gid"
  1304. id="ciski_110mm___d7e125235-1_gid"/>
  1305. <xs:element minOccurs="0"
  1306. maxOccurs="1"
  1307. name="ID_KORESP_PROJ_WYK"
  1308. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__ID_KORESP_PROJ_WYK"
  1309. id="ciski_110mm___d7e125236-1_ID_KORESP_"/>
  1310. <xs:element minOccurs="0"
  1311. maxOccurs="1"
  1312. name="cena_jedn"
  1313. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__cena_jedn"
  1314. id="ciski_110mm___d7e125237-1_cena_jedn"/>
  1315. <xs:element minOccurs="0"
  1316. maxOccurs="1"
  1317. name="A_RECORD_CREATE_DATE"
  1318. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_CREATE_DATE"
  1319. id="ciski_110mm___d7e125239-1_A_RECORD_C"/>
  1320. <xs:element minOccurs="0"
  1321. maxOccurs="1"
  1322. name="A_RECORD_CREATE_AUTHOR"
  1323. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_CREATE_AUTHOR"
  1324. id="ciski_110mm___d7e125240-1_A_RECORD_C"/>
  1325. <xs:element minOccurs="0"
  1326. maxOccurs="1"
  1327. name="SYNC_SQIX_STATUS"
  1328. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__SYNC_SQIX_STATUS"
  1329. id="ciski_110mm___d7e125241-1_SYNC_SQIX_"/>
  1330. <xs:element minOccurs="0"
  1331. maxOccurs="1"
  1332. name="A_RECORD_UPDATE_DATE"
  1333. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_UPDATE_DATE"
  1334. id="ciski_110mm___d7e125242-1_A_RECORD_U"/>
  1335. <xs:element minOccurs="0"
  1336. maxOccurs="1"
  1337. name="A_RECORD_UPDATE_AUTHOR"
  1338. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_UPDATE_AUTHOR"
  1339. id="ciski_110mm___d7e125243-1_A_RECORD_U"/>
  1340. <xs:element minOccurs="0"
  1341. maxOccurs="1"
  1342. name="L_APPOITMENT_DATE"
  1343. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_DATE"
  1344. id="ciski_110mm___d7e125244-1_L_APPOITME"/>
  1345. <xs:element minOccurs="0"
  1346. maxOccurs="1"
  1347. name="L_APPOITMENT_PERIOD"
  1348. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_PERIOD"
  1349. id="ciski_110mm___d7e125245-1_L_APPOITME"/>
  1350. <xs:element minOccurs="0"
  1351. maxOccurs="1"
  1352. name="L_APPOITMENT_INFO"
  1353. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_INFO"
  1354. id="ciski_110mm___d7e125246-1_L_APPOITME"/>
  1355. <xs:element minOccurs="0"
  1356. maxOccurs="1"
  1357. name="L_APPOITMENT_TYPE"
  1358. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_TYPE"
  1359. id="ciski_110mm___d7e125247-1_L_APPOITME"/>
  1360. <xs:element minOccurs="0"
  1361. maxOccurs="1"
  1362. name="A_STATUS"
  1363. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_STATUS"
  1364. id="ciski_110mm___d7e125248-1_A_STATUS"/>
  1365. <xs:element minOccurs="0"
  1366. maxOccurs="1"
  1367. name="etykieta_x"
  1368. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_x"
  1369. id="ciski_110mm___d7e125249-1_etykieta_x"/>
  1370. <xs:element minOccurs="0"
  1371. maxOccurs="1"
  1372. name="etykieta_y"
  1373. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_y"
  1374. id="ciski_110mm___d7e125251-1_etykieta_y"/>
  1375. <xs:element minOccurs="0"
  1376. maxOccurs="1"
  1377. name="etykieta_obrot"
  1378. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_obrot"
  1379. id="ciski_110mm___d7e125252-1_etykieta_o"/>
  1380. <xs:element minOccurs="0"
  1381. maxOccurs="1"
  1382. name="WORK_PLAN_START"
  1383. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__WORK_PLAN_START"
  1384. id="ciski_110mm___d7e125253-1_WORK_PLAN_"/>
  1385. <xs:element minOccurs="0"
  1386. maxOccurs="1"
  1387. name="WORK_PLAN_FINISH"
  1388. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__WORK_PLAN_FINISH"
  1389. id="ciski_110mm___d7e125254-1_WORK_PLAN_"/>
  1390. <xs:element minOccurs="0"
  1391. maxOccurs="1"
  1392. name="T_WORKPOINTS_TIME_HOURS"
  1393. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__T_WORKPOINTS_TIME_HOURS"
  1394. id="ciski_110mm___d7e125255-1_T_WORKPOIN"/>
  1395. <!--#272 found ignored ID_KORESP_PROJEKT-->
  1396. <!--#288 unsupported yet @ref p5_zasob_36:IN7_DZIENNIK_KORESP-->
  1397. <!--#453 found ignored p5_zasob_36:IN7_DZIENNIK_KORESP by same @system_cache__appinfo:name-->
  1398. <!--#272 found ignored ID_KORESP_OFFER-->
  1399. <!--#272 found ignored WORK_PLAN_START-->
  1400. <!--#272 found ignored WORK_PLAN_FINISH-->
  1401. <!--#272 found ignored T_WORKPOINTS_TIME_HOURS-->
  1402. <!--#272 found ignored ID_KORESP_PROTOK_ODB-->
  1403. <!--#272 found ignored cena_jedn-->
  1404. <!--#272 found ignored ID_ZASOB-->
  1405. <!--#288 unsupported yet @ref p5_zasob_36:CRM_LISTA_ZASOBOW-->
  1406. <!--#453 found ignored p5_zasob_36:CRM_LISTA_ZASOBOW by same @system_cache__appinfo:name-->
  1407. <!--#272 found ignored ID_PROJECT-->
  1408. <!--#272 found ignored the_geom-->
  1409. <!--#272 found ignored Dlugosc-->
  1410. <!--#272 found ignored ID_KORESP_DO_UZG-->
  1411. <!--#272 found ignored A_RECORD_CREATE_DATE-->
  1412. <!--#272 found ignored ID-->
  1413. <!--#272 found ignored A_RECORD_CREATE_AUTHOR-->
  1414. <!--#272 found ignored A_RECORD_UPDATE_DATE-->
  1415. <!--#272 found ignored A_RECORD_UPDATE_AUTHOR-->
  1416. <!--#272 found ignored L_APPOITMENT_DATE-->
  1417. <!--#272 found ignored L_APPOITMENT_USER-->
  1418. <!--#272 found ignored L_APPOITMENT_PERIOD-->
  1419. <!--#272 found ignored ID_KORESP_PROJ_WYK-->
  1420. <!--#272 found ignored L_APPOITMENT_INFO-->
  1421. <!--#272 found ignored L_APPOITMENT_TYPE-->
  1422. <!--#272 found ignored A_STATUS-->
  1423. <!--#272 found ignored ID_KORESP_UZG-->
  1424. <!--#272 found ignored A_STATUS_INFO-->
  1425. <!--#272 found ignored A_ADM_COMPANY-->
  1426. <!--#272 found ignored A_CLASSIFIED-->
  1427. <!--#272 found ignored etykieta_obrot-->
  1428. <!--#272 found ignored etykieta_x-->
  1429. <!--#272 found ignored gid-->
  1430. <!--#272 found ignored etykieta_y-->
  1431. <!--#272 found ignored ID_KORESP_DO_REALIZ-->
  1432. <!--#272 found ignored SYNC_SQIX_STATUS-->
  1433. <!--#272 found ignored ID_KORESP_ZLECENIE-->
  1434. <!--#272 found ignored ID_KORESP_ZGL_ODB-->
  1435. <!--#272 found ignored ID_KORESP_DO_UZG_ZUD-->
  1436. <!--#272 found ignored ID_KORESP_UZG_ZUD-->
  1437. <!--#272 found ignored ID_KORESP_POM_GEOD-->
  1438. </xs:sequence>
  1439. <xs:attribute name="label" type="xs:string" id="ciski_110mm___d7e125299-1_label">
  1440. <xs:annotation>
  1441. <xs:documentation>Not needed to be there label</xs:documentation>
  1442. </xs:annotation>
  1443. </xs:attribute>
  1444. <xs:assert test="@label = concat('Projekt ', ID)" id="ciski_110mm___d7e125303-1">
  1445. <xs:annotation>
  1446. <xs:documentation>Test override parent assert for @label</xs:documentation>
  1447. </xs:annotation>
  1448. </xs:assert>
  1449. </xs:restriction>
  1450. </xs:complexContent>
  1451. </xs:complexType>
  1452. <xs:element name="Rozdzielcza_Przeciski_110mm_PROJEKT"
  1453. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm_PROJEKT"
  1454. id="ciski_110mm___d7e125307-1_Rozdzielcz">
  1455. <xs:annotation>
  1456. <xs:appinfo>
  1457. <system_cache__appinfo:base_type system_cache__appinfo:base_type_group="infrastructure"
  1458. system_cache__appinfo:base_type_name="PROJEKT"/>
  1459. </xs:appinfo>
  1460. <xs:documentation>Zaprojektowany - został wydrukowany projekt dla danego
  1461. rekordu</xs:documentation>
  1462. </xs:annotation>
  1463. </xs:element>
  1464. <xs:complexType name="Rozdzielcza_Przeciski_110mm_DO_REALIZ"
  1465. id="ciski_110mm___d7e125313-1_Rozdzielcz">
  1466. <xs:complexContent id="ciski_110mm___d7e125314-1">
  1467. <xs:restriction base="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm_PROJEKT">
  1468. <xs:sequence id="ciski_110mm___d7e125316-1">
  1469. <xs:element name="ID" type="xs:int" id="ciski_110mm___d7e125317-1_ID"/>
  1470. <xs:element name="the_geom"
  1471. type="gml:AbstractFeatureType"
  1472. id="ciski_110mm___d7e125318-1_the_geom"/>
  1473. <xs:element name="A_STATUS_INFO"
  1474. type="xs:string"
  1475. id="ciski_110mm___d7e125319-1_A_STATUS_I"/>
  1476. <xs:element name="opis" type="xs:string" id="ciski_110mm___d7e125320-1_opis">
  1477. <xs:annotation>
  1478. <xs:documentation>To zmiany na ID_ZASOBU pod katem
  1479. kosztorysowym</xs:documentation>
  1480. </xs:annotation>
  1481. </xs:element>
  1482. <xs:element name="ID_ZASOB"
  1483. type="xs:int"
  1484. id="ciski_110mm___d7e125324-1_ID_ZASOB"/>
  1485. <xs:element ref="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW"
  1486. id="ciski_110mm___d7e125325-1">
  1487. <xs:annotation>
  1488. <xs:appinfo>
  1489. <system_cache__appinfo:flat_relation_cache>
  1490. <system_cache__appinfo:source system_cache__appinfo:name="ID_ZASOB"
  1491. system_cache__appinfo:xpath="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW/ID"/>
  1492. </system_cache__appinfo:flat_relation_cache>
  1493. </xs:appinfo>
  1494. </xs:annotation>
  1495. </xs:element>
  1496. <xs:element name="Dlugosc"
  1497. type="xs:double"
  1498. id="ciski_110mm___d7e125330-1_Dlugosc"/>
  1499. <xs:element name="Powierzchnia"
  1500. type="xs:double"
  1501. id="ciski_110mm___d7e125331-1_Powierzchn"/>
  1502. <xs:element name="L_APPOITMENT_USER"
  1503. type="xs:string"
  1504. id="ciski_110mm___d7e125332-1_L_APPOITME"/>
  1505. <xs:element ref="SystemObjects__x3A__AccessOwner:AccessOwner"
  1506. id="ciski_110mm___d7e125333-1">
  1507. <xs:annotation>
  1508. <xs:appinfo>
  1509. <system_cache__appinfo:flat_relation_cache>
  1510. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  1511. system_cache__appinfo:xpath="SystemObjects__x3A__AccessOwner:AccessOwner/name"/>
  1512. </system_cache__appinfo:flat_relation_cache>
  1513. </xs:appinfo>
  1514. </xs:annotation>
  1515. </xs:element>
  1516. <xs:element name="A_CLASSIFIED"
  1517. type="xs:string"
  1518. id="ciski_110mm___d7e125338-1_A_CLASSIFI"/>
  1519. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  1520. id="ciski_110mm___d7e125340-1">
  1521. <xs:annotation>
  1522. <xs:appinfo>
  1523. <system_cache__appinfo:flat_relation_cache>
  1524. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  1525. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  1526. </system_cache__appinfo:flat_relation_cache>
  1527. </xs:appinfo>
  1528. </xs:annotation>
  1529. </xs:element>
  1530. <xs:element name="A_ADM_COMPANY"
  1531. type="xs:string"
  1532. id="ciski_110mm___d7e125345-1_A_ADM_COMP"/>
  1533. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  1534. id="ciski_110mm___d7e125346-1">
  1535. <xs:annotation>
  1536. <xs:appinfo>
  1537. <system_cache__appinfo:flat_relation_cache>
  1538. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  1539. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY/name"/>
  1540. </system_cache__appinfo:flat_relation_cache>
  1541. </xs:appinfo>
  1542. </xs:annotation>
  1543. </xs:element>
  1544. <xs:element name="ID_PROJECT"
  1545. type="xs:int"
  1546. id="ciski_110mm___d7e125351-1_ID_PROJECT"/>
  1547. <xs:element name="ID_KORESP_PROJEKT"
  1548. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  1549. id="ciski_110mm___d7e125352-1_ID_KORESP_"/>
  1550. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  1551. id="ciski_110mm___d7e125353-1">
  1552. <xs:annotation>
  1553. <xs:appinfo>
  1554. <system_cache__appinfo:flat_relation_cache>
  1555. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT"
  1556. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT/ID"/>
  1557. </system_cache__appinfo:flat_relation_cache>
  1558. </xs:appinfo>
  1559. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  1560. zasadami projektowania</xs:documentation>
  1561. </xs:annotation>
  1562. </xs:element>
  1563. <xs:element name="ID_KORESP_PROJEKT_WYK"
  1564. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  1565. id="ciski_110mm___d7e125360-1_ID_KORESP_"/>
  1566. <xs:element minOccurs="0"
  1567. maxOccurs="unbounded"
  1568. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK"
  1569. id="ciski_110mm___d7e125361-1">
  1570. <xs:annotation>
  1571. <xs:appinfo>
  1572. <system_cache__appinfo:flat_relation_cache>
  1573. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT_WYK"
  1574. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK/ID"/>
  1575. </system_cache__appinfo:flat_relation_cache>
  1576. </xs:appinfo>
  1577. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  1578. zasadami projektowania - proj wykonawczy</xs:documentation>
  1579. </xs:annotation>
  1580. </xs:element>
  1581. <xs:element name="ID_KORESP_DO_REALIZ"
  1582. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  1583. id="ciski_110mm___d7e125368-1_ID_KORESP_"/>
  1584. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  1585. id="ciski_110mm___d7e125369-1">
  1586. <xs:annotation>
  1587. <xs:appinfo>
  1588. <system_cache__appinfo:flat_relation_cache>
  1589. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_REALIZ"
  1590. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ/ID"/>
  1591. </system_cache__appinfo:flat_relation_cache>
  1592. </xs:appinfo>
  1593. <xs:documentation>Czy jest decyzja na realizacje</xs:documentation>
  1594. </xs:annotation>
  1595. </xs:element>
  1596. <xs:element name="ID_KORESP_OFFER"
  1597. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  1598. id="ciski_110mm___d7e125376-1_ID_KORESP_"/>
  1599. <xs:element minOccurs="0"
  1600. maxOccurs="unbounded"
  1601. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  1602. id="ciski_110mm___d7e125378-1">
  1603. <xs:annotation>
  1604. <xs:appinfo>
  1605. <system_cache__appinfo:flat_relation_cache>
  1606. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_OFFER"
  1607. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER/ID"/>
  1608. </system_cache__appinfo:flat_relation_cache>
  1609. </xs:appinfo>
  1610. <xs:documentation>Czy jest oferta na obiekt</xs:documentation>
  1611. </xs:annotation>
  1612. </xs:element>
  1613. <xs:element name="ID_KORESP_DO_UZG"
  1614. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  1615. id="ciski_110mm___d7e125385-1_ID_KORESP_"/>
  1616. <xs:element minOccurs="0"
  1617. maxOccurs="unbounded"
  1618. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  1619. id="ciski_110mm___d7e125386-1">
  1620. <xs:annotation>
  1621. <xs:appinfo>
  1622. <system_cache__appinfo:flat_relation_cache>
  1623. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG"
  1624. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/ID"/>
  1625. </system_cache__appinfo:flat_relation_cache>
  1626. </xs:appinfo>
  1627. <xs:documentation>Powiązanie do wysłanego pisma o zgodę na usytuowanie obiektu,
  1628. do właściciela nieruchomości</xs:documentation>
  1629. </xs:annotation>
  1630. </xs:element>
  1631. <xs:element name="ID_KORESP_UZG"
  1632. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  1633. id="ciski_110mm___d7e125393-1_ID_KORESP_"/>
  1634. <xs:element minOccurs="0"
  1635. maxOccurs="unbounded"
  1636. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  1637. id="ciski_110mm___d7e125394-1">
  1638. <xs:annotation>
  1639. <xs:appinfo>
  1640. <system_cache__appinfo:flat_relation_cache>
  1641. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG"
  1642. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG/ID"/>
  1643. </system_cache__appinfo:flat_relation_cache>
  1644. </xs:appinfo>
  1645. <xs:documentation>Fakt wyrażenia zgody na usytuowanie sieci od właściciela.
  1646. Brak zgody powinien być wiązany z relacją dla wysyłania wniosków o
  1647. zgody</xs:documentation>
  1648. </xs:annotation>
  1649. </xs:element>
  1650. <xs:element name="ID_KORESP_DO_UZG_ZUD"
  1651. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  1652. id="ciski_110mm___d7e125401-1_ID_KORESP_"/>
  1653. <xs:element minOccurs="0"
  1654. maxOccurs="unbounded"
  1655. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  1656. id="ciski_110mm___d7e125402-1">
  1657. <xs:annotation>
  1658. <xs:appinfo>
  1659. <system_cache__appinfo:flat_relation_cache>
  1660. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG_ZUD"
  1661. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD/ID"/>
  1662. </system_cache__appinfo:flat_relation_cache>
  1663. </xs:appinfo>
  1664. <xs:documentation>Potwierdzenie nadania wniosku o uzgodnienie
  1665. ZUD</xs:documentation>
  1666. </xs:annotation>
  1667. </xs:element>
  1668. <xs:element name="ID_KORESP_UZG_ZUD"
  1669. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  1670. id="ciski_110mm___d7e125409-1_ID_KORESP_"/>
  1671. <xs:element minOccurs="0"
  1672. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  1673. id="ciski_110mm___d7e125410-1">
  1674. <xs:annotation>
  1675. <xs:appinfo>
  1676. <system_cache__appinfo:flat_relation_cache>
  1677. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG_ZUD"
  1678. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD/ID"/>
  1679. </system_cache__appinfo:flat_relation_cache>
  1680. </xs:appinfo>
  1681. <xs:documentation>Potwierdzenie zwrotnego pisma ze zgodą ZUD</xs:documentation>
  1682. </xs:annotation>
  1683. </xs:element>
  1684. <xs:element name="ID_KORESP_ZLECENIE"
  1685. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  1686. id="ciski_110mm___d7e125417-1_ID_KORESP_"/>
  1687. <xs:element minOccurs="0"
  1688. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  1689. id="ciski_110mm___d7e125418-1">
  1690. <xs:annotation>
  1691. <xs:appinfo>
  1692. <system_cache__appinfo:flat_relation_cache>
  1693. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZLECENIE"
  1694. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE/ID"/>
  1695. </system_cache__appinfo:flat_relation_cache>
  1696. </xs:appinfo>
  1697. <xs:documentation>Czy jest zlecenie</xs:documentation>
  1698. </xs:annotation>
  1699. </xs:element>
  1700. <xs:element name="ID_KORESP_ZGL_ODB"
  1701. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  1702. id="ciski_110mm___d7e125426-1_ID_KORESP_"/>
  1703. <xs:element minOccurs="0"
  1704. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  1705. id="ciski_110mm___d7e125427-1">
  1706. <xs:annotation>
  1707. <xs:appinfo>
  1708. <system_cache__appinfo:flat_relation_cache>
  1709. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZGL_ODB"
  1710. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB/ID"/>
  1711. </system_cache__appinfo:flat_relation_cache>
  1712. </xs:appinfo>
  1713. <xs:documentation>Relacja tworzona przez podwykonawcę jako zgłoszenie do
  1714. odbioru=wykonanie</xs:documentation>
  1715. </xs:annotation>
  1716. </xs:element>
  1717. <xs:element name="ID_KORESP_POM_GEOD"
  1718. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  1719. id="ciski_110mm___d7e125434-1_ID_KORESP_"/>
  1720. <xs:element minOccurs="0"
  1721. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  1722. id="ciski_110mm___d7e125435-1">
  1723. <xs:annotation>
  1724. <xs:appinfo>
  1725. <system_cache__appinfo:flat_relation_cache>
  1726. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_POM_GEOD"
  1727. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD/ID"/>
  1728. </system_cache__appinfo:flat_relation_cache>
  1729. </xs:appinfo>
  1730. <xs:documentation>Stwierdzenie, że współrzędne obiektu został zaktualizowane
  1731. oraz są powiązane do dokumentu z operatem</xs:documentation>
  1732. </xs:annotation>
  1733. </xs:element>
  1734. <xs:element name="ID_KORESP_PROTOK_ODB"
  1735. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  1736. id="ciski_110mm___d7e125442-1_ID_KORESP_"/>
  1737. <xs:element minOccurs="0"
  1738. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  1739. id="ciski_110mm___d7e125443-1">
  1740. <xs:annotation>
  1741. <xs:appinfo>
  1742. <system_cache__appinfo:flat_relation_cache>
  1743. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROTOK_ODB"
  1744. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB/ID"/>
  1745. </system_cache__appinfo:flat_relation_cache>
  1746. </xs:appinfo>
  1747. <xs:documentation>Odebranie obiektu przez trójstronny dokument właściciel,
  1748. wykonawca, inwestor</xs:documentation>
  1749. </xs:annotation>
  1750. </xs:element>
  1751. <xs:element name="InvestArrangements_Network_Crossings"
  1752. type="xs:int"
  1753. id="ciski_110mm___d7e125450-1_InvestArra"/>
  1754. <xs:element minOccurs="0"
  1755. ref="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings"
  1756. id="ciski_110mm___d7e125451-1">
  1757. <xs:annotation>
  1758. <xs:appinfo>
  1759. <system_cache__appinfo:flat_relation_cache>
  1760. <system_cache__appinfo:source system_cache__appinfo:name="InvestArrangements_Network_Crossings"
  1761. system_cache__appinfo:xpath="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings/ID"/>
  1762. </system_cache__appinfo:flat_relation_cache>
  1763. </xs:appinfo>
  1764. <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>
  1765. </xs:annotation>
  1766. </xs:element>
  1767. <xs:element minOccurs="0"
  1768. maxOccurs="1"
  1769. name="gid"
  1770. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__gid"
  1771. id="ciski_110mm___d7e125458-1_gid"/>
  1772. <xs:element minOccurs="0"
  1773. maxOccurs="1"
  1774. name="ID_KORESP_PROJ_WYK"
  1775. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__ID_KORESP_PROJ_WYK"
  1776. id="ciski_110mm___d7e125459-1_ID_KORESP_"/>
  1777. <xs:element minOccurs="0"
  1778. maxOccurs="1"
  1779. name="cena_jedn"
  1780. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__cena_jedn"
  1781. id="ciski_110mm___d7e125460-1_cena_jedn"/>
  1782. <xs:element minOccurs="0"
  1783. maxOccurs="1"
  1784. name="A_RECORD_CREATE_DATE"
  1785. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_CREATE_DATE"
  1786. id="ciski_110mm___d7e125462-1_A_RECORD_C"/>
  1787. <xs:element minOccurs="0"
  1788. maxOccurs="1"
  1789. name="A_RECORD_CREATE_AUTHOR"
  1790. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_CREATE_AUTHOR"
  1791. id="ciski_110mm___d7e125463-1_A_RECORD_C"/>
  1792. <xs:element minOccurs="0"
  1793. maxOccurs="1"
  1794. name="SYNC_SQIX_STATUS"
  1795. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__SYNC_SQIX_STATUS"
  1796. id="ciski_110mm___d7e125464-1_SYNC_SQIX_"/>
  1797. <xs:element minOccurs="0"
  1798. maxOccurs="1"
  1799. name="A_RECORD_UPDATE_DATE"
  1800. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_UPDATE_DATE"
  1801. id="ciski_110mm___d7e125465-1_A_RECORD_U"/>
  1802. <xs:element minOccurs="0"
  1803. maxOccurs="1"
  1804. name="A_RECORD_UPDATE_AUTHOR"
  1805. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_UPDATE_AUTHOR"
  1806. id="ciski_110mm___d7e125466-1_A_RECORD_U"/>
  1807. <xs:element minOccurs="0"
  1808. maxOccurs="1"
  1809. name="L_APPOITMENT_DATE"
  1810. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_DATE"
  1811. id="ciski_110mm___d7e125467-1_L_APPOITME"/>
  1812. <xs:element minOccurs="0"
  1813. maxOccurs="1"
  1814. name="L_APPOITMENT_PERIOD"
  1815. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_PERIOD"
  1816. id="ciski_110mm___d7e125468-1_L_APPOITME"/>
  1817. <xs:element minOccurs="0"
  1818. maxOccurs="1"
  1819. name="L_APPOITMENT_INFO"
  1820. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_INFO"
  1821. id="ciski_110mm___d7e125469-1_L_APPOITME"/>
  1822. <xs:element minOccurs="0"
  1823. maxOccurs="1"
  1824. name="L_APPOITMENT_TYPE"
  1825. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_TYPE"
  1826. id="ciski_110mm___d7e125470-1_L_APPOITME"/>
  1827. <xs:element minOccurs="0"
  1828. maxOccurs="1"
  1829. name="A_STATUS"
  1830. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_STATUS"
  1831. id="ciski_110mm___d7e125471-1_A_STATUS"/>
  1832. <xs:element minOccurs="0"
  1833. maxOccurs="1"
  1834. name="etykieta_x"
  1835. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_x"
  1836. id="ciski_110mm___d7e125472-1_etykieta_x"/>
  1837. <xs:element minOccurs="0"
  1838. maxOccurs="1"
  1839. name="etykieta_y"
  1840. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_y"
  1841. id="ciski_110mm___d7e125474-1_etykieta_y"/>
  1842. <xs:element minOccurs="0"
  1843. maxOccurs="1"
  1844. name="etykieta_obrot"
  1845. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_obrot"
  1846. id="ciski_110mm___d7e125475-1_etykieta_o"/>
  1847. <xs:element minOccurs="0"
  1848. maxOccurs="1"
  1849. name="WORK_PLAN_START"
  1850. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__WORK_PLAN_START"
  1851. id="ciski_110mm___d7e125476-1_WORK_PLAN_"/>
  1852. <xs:element minOccurs="0"
  1853. maxOccurs="1"
  1854. name="WORK_PLAN_FINISH"
  1855. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__WORK_PLAN_FINISH"
  1856. id="ciski_110mm___d7e125477-1_WORK_PLAN_"/>
  1857. <xs:element minOccurs="0"
  1858. maxOccurs="1"
  1859. name="T_WORKPOINTS_TIME_HOURS"
  1860. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__T_WORKPOINTS_TIME_HOURS"
  1861. id="ciski_110mm___d7e125478-1_T_WORKPOIN"/>
  1862. <!--#272 found ignored ID_KORESP_PROJEKT-->
  1863. <!--#288 unsupported yet @ref p5_zasob_36:IN7_DZIENNIK_KORESP-->
  1864. <!--#453 found ignored p5_zasob_36:IN7_DZIENNIK_KORESP by same @system_cache__appinfo:name-->
  1865. <!--#272 found ignored ID_KORESP_OFFER-->
  1866. <!--#272 found ignored WORK_PLAN_START-->
  1867. <!--#272 found ignored WORK_PLAN_FINISH-->
  1868. <!--#272 found ignored T_WORKPOINTS_TIME_HOURS-->
  1869. <!--#272 found ignored ID_KORESP_PROTOK_ODB-->
  1870. <!--#272 found ignored cena_jedn-->
  1871. <!--#272 found ignored ID_ZASOB-->
  1872. <!--#288 unsupported yet @ref p5_zasob_36:CRM_LISTA_ZASOBOW-->
  1873. <!--#453 found ignored p5_zasob_36:CRM_LISTA_ZASOBOW by same @system_cache__appinfo:name-->
  1874. <!--#272 found ignored ID_PROJECT-->
  1875. <!--#272 found ignored the_geom-->
  1876. <!--#272 found ignored Dlugosc-->
  1877. <!--#272 found ignored ID_KORESP_DO_UZG-->
  1878. <!--#272 found ignored A_RECORD_CREATE_DATE-->
  1879. <!--#272 found ignored ID-->
  1880. <!--#272 found ignored A_RECORD_CREATE_AUTHOR-->
  1881. <!--#272 found ignored A_RECORD_UPDATE_DATE-->
  1882. <!--#272 found ignored A_RECORD_UPDATE_AUTHOR-->
  1883. <!--#272 found ignored L_APPOITMENT_DATE-->
  1884. <!--#272 found ignored L_APPOITMENT_USER-->
  1885. <!--#272 found ignored L_APPOITMENT_PERIOD-->
  1886. <!--#272 found ignored ID_KORESP_PROJ_WYK-->
  1887. <!--#272 found ignored L_APPOITMENT_INFO-->
  1888. <!--#272 found ignored L_APPOITMENT_TYPE-->
  1889. <!--#272 found ignored A_STATUS-->
  1890. <!--#272 found ignored ID_KORESP_UZG-->
  1891. <!--#272 found ignored A_STATUS_INFO-->
  1892. <!--#272 found ignored A_ADM_COMPANY-->
  1893. <!--#272 found ignored A_CLASSIFIED-->
  1894. <!--#272 found ignored etykieta_obrot-->
  1895. <!--#272 found ignored etykieta_x-->
  1896. <!--#272 found ignored gid-->
  1897. <!--#272 found ignored etykieta_y-->
  1898. <!--#272 found ignored ID_KORESP_DO_REALIZ-->
  1899. <!--#272 found ignored SYNC_SQIX_STATUS-->
  1900. <!--#272 found ignored ID_KORESP_ZLECENIE-->
  1901. <!--#272 found ignored ID_KORESP_ZGL_ODB-->
  1902. <!--#272 found ignored ID_KORESP_DO_UZG_ZUD-->
  1903. <!--#272 found ignored ID_KORESP_UZG_ZUD-->
  1904. <!--#272 found ignored ID_KORESP_POM_GEOD-->
  1905. </xs:sequence>
  1906. </xs:restriction>
  1907. </xs:complexContent>
  1908. </xs:complexType>
  1909. <xs:element name="Rozdzielcza_Przeciski_110mm_DO_REALIZ"
  1910. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm_DO_REALIZ"
  1911. id="ciski_110mm___d7e125522-1_Rozdzielcz">
  1912. <xs:annotation>
  1913. <xs:appinfo>
  1914. <system_cache__appinfo:base_type system_cache__appinfo:base_type_group="infrastructure"
  1915. system_cache__appinfo:base_type_name="DO_REALIZ"/>
  1916. </xs:appinfo>
  1917. </xs:annotation>
  1918. </xs:element>
  1919. <xs:complexType name="Rozdzielcza_Przeciski_110mm_OFFER"
  1920. id="ciski_110mm___d7e125526-1_Rozdzielcz">
  1921. <xs:annotation>
  1922. <xs:documentation>Obiekt, na ktory otryzmalismy oferte</xs:documentation>
  1923. </xs:annotation>
  1924. <xs:complexContent id="ciski_110mm___d7e125530-1">
  1925. <xs:restriction base="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm_PROJEKT">
  1926. <xs:sequence id="ciski_110mm___d7e125532-1">
  1927. <xs:element name="ID" type="xs:int" id="ciski_110mm___d7e125533-1_ID"/>
  1928. <xs:element name="the_geom"
  1929. type="gml:AbstractFeatureType"
  1930. id="ciski_110mm___d7e125534-1_the_geom"/>
  1931. <xs:element name="A_STATUS_INFO"
  1932. type="xs:string"
  1933. id="ciski_110mm___d7e125535-1_A_STATUS_I"/>
  1934. <xs:element name="opis" type="xs:string" id="ciski_110mm___d7e125536-1_opis">
  1935. <xs:annotation>
  1936. <xs:documentation>To zmiany na ID_ZASOBU pod katem
  1937. kosztorysowym</xs:documentation>
  1938. </xs:annotation>
  1939. </xs:element>
  1940. <xs:element name="ID_ZASOB"
  1941. type="xs:int"
  1942. id="ciski_110mm___d7e125540-1_ID_ZASOB"/>
  1943. <xs:element ref="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW"
  1944. id="ciski_110mm___d7e125541-1">
  1945. <xs:annotation>
  1946. <xs:appinfo>
  1947. <system_cache__appinfo:flat_relation_cache>
  1948. <system_cache__appinfo:source system_cache__appinfo:name="ID_ZASOB"
  1949. system_cache__appinfo:xpath="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW/ID"/>
  1950. </system_cache__appinfo:flat_relation_cache>
  1951. </xs:appinfo>
  1952. </xs:annotation>
  1953. </xs:element>
  1954. <xs:element name="Dlugosc"
  1955. type="xs:double"
  1956. id="ciski_110mm___d7e125546-1_Dlugosc"/>
  1957. <xs:element name="Powierzchnia"
  1958. type="xs:double"
  1959. id="ciski_110mm___d7e125547-1_Powierzchn"/>
  1960. <xs:element name="L_APPOITMENT_USER"
  1961. type="xs:string"
  1962. id="ciski_110mm___d7e125548-1_L_APPOITME"/>
  1963. <xs:element ref="SystemObjects__x3A__AccessOwner:AccessOwner"
  1964. id="ciski_110mm___d7e125549-1">
  1965. <xs:annotation>
  1966. <xs:appinfo>
  1967. <system_cache__appinfo:flat_relation_cache>
  1968. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  1969. system_cache__appinfo:xpath="SystemObjects__x3A__AccessOwner:AccessOwner/name"/>
  1970. </system_cache__appinfo:flat_relation_cache>
  1971. </xs:appinfo>
  1972. </xs:annotation>
  1973. </xs:element>
  1974. <xs:element name="A_CLASSIFIED"
  1975. type="xs:string"
  1976. id="ciski_110mm___d7e125554-1_A_CLASSIFI"/>
  1977. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  1978. id="ciski_110mm___d7e125556-1">
  1979. <xs:annotation>
  1980. <xs:appinfo>
  1981. <system_cache__appinfo:flat_relation_cache>
  1982. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  1983. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  1984. </system_cache__appinfo:flat_relation_cache>
  1985. </xs:appinfo>
  1986. </xs:annotation>
  1987. </xs:element>
  1988. <xs:element name="A_ADM_COMPANY"
  1989. type="xs:string"
  1990. id="ciski_110mm___d7e125561-1_A_ADM_COMP"/>
  1991. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  1992. id="ciski_110mm___d7e125562-1">
  1993. <xs:annotation>
  1994. <xs:appinfo>
  1995. <system_cache__appinfo:flat_relation_cache>
  1996. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  1997. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY/name"/>
  1998. </system_cache__appinfo:flat_relation_cache>
  1999. </xs:appinfo>
  2000. </xs:annotation>
  2001. </xs:element>
  2002. <xs:element name="ID_PROJECT"
  2003. type="xs:int"
  2004. id="ciski_110mm___d7e125567-1_ID_PROJECT"/>
  2005. <xs:element name="ID_KORESP_PROJEKT"
  2006. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  2007. id="ciski_110mm___d7e125568-1_ID_KORESP_"/>
  2008. <xs:element maxOccurs="unbounded"
  2009. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  2010. id="ciski_110mm___d7e125569-1">
  2011. <xs:annotation>
  2012. <xs:appinfo>
  2013. <system_cache__appinfo:flat_relation_cache>
  2014. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT"
  2015. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT/ID"/>
  2016. </system_cache__appinfo:flat_relation_cache>
  2017. </xs:appinfo>
  2018. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  2019. zasadami projektowania</xs:documentation>
  2020. </xs:annotation>
  2021. </xs:element>
  2022. <xs:element name="ID_KORESP_PROJEKT_WYK"
  2023. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  2024. id="ciski_110mm___d7e125576-1_ID_KORESP_"/>
  2025. <xs:element minOccurs="1"
  2026. maxOccurs="unbounded"
  2027. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK"
  2028. id="ciski_110mm___d7e125577-1">
  2029. <xs:annotation>
  2030. <xs:appinfo>
  2031. <system_cache__appinfo:flat_relation_cache>
  2032. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT_WYK"
  2033. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK/ID"/>
  2034. </system_cache__appinfo:flat_relation_cache>
  2035. </xs:appinfo>
  2036. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  2037. zasadami projektowania - proj wykonawczy</xs:documentation>
  2038. </xs:annotation>
  2039. </xs:element>
  2040. <xs:element name="ID_KORESP_DO_REALIZ"
  2041. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  2042. id="ciski_110mm___d7e125584-1_ID_KORESP_"/>
  2043. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  2044. id="ciski_110mm___d7e125585-1">
  2045. <xs:annotation>
  2046. <xs:appinfo>
  2047. <system_cache__appinfo:flat_relation_cache>
  2048. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_REALIZ"
  2049. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ/ID"/>
  2050. </system_cache__appinfo:flat_relation_cache>
  2051. </xs:appinfo>
  2052. <xs:documentation>Czy jest decyzja na realizacje</xs:documentation>
  2053. </xs:annotation>
  2054. </xs:element>
  2055. <xs:element name="ID_KORESP_OFFER"
  2056. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  2057. id="ciski_110mm___d7e125592-1_ID_KORESP_"/>
  2058. <xs:element minOccurs="1"
  2059. maxOccurs="unbounded"
  2060. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  2061. id="ciski_110mm___d7e125594-1">
  2062. <xs:annotation>
  2063. <xs:appinfo>
  2064. <system_cache__appinfo:flat_relation_cache>
  2065. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_OFFER"
  2066. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER/ID"/>
  2067. </system_cache__appinfo:flat_relation_cache>
  2068. </xs:appinfo>
  2069. <xs:documentation>Czy jest oferta na obiekt</xs:documentation>
  2070. </xs:annotation>
  2071. </xs:element>
  2072. <xs:element name="ID_KORESP_DO_UZG"
  2073. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  2074. id="ciski_110mm___d7e125601-1_ID_KORESP_"/>
  2075. <xs:element minOccurs="0"
  2076. maxOccurs="unbounded"
  2077. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  2078. id="ciski_110mm___d7e125602-1">
  2079. <xs:annotation>
  2080. <xs:appinfo>
  2081. <system_cache__appinfo:flat_relation_cache>
  2082. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG"
  2083. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/ID"/>
  2084. </system_cache__appinfo:flat_relation_cache>
  2085. </xs:appinfo>
  2086. <xs:documentation>Powiązanie do wysłanego pisma o zgodę na usytuowanie obiektu,
  2087. do właściciela nieruchomości</xs:documentation>
  2088. </xs:annotation>
  2089. </xs:element>
  2090. <xs:element name="ID_KORESP_UZG"
  2091. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  2092. id="ciski_110mm___d7e125609-1_ID_KORESP_"/>
  2093. <xs:element minOccurs="0"
  2094. maxOccurs="unbounded"
  2095. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  2096. id="ciski_110mm___d7e125610-1">
  2097. <xs:annotation>
  2098. <xs:appinfo>
  2099. <system_cache__appinfo:flat_relation_cache>
  2100. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG"
  2101. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG/ID"/>
  2102. </system_cache__appinfo:flat_relation_cache>
  2103. </xs:appinfo>
  2104. <xs:documentation>Fakt wyrażenia zgody na usytuowanie sieci od właściciela.
  2105. Brak zgody powinien być wiązany z relacją dla wysyłania wniosków o
  2106. zgody</xs:documentation>
  2107. </xs:annotation>
  2108. </xs:element>
  2109. <xs:element name="ID_KORESP_DO_UZG_ZUD"
  2110. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  2111. id="ciski_110mm___d7e125617-1_ID_KORESP_"/>
  2112. <xs:element minOccurs="0"
  2113. maxOccurs="unbounded"
  2114. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  2115. id="ciski_110mm___d7e125618-1">
  2116. <xs:annotation>
  2117. <xs:appinfo>
  2118. <system_cache__appinfo:flat_relation_cache>
  2119. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG_ZUD"
  2120. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD/ID"/>
  2121. </system_cache__appinfo:flat_relation_cache>
  2122. </xs:appinfo>
  2123. <xs:documentation>Potwierdzenie nadania wniosku o uzgodnienie
  2124. ZUD</xs:documentation>
  2125. </xs:annotation>
  2126. </xs:element>
  2127. <xs:element name="ID_KORESP_UZG_ZUD"
  2128. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  2129. id="ciski_110mm___d7e125625-1_ID_KORESP_"/>
  2130. <xs:element minOccurs="0"
  2131. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  2132. id="ciski_110mm___d7e125626-1">
  2133. <xs:annotation>
  2134. <xs:appinfo>
  2135. <system_cache__appinfo:flat_relation_cache>
  2136. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG_ZUD"
  2137. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD/ID"/>
  2138. </system_cache__appinfo:flat_relation_cache>
  2139. </xs:appinfo>
  2140. <xs:documentation>Potwierdzenie zwrotnego pisma ze zgodą ZUD</xs:documentation>
  2141. </xs:annotation>
  2142. </xs:element>
  2143. <xs:element name="ID_KORESP_ZLECENIE"
  2144. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  2145. id="ciski_110mm___d7e125633-1_ID_KORESP_"/>
  2146. <xs:element minOccurs="0"
  2147. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  2148. id="ciski_110mm___d7e125634-1">
  2149. <xs:annotation>
  2150. <xs:appinfo>
  2151. <system_cache__appinfo:flat_relation_cache>
  2152. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZLECENIE"
  2153. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE/ID"/>
  2154. </system_cache__appinfo:flat_relation_cache>
  2155. </xs:appinfo>
  2156. <xs:documentation>Czy jest zlecenie</xs:documentation>
  2157. </xs:annotation>
  2158. </xs:element>
  2159. <xs:element name="ID_KORESP_ZGL_ODB"
  2160. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  2161. id="ciski_110mm___d7e125642-1_ID_KORESP_"/>
  2162. <xs:element minOccurs="0"
  2163. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  2164. id="ciski_110mm___d7e125643-1">
  2165. <xs:annotation>
  2166. <xs:appinfo>
  2167. <system_cache__appinfo:flat_relation_cache>
  2168. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZGL_ODB"
  2169. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB/ID"/>
  2170. </system_cache__appinfo:flat_relation_cache>
  2171. </xs:appinfo>
  2172. <xs:documentation>Relacja tworzona przez podwykonawcę jako zgłoszenie do
  2173. odbioru=wykonanie</xs:documentation>
  2174. </xs:annotation>
  2175. </xs:element>
  2176. <xs:element name="ID_KORESP_POM_GEOD"
  2177. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  2178. id="ciski_110mm___d7e125650-1_ID_KORESP_"/>
  2179. <xs:element minOccurs="0"
  2180. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  2181. id="ciski_110mm___d7e125651-1">
  2182. <xs:annotation>
  2183. <xs:appinfo>
  2184. <system_cache__appinfo:flat_relation_cache>
  2185. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_POM_GEOD"
  2186. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD/ID"/>
  2187. </system_cache__appinfo:flat_relation_cache>
  2188. </xs:appinfo>
  2189. <xs:documentation>Stwierdzenie, że współrzędne obiektu został zaktualizowane
  2190. oraz są powiązane do dokumentu z operatem</xs:documentation>
  2191. </xs:annotation>
  2192. </xs:element>
  2193. <xs:element name="ID_KORESP_PROTOK_ODB"
  2194. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  2195. id="ciski_110mm___d7e125658-1_ID_KORESP_"/>
  2196. <xs:element minOccurs="0"
  2197. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  2198. id="ciski_110mm___d7e125659-1">
  2199. <xs:annotation>
  2200. <xs:appinfo>
  2201. <system_cache__appinfo:flat_relation_cache>
  2202. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROTOK_ODB"
  2203. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB/ID"/>
  2204. </system_cache__appinfo:flat_relation_cache>
  2205. </xs:appinfo>
  2206. <xs:documentation>Odebranie obiektu przez trójstronny dokument właściciel,
  2207. wykonawca, inwestor</xs:documentation>
  2208. </xs:annotation>
  2209. </xs:element>
  2210. <xs:element name="InvestArrangements_Network_Crossings"
  2211. type="xs:int"
  2212. id="ciski_110mm___d7e125666-1_InvestArra"/>
  2213. <xs:element minOccurs="0"
  2214. ref="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings"
  2215. id="ciski_110mm___d7e125667-1">
  2216. <xs:annotation>
  2217. <xs:appinfo>
  2218. <system_cache__appinfo:flat_relation_cache>
  2219. <system_cache__appinfo:source system_cache__appinfo:name="InvestArrangements_Network_Crossings"
  2220. system_cache__appinfo:xpath="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings/ID"/>
  2221. </system_cache__appinfo:flat_relation_cache>
  2222. </xs:appinfo>
  2223. <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>
  2224. </xs:annotation>
  2225. </xs:element>
  2226. <xs:element minOccurs="0"
  2227. maxOccurs="1"
  2228. name="gid"
  2229. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__gid"
  2230. id="ciski_110mm___d7e125674-1_gid"/>
  2231. <xs:element minOccurs="0"
  2232. maxOccurs="1"
  2233. name="ID_KORESP_PROJ_WYK"
  2234. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__ID_KORESP_PROJ_WYK"
  2235. id="ciski_110mm___d7e125675-1_ID_KORESP_"/>
  2236. <xs:element minOccurs="0"
  2237. maxOccurs="1"
  2238. name="cena_jedn"
  2239. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__cena_jedn"
  2240. id="ciski_110mm___d7e125676-1_cena_jedn"/>
  2241. <xs:element minOccurs="0"
  2242. maxOccurs="1"
  2243. name="A_RECORD_CREATE_DATE"
  2244. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_CREATE_DATE"
  2245. id="ciski_110mm___d7e125678-1_A_RECORD_C"/>
  2246. <xs:element minOccurs="0"
  2247. maxOccurs="1"
  2248. name="A_RECORD_CREATE_AUTHOR"
  2249. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_CREATE_AUTHOR"
  2250. id="ciski_110mm___d7e125679-1_A_RECORD_C"/>
  2251. <xs:element minOccurs="0"
  2252. maxOccurs="1"
  2253. name="SYNC_SQIX_STATUS"
  2254. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__SYNC_SQIX_STATUS"
  2255. id="ciski_110mm___d7e125680-1_SYNC_SQIX_"/>
  2256. <xs:element minOccurs="0"
  2257. maxOccurs="1"
  2258. name="A_RECORD_UPDATE_DATE"
  2259. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_UPDATE_DATE"
  2260. id="ciski_110mm___d7e125681-1_A_RECORD_U"/>
  2261. <xs:element minOccurs="0"
  2262. maxOccurs="1"
  2263. name="A_RECORD_UPDATE_AUTHOR"
  2264. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_UPDATE_AUTHOR"
  2265. id="ciski_110mm___d7e125682-1_A_RECORD_U"/>
  2266. <xs:element minOccurs="0"
  2267. maxOccurs="1"
  2268. name="L_APPOITMENT_DATE"
  2269. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_DATE"
  2270. id="ciski_110mm___d7e125683-1_L_APPOITME"/>
  2271. <xs:element minOccurs="0"
  2272. maxOccurs="1"
  2273. name="L_APPOITMENT_PERIOD"
  2274. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_PERIOD"
  2275. id="ciski_110mm___d7e125684-1_L_APPOITME"/>
  2276. <xs:element minOccurs="0"
  2277. maxOccurs="1"
  2278. name="L_APPOITMENT_INFO"
  2279. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_INFO"
  2280. id="ciski_110mm___d7e125685-1_L_APPOITME"/>
  2281. <xs:element minOccurs="0"
  2282. maxOccurs="1"
  2283. name="L_APPOITMENT_TYPE"
  2284. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_TYPE"
  2285. id="ciski_110mm___d7e125686-1_L_APPOITME"/>
  2286. <xs:element minOccurs="0"
  2287. maxOccurs="1"
  2288. name="A_STATUS"
  2289. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_STATUS"
  2290. id="ciski_110mm___d7e125687-1_A_STATUS"/>
  2291. <xs:element minOccurs="0"
  2292. maxOccurs="1"
  2293. name="etykieta_x"
  2294. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_x"
  2295. id="ciski_110mm___d7e125688-1_etykieta_x"/>
  2296. <xs:element minOccurs="0"
  2297. maxOccurs="1"
  2298. name="etykieta_y"
  2299. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_y"
  2300. id="ciski_110mm___d7e125690-1_etykieta_y"/>
  2301. <xs:element minOccurs="0"
  2302. maxOccurs="1"
  2303. name="etykieta_obrot"
  2304. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_obrot"
  2305. id="ciski_110mm___d7e125691-1_etykieta_o"/>
  2306. <xs:element minOccurs="0"
  2307. maxOccurs="1"
  2308. name="WORK_PLAN_START"
  2309. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__WORK_PLAN_START"
  2310. id="ciski_110mm___d7e125692-1_WORK_PLAN_"/>
  2311. <xs:element minOccurs="0"
  2312. maxOccurs="1"
  2313. name="WORK_PLAN_FINISH"
  2314. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__WORK_PLAN_FINISH"
  2315. id="ciski_110mm___d7e125693-1_WORK_PLAN_"/>
  2316. <xs:element minOccurs="0"
  2317. maxOccurs="1"
  2318. name="T_WORKPOINTS_TIME_HOURS"
  2319. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__T_WORKPOINTS_TIME_HOURS"
  2320. id="ciski_110mm___d7e125694-1_T_WORKPOIN"/>
  2321. <!--#272 found ignored ID_KORESP_PROJEKT-->
  2322. <!--#288 unsupported yet @ref p5_zasob_36:IN7_DZIENNIK_KORESP-->
  2323. <!--#453 found ignored p5_zasob_36:IN7_DZIENNIK_KORESP by same @system_cache__appinfo:name-->
  2324. <!--#272 found ignored ID_KORESP_OFFER-->
  2325. <!--#272 found ignored WORK_PLAN_START-->
  2326. <!--#272 found ignored WORK_PLAN_FINISH-->
  2327. <!--#272 found ignored T_WORKPOINTS_TIME_HOURS-->
  2328. <!--#272 found ignored ID_KORESP_PROTOK_ODB-->
  2329. <!--#272 found ignored cena_jedn-->
  2330. <!--#272 found ignored ID_ZASOB-->
  2331. <!--#288 unsupported yet @ref p5_zasob_36:CRM_LISTA_ZASOBOW-->
  2332. <!--#453 found ignored p5_zasob_36:CRM_LISTA_ZASOBOW by same @system_cache__appinfo:name-->
  2333. <!--#272 found ignored ID_PROJECT-->
  2334. <!--#272 found ignored the_geom-->
  2335. <!--#272 found ignored Dlugosc-->
  2336. <!--#272 found ignored ID_KORESP_DO_UZG-->
  2337. <!--#272 found ignored A_RECORD_CREATE_DATE-->
  2338. <!--#272 found ignored ID-->
  2339. <!--#272 found ignored A_RECORD_CREATE_AUTHOR-->
  2340. <!--#272 found ignored A_RECORD_UPDATE_DATE-->
  2341. <!--#272 found ignored A_RECORD_UPDATE_AUTHOR-->
  2342. <!--#272 found ignored L_APPOITMENT_DATE-->
  2343. <!--#272 found ignored L_APPOITMENT_USER-->
  2344. <!--#272 found ignored L_APPOITMENT_PERIOD-->
  2345. <!--#272 found ignored ID_KORESP_PROJ_WYK-->
  2346. <!--#272 found ignored L_APPOITMENT_INFO-->
  2347. <!--#272 found ignored L_APPOITMENT_TYPE-->
  2348. <!--#272 found ignored A_STATUS-->
  2349. <!--#272 found ignored ID_KORESP_UZG-->
  2350. <!--#272 found ignored A_STATUS_INFO-->
  2351. <!--#272 found ignored A_ADM_COMPANY-->
  2352. <!--#272 found ignored A_CLASSIFIED-->
  2353. <!--#272 found ignored etykieta_obrot-->
  2354. <!--#272 found ignored etykieta_x-->
  2355. <!--#272 found ignored gid-->
  2356. <!--#272 found ignored etykieta_y-->
  2357. <!--#272 found ignored ID_KORESP_DO_REALIZ-->
  2358. <!--#272 found ignored SYNC_SQIX_STATUS-->
  2359. <!--#272 found ignored ID_KORESP_ZLECENIE-->
  2360. <!--#272 found ignored ID_KORESP_ZGL_ODB-->
  2361. <!--#272 found ignored ID_KORESP_DO_UZG_ZUD-->
  2362. <!--#272 found ignored ID_KORESP_UZG_ZUD-->
  2363. <!--#272 found ignored ID_KORESP_POM_GEOD-->
  2364. </xs:sequence>
  2365. </xs:restriction>
  2366. </xs:complexContent>
  2367. </xs:complexType>
  2368. <xs:element name="Rozdzielcza_Przeciski_110mm_OFFER"
  2369. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm_OFFER"
  2370. id="ciski_110mm___d7e125738-1_Rozdzielcz">
  2371. <xs:annotation>
  2372. <xs:appinfo>
  2373. <system_cache__appinfo:base_type system_cache__appinfo:base_type_group="infrastructure"
  2374. system_cache__appinfo:base_type_name="OFFER"/>
  2375. </xs:appinfo>
  2376. </xs:annotation>
  2377. </xs:element>
  2378. <xs:complexType name="Rozdzielcza_Przeciski_110mm_DO_UZG"
  2379. id="ciski_110mm___d7e125742-1_Rozdzielcz">
  2380. <xs:complexContent id="ciski_110mm___d7e125743-1">
  2381. <xs:restriction base="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm_DO_REALIZ">
  2382. <xs:sequence id="ciski_110mm___d7e125745-1">
  2383. <xs:element name="ID" type="xs:int" id="ciski_110mm___d7e125746-1_ID"/>
  2384. <xs:element name="the_geom"
  2385. type="gml:AbstractFeatureType"
  2386. id="ciski_110mm___d7e125747-1_the_geom"/>
  2387. <xs:element name="A_STATUS_INFO"
  2388. type="xs:string"
  2389. id="ciski_110mm___d7e125748-1_A_STATUS_I"/>
  2390. <xs:element name="opis" type="xs:string" id="ciski_110mm___d7e125749-1_opis">
  2391. <xs:annotation>
  2392. <xs:documentation>To zmiany na ID_ZASOBU pod katem
  2393. kosztorysowym</xs:documentation>
  2394. </xs:annotation>
  2395. </xs:element>
  2396. <xs:element name="ID_ZASOB"
  2397. type="xs:int"
  2398. id="ciski_110mm___d7e125753-1_ID_ZASOB"/>
  2399. <xs:element ref="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW"
  2400. id="ciski_110mm___d7e125754-1">
  2401. <xs:annotation>
  2402. <xs:appinfo>
  2403. <system_cache__appinfo:flat_relation_cache>
  2404. <system_cache__appinfo:source system_cache__appinfo:name="ID_ZASOB"
  2405. system_cache__appinfo:xpath="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW/ID"/>
  2406. </system_cache__appinfo:flat_relation_cache>
  2407. </xs:appinfo>
  2408. </xs:annotation>
  2409. </xs:element>
  2410. <xs:element name="Dlugosc"
  2411. type="xs:double"
  2412. id="ciski_110mm___d7e125759-1_Dlugosc"/>
  2413. <xs:element name="Powierzchnia"
  2414. type="xs:double"
  2415. id="ciski_110mm___d7e125760-1_Powierzchn"/>
  2416. <xs:element name="L_APPOITMENT_USER"
  2417. type="xs:string"
  2418. id="ciski_110mm___d7e125761-1_L_APPOITME"/>
  2419. <xs:element ref="SystemObjects__x3A__AccessOwner:AccessOwner"
  2420. id="ciski_110mm___d7e125762-1">
  2421. <xs:annotation>
  2422. <xs:appinfo>
  2423. <system_cache__appinfo:flat_relation_cache>
  2424. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  2425. system_cache__appinfo:xpath="SystemObjects__x3A__AccessOwner:AccessOwner/name"/>
  2426. </system_cache__appinfo:flat_relation_cache>
  2427. </xs:appinfo>
  2428. </xs:annotation>
  2429. </xs:element>
  2430. <xs:element name="A_CLASSIFIED"
  2431. type="xs:string"
  2432. id="ciski_110mm___d7e125767-1_A_CLASSIFI"/>
  2433. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  2434. id="ciski_110mm___d7e125769-1">
  2435. <xs:annotation>
  2436. <xs:appinfo>
  2437. <system_cache__appinfo:flat_relation_cache>
  2438. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  2439. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  2440. </system_cache__appinfo:flat_relation_cache>
  2441. </xs:appinfo>
  2442. </xs:annotation>
  2443. </xs:element>
  2444. <xs:element name="A_ADM_COMPANY"
  2445. type="xs:string"
  2446. id="ciski_110mm___d7e125774-1_A_ADM_COMP"/>
  2447. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  2448. id="ciski_110mm___d7e125775-1">
  2449. <xs:annotation>
  2450. <xs:appinfo>
  2451. <system_cache__appinfo:flat_relation_cache>
  2452. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  2453. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY/name"/>
  2454. </system_cache__appinfo:flat_relation_cache>
  2455. </xs:appinfo>
  2456. </xs:annotation>
  2457. </xs:element>
  2458. <xs:element name="ID_PROJECT"
  2459. type="xs:int"
  2460. id="ciski_110mm___d7e125780-1_ID_PROJECT"/>
  2461. <xs:element name="ID_KORESP_PROJEKT"
  2462. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  2463. id="ciski_110mm___d7e125781-1_ID_KORESP_"/>
  2464. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  2465. id="ciski_110mm___d7e125782-1">
  2466. <xs:annotation>
  2467. <xs:appinfo>
  2468. <system_cache__appinfo:flat_relation_cache>
  2469. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT"
  2470. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT/ID"/>
  2471. </system_cache__appinfo:flat_relation_cache>
  2472. </xs:appinfo>
  2473. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  2474. zasadami projektowania</xs:documentation>
  2475. </xs:annotation>
  2476. </xs:element>
  2477. <xs:element name="ID_KORESP_PROJEKT_WYK"
  2478. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  2479. id="ciski_110mm___d7e125789-1_ID_KORESP_"/>
  2480. <xs:element minOccurs="1"
  2481. maxOccurs="unbounded"
  2482. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK"
  2483. id="ciski_110mm___d7e125790-1">
  2484. <xs:annotation>
  2485. <xs:appinfo>
  2486. <system_cache__appinfo:flat_relation_cache>
  2487. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT_WYK"
  2488. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK/ID"/>
  2489. </system_cache__appinfo:flat_relation_cache>
  2490. </xs:appinfo>
  2491. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  2492. zasadami projektowania - proj wykonawczy</xs:documentation>
  2493. </xs:annotation>
  2494. </xs:element>
  2495. <xs:element name="ID_KORESP_DO_REALIZ"
  2496. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  2497. id="ciski_110mm___d7e125797-1_ID_KORESP_"/>
  2498. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  2499. id="ciski_110mm___d7e125798-1">
  2500. <xs:annotation>
  2501. <xs:appinfo>
  2502. <system_cache__appinfo:flat_relation_cache>
  2503. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_REALIZ"
  2504. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ/ID"/>
  2505. </system_cache__appinfo:flat_relation_cache>
  2506. </xs:appinfo>
  2507. <xs:documentation>Czy jest decyzja na realizacje</xs:documentation>
  2508. </xs:annotation>
  2509. </xs:element>
  2510. <xs:element name="ID_KORESP_OFFER"
  2511. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  2512. id="ciski_110mm___d7e125805-1_ID_KORESP_"/>
  2513. <xs:element minOccurs="0"
  2514. maxOccurs="unbounded"
  2515. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  2516. id="ciski_110mm___d7e125807-1">
  2517. <xs:annotation>
  2518. <xs:appinfo>
  2519. <system_cache__appinfo:flat_relation_cache>
  2520. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_OFFER"
  2521. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER/ID"/>
  2522. </system_cache__appinfo:flat_relation_cache>
  2523. </xs:appinfo>
  2524. <xs:documentation>Czy jest oferta na obiekt</xs:documentation>
  2525. </xs:annotation>
  2526. </xs:element>
  2527. <xs:element name="ID_KORESP_DO_UZG"
  2528. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  2529. id="ciski_110mm___d7e125814-1_ID_KORESP_"/>
  2530. <xs:element minOccurs="1"
  2531. maxOccurs="unbounded"
  2532. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  2533. id="ciski_110mm___d7e125815-1">
  2534. <xs:annotation>
  2535. <xs:appinfo>
  2536. <system_cache__appinfo:flat_relation_cache>
  2537. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG"
  2538. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/ID"/>
  2539. </system_cache__appinfo:flat_relation_cache>
  2540. </xs:appinfo>
  2541. <xs:documentation>Powiązanie do wysłanego pisma o zgodę na usytuowanie obiektu,
  2542. do właściciela nieruchomości</xs:documentation>
  2543. </xs:annotation>
  2544. </xs:element>
  2545. <xs:element name="ID_KORESP_UZG"
  2546. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  2547. id="ciski_110mm___d7e125822-1_ID_KORESP_"/>
  2548. <xs:element minOccurs="0"
  2549. maxOccurs="unbounded"
  2550. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  2551. id="ciski_110mm___d7e125823-1">
  2552. <xs:annotation>
  2553. <xs:appinfo>
  2554. <system_cache__appinfo:flat_relation_cache>
  2555. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG"
  2556. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG/ID"/>
  2557. </system_cache__appinfo:flat_relation_cache>
  2558. </xs:appinfo>
  2559. <xs:documentation>Fakt wyrażenia zgody na usytuowanie sieci od właściciela.
  2560. Brak zgody powinien być wiązany z relacją dla wysyłania wniosków o
  2561. zgody</xs:documentation>
  2562. </xs:annotation>
  2563. </xs:element>
  2564. <xs:element name="ID_KORESP_DO_UZG_ZUD"
  2565. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  2566. id="ciski_110mm___d7e125830-1_ID_KORESP_"/>
  2567. <xs:element minOccurs="0"
  2568. maxOccurs="unbounded"
  2569. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  2570. id="ciski_110mm___d7e125831-1">
  2571. <xs:annotation>
  2572. <xs:appinfo>
  2573. <system_cache__appinfo:flat_relation_cache>
  2574. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG_ZUD"
  2575. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD/ID"/>
  2576. </system_cache__appinfo:flat_relation_cache>
  2577. </xs:appinfo>
  2578. <xs:documentation>Potwierdzenie nadania wniosku o uzgodnienie
  2579. ZUD</xs:documentation>
  2580. </xs:annotation>
  2581. </xs:element>
  2582. <xs:element name="ID_KORESP_UZG_ZUD"
  2583. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  2584. id="ciski_110mm___d7e125838-1_ID_KORESP_"/>
  2585. <xs:element minOccurs="0"
  2586. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  2587. id="ciski_110mm___d7e125839-1">
  2588. <xs:annotation>
  2589. <xs:appinfo>
  2590. <system_cache__appinfo:flat_relation_cache>
  2591. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG_ZUD"
  2592. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD/ID"/>
  2593. </system_cache__appinfo:flat_relation_cache>
  2594. </xs:appinfo>
  2595. <xs:documentation>Potwierdzenie zwrotnego pisma ze zgodą ZUD</xs:documentation>
  2596. </xs:annotation>
  2597. </xs:element>
  2598. <xs:element name="ID_KORESP_ZLECENIE"
  2599. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  2600. id="ciski_110mm___d7e125846-1_ID_KORESP_"/>
  2601. <xs:element minOccurs="0"
  2602. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  2603. id="ciski_110mm___d7e125847-1">
  2604. <xs:annotation>
  2605. <xs:appinfo>
  2606. <system_cache__appinfo:flat_relation_cache>
  2607. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZLECENIE"
  2608. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE/ID"/>
  2609. </system_cache__appinfo:flat_relation_cache>
  2610. </xs:appinfo>
  2611. <xs:documentation>Czy jest zlecenie</xs:documentation>
  2612. </xs:annotation>
  2613. </xs:element>
  2614. <xs:element name="ID_KORESP_ZGL_ODB"
  2615. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  2616. id="ciski_110mm___d7e125855-1_ID_KORESP_"/>
  2617. <xs:element minOccurs="0"
  2618. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  2619. id="ciski_110mm___d7e125856-1">
  2620. <xs:annotation>
  2621. <xs:appinfo>
  2622. <system_cache__appinfo:flat_relation_cache>
  2623. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZGL_ODB"
  2624. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB/ID"/>
  2625. </system_cache__appinfo:flat_relation_cache>
  2626. </xs:appinfo>
  2627. <xs:documentation>Relacja tworzona przez podwykonawcę jako zgłoszenie do
  2628. odbioru=wykonanie</xs:documentation>
  2629. </xs:annotation>
  2630. </xs:element>
  2631. <xs:element name="ID_KORESP_POM_GEOD"
  2632. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  2633. id="ciski_110mm___d7e125863-1_ID_KORESP_"/>
  2634. <xs:element minOccurs="0"
  2635. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  2636. id="ciski_110mm___d7e125864-1">
  2637. <xs:annotation>
  2638. <xs:appinfo>
  2639. <system_cache__appinfo:flat_relation_cache>
  2640. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_POM_GEOD"
  2641. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD/ID"/>
  2642. </system_cache__appinfo:flat_relation_cache>
  2643. </xs:appinfo>
  2644. <xs:documentation>Stwierdzenie, że współrzędne obiektu został zaktualizowane
  2645. oraz są powiązane do dokumentu z operatem</xs:documentation>
  2646. </xs:annotation>
  2647. </xs:element>
  2648. <xs:element name="ID_KORESP_PROTOK_ODB"
  2649. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  2650. id="ciski_110mm___d7e125871-1_ID_KORESP_"/>
  2651. <xs:element minOccurs="0"
  2652. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  2653. id="ciski_110mm___d7e125872-1">
  2654. <xs:annotation>
  2655. <xs:appinfo>
  2656. <system_cache__appinfo:flat_relation_cache>
  2657. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROTOK_ODB"
  2658. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB/ID"/>
  2659. </system_cache__appinfo:flat_relation_cache>
  2660. </xs:appinfo>
  2661. <xs:documentation>Odebranie obiektu przez trójstronny dokument właściciel,
  2662. wykonawca, inwestor</xs:documentation>
  2663. </xs:annotation>
  2664. </xs:element>
  2665. <xs:element name="InvestArrangements_Network_Crossings"
  2666. type="xs:int"
  2667. id="ciski_110mm___d7e125879-1_InvestArra"/>
  2668. <xs:element minOccurs="0"
  2669. ref="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings"
  2670. id="ciski_110mm___d7e125880-1">
  2671. <xs:annotation>
  2672. <xs:appinfo>
  2673. <system_cache__appinfo:flat_relation_cache>
  2674. <system_cache__appinfo:source system_cache__appinfo:name="InvestArrangements_Network_Crossings"
  2675. system_cache__appinfo:xpath="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings/ID"/>
  2676. </system_cache__appinfo:flat_relation_cache>
  2677. </xs:appinfo>
  2678. <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.
  2679. </xs:documentation>
  2680. </xs:annotation>
  2681. </xs:element>
  2682. <xs:element minOccurs="0"
  2683. maxOccurs="1"
  2684. name="gid"
  2685. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__gid"
  2686. id="ciski_110mm___d7e125887-1_gid"/>
  2687. <xs:element minOccurs="0"
  2688. maxOccurs="1"
  2689. name="ID_KORESP_PROJ_WYK"
  2690. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__ID_KORESP_PROJ_WYK"
  2691. id="ciski_110mm___d7e125888-1_ID_KORESP_"/>
  2692. <xs:element minOccurs="0"
  2693. maxOccurs="1"
  2694. name="cena_jedn"
  2695. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__cena_jedn"
  2696. id="ciski_110mm___d7e125889-1_cena_jedn"/>
  2697. <xs:element minOccurs="0"
  2698. maxOccurs="1"
  2699. name="A_RECORD_CREATE_DATE"
  2700. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_CREATE_DATE"
  2701. id="ciski_110mm___d7e125891-1_A_RECORD_C"/>
  2702. <xs:element minOccurs="0"
  2703. maxOccurs="1"
  2704. name="A_RECORD_CREATE_AUTHOR"
  2705. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_CREATE_AUTHOR"
  2706. id="ciski_110mm___d7e125892-1_A_RECORD_C"/>
  2707. <xs:element minOccurs="0"
  2708. maxOccurs="1"
  2709. name="SYNC_SQIX_STATUS"
  2710. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__SYNC_SQIX_STATUS"
  2711. id="ciski_110mm___d7e125893-1_SYNC_SQIX_"/>
  2712. <xs:element minOccurs="0"
  2713. maxOccurs="1"
  2714. name="A_RECORD_UPDATE_DATE"
  2715. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_UPDATE_DATE"
  2716. id="ciski_110mm___d7e125894-1_A_RECORD_U"/>
  2717. <xs:element minOccurs="0"
  2718. maxOccurs="1"
  2719. name="A_RECORD_UPDATE_AUTHOR"
  2720. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_UPDATE_AUTHOR"
  2721. id="ciski_110mm___d7e125895-1_A_RECORD_U"/>
  2722. <xs:element minOccurs="0"
  2723. maxOccurs="1"
  2724. name="L_APPOITMENT_DATE"
  2725. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_DATE"
  2726. id="ciski_110mm___d7e125896-1_L_APPOITME"/>
  2727. <xs:element minOccurs="0"
  2728. maxOccurs="1"
  2729. name="L_APPOITMENT_PERIOD"
  2730. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_PERIOD"
  2731. id="ciski_110mm___d7e125897-1_L_APPOITME"/>
  2732. <xs:element minOccurs="0"
  2733. maxOccurs="1"
  2734. name="L_APPOITMENT_INFO"
  2735. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_INFO"
  2736. id="ciski_110mm___d7e125898-1_L_APPOITME"/>
  2737. <xs:element minOccurs="0"
  2738. maxOccurs="1"
  2739. name="L_APPOITMENT_TYPE"
  2740. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_TYPE"
  2741. id="ciski_110mm___d7e125899-1_L_APPOITME"/>
  2742. <xs:element minOccurs="0"
  2743. maxOccurs="1"
  2744. name="A_STATUS"
  2745. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_STATUS"
  2746. id="ciski_110mm___d7e125900-1_A_STATUS"/>
  2747. <xs:element minOccurs="0"
  2748. maxOccurs="1"
  2749. name="etykieta_x"
  2750. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_x"
  2751. id="ciski_110mm___d7e125901-1_etykieta_x"/>
  2752. <xs:element minOccurs="0"
  2753. maxOccurs="1"
  2754. name="etykieta_y"
  2755. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_y"
  2756. id="ciski_110mm___d7e125903-1_etykieta_y"/>
  2757. <xs:element minOccurs="0"
  2758. maxOccurs="1"
  2759. name="etykieta_obrot"
  2760. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_obrot"
  2761. id="ciski_110mm___d7e125904-1_etykieta_o"/>
  2762. <xs:element minOccurs="0"
  2763. maxOccurs="1"
  2764. name="WORK_PLAN_START"
  2765. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__WORK_PLAN_START"
  2766. id="ciski_110mm___d7e125905-1_WORK_PLAN_"/>
  2767. <xs:element minOccurs="0"
  2768. maxOccurs="1"
  2769. name="WORK_PLAN_FINISH"
  2770. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__WORK_PLAN_FINISH"
  2771. id="ciski_110mm___d7e125906-1_WORK_PLAN_"/>
  2772. <xs:element minOccurs="0"
  2773. maxOccurs="1"
  2774. name="T_WORKPOINTS_TIME_HOURS"
  2775. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__T_WORKPOINTS_TIME_HOURS"
  2776. id="ciski_110mm___d7e125907-1_T_WORKPOIN"/>
  2777. <!--#272 found ignored ID_KORESP_PROJEKT-->
  2778. <!--#288 unsupported yet @ref p5_zasob_36:IN7_DZIENNIK_KORESP-->
  2779. <!--#453 found ignored p5_zasob_36:IN7_DZIENNIK_KORESP by same @system_cache__appinfo:name-->
  2780. <!--#272 found ignored ID_KORESP_OFFER-->
  2781. <!--#272 found ignored WORK_PLAN_START-->
  2782. <!--#272 found ignored WORK_PLAN_FINISH-->
  2783. <!--#272 found ignored T_WORKPOINTS_TIME_HOURS-->
  2784. <!--#272 found ignored ID_KORESP_PROTOK_ODB-->
  2785. <!--#272 found ignored cena_jedn-->
  2786. <!--#272 found ignored ID_ZASOB-->
  2787. <!--#288 unsupported yet @ref p5_zasob_36:CRM_LISTA_ZASOBOW-->
  2788. <!--#453 found ignored p5_zasob_36:CRM_LISTA_ZASOBOW by same @system_cache__appinfo:name-->
  2789. <!--#272 found ignored ID_PROJECT-->
  2790. <!--#272 found ignored the_geom-->
  2791. <!--#272 found ignored Dlugosc-->
  2792. <!--#272 found ignored ID_KORESP_DO_UZG-->
  2793. <!--#272 found ignored A_RECORD_CREATE_DATE-->
  2794. <!--#272 found ignored ID-->
  2795. <!--#272 found ignored A_RECORD_CREATE_AUTHOR-->
  2796. <!--#272 found ignored A_RECORD_UPDATE_DATE-->
  2797. <!--#272 found ignored A_RECORD_UPDATE_AUTHOR-->
  2798. <!--#272 found ignored L_APPOITMENT_DATE-->
  2799. <!--#272 found ignored L_APPOITMENT_USER-->
  2800. <!--#272 found ignored L_APPOITMENT_PERIOD-->
  2801. <!--#272 found ignored ID_KORESP_PROJ_WYK-->
  2802. <!--#272 found ignored L_APPOITMENT_INFO-->
  2803. <!--#272 found ignored L_APPOITMENT_TYPE-->
  2804. <!--#272 found ignored A_STATUS-->
  2805. <!--#272 found ignored ID_KORESP_UZG-->
  2806. <!--#272 found ignored A_STATUS_INFO-->
  2807. <!--#272 found ignored A_ADM_COMPANY-->
  2808. <!--#272 found ignored A_CLASSIFIED-->
  2809. <!--#272 found ignored etykieta_obrot-->
  2810. <!--#272 found ignored etykieta_x-->
  2811. <!--#272 found ignored gid-->
  2812. <!--#272 found ignored etykieta_y-->
  2813. <!--#272 found ignored ID_KORESP_DO_REALIZ-->
  2814. <!--#272 found ignored SYNC_SQIX_STATUS-->
  2815. <!--#272 found ignored ID_KORESP_ZLECENIE-->
  2816. <!--#272 found ignored ID_KORESP_ZGL_ODB-->
  2817. <!--#272 found ignored ID_KORESP_DO_UZG_ZUD-->
  2818. <!--#272 found ignored ID_KORESP_UZG_ZUD-->
  2819. <!--#272 found ignored ID_KORESP_POM_GEOD-->
  2820. </xs:sequence>
  2821. </xs:restriction>
  2822. </xs:complexContent>
  2823. </xs:complexType>
  2824. <xs:element name="Rozdzielcza_Przeciski_110mm_DO_UZG"
  2825. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm_DO_UZG"
  2826. id="ciski_110mm___d7e125951-1_Rozdzielcz">
  2827. <xs:annotation>
  2828. <xs:appinfo>
  2829. <system_cache__appinfo:base_type system_cache__appinfo:base_type_group="infrastructure"
  2830. system_cache__appinfo:base_type_name="DO_UZG"/>
  2831. </xs:appinfo>
  2832. <xs:documentation>Taki co wyszedl do uzgodnien z wlascicielem nieruchomosci / dzialki
  2833. </xs:documentation>
  2834. </xs:annotation>
  2835. </xs:element>
  2836. <xs:complexType name="Rozdzielcza_Przeciski_110mm_UZG"
  2837. id="ciski_110mm___d7e125957-1_Rozdzielcz">
  2838. <xs:annotation>
  2839. <xs:documentation>Został uzgodniony, bo otrzymalismy dokument z uzogdnieniem
  2840. pozytywnym</xs:documentation>
  2841. </xs:annotation>
  2842. <xs:complexContent id="ciski_110mm___d7e125961-1">
  2843. <xs:restriction base="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm_DO_REALIZ">
  2844. <xs:sequence id="ciski_110mm___d7e125963-1">
  2845. <xs:element name="ID" type="xs:int" id="ciski_110mm___d7e125964-1_ID"/>
  2846. <xs:element name="the_geom"
  2847. type="gml:AbstractFeatureType"
  2848. id="ciski_110mm___d7e125965-1_the_geom"/>
  2849. <xs:element name="A_STATUS_INFO"
  2850. type="xs:string"
  2851. id="ciski_110mm___d7e125966-1_A_STATUS_I"/>
  2852. <xs:element name="opis" type="xs:string" id="ciski_110mm___d7e125967-1_opis">
  2853. <xs:annotation>
  2854. <xs:documentation>To zmiany na ID_ZASOBU pod katem
  2855. kosztorysowym</xs:documentation>
  2856. </xs:annotation>
  2857. </xs:element>
  2858. <xs:element name="ID_ZASOB"
  2859. type="xs:int"
  2860. id="ciski_110mm___d7e125971-1_ID_ZASOB"/>
  2861. <xs:element ref="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW"
  2862. id="ciski_110mm___d7e125972-1">
  2863. <xs:annotation>
  2864. <xs:appinfo>
  2865. <system_cache__appinfo:flat_relation_cache>
  2866. <system_cache__appinfo:source system_cache__appinfo:name="ID_ZASOB"
  2867. system_cache__appinfo:xpath="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW/ID"/>
  2868. </system_cache__appinfo:flat_relation_cache>
  2869. </xs:appinfo>
  2870. </xs:annotation>
  2871. </xs:element>
  2872. <xs:element name="Dlugosc"
  2873. type="xs:double"
  2874. id="ciski_110mm___d7e125977-1_Dlugosc"/>
  2875. <xs:element name="Powierzchnia"
  2876. type="xs:double"
  2877. id="ciski_110mm___d7e125978-1_Powierzchn"/>
  2878. <xs:element name="L_APPOITMENT_USER"
  2879. type="xs:string"
  2880. id="ciski_110mm___d7e125979-1_L_APPOITME"/>
  2881. <xs:element ref="SystemObjects__x3A__AccessOwner:AccessOwner"
  2882. id="ciski_110mm___d7e125980-1">
  2883. <xs:annotation>
  2884. <xs:appinfo>
  2885. <system_cache__appinfo:flat_relation_cache>
  2886. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  2887. system_cache__appinfo:xpath="SystemObjects__x3A__AccessOwner:AccessOwner/name"/>
  2888. </system_cache__appinfo:flat_relation_cache>
  2889. </xs:appinfo>
  2890. </xs:annotation>
  2891. </xs:element>
  2892. <xs:element name="A_CLASSIFIED"
  2893. type="xs:string"
  2894. id="ciski_110mm___d7e125985-1_A_CLASSIFI"/>
  2895. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  2896. id="ciski_110mm___d7e125987-1">
  2897. <xs:annotation>
  2898. <xs:appinfo>
  2899. <system_cache__appinfo:flat_relation_cache>
  2900. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  2901. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  2902. </system_cache__appinfo:flat_relation_cache>
  2903. </xs:appinfo>
  2904. </xs:annotation>
  2905. </xs:element>
  2906. <xs:element name="A_ADM_COMPANY"
  2907. type="xs:string"
  2908. id="ciski_110mm___d7e125992-1_A_ADM_COMP"/>
  2909. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  2910. id="ciski_110mm___d7e125993-1">
  2911. <xs:annotation>
  2912. <xs:appinfo>
  2913. <system_cache__appinfo:flat_relation_cache>
  2914. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  2915. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY/name"/>
  2916. </system_cache__appinfo:flat_relation_cache>
  2917. </xs:appinfo>
  2918. </xs:annotation>
  2919. </xs:element>
  2920. <xs:element name="ID_PROJECT"
  2921. type="xs:int"
  2922. id="ciski_110mm___d7e125998-1_ID_PROJECT"/>
  2923. <xs:element name="ID_KORESP_PROJEKT"
  2924. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  2925. id="ciski_110mm___d7e125999-1_ID_KORESP_"/>
  2926. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  2927. id="ciski_110mm___d7e126000-1">
  2928. <xs:annotation>
  2929. <xs:appinfo>
  2930. <system_cache__appinfo:flat_relation_cache>
  2931. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT"
  2932. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT/ID"/>
  2933. </system_cache__appinfo:flat_relation_cache>
  2934. </xs:appinfo>
  2935. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  2936. zasadami projektowania</xs:documentation>
  2937. </xs:annotation>
  2938. </xs:element>
  2939. <xs:element name="ID_KORESP_PROJEKT_WYK"
  2940. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  2941. id="ciski_110mm___d7e126007-1_ID_KORESP_"/>
  2942. <xs:element minOccurs="1"
  2943. maxOccurs="unbounded"
  2944. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK"
  2945. id="ciski_110mm___d7e126008-1">
  2946. <xs:annotation>
  2947. <xs:appinfo>
  2948. <system_cache__appinfo:flat_relation_cache>
  2949. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT_WYK"
  2950. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK/ID"/>
  2951. </system_cache__appinfo:flat_relation_cache>
  2952. </xs:appinfo>
  2953. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  2954. zasadami projektowania - proj wykonawczy</xs:documentation>
  2955. </xs:annotation>
  2956. </xs:element>
  2957. <xs:element name="ID_KORESP_DO_REALIZ"
  2958. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  2959. id="ciski_110mm___d7e126015-1_ID_KORESP_"/>
  2960. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  2961. id="ciski_110mm___d7e126016-1">
  2962. <xs:annotation>
  2963. <xs:appinfo>
  2964. <system_cache__appinfo:flat_relation_cache>
  2965. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_REALIZ"
  2966. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ/ID"/>
  2967. </system_cache__appinfo:flat_relation_cache>
  2968. </xs:appinfo>
  2969. <xs:documentation>Czy jest decyzja na realizacje</xs:documentation>
  2970. </xs:annotation>
  2971. </xs:element>
  2972. <xs:element name="ID_KORESP_OFFER"
  2973. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  2974. id="ciski_110mm___d7e126023-1_ID_KORESP_"/>
  2975. <xs:element minOccurs="0"
  2976. maxOccurs="unbounded"
  2977. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  2978. id="ciski_110mm___d7e126025-1">
  2979. <xs:annotation>
  2980. <xs:appinfo>
  2981. <system_cache__appinfo:flat_relation_cache>
  2982. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_OFFER"
  2983. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER/ID"/>
  2984. </system_cache__appinfo:flat_relation_cache>
  2985. </xs:appinfo>
  2986. <xs:documentation>Czy jest oferta na obiekt</xs:documentation>
  2987. </xs:annotation>
  2988. </xs:element>
  2989. <xs:element name="ID_KORESP_DO_UZG"
  2990. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  2991. id="ciski_110mm___d7e126032-1_ID_KORESP_"/>
  2992. <xs:element minOccurs="0"
  2993. maxOccurs="unbounded"
  2994. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  2995. id="ciski_110mm___d7e126033-1">
  2996. <xs:annotation>
  2997. <xs:appinfo>
  2998. <system_cache__appinfo:flat_relation_cache>
  2999. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG"
  3000. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/ID"/>
  3001. </system_cache__appinfo:flat_relation_cache>
  3002. </xs:appinfo>
  3003. <xs:documentation>Powiązanie do wysłanego pisma o zgodę na usytuowanie obiektu,
  3004. do właściciela nieruchomości</xs:documentation>
  3005. </xs:annotation>
  3006. </xs:element>
  3007. <xs:element name="ID_KORESP_UZG"
  3008. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  3009. id="ciski_110mm___d7e126040-1_ID_KORESP_"/>
  3010. <xs:element minOccurs="1"
  3011. maxOccurs="unbounded"
  3012. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  3013. id="ciski_110mm___d7e126041-1">
  3014. <xs:annotation>
  3015. <xs:appinfo>
  3016. <system_cache__appinfo:flat_relation_cache>
  3017. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG"
  3018. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/ID"/>
  3019. </system_cache__appinfo:flat_relation_cache>
  3020. </xs:appinfo>
  3021. <xs:documentation>Powiązanie do wysłanego pisma o zgodę na usytuowanie obiektu,
  3022. do właściciela nieruchomości</xs:documentation>
  3023. </xs:annotation>
  3024. </xs:element>
  3025. <xs:element name="ID_KORESP_DO_UZG_ZUD"
  3026. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  3027. id="ciski_110mm___d7e126048-1_ID_KORESP_"/>
  3028. <xs:element minOccurs="0"
  3029. maxOccurs="unbounded"
  3030. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  3031. id="ciski_110mm___d7e126049-1">
  3032. <xs:annotation>
  3033. <xs:appinfo>
  3034. <system_cache__appinfo:flat_relation_cache>
  3035. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG_ZUD"
  3036. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD/ID"/>
  3037. </system_cache__appinfo:flat_relation_cache>
  3038. </xs:appinfo>
  3039. <xs:documentation>Fakt wyrażenia zgody na usytuowanie sieci od właściciela.
  3040. Brak zgody powinien być wiązany z relacją dla wysyłania wniosków o
  3041. zgody</xs:documentation>
  3042. </xs:annotation>
  3043. </xs:element>
  3044. <xs:element name="ID_KORESP_UZG_ZUD"
  3045. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  3046. id="ciski_110mm___d7e126056-1_ID_KORESP_"/>
  3047. <xs:element minOccurs="0"
  3048. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  3049. id="ciski_110mm___d7e126057-1">
  3050. <xs:annotation>
  3051. <xs:appinfo>
  3052. <system_cache__appinfo:flat_relation_cache>
  3053. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG_ZUD"
  3054. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD/ID"/>
  3055. </system_cache__appinfo:flat_relation_cache>
  3056. </xs:appinfo>
  3057. <xs:documentation>Potwierdzenie nadania wniosku o uzgodnienie
  3058. ZUD</xs:documentation>
  3059. </xs:annotation>
  3060. </xs:element>
  3061. <xs:element name="ID_KORESP_ZLECENIE"
  3062. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  3063. id="ciski_110mm___d7e126064-1_ID_KORESP_"/>
  3064. <xs:element minOccurs="0"
  3065. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  3066. id="ciski_110mm___d7e126065-1">
  3067. <xs:annotation>
  3068. <xs:appinfo>
  3069. <system_cache__appinfo:flat_relation_cache>
  3070. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZLECENIE"
  3071. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE/ID"/>
  3072. </system_cache__appinfo:flat_relation_cache>
  3073. </xs:appinfo>
  3074. <xs:documentation>Czy jest zlecenie</xs:documentation>
  3075. </xs:annotation>
  3076. </xs:element>
  3077. <xs:element name="ID_KORESP_ZGL_ODB"
  3078. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  3079. id="ciski_110mm___d7e126073-1_ID_KORESP_"/>
  3080. <xs:element minOccurs="0"
  3081. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  3082. id="ciski_110mm___d7e126074-1">
  3083. <xs:annotation>
  3084. <xs:appinfo>
  3085. <system_cache__appinfo:flat_relation_cache>
  3086. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZGL_ODB"
  3087. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB/ID"/>
  3088. </system_cache__appinfo:flat_relation_cache>
  3089. </xs:appinfo>
  3090. <xs:documentation>Relacja tworzona przez podwykonawcę jako zgłoszenie do
  3091. odbioru=wykonanie</xs:documentation>
  3092. </xs:annotation>
  3093. </xs:element>
  3094. <xs:element name="ID_KORESP_POM_GEOD"
  3095. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  3096. id="ciski_110mm___d7e126081-1_ID_KORESP_"/>
  3097. <xs:element minOccurs="0"
  3098. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  3099. id="ciski_110mm___d7e126082-1">
  3100. <xs:annotation>
  3101. <xs:appinfo>
  3102. <system_cache__appinfo:flat_relation_cache>
  3103. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_POM_GEOD"
  3104. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD/ID"/>
  3105. </system_cache__appinfo:flat_relation_cache>
  3106. </xs:appinfo>
  3107. <xs:documentation>Stwierdzenie, że współrzędne obiektu został zaktualizowane
  3108. oraz są powiązane do dokumentu z operatem</xs:documentation>
  3109. </xs:annotation>
  3110. </xs:element>
  3111. <xs:element name="ID_KORESP_PROTOK_ODB"
  3112. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  3113. id="ciski_110mm___d7e126089-1_ID_KORESP_"/>
  3114. <xs:element minOccurs="0"
  3115. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  3116. id="ciski_110mm___d7e126090-1">
  3117. <xs:annotation>
  3118. <xs:appinfo>
  3119. <system_cache__appinfo:flat_relation_cache>
  3120. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROTOK_ODB"
  3121. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB/ID"/>
  3122. </system_cache__appinfo:flat_relation_cache>
  3123. </xs:appinfo>
  3124. <xs:documentation>Odebranie obiektu przez trójstronny dokument właściciel,
  3125. wykonawca, inwestor</xs:documentation>
  3126. </xs:annotation>
  3127. </xs:element>
  3128. <xs:element name="InvestArrangements_Network_Crossings"
  3129. type="xs:int"
  3130. id="ciski_110mm___d7e126097-1_InvestArra"/>
  3131. <xs:element minOccurs="0"
  3132. ref="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings"
  3133. id="ciski_110mm___d7e126098-1">
  3134. <xs:annotation>
  3135. <xs:appinfo>
  3136. <system_cache__appinfo:flat_relation_cache>
  3137. <system_cache__appinfo:source system_cache__appinfo:name="InvestArrangements_Network_Crossings"
  3138. system_cache__appinfo:xpath="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings/ID"/>
  3139. </system_cache__appinfo:flat_relation_cache>
  3140. </xs:appinfo>
  3141. <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
  3142. Warunek uzgodnienia na bazie ..network_crossing to:
  3143. ./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>
  3144. </xs:annotation>
  3145. </xs:element>
  3146. <xs:element minOccurs="0"
  3147. maxOccurs="1"
  3148. name="gid"
  3149. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__gid"
  3150. id="ciski_110mm___d7e126105-1_gid"/>
  3151. <xs:element minOccurs="0"
  3152. maxOccurs="1"
  3153. name="ID_KORESP_PROJ_WYK"
  3154. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__ID_KORESP_PROJ_WYK"
  3155. id="ciski_110mm___d7e126106-1_ID_KORESP_"/>
  3156. <xs:element minOccurs="0"
  3157. maxOccurs="1"
  3158. name="cena_jedn"
  3159. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__cena_jedn"
  3160. id="ciski_110mm___d7e126107-1_cena_jedn"/>
  3161. <xs:element minOccurs="0"
  3162. maxOccurs="1"
  3163. name="A_RECORD_CREATE_DATE"
  3164. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_CREATE_DATE"
  3165. id="ciski_110mm___d7e126109-1_A_RECORD_C"/>
  3166. <xs:element minOccurs="0"
  3167. maxOccurs="1"
  3168. name="A_RECORD_CREATE_AUTHOR"
  3169. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_CREATE_AUTHOR"
  3170. id="ciski_110mm___d7e126110-1_A_RECORD_C"/>
  3171. <xs:element minOccurs="0"
  3172. maxOccurs="1"
  3173. name="SYNC_SQIX_STATUS"
  3174. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__SYNC_SQIX_STATUS"
  3175. id="ciski_110mm___d7e126111-1_SYNC_SQIX_"/>
  3176. <xs:element minOccurs="0"
  3177. maxOccurs="1"
  3178. name="A_RECORD_UPDATE_DATE"
  3179. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_UPDATE_DATE"
  3180. id="ciski_110mm___d7e126112-1_A_RECORD_U"/>
  3181. <xs:element minOccurs="0"
  3182. maxOccurs="1"
  3183. name="A_RECORD_UPDATE_AUTHOR"
  3184. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_UPDATE_AUTHOR"
  3185. id="ciski_110mm___d7e126113-1_A_RECORD_U"/>
  3186. <xs:element minOccurs="0"
  3187. maxOccurs="1"
  3188. name="L_APPOITMENT_DATE"
  3189. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_DATE"
  3190. id="ciski_110mm___d7e126114-1_L_APPOITME"/>
  3191. <xs:element minOccurs="0"
  3192. maxOccurs="1"
  3193. name="L_APPOITMENT_PERIOD"
  3194. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_PERIOD"
  3195. id="ciski_110mm___d7e126115-1_L_APPOITME"/>
  3196. <xs:element minOccurs="0"
  3197. maxOccurs="1"
  3198. name="L_APPOITMENT_INFO"
  3199. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_INFO"
  3200. id="ciski_110mm___d7e126116-1_L_APPOITME"/>
  3201. <xs:element minOccurs="0"
  3202. maxOccurs="1"
  3203. name="L_APPOITMENT_TYPE"
  3204. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_TYPE"
  3205. id="ciski_110mm___d7e126117-1_L_APPOITME"/>
  3206. <xs:element minOccurs="0"
  3207. maxOccurs="1"
  3208. name="A_STATUS"
  3209. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_STATUS"
  3210. id="ciski_110mm___d7e126118-1_A_STATUS"/>
  3211. <xs:element minOccurs="0"
  3212. maxOccurs="1"
  3213. name="etykieta_x"
  3214. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_x"
  3215. id="ciski_110mm___d7e126119-1_etykieta_x"/>
  3216. <xs:element minOccurs="0"
  3217. maxOccurs="1"
  3218. name="etykieta_y"
  3219. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_y"
  3220. id="ciski_110mm___d7e126121-1_etykieta_y"/>
  3221. <xs:element minOccurs="0"
  3222. maxOccurs="1"
  3223. name="etykieta_obrot"
  3224. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_obrot"
  3225. id="ciski_110mm___d7e126122-1_etykieta_o"/>
  3226. <xs:element minOccurs="0"
  3227. maxOccurs="1"
  3228. name="WORK_PLAN_START"
  3229. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__WORK_PLAN_START"
  3230. id="ciski_110mm___d7e126123-1_WORK_PLAN_"/>
  3231. <xs:element minOccurs="0"
  3232. maxOccurs="1"
  3233. name="WORK_PLAN_FINISH"
  3234. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__WORK_PLAN_FINISH"
  3235. id="ciski_110mm___d7e126124-1_WORK_PLAN_"/>
  3236. <xs:element minOccurs="0"
  3237. maxOccurs="1"
  3238. name="T_WORKPOINTS_TIME_HOURS"
  3239. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__T_WORKPOINTS_TIME_HOURS"
  3240. id="ciski_110mm___d7e126125-1_T_WORKPOIN"/>
  3241. <!--#272 found ignored ID_KORESP_PROJEKT-->
  3242. <!--#288 unsupported yet @ref p5_zasob_36:IN7_DZIENNIK_KORESP-->
  3243. <!--#453 found ignored p5_zasob_36:IN7_DZIENNIK_KORESP by same @system_cache__appinfo:name-->
  3244. <!--#272 found ignored ID_KORESP_OFFER-->
  3245. <!--#272 found ignored WORK_PLAN_START-->
  3246. <!--#272 found ignored WORK_PLAN_FINISH-->
  3247. <!--#272 found ignored T_WORKPOINTS_TIME_HOURS-->
  3248. <!--#272 found ignored ID_KORESP_PROTOK_ODB-->
  3249. <!--#272 found ignored cena_jedn-->
  3250. <!--#272 found ignored ID_ZASOB-->
  3251. <!--#288 unsupported yet @ref p5_zasob_36:CRM_LISTA_ZASOBOW-->
  3252. <!--#453 found ignored p5_zasob_36:CRM_LISTA_ZASOBOW by same @system_cache__appinfo:name-->
  3253. <!--#272 found ignored ID_PROJECT-->
  3254. <!--#272 found ignored the_geom-->
  3255. <!--#272 found ignored Dlugosc-->
  3256. <!--#272 found ignored ID_KORESP_DO_UZG-->
  3257. <!--#272 found ignored A_RECORD_CREATE_DATE-->
  3258. <!--#272 found ignored ID-->
  3259. <!--#272 found ignored A_RECORD_CREATE_AUTHOR-->
  3260. <!--#272 found ignored A_RECORD_UPDATE_DATE-->
  3261. <!--#272 found ignored A_RECORD_UPDATE_AUTHOR-->
  3262. <!--#272 found ignored L_APPOITMENT_DATE-->
  3263. <!--#272 found ignored L_APPOITMENT_USER-->
  3264. <!--#272 found ignored L_APPOITMENT_PERIOD-->
  3265. <!--#272 found ignored ID_KORESP_PROJ_WYK-->
  3266. <!--#272 found ignored L_APPOITMENT_INFO-->
  3267. <!--#272 found ignored L_APPOITMENT_TYPE-->
  3268. <!--#272 found ignored A_STATUS-->
  3269. <!--#272 found ignored ID_KORESP_UZG-->
  3270. <!--#272 found ignored A_STATUS_INFO-->
  3271. <!--#272 found ignored A_ADM_COMPANY-->
  3272. <!--#272 found ignored A_CLASSIFIED-->
  3273. <!--#272 found ignored etykieta_obrot-->
  3274. <!--#272 found ignored etykieta_x-->
  3275. <!--#272 found ignored gid-->
  3276. <!--#272 found ignored etykieta_y-->
  3277. <!--#272 found ignored ID_KORESP_DO_REALIZ-->
  3278. <!--#272 found ignored SYNC_SQIX_STATUS-->
  3279. <!--#272 found ignored ID_KORESP_ZLECENIE-->
  3280. <!--#272 found ignored ID_KORESP_ZGL_ODB-->
  3281. <!--#272 found ignored ID_KORESP_DO_UZG_ZUD-->
  3282. <!--#272 found ignored ID_KORESP_UZG_ZUD-->
  3283. <!--#272 found ignored ID_KORESP_POM_GEOD-->
  3284. </xs:sequence>
  3285. </xs:restriction>
  3286. </xs:complexContent>
  3287. </xs:complexType>
  3288. <xs:element name="Rozdzielcza_Przeciski_110mm_UZG"
  3289. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm_UZG"
  3290. id="ciski_110mm___d7e126170-1_Rozdzielcz">
  3291. <xs:annotation>
  3292. <xs:appinfo>
  3293. <system_cache__appinfo:base_type system_cache__appinfo:base_type_group="infrastructure"
  3294. system_cache__appinfo:base_type_name="UZG"/>
  3295. </xs:appinfo>
  3296. </xs:annotation>
  3297. </xs:element>
  3298. <xs:complexType name="Rozdzielcza_Przeciski_110mm_DO_UZG_ZUD"
  3299. id="ciski_110mm___d7e126174-1_Rozdzielcz">
  3300. <xs:complexContent id="ciski_110mm___d7e126175-1">
  3301. <xs:restriction base="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm_DO_REALIZ">
  3302. <xs:sequence id="ciski_110mm___d7e126177-1">
  3303. <xs:element name="ID" type="xs:int" id="ciski_110mm___d7e126178-1_ID"/>
  3304. <xs:element name="the_geom"
  3305. type="gml:AbstractFeatureType"
  3306. id="ciski_110mm___d7e126179-1_the_geom"/>
  3307. <xs:element name="A_STATUS_INFO"
  3308. type="xs:string"
  3309. id="ciski_110mm___d7e126180-1_A_STATUS_I"/>
  3310. <xs:element name="opis" type="xs:string" id="ciski_110mm___d7e126181-1_opis">
  3311. <xs:annotation>
  3312. <xs:documentation>To zmiany na ID_ZASOBU pod katem
  3313. kosztorysowym</xs:documentation>
  3314. </xs:annotation>
  3315. </xs:element>
  3316. <xs:element name="ID_ZASOB"
  3317. type="xs:int"
  3318. id="ciski_110mm___d7e126185-1_ID_ZASOB"/>
  3319. <xs:element ref="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW"
  3320. id="ciski_110mm___d7e126186-1">
  3321. <xs:annotation>
  3322. <xs:appinfo>
  3323. <system_cache__appinfo:flat_relation_cache>
  3324. <system_cache__appinfo:source system_cache__appinfo:name="ID_ZASOB"
  3325. system_cache__appinfo:xpath="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW/ID"/>
  3326. </system_cache__appinfo:flat_relation_cache>
  3327. </xs:appinfo>
  3328. </xs:annotation>
  3329. </xs:element>
  3330. <xs:element name="Dlugosc"
  3331. type="xs:double"
  3332. id="ciski_110mm___d7e126191-1_Dlugosc"/>
  3333. <xs:element name="Powierzchnia"
  3334. type="xs:double"
  3335. id="ciski_110mm___d7e126192-1_Powierzchn"/>
  3336. <xs:element name="L_APPOITMENT_USER"
  3337. type="xs:string"
  3338. id="ciski_110mm___d7e126193-1_L_APPOITME"/>
  3339. <xs:element ref="SystemObjects__x3A__AccessOwner:AccessOwner"
  3340. id="ciski_110mm___d7e126194-1">
  3341. <xs:annotation>
  3342. <xs:appinfo>
  3343. <system_cache__appinfo:flat_relation_cache>
  3344. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  3345. system_cache__appinfo:xpath="SystemObjects__x3A__AccessOwner:AccessOwner/name"/>
  3346. </system_cache__appinfo:flat_relation_cache>
  3347. </xs:appinfo>
  3348. </xs:annotation>
  3349. </xs:element>
  3350. <xs:element name="A_CLASSIFIED"
  3351. type="xs:string"
  3352. id="ciski_110mm___d7e126199-1_A_CLASSIFI"/>
  3353. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  3354. id="ciski_110mm___d7e126201-1">
  3355. <xs:annotation>
  3356. <xs:appinfo>
  3357. <system_cache__appinfo:flat_relation_cache>
  3358. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  3359. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  3360. </system_cache__appinfo:flat_relation_cache>
  3361. </xs:appinfo>
  3362. </xs:annotation>
  3363. </xs:element>
  3364. <xs:element name="A_ADM_COMPANY"
  3365. type="xs:string"
  3366. id="ciski_110mm___d7e126206-1_A_ADM_COMP"/>
  3367. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  3368. id="ciski_110mm___d7e126207-1">
  3369. <xs:annotation>
  3370. <xs:appinfo>
  3371. <system_cache__appinfo:flat_relation_cache>
  3372. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  3373. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY/name"/>
  3374. </system_cache__appinfo:flat_relation_cache>
  3375. </xs:appinfo>
  3376. </xs:annotation>
  3377. </xs:element>
  3378. <xs:element name="ID_PROJECT"
  3379. type="xs:int"
  3380. id="ciski_110mm___d7e126212-1_ID_PROJECT"/>
  3381. <xs:element name="ID_KORESP_PROJEKT"
  3382. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  3383. id="ciski_110mm___d7e126213-1_ID_KORESP_"/>
  3384. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  3385. id="ciski_110mm___d7e126214-1">
  3386. <xs:annotation>
  3387. <xs:appinfo>
  3388. <system_cache__appinfo:flat_relation_cache>
  3389. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT"
  3390. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT/ID"/>
  3391. </system_cache__appinfo:flat_relation_cache>
  3392. </xs:appinfo>
  3393. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  3394. zasadami projektowania</xs:documentation>
  3395. </xs:annotation>
  3396. </xs:element>
  3397. <xs:element name="ID_KORESP_PROJEKT_WYK"
  3398. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  3399. id="ciski_110mm___d7e126221-1_ID_KORESP_"/>
  3400. <xs:element minOccurs="1"
  3401. maxOccurs="unbounded"
  3402. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK"
  3403. id="ciski_110mm___d7e126222-1">
  3404. <xs:annotation>
  3405. <xs:appinfo>
  3406. <system_cache__appinfo:flat_relation_cache>
  3407. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT_WYK"
  3408. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK/ID"/>
  3409. </system_cache__appinfo:flat_relation_cache>
  3410. </xs:appinfo>
  3411. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  3412. zasadami projektowania - proj wykonawczy</xs:documentation>
  3413. </xs:annotation>
  3414. </xs:element>
  3415. <xs:element name="ID_KORESP_DO_REALIZ"
  3416. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  3417. id="ciski_110mm___d7e126229-1_ID_KORESP_"/>
  3418. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  3419. id="ciski_110mm___d7e126230-1">
  3420. <xs:annotation>
  3421. <xs:appinfo>
  3422. <system_cache__appinfo:flat_relation_cache>
  3423. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_REALIZ"
  3424. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ/ID"/>
  3425. </system_cache__appinfo:flat_relation_cache>
  3426. </xs:appinfo>
  3427. <xs:documentation>Czy jest decyzja na realizacje</xs:documentation>
  3428. </xs:annotation>
  3429. </xs:element>
  3430. <xs:element name="ID_KORESP_OFFER"
  3431. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  3432. id="ciski_110mm___d7e126237-1_ID_KORESP_"/>
  3433. <xs:element minOccurs="0"
  3434. maxOccurs="unbounded"
  3435. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  3436. id="ciski_110mm___d7e126239-1">
  3437. <xs:annotation>
  3438. <xs:appinfo>
  3439. <system_cache__appinfo:flat_relation_cache>
  3440. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_OFFER"
  3441. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER/ID"/>
  3442. </system_cache__appinfo:flat_relation_cache>
  3443. </xs:appinfo>
  3444. <xs:documentation>Czy jest oferta na obiekt</xs:documentation>
  3445. </xs:annotation>
  3446. </xs:element>
  3447. <xs:element name="ID_KORESP_DO_UZG"
  3448. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  3449. id="ciski_110mm___d7e126246-1_ID_KORESP_"/>
  3450. <xs:element minOccurs="0"
  3451. maxOccurs="unbounded"
  3452. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  3453. id="ciski_110mm___d7e126247-1">
  3454. <xs:annotation>
  3455. <xs:appinfo>
  3456. <system_cache__appinfo:flat_relation_cache>
  3457. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG"
  3458. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/ID"/>
  3459. </system_cache__appinfo:flat_relation_cache>
  3460. </xs:appinfo>
  3461. <xs:documentation>Powiązanie do wysłanego pisma o zgodę na usytuowanie obiektu,
  3462. do właściciela nieruchomości</xs:documentation>
  3463. </xs:annotation>
  3464. </xs:element>
  3465. <xs:element name="ID_KORESP_UZG"
  3466. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  3467. id="ciski_110mm___d7e126254-1_ID_KORESP_"/>
  3468. <xs:element minOccurs="0"
  3469. maxOccurs="unbounded"
  3470. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  3471. id="ciski_110mm___d7e126255-1">
  3472. <xs:annotation>
  3473. <xs:appinfo>
  3474. <system_cache__appinfo:flat_relation_cache>
  3475. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG"
  3476. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG/ID"/>
  3477. </system_cache__appinfo:flat_relation_cache>
  3478. </xs:appinfo>
  3479. <xs:documentation>Fakt wyrażenia zgody na usytuowanie sieci od właściciela.
  3480. Brak zgody powinien być wiązany z relacją dla wysyłania wniosków o
  3481. zgody</xs:documentation>
  3482. </xs:annotation>
  3483. </xs:element>
  3484. <xs:element name="ID_KORESP_DO_UZG_ZUD"
  3485. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  3486. id="ciski_110mm___d7e126262-1_ID_KORESP_"/>
  3487. <xs:element minOccurs="1"
  3488. maxOccurs="unbounded"
  3489. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  3490. id="ciski_110mm___d7e126263-1">
  3491. <xs:annotation>
  3492. <xs:appinfo>
  3493. <system_cache__appinfo:flat_relation_cache>
  3494. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG_ZUD"
  3495. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD/ID"/>
  3496. </system_cache__appinfo:flat_relation_cache>
  3497. </xs:appinfo>
  3498. <xs:documentation>Potwierdzenie nadania wniosku o uzgodnienie
  3499. ZUD</xs:documentation>
  3500. </xs:annotation>
  3501. </xs:element>
  3502. <xs:element name="ID_KORESP_UZG_ZUD"
  3503. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  3504. id="ciski_110mm___d7e126270-1_ID_KORESP_"/>
  3505. <xs:element minOccurs="0"
  3506. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  3507. id="ciski_110mm___d7e126271-1">
  3508. <xs:annotation>
  3509. <xs:appinfo>
  3510. <system_cache__appinfo:flat_relation_cache>
  3511. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG_ZUD"
  3512. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD/ID"/>
  3513. </system_cache__appinfo:flat_relation_cache>
  3514. </xs:appinfo>
  3515. <xs:documentation>Potwierdzenie zwrotnego pisma ze zgodą ZUD</xs:documentation>
  3516. </xs:annotation>
  3517. </xs:element>
  3518. <xs:element name="ID_KORESP_ZLECENIE"
  3519. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  3520. id="ciski_110mm___d7e126278-1_ID_KORESP_"/>
  3521. <xs:element minOccurs="0"
  3522. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  3523. id="ciski_110mm___d7e126279-1">
  3524. <xs:annotation>
  3525. <xs:appinfo>
  3526. <system_cache__appinfo:flat_relation_cache>
  3527. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZLECENIE"
  3528. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE/ID"/>
  3529. </system_cache__appinfo:flat_relation_cache>
  3530. </xs:appinfo>
  3531. <xs:documentation>Czy jest zlecenie</xs:documentation>
  3532. </xs:annotation>
  3533. </xs:element>
  3534. <xs:element name="ID_KORESP_ZGL_ODB"
  3535. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  3536. id="ciski_110mm___d7e126287-1_ID_KORESP_"/>
  3537. <xs:element minOccurs="0"
  3538. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  3539. id="ciski_110mm___d7e126288-1">
  3540. <xs:annotation>
  3541. <xs:appinfo>
  3542. <system_cache__appinfo:flat_relation_cache>
  3543. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZGL_ODB"
  3544. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB/ID"/>
  3545. </system_cache__appinfo:flat_relation_cache>
  3546. </xs:appinfo>
  3547. <xs:documentation>Relacja tworzona przez podwykonawcę jako zgłoszenie do
  3548. odbioru=wykonanie</xs:documentation>
  3549. </xs:annotation>
  3550. </xs:element>
  3551. <xs:element name="ID_KORESP_POM_GEOD"
  3552. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  3553. id="ciski_110mm___d7e126295-1_ID_KORESP_"/>
  3554. <xs:element minOccurs="0"
  3555. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  3556. id="ciski_110mm___d7e126296-1">
  3557. <xs:annotation>
  3558. <xs:appinfo>
  3559. <system_cache__appinfo:flat_relation_cache>
  3560. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_POM_GEOD"
  3561. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD/ID"/>
  3562. </system_cache__appinfo:flat_relation_cache>
  3563. </xs:appinfo>
  3564. <xs:documentation>Stwierdzenie, że współrzędne obiektu został zaktualizowane
  3565. oraz są powiązane do dokumentu z operatem</xs:documentation>
  3566. </xs:annotation>
  3567. </xs:element>
  3568. <xs:element name="ID_KORESP_PROTOK_ODB"
  3569. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  3570. id="ciski_110mm___d7e126303-1_ID_KORESP_"/>
  3571. <xs:element minOccurs="0"
  3572. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  3573. id="ciski_110mm___d7e126304-1">
  3574. <xs:annotation>
  3575. <xs:appinfo>
  3576. <system_cache__appinfo:flat_relation_cache>
  3577. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROTOK_ODB"
  3578. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB/ID"/>
  3579. </system_cache__appinfo:flat_relation_cache>
  3580. </xs:appinfo>
  3581. <xs:documentation>Odebranie obiektu przez trójstronny dokument właściciel,
  3582. wykonawca, inwestor</xs:documentation>
  3583. </xs:annotation>
  3584. </xs:element>
  3585. <xs:element name="InvestArrangements_Network_Crossings"
  3586. type="xs:int"
  3587. id="ciski_110mm___d7e126311-1_InvestArra"/>
  3588. <xs:element minOccurs="0"
  3589. ref="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings"
  3590. id="ciski_110mm___d7e126312-1">
  3591. <xs:annotation>
  3592. <xs:appinfo>
  3593. <system_cache__appinfo:flat_relation_cache>
  3594. <system_cache__appinfo:source system_cache__appinfo:name="InvestArrangements_Network_Crossings"
  3595. system_cache__appinfo:xpath="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings/ID"/>
  3596. </system_cache__appinfo:flat_relation_cache>
  3597. </xs:appinfo>
  3598. <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>
  3599. </xs:annotation>
  3600. </xs:element>
  3601. <xs:element minOccurs="0"
  3602. maxOccurs="1"
  3603. name="gid"
  3604. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__gid"
  3605. id="ciski_110mm___d7e126319-1_gid"/>
  3606. <xs:element minOccurs="0"
  3607. maxOccurs="1"
  3608. name="ID_KORESP_PROJ_WYK"
  3609. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__ID_KORESP_PROJ_WYK"
  3610. id="ciski_110mm___d7e126320-1_ID_KORESP_"/>
  3611. <xs:element minOccurs="0"
  3612. maxOccurs="1"
  3613. name="cena_jedn"
  3614. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__cena_jedn"
  3615. id="ciski_110mm___d7e126321-1_cena_jedn"/>
  3616. <xs:element minOccurs="0"
  3617. maxOccurs="1"
  3618. name="A_RECORD_CREATE_DATE"
  3619. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_CREATE_DATE"
  3620. id="ciski_110mm___d7e126323-1_A_RECORD_C"/>
  3621. <xs:element minOccurs="0"
  3622. maxOccurs="1"
  3623. name="A_RECORD_CREATE_AUTHOR"
  3624. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_CREATE_AUTHOR"
  3625. id="ciski_110mm___d7e126324-1_A_RECORD_C"/>
  3626. <xs:element minOccurs="0"
  3627. maxOccurs="1"
  3628. name="SYNC_SQIX_STATUS"
  3629. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__SYNC_SQIX_STATUS"
  3630. id="ciski_110mm___d7e126325-1_SYNC_SQIX_"/>
  3631. <xs:element minOccurs="0"
  3632. maxOccurs="1"
  3633. name="A_RECORD_UPDATE_DATE"
  3634. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_UPDATE_DATE"
  3635. id="ciski_110mm___d7e126326-1_A_RECORD_U"/>
  3636. <xs:element minOccurs="0"
  3637. maxOccurs="1"
  3638. name="A_RECORD_UPDATE_AUTHOR"
  3639. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_UPDATE_AUTHOR"
  3640. id="ciski_110mm___d7e126327-1_A_RECORD_U"/>
  3641. <xs:element minOccurs="0"
  3642. maxOccurs="1"
  3643. name="L_APPOITMENT_DATE"
  3644. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_DATE"
  3645. id="ciski_110mm___d7e126328-1_L_APPOITME"/>
  3646. <xs:element minOccurs="0"
  3647. maxOccurs="1"
  3648. name="L_APPOITMENT_PERIOD"
  3649. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_PERIOD"
  3650. id="ciski_110mm___d7e126329-1_L_APPOITME"/>
  3651. <xs:element minOccurs="0"
  3652. maxOccurs="1"
  3653. name="L_APPOITMENT_INFO"
  3654. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_INFO"
  3655. id="ciski_110mm___d7e126330-1_L_APPOITME"/>
  3656. <xs:element minOccurs="0"
  3657. maxOccurs="1"
  3658. name="L_APPOITMENT_TYPE"
  3659. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_TYPE"
  3660. id="ciski_110mm___d7e126331-1_L_APPOITME"/>
  3661. <xs:element minOccurs="0"
  3662. maxOccurs="1"
  3663. name="A_STATUS"
  3664. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_STATUS"
  3665. id="ciski_110mm___d7e126332-1_A_STATUS"/>
  3666. <xs:element minOccurs="0"
  3667. maxOccurs="1"
  3668. name="etykieta_x"
  3669. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_x"
  3670. id="ciski_110mm___d7e126333-1_etykieta_x"/>
  3671. <xs:element minOccurs="0"
  3672. maxOccurs="1"
  3673. name="etykieta_y"
  3674. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_y"
  3675. id="ciski_110mm___d7e126335-1_etykieta_y"/>
  3676. <xs:element minOccurs="0"
  3677. maxOccurs="1"
  3678. name="etykieta_obrot"
  3679. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_obrot"
  3680. id="ciski_110mm___d7e126336-1_etykieta_o"/>
  3681. <xs:element minOccurs="0"
  3682. maxOccurs="1"
  3683. name="WORK_PLAN_START"
  3684. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__WORK_PLAN_START"
  3685. id="ciski_110mm___d7e126337-1_WORK_PLAN_"/>
  3686. <xs:element minOccurs="0"
  3687. maxOccurs="1"
  3688. name="WORK_PLAN_FINISH"
  3689. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__WORK_PLAN_FINISH"
  3690. id="ciski_110mm___d7e126338-1_WORK_PLAN_"/>
  3691. <xs:element minOccurs="0"
  3692. maxOccurs="1"
  3693. name="T_WORKPOINTS_TIME_HOURS"
  3694. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__T_WORKPOINTS_TIME_HOURS"
  3695. id="ciski_110mm___d7e126339-1_T_WORKPOIN"/>
  3696. <!--#272 found ignored ID_KORESP_PROJEKT-->
  3697. <!--#288 unsupported yet @ref p5_zasob_36:IN7_DZIENNIK_KORESP-->
  3698. <!--#453 found ignored p5_zasob_36:IN7_DZIENNIK_KORESP by same @system_cache__appinfo:name-->
  3699. <!--#272 found ignored ID_KORESP_OFFER-->
  3700. <!--#272 found ignored WORK_PLAN_START-->
  3701. <!--#272 found ignored WORK_PLAN_FINISH-->
  3702. <!--#272 found ignored T_WORKPOINTS_TIME_HOURS-->
  3703. <!--#272 found ignored ID_KORESP_PROTOK_ODB-->
  3704. <!--#272 found ignored cena_jedn-->
  3705. <!--#272 found ignored ID_ZASOB-->
  3706. <!--#288 unsupported yet @ref p5_zasob_36:CRM_LISTA_ZASOBOW-->
  3707. <!--#453 found ignored p5_zasob_36:CRM_LISTA_ZASOBOW by same @system_cache__appinfo:name-->
  3708. <!--#272 found ignored ID_PROJECT-->
  3709. <!--#272 found ignored the_geom-->
  3710. <!--#272 found ignored Dlugosc-->
  3711. <!--#272 found ignored ID_KORESP_DO_UZG-->
  3712. <!--#272 found ignored A_RECORD_CREATE_DATE-->
  3713. <!--#272 found ignored ID-->
  3714. <!--#272 found ignored A_RECORD_CREATE_AUTHOR-->
  3715. <!--#272 found ignored A_RECORD_UPDATE_DATE-->
  3716. <!--#272 found ignored A_RECORD_UPDATE_AUTHOR-->
  3717. <!--#272 found ignored L_APPOITMENT_DATE-->
  3718. <!--#272 found ignored L_APPOITMENT_USER-->
  3719. <!--#272 found ignored L_APPOITMENT_PERIOD-->
  3720. <!--#272 found ignored ID_KORESP_PROJ_WYK-->
  3721. <!--#272 found ignored L_APPOITMENT_INFO-->
  3722. <!--#272 found ignored L_APPOITMENT_TYPE-->
  3723. <!--#272 found ignored A_STATUS-->
  3724. <!--#272 found ignored ID_KORESP_UZG-->
  3725. <!--#272 found ignored A_STATUS_INFO-->
  3726. <!--#272 found ignored A_ADM_COMPANY-->
  3727. <!--#272 found ignored A_CLASSIFIED-->
  3728. <!--#272 found ignored etykieta_obrot-->
  3729. <!--#272 found ignored etykieta_x-->
  3730. <!--#272 found ignored gid-->
  3731. <!--#272 found ignored etykieta_y-->
  3732. <!--#272 found ignored ID_KORESP_DO_REALIZ-->
  3733. <!--#272 found ignored SYNC_SQIX_STATUS-->
  3734. <!--#272 found ignored ID_KORESP_ZLECENIE-->
  3735. <!--#272 found ignored ID_KORESP_ZGL_ODB-->
  3736. <!--#272 found ignored ID_KORESP_DO_UZG_ZUD-->
  3737. <!--#272 found ignored ID_KORESP_UZG_ZUD-->
  3738. <!--#272 found ignored ID_KORESP_POM_GEOD-->
  3739. </xs:sequence>
  3740. </xs:restriction>
  3741. </xs:complexContent>
  3742. </xs:complexType>
  3743. <xs:element name="Rozdzielcza_Przeciski_110mm_DO_UZG_ZUD"
  3744. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm_DO_UZG_ZUD"
  3745. id="ciski_110mm___d7e126383-1_Rozdzielcz">
  3746. <xs:annotation>
  3747. <xs:appinfo>
  3748. <system_cache__appinfo:base_type system_cache__appinfo:base_type_group="infrastructure"
  3749. system_cache__appinfo:base_type_name="DO_UZG_ZUD"/>
  3750. </xs:appinfo>
  3751. </xs:annotation>
  3752. </xs:element>
  3753. <xs:complexType name="Rozdzielcza_Przeciski_110mm_UZG_ZUD"
  3754. id="ciski_110mm___d7e126387-1_Rozdzielcz">
  3755. <xs:complexContent id="ciski_110mm___d7e126388-1">
  3756. <xs:restriction base="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm_DO_UZG_ZUD">
  3757. <xs:sequence id="ciski_110mm___d7e126390-1">
  3758. <xs:element name="ID" type="xs:int" id="ciski_110mm___d7e126391-1_ID"/>
  3759. <xs:element name="the_geom"
  3760. type="gml:AbstractFeatureType"
  3761. id="ciski_110mm___d7e126392-1_the_geom"/>
  3762. <xs:element name="A_STATUS_INFO"
  3763. type="xs:string"
  3764. id="ciski_110mm___d7e126393-1_A_STATUS_I"/>
  3765. <xs:element name="opis" type="xs:string" id="ciski_110mm___d7e126394-1_opis">
  3766. <xs:annotation>
  3767. <xs:documentation>To zmiany na ID_ZASOBU pod katem
  3768. kosztorysowym</xs:documentation>
  3769. </xs:annotation>
  3770. </xs:element>
  3771. <xs:element name="ID_ZASOB"
  3772. type="xs:int"
  3773. id="ciski_110mm___d7e126398-1_ID_ZASOB"/>
  3774. <xs:element ref="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW"
  3775. id="ciski_110mm___d7e126399-1">
  3776. <xs:annotation>
  3777. <xs:appinfo>
  3778. <system_cache__appinfo:flat_relation_cache>
  3779. <system_cache__appinfo:source system_cache__appinfo:name="ID_ZASOB"
  3780. system_cache__appinfo:xpath="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW/ID"/>
  3781. </system_cache__appinfo:flat_relation_cache>
  3782. </xs:appinfo>
  3783. </xs:annotation>
  3784. </xs:element>
  3785. <xs:element name="Dlugosc"
  3786. type="xs:double"
  3787. id="ciski_110mm___d7e126404-1_Dlugosc"/>
  3788. <xs:element name="Powierzchnia"
  3789. type="xs:double"
  3790. id="ciski_110mm___d7e126405-1_Powierzchn"/>
  3791. <xs:element name="L_APPOITMENT_USER"
  3792. type="xs:string"
  3793. id="ciski_110mm___d7e126406-1_L_APPOITME"/>
  3794. <xs:element ref="SystemObjects__x3A__AccessOwner:AccessOwner"
  3795. id="ciski_110mm___d7e126407-1">
  3796. <xs:annotation>
  3797. <xs:appinfo>
  3798. <system_cache__appinfo:flat_relation_cache>
  3799. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  3800. system_cache__appinfo:xpath="SystemObjects__x3A__AccessOwner:AccessOwner/name"/>
  3801. </system_cache__appinfo:flat_relation_cache>
  3802. </xs:appinfo>
  3803. </xs:annotation>
  3804. </xs:element>
  3805. <xs:element name="A_CLASSIFIED"
  3806. type="xs:string"
  3807. id="ciski_110mm___d7e126412-1_A_CLASSIFI"/>
  3808. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  3809. id="ciski_110mm___d7e126414-1">
  3810. <xs:annotation>
  3811. <xs:appinfo>
  3812. <system_cache__appinfo:flat_relation_cache>
  3813. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  3814. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  3815. </system_cache__appinfo:flat_relation_cache>
  3816. </xs:appinfo>
  3817. </xs:annotation>
  3818. </xs:element>
  3819. <xs:element name="A_ADM_COMPANY"
  3820. type="xs:string"
  3821. id="ciski_110mm___d7e126419-1_A_ADM_COMP"/>
  3822. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  3823. id="ciski_110mm___d7e126420-1">
  3824. <xs:annotation>
  3825. <xs:appinfo>
  3826. <system_cache__appinfo:flat_relation_cache>
  3827. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  3828. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY/name"/>
  3829. </system_cache__appinfo:flat_relation_cache>
  3830. </xs:appinfo>
  3831. </xs:annotation>
  3832. </xs:element>
  3833. <xs:element name="ID_PROJECT"
  3834. type="xs:int"
  3835. id="ciski_110mm___d7e126425-1_ID_PROJECT"/>
  3836. <xs:element name="ID_KORESP_PROJEKT"
  3837. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  3838. id="ciski_110mm___d7e126426-1_ID_KORESP_"/>
  3839. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  3840. id="ciski_110mm___d7e126427-1">
  3841. <xs:annotation>
  3842. <xs:appinfo>
  3843. <system_cache__appinfo:flat_relation_cache>
  3844. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT"
  3845. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT/ID"/>
  3846. </system_cache__appinfo:flat_relation_cache>
  3847. </xs:appinfo>
  3848. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  3849. zasadami projektowania</xs:documentation>
  3850. </xs:annotation>
  3851. </xs:element>
  3852. <xs:element name="ID_KORESP_PROJEKT_WYK"
  3853. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  3854. id="ciski_110mm___d7e126434-1_ID_KORESP_"/>
  3855. <xs:element minOccurs="1"
  3856. maxOccurs="unbounded"
  3857. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK"
  3858. id="ciski_110mm___d7e126435-1">
  3859. <xs:annotation>
  3860. <xs:appinfo>
  3861. <system_cache__appinfo:flat_relation_cache>
  3862. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT_WYK"
  3863. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK/ID"/>
  3864. </system_cache__appinfo:flat_relation_cache>
  3865. </xs:appinfo>
  3866. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  3867. zasadami projektowania - proj wykonawczy</xs:documentation>
  3868. </xs:annotation>
  3869. </xs:element>
  3870. <xs:element name="ID_KORESP_DO_REALIZ"
  3871. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  3872. id="ciski_110mm___d7e126442-1_ID_KORESP_"/>
  3873. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  3874. id="ciski_110mm___d7e126443-1">
  3875. <xs:annotation>
  3876. <xs:appinfo>
  3877. <system_cache__appinfo:flat_relation_cache>
  3878. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_REALIZ"
  3879. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ/ID"/>
  3880. </system_cache__appinfo:flat_relation_cache>
  3881. </xs:appinfo>
  3882. <xs:documentation>Czy jest decyzja na realizacje</xs:documentation>
  3883. </xs:annotation>
  3884. </xs:element>
  3885. <xs:element name="ID_KORESP_OFFER"
  3886. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  3887. id="ciski_110mm___d7e126450-1_ID_KORESP_"/>
  3888. <xs:element minOccurs="0"
  3889. maxOccurs="unbounded"
  3890. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  3891. id="ciski_110mm___d7e126452-1">
  3892. <xs:annotation>
  3893. <xs:appinfo>
  3894. <system_cache__appinfo:flat_relation_cache>
  3895. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_OFFER"
  3896. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER/ID"/>
  3897. </system_cache__appinfo:flat_relation_cache>
  3898. </xs:appinfo>
  3899. <xs:documentation>Czy jest oferta na obiekt</xs:documentation>
  3900. </xs:annotation>
  3901. </xs:element>
  3902. <xs:element name="ID_KORESP_DO_UZG"
  3903. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  3904. id="ciski_110mm___d7e126459-1_ID_KORESP_"/>
  3905. <xs:element minOccurs="0"
  3906. maxOccurs="unbounded"
  3907. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  3908. id="ciski_110mm___d7e126460-1">
  3909. <xs:annotation>
  3910. <xs:appinfo>
  3911. <system_cache__appinfo:flat_relation_cache>
  3912. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG"
  3913. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/ID"/>
  3914. </system_cache__appinfo:flat_relation_cache>
  3915. </xs:appinfo>
  3916. <xs:documentation>Powiązanie do wysłanego pisma o zgodę na usytuowanie obiektu,
  3917. do właściciela nieruchomości</xs:documentation>
  3918. </xs:annotation>
  3919. </xs:element>
  3920. <xs:element name="ID_KORESP_UZG"
  3921. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  3922. id="ciski_110mm___d7e126467-1_ID_KORESP_"/>
  3923. <xs:element minOccurs="0"
  3924. maxOccurs="unbounded"
  3925. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  3926. id="ciski_110mm___d7e126468-1">
  3927. <xs:annotation>
  3928. <xs:appinfo>
  3929. <system_cache__appinfo:flat_relation_cache>
  3930. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG"
  3931. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG/ID"/>
  3932. </system_cache__appinfo:flat_relation_cache>
  3933. </xs:appinfo>
  3934. <xs:documentation>Fakt wyrażenia zgody na usytuowanie sieci od właściciela.
  3935. Brak zgody powinien być wiązany z relacją dla wysyłania wniosków o
  3936. zgody</xs:documentation>
  3937. </xs:annotation>
  3938. </xs:element>
  3939. <xs:element name="ID_KORESP_DO_UZG_ZUD"
  3940. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  3941. id="ciski_110mm___d7e126475-1_ID_KORESP_"/>
  3942. <xs:element minOccurs="1"
  3943. maxOccurs="unbounded"
  3944. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  3945. id="ciski_110mm___d7e126476-1">
  3946. <xs:annotation>
  3947. <xs:appinfo>
  3948. <system_cache__appinfo:flat_relation_cache>
  3949. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG_ZUD"
  3950. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD/ID"/>
  3951. </system_cache__appinfo:flat_relation_cache>
  3952. </xs:appinfo>
  3953. <xs:documentation>Potwierdzenie nadania wniosku o uzgodnienie
  3954. ZUD</xs:documentation>
  3955. </xs:annotation>
  3956. </xs:element>
  3957. <xs:element name="ID_KORESP_UZG_ZUD"
  3958. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  3959. id="ciski_110mm___d7e126483-1_ID_KORESP_"/>
  3960. <xs:element minOccurs="1"
  3961. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  3962. id="ciski_110mm___d7e126484-1">
  3963. <xs:annotation>
  3964. <xs:appinfo>
  3965. <system_cache__appinfo:flat_relation_cache>
  3966. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG_ZUD"
  3967. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD/ID"/>
  3968. </system_cache__appinfo:flat_relation_cache>
  3969. </xs:appinfo>
  3970. <xs:documentation>Potwierdzenie zwrotnego pisma ze zgodą ZUD</xs:documentation>
  3971. </xs:annotation>
  3972. </xs:element>
  3973. <xs:element name="ID_KORESP_ZLECENIE"
  3974. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  3975. id="ciski_110mm___d7e126491-1_ID_KORESP_"/>
  3976. <xs:element minOccurs="0"
  3977. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  3978. id="ciski_110mm___d7e126492-1">
  3979. <xs:annotation>
  3980. <xs:appinfo>
  3981. <system_cache__appinfo:flat_relation_cache>
  3982. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZLECENIE"
  3983. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE/ID"/>
  3984. </system_cache__appinfo:flat_relation_cache>
  3985. </xs:appinfo>
  3986. <xs:documentation>Czy jest zlecenie</xs:documentation>
  3987. </xs:annotation>
  3988. </xs:element>
  3989. <xs:element name="ID_KORESP_ZGL_ODB"
  3990. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  3991. id="ciski_110mm___d7e126500-1_ID_KORESP_"/>
  3992. <xs:element minOccurs="0"
  3993. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  3994. id="ciski_110mm___d7e126501-1">
  3995. <xs:annotation>
  3996. <xs:appinfo>
  3997. <system_cache__appinfo:flat_relation_cache>
  3998. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZGL_ODB"
  3999. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB/ID"/>
  4000. </system_cache__appinfo:flat_relation_cache>
  4001. </xs:appinfo>
  4002. <xs:documentation>Relacja tworzona przez podwykonawcę jako zgłoszenie do
  4003. odbioru=wykonanie</xs:documentation>
  4004. </xs:annotation>
  4005. </xs:element>
  4006. <xs:element name="ID_KORESP_POM_GEOD"
  4007. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  4008. id="ciski_110mm___d7e126508-1_ID_KORESP_"/>
  4009. <xs:element minOccurs="0"
  4010. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  4011. id="ciski_110mm___d7e126509-1">
  4012. <xs:annotation>
  4013. <xs:appinfo>
  4014. <system_cache__appinfo:flat_relation_cache>
  4015. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_POM_GEOD"
  4016. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD/ID"/>
  4017. </system_cache__appinfo:flat_relation_cache>
  4018. </xs:appinfo>
  4019. <xs:documentation>Stwierdzenie, że współrzędne obiektu został zaktualizowane
  4020. oraz są powiązane do dokumentu z operatem</xs:documentation>
  4021. </xs:annotation>
  4022. </xs:element>
  4023. <xs:element name="ID_KORESP_PROTOK_ODB"
  4024. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  4025. id="ciski_110mm___d7e126516-1_ID_KORESP_"/>
  4026. <xs:element minOccurs="0"
  4027. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  4028. id="ciski_110mm___d7e126517-1">
  4029. <xs:annotation>
  4030. <xs:appinfo>
  4031. <system_cache__appinfo:flat_relation_cache>
  4032. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROTOK_ODB"
  4033. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB/ID"/>
  4034. </system_cache__appinfo:flat_relation_cache>
  4035. </xs:appinfo>
  4036. <xs:documentation>Odebranie obiektu przez trójstronny dokument właściciel,
  4037. wykonawca, inwestor</xs:documentation>
  4038. </xs:annotation>
  4039. </xs:element>
  4040. <xs:element name="InvestArrangements_Network_Crossings"
  4041. type="xs:int"
  4042. id="ciski_110mm___d7e126524-1_InvestArra"/>
  4043. <xs:element minOccurs="0"
  4044. ref="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings"
  4045. id="ciski_110mm___d7e126525-1">
  4046. <xs:annotation>
  4047. <xs:appinfo>
  4048. <system_cache__appinfo:flat_relation_cache>
  4049. <system_cache__appinfo:source system_cache__appinfo:name="InvestArrangements_Network_Crossings"
  4050. system_cache__appinfo:xpath="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings/ID"/>
  4051. </system_cache__appinfo:flat_relation_cache>
  4052. </xs:appinfo>
  4053. <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>
  4054. </xs:annotation>
  4055. </xs:element>
  4056. <xs:element minOccurs="0"
  4057. maxOccurs="1"
  4058. name="gid"
  4059. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__gid"
  4060. id="ciski_110mm___d7e126532-1_gid"/>
  4061. <xs:element minOccurs="0"
  4062. maxOccurs="1"
  4063. name="ID_KORESP_PROJ_WYK"
  4064. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__ID_KORESP_PROJ_WYK"
  4065. id="ciski_110mm___d7e126533-1_ID_KORESP_"/>
  4066. <xs:element minOccurs="0"
  4067. maxOccurs="1"
  4068. name="cena_jedn"
  4069. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__cena_jedn"
  4070. id="ciski_110mm___d7e126534-1_cena_jedn"/>
  4071. <xs:element minOccurs="0"
  4072. maxOccurs="1"
  4073. name="A_RECORD_CREATE_DATE"
  4074. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_CREATE_DATE"
  4075. id="ciski_110mm___d7e126536-1_A_RECORD_C"/>
  4076. <xs:element minOccurs="0"
  4077. maxOccurs="1"
  4078. name="A_RECORD_CREATE_AUTHOR"
  4079. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_CREATE_AUTHOR"
  4080. id="ciski_110mm___d7e126537-1_A_RECORD_C"/>
  4081. <xs:element minOccurs="0"
  4082. maxOccurs="1"
  4083. name="SYNC_SQIX_STATUS"
  4084. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__SYNC_SQIX_STATUS"
  4085. id="ciski_110mm___d7e126538-1_SYNC_SQIX_"/>
  4086. <xs:element minOccurs="0"
  4087. maxOccurs="1"
  4088. name="A_RECORD_UPDATE_DATE"
  4089. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_UPDATE_DATE"
  4090. id="ciski_110mm___d7e126539-1_A_RECORD_U"/>
  4091. <xs:element minOccurs="0"
  4092. maxOccurs="1"
  4093. name="A_RECORD_UPDATE_AUTHOR"
  4094. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_UPDATE_AUTHOR"
  4095. id="ciski_110mm___d7e126540-1_A_RECORD_U"/>
  4096. <xs:element minOccurs="0"
  4097. maxOccurs="1"
  4098. name="L_APPOITMENT_DATE"
  4099. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_DATE"
  4100. id="ciski_110mm___d7e126541-1_L_APPOITME"/>
  4101. <xs:element minOccurs="0"
  4102. maxOccurs="1"
  4103. name="L_APPOITMENT_PERIOD"
  4104. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_PERIOD"
  4105. id="ciski_110mm___d7e126542-1_L_APPOITME"/>
  4106. <xs:element minOccurs="0"
  4107. maxOccurs="1"
  4108. name="L_APPOITMENT_INFO"
  4109. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_INFO"
  4110. id="ciski_110mm___d7e126543-1_L_APPOITME"/>
  4111. <xs:element minOccurs="0"
  4112. maxOccurs="1"
  4113. name="L_APPOITMENT_TYPE"
  4114. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_TYPE"
  4115. id="ciski_110mm___d7e126544-1_L_APPOITME"/>
  4116. <xs:element minOccurs="0"
  4117. maxOccurs="1"
  4118. name="A_STATUS"
  4119. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_STATUS"
  4120. id="ciski_110mm___d7e126545-1_A_STATUS"/>
  4121. <xs:element minOccurs="0"
  4122. maxOccurs="1"
  4123. name="etykieta_x"
  4124. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_x"
  4125. id="ciski_110mm___d7e126546-1_etykieta_x"/>
  4126. <xs:element minOccurs="0"
  4127. maxOccurs="1"
  4128. name="etykieta_y"
  4129. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_y"
  4130. id="ciski_110mm___d7e126548-1_etykieta_y"/>
  4131. <xs:element minOccurs="0"
  4132. maxOccurs="1"
  4133. name="etykieta_obrot"
  4134. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_obrot"
  4135. id="ciski_110mm___d7e126549-1_etykieta_o"/>
  4136. <xs:element minOccurs="0"
  4137. maxOccurs="1"
  4138. name="WORK_PLAN_START"
  4139. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__WORK_PLAN_START"
  4140. id="ciski_110mm___d7e126550-1_WORK_PLAN_"/>
  4141. <xs:element minOccurs="0"
  4142. maxOccurs="1"
  4143. name="WORK_PLAN_FINISH"
  4144. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__WORK_PLAN_FINISH"
  4145. id="ciski_110mm___d7e126551-1_WORK_PLAN_"/>
  4146. <xs:element minOccurs="0"
  4147. maxOccurs="1"
  4148. name="T_WORKPOINTS_TIME_HOURS"
  4149. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__T_WORKPOINTS_TIME_HOURS"
  4150. id="ciski_110mm___d7e126552-1_T_WORKPOIN"/>
  4151. <!--#272 found ignored ID_KORESP_PROJEKT-->
  4152. <!--#288 unsupported yet @ref p5_zasob_36:IN7_DZIENNIK_KORESP-->
  4153. <!--#453 found ignored p5_zasob_36:IN7_DZIENNIK_KORESP by same @system_cache__appinfo:name-->
  4154. <!--#272 found ignored ID_KORESP_OFFER-->
  4155. <!--#272 found ignored WORK_PLAN_START-->
  4156. <!--#272 found ignored WORK_PLAN_FINISH-->
  4157. <!--#272 found ignored T_WORKPOINTS_TIME_HOURS-->
  4158. <!--#272 found ignored ID_KORESP_PROTOK_ODB-->
  4159. <!--#272 found ignored cena_jedn-->
  4160. <!--#272 found ignored ID_ZASOB-->
  4161. <!--#288 unsupported yet @ref p5_zasob_36:CRM_LISTA_ZASOBOW-->
  4162. <!--#453 found ignored p5_zasob_36:CRM_LISTA_ZASOBOW by same @system_cache__appinfo:name-->
  4163. <!--#272 found ignored ID_PROJECT-->
  4164. <!--#272 found ignored the_geom-->
  4165. <!--#272 found ignored Dlugosc-->
  4166. <!--#272 found ignored ID_KORESP_DO_UZG-->
  4167. <!--#272 found ignored A_RECORD_CREATE_DATE-->
  4168. <!--#272 found ignored ID-->
  4169. <!--#272 found ignored A_RECORD_CREATE_AUTHOR-->
  4170. <!--#272 found ignored A_RECORD_UPDATE_DATE-->
  4171. <!--#272 found ignored A_RECORD_UPDATE_AUTHOR-->
  4172. <!--#272 found ignored L_APPOITMENT_DATE-->
  4173. <!--#272 found ignored L_APPOITMENT_USER-->
  4174. <!--#272 found ignored L_APPOITMENT_PERIOD-->
  4175. <!--#272 found ignored ID_KORESP_PROJ_WYK-->
  4176. <!--#272 found ignored L_APPOITMENT_INFO-->
  4177. <!--#272 found ignored L_APPOITMENT_TYPE-->
  4178. <!--#272 found ignored A_STATUS-->
  4179. <!--#272 found ignored ID_KORESP_UZG-->
  4180. <!--#272 found ignored A_STATUS_INFO-->
  4181. <!--#272 found ignored A_ADM_COMPANY-->
  4182. <!--#272 found ignored A_CLASSIFIED-->
  4183. <!--#272 found ignored etykieta_obrot-->
  4184. <!--#272 found ignored etykieta_x-->
  4185. <!--#272 found ignored gid-->
  4186. <!--#272 found ignored etykieta_y-->
  4187. <!--#272 found ignored ID_KORESP_DO_REALIZ-->
  4188. <!--#272 found ignored SYNC_SQIX_STATUS-->
  4189. <!--#272 found ignored ID_KORESP_ZLECENIE-->
  4190. <!--#272 found ignored ID_KORESP_ZGL_ODB-->
  4191. <!--#272 found ignored ID_KORESP_DO_UZG_ZUD-->
  4192. <!--#272 found ignored ID_KORESP_UZG_ZUD-->
  4193. <!--#272 found ignored ID_KORESP_POM_GEOD-->
  4194. </xs:sequence>
  4195. </xs:restriction>
  4196. </xs:complexContent>
  4197. </xs:complexType>
  4198. <xs:element name="Rozdzielcza_Przeciski_110mm_UZG_ZUD"
  4199. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm_UZG_ZUD"
  4200. id="ciski_110mm___d7e126596-1_Rozdzielcz">
  4201. <xs:annotation>
  4202. <xs:appinfo>
  4203. <system_cache__appinfo:base_type system_cache__appinfo:base_type_group="infrastructure"
  4204. system_cache__appinfo:base_type_name="UZG_ZUD"/>
  4205. </xs:appinfo>
  4206. </xs:annotation>
  4207. </xs:element>
  4208. <xs:complexType name="Rozdzielcza_Przeciski_110mm_ZLECENIE"
  4209. id="ciski_110mm___d7e126600-1_Rozdzielcz">
  4210. <xs:annotation>
  4211. <xs:documentation>Popdisano zlecenie na realizacje danego obiektu</xs:documentation>
  4212. </xs:annotation>
  4213. <xs:complexContent id="ciski_110mm___d7e126604-1">
  4214. <xs:restriction base="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm_OFFER">
  4215. <xs:sequence id="ciski_110mm___d7e126606-1">
  4216. <xs:element name="ID" type="xs:int" id="ciski_110mm___d7e126607-1_ID"/>
  4217. <xs:element name="the_geom"
  4218. type="gml:AbstractFeatureType"
  4219. id="ciski_110mm___d7e126608-1_the_geom"/>
  4220. <xs:element name="A_STATUS_INFO"
  4221. type="xs:string"
  4222. id="ciski_110mm___d7e126609-1_A_STATUS_I"/>
  4223. <xs:element name="opis" type="xs:string" id="ciski_110mm___d7e126610-1_opis">
  4224. <xs:annotation>
  4225. <xs:documentation>To zmiany na ID_ZASOBU pod katem
  4226. kosztorysowym</xs:documentation>
  4227. </xs:annotation>
  4228. </xs:element>
  4229. <xs:element name="ID_ZASOB"
  4230. type="xs:int"
  4231. id="ciski_110mm___d7e126614-1_ID_ZASOB"/>
  4232. <xs:element ref="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW"
  4233. id="ciski_110mm___d7e126615-1">
  4234. <xs:annotation>
  4235. <xs:appinfo>
  4236. <system_cache__appinfo:flat_relation_cache>
  4237. <system_cache__appinfo:source system_cache__appinfo:name="ID_ZASOB"
  4238. system_cache__appinfo:xpath="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW/ID"/>
  4239. </system_cache__appinfo:flat_relation_cache>
  4240. </xs:appinfo>
  4241. </xs:annotation>
  4242. </xs:element>
  4243. <xs:element name="Dlugosc"
  4244. type="xs:double"
  4245. id="ciski_110mm___d7e126620-1_Dlugosc"/>
  4246. <xs:element name="Powierzchnia"
  4247. type="xs:double"
  4248. id="ciski_110mm___d7e126621-1_Powierzchn"/>
  4249. <xs:element name="L_APPOITMENT_USER"
  4250. type="xs:string"
  4251. id="ciski_110mm___d7e126622-1_L_APPOITME"/>
  4252. <xs:element ref="SystemObjects__x3A__AccessOwner:AccessOwner"
  4253. id="ciski_110mm___d7e126623-1">
  4254. <xs:annotation>
  4255. <xs:appinfo>
  4256. <system_cache__appinfo:flat_relation_cache>
  4257. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  4258. system_cache__appinfo:xpath="SystemObjects__x3A__AccessOwner:AccessOwner/name"/>
  4259. </system_cache__appinfo:flat_relation_cache>
  4260. </xs:appinfo>
  4261. </xs:annotation>
  4262. </xs:element>
  4263. <xs:element name="A_CLASSIFIED"
  4264. type="xs:string"
  4265. id="ciski_110mm___d7e126628-1_A_CLASSIFI"/>
  4266. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  4267. id="ciski_110mm___d7e126630-1">
  4268. <xs:annotation>
  4269. <xs:appinfo>
  4270. <system_cache__appinfo:flat_relation_cache>
  4271. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  4272. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  4273. </system_cache__appinfo:flat_relation_cache>
  4274. </xs:appinfo>
  4275. </xs:annotation>
  4276. </xs:element>
  4277. <xs:element name="A_ADM_COMPANY"
  4278. type="xs:string"
  4279. id="ciski_110mm___d7e126635-1_A_ADM_COMP"/>
  4280. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  4281. id="ciski_110mm___d7e126636-1">
  4282. <xs:annotation>
  4283. <xs:appinfo>
  4284. <system_cache__appinfo:flat_relation_cache>
  4285. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  4286. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY/name"/>
  4287. </system_cache__appinfo:flat_relation_cache>
  4288. </xs:appinfo>
  4289. </xs:annotation>
  4290. </xs:element>
  4291. <xs:element name="ID_PROJECT"
  4292. type="xs:int"
  4293. id="ciski_110mm___d7e126641-1_ID_PROJECT"/>
  4294. <xs:element name="ID_KORESP_PROJEKT"
  4295. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  4296. id="ciski_110mm___d7e126642-1_ID_KORESP_"/>
  4297. <xs:element maxOccurs="unbounded"
  4298. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  4299. id="ciski_110mm___d7e126643-1">
  4300. <xs:annotation>
  4301. <xs:appinfo>
  4302. <system_cache__appinfo:flat_relation_cache>
  4303. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT"
  4304. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT/ID"/>
  4305. </system_cache__appinfo:flat_relation_cache>
  4306. </xs:appinfo>
  4307. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  4308. zasadami projektowania</xs:documentation>
  4309. </xs:annotation>
  4310. </xs:element>
  4311. <xs:element name="ID_KORESP_PROJEKT_WYK"
  4312. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  4313. id="ciski_110mm___d7e126650-1_ID_KORESP_"/>
  4314. <xs:element minOccurs="1"
  4315. maxOccurs="unbounded"
  4316. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK"
  4317. id="ciski_110mm___d7e126651-1">
  4318. <xs:annotation>
  4319. <xs:appinfo>
  4320. <system_cache__appinfo:flat_relation_cache>
  4321. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT_WYK"
  4322. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK/ID"/>
  4323. </system_cache__appinfo:flat_relation_cache>
  4324. </xs:appinfo>
  4325. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  4326. zasadami projektowania - proj wykonawczy</xs:documentation>
  4327. </xs:annotation>
  4328. </xs:element>
  4329. <xs:element name="ID_KORESP_DO_REALIZ"
  4330. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  4331. id="ciski_110mm___d7e126658-1_ID_KORESP_"/>
  4332. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  4333. id="ciski_110mm___d7e126659-1">
  4334. <xs:annotation>
  4335. <xs:appinfo>
  4336. <system_cache__appinfo:flat_relation_cache>
  4337. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_REALIZ"
  4338. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ/ID"/>
  4339. </system_cache__appinfo:flat_relation_cache>
  4340. </xs:appinfo>
  4341. <xs:documentation>Czy jest decyzja na realizacje</xs:documentation>
  4342. </xs:annotation>
  4343. </xs:element>
  4344. <xs:element name="ID_KORESP_OFFER"
  4345. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  4346. id="ciski_110mm___d7e126666-1_ID_KORESP_"/>
  4347. <xs:element minOccurs="1"
  4348. maxOccurs="unbounded"
  4349. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  4350. id="ciski_110mm___d7e126668-1">
  4351. <xs:annotation>
  4352. <xs:appinfo>
  4353. <system_cache__appinfo:flat_relation_cache>
  4354. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_OFFER"
  4355. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER/ID"/>
  4356. </system_cache__appinfo:flat_relation_cache>
  4357. </xs:appinfo>
  4358. <xs:documentation>Czy jest oferta na obiekt</xs:documentation>
  4359. </xs:annotation>
  4360. </xs:element>
  4361. <xs:element name="ID_KORESP_DO_UZG"
  4362. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  4363. id="ciski_110mm___d7e126675-1_ID_KORESP_"/>
  4364. <xs:element minOccurs="0"
  4365. maxOccurs="unbounded"
  4366. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  4367. id="ciski_110mm___d7e126676-1">
  4368. <xs:annotation>
  4369. <xs:appinfo>
  4370. <system_cache__appinfo:flat_relation_cache>
  4371. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG"
  4372. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/ID"/>
  4373. </system_cache__appinfo:flat_relation_cache>
  4374. </xs:appinfo>
  4375. <xs:documentation>Powiązanie do wysłanego pisma o zgodę na usytuowanie obiektu,
  4376. do właściciela nieruchomości</xs:documentation>
  4377. </xs:annotation>
  4378. </xs:element>
  4379. <xs:element name="ID_KORESP_UZG"
  4380. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  4381. id="ciski_110mm___d7e126683-1_ID_KORESP_"/>
  4382. <xs:element minOccurs="0"
  4383. maxOccurs="unbounded"
  4384. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  4385. id="ciski_110mm___d7e126684-1">
  4386. <xs:annotation>
  4387. <xs:appinfo>
  4388. <system_cache__appinfo:flat_relation_cache>
  4389. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG"
  4390. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG/ID"/>
  4391. </system_cache__appinfo:flat_relation_cache>
  4392. </xs:appinfo>
  4393. <xs:documentation>Fakt wyrażenia zgody na usytuowanie sieci od właściciela.
  4394. Brak zgody powinien być wiązany z relacją dla wysyłania wniosków o
  4395. zgody</xs:documentation>
  4396. </xs:annotation>
  4397. </xs:element>
  4398. <xs:element name="ID_KORESP_DO_UZG_ZUD"
  4399. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  4400. id="ciski_110mm___d7e126691-1_ID_KORESP_"/>
  4401. <xs:element minOccurs="0"
  4402. maxOccurs="unbounded"
  4403. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  4404. id="ciski_110mm___d7e126692-1">
  4405. <xs:annotation>
  4406. <xs:appinfo>
  4407. <system_cache__appinfo:flat_relation_cache>
  4408. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG_ZUD"
  4409. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD/ID"/>
  4410. </system_cache__appinfo:flat_relation_cache>
  4411. </xs:appinfo>
  4412. <xs:documentation>Potwierdzenie nadania wniosku o uzgodnienie
  4413. ZUD</xs:documentation>
  4414. </xs:annotation>
  4415. </xs:element>
  4416. <xs:element name="ID_KORESP_UZG_ZUD"
  4417. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  4418. id="ciski_110mm___d7e126699-1_ID_KORESP_"/>
  4419. <xs:element minOccurs="0"
  4420. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  4421. id="ciski_110mm___d7e126700-1">
  4422. <xs:annotation>
  4423. <xs:appinfo>
  4424. <system_cache__appinfo:flat_relation_cache>
  4425. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG_ZUD"
  4426. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD/ID"/>
  4427. </system_cache__appinfo:flat_relation_cache>
  4428. </xs:appinfo>
  4429. <xs:documentation>Potwierdzenie zwrotnego pisma ze zgodą ZUD</xs:documentation>
  4430. </xs:annotation>
  4431. </xs:element>
  4432. <xs:element name="ID_KORESP_ZLECENIE"
  4433. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  4434. id="ciski_110mm___d7e126707-1_ID_KORESP_"/>
  4435. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  4436. id="ciski_110mm___d7e126708-1">
  4437. <xs:annotation>
  4438. <xs:appinfo>
  4439. <system_cache__appinfo:flat_relation_cache>
  4440. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZLECENIE"
  4441. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE/ID"/>
  4442. </system_cache__appinfo:flat_relation_cache>
  4443. </xs:appinfo>
  4444. <xs:documentation>Czy jest zlecenie</xs:documentation>
  4445. </xs:annotation>
  4446. </xs:element>
  4447. <xs:element name="ID_KORESP_ZGL_ODB"
  4448. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  4449. id="ciski_110mm___d7e126716-1_ID_KORESP_"/>
  4450. <xs:element minOccurs="0"
  4451. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  4452. id="ciski_110mm___d7e126717-1">
  4453. <xs:annotation>
  4454. <xs:appinfo>
  4455. <system_cache__appinfo:flat_relation_cache>
  4456. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZGL_ODB"
  4457. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB/ID"/>
  4458. </system_cache__appinfo:flat_relation_cache>
  4459. </xs:appinfo>
  4460. <xs:documentation>Relacja tworzona przez podwykonawcę jako zgłoszenie do
  4461. odbioru=wykonanie</xs:documentation>
  4462. </xs:annotation>
  4463. </xs:element>
  4464. <xs:element name="ID_KORESP_POM_GEOD"
  4465. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  4466. id="ciski_110mm___d7e126724-1_ID_KORESP_"/>
  4467. <xs:element minOccurs="0"
  4468. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  4469. id="ciski_110mm___d7e126725-1">
  4470. <xs:annotation>
  4471. <xs:appinfo>
  4472. <system_cache__appinfo:flat_relation_cache>
  4473. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_POM_GEOD"
  4474. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD/ID"/>
  4475. </system_cache__appinfo:flat_relation_cache>
  4476. </xs:appinfo>
  4477. <xs:documentation>Stwierdzenie, że współrzędne obiektu został zaktualizowane
  4478. oraz są powiązane do dokumentu z operatem</xs:documentation>
  4479. </xs:annotation>
  4480. </xs:element>
  4481. <xs:element name="ID_KORESP_PROTOK_ODB"
  4482. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  4483. id="ciski_110mm___d7e126732-1_ID_KORESP_"/>
  4484. <xs:element minOccurs="0"
  4485. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  4486. id="ciski_110mm___d7e126733-1">
  4487. <xs:annotation>
  4488. <xs:appinfo>
  4489. <system_cache__appinfo:flat_relation_cache>
  4490. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROTOK_ODB"
  4491. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB/ID"/>
  4492. </system_cache__appinfo:flat_relation_cache>
  4493. </xs:appinfo>
  4494. </xs:annotation>
  4495. </xs:element>
  4496. <xs:element name="InvestArrangements_Network_Crossings"
  4497. type="xs:int"
  4498. id="ciski_110mm___d7e126738-1_InvestArra"/>
  4499. <xs:element minOccurs="0"
  4500. ref="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings"
  4501. id="ciski_110mm___d7e126739-1">
  4502. <xs:annotation>
  4503. <xs:appinfo>
  4504. <system_cache__appinfo:flat_relation_cache>
  4505. <system_cache__appinfo:source system_cache__appinfo:name="InvestArrangements_Network_Crossings"
  4506. system_cache__appinfo:xpath="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings/ID"/>
  4507. </system_cache__appinfo:flat_relation_cache>
  4508. </xs:appinfo>
  4509. <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>
  4510. </xs:annotation>
  4511. </xs:element>
  4512. <xs:element minOccurs="0"
  4513. maxOccurs="1"
  4514. name="gid"
  4515. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__gid"
  4516. id="ciski_110mm___d7e126746-1_gid"/>
  4517. <xs:element minOccurs="0"
  4518. maxOccurs="1"
  4519. name="ID_KORESP_PROJ_WYK"
  4520. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__ID_KORESP_PROJ_WYK"
  4521. id="ciski_110mm___d7e126747-1_ID_KORESP_"/>
  4522. <xs:element minOccurs="0"
  4523. maxOccurs="1"
  4524. name="cena_jedn"
  4525. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__cena_jedn"
  4526. id="ciski_110mm___d7e126748-1_cena_jedn"/>
  4527. <xs:element minOccurs="0"
  4528. maxOccurs="1"
  4529. name="A_RECORD_CREATE_DATE"
  4530. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_CREATE_DATE"
  4531. id="ciski_110mm___d7e126750-1_A_RECORD_C"/>
  4532. <xs:element minOccurs="0"
  4533. maxOccurs="1"
  4534. name="A_RECORD_CREATE_AUTHOR"
  4535. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_CREATE_AUTHOR"
  4536. id="ciski_110mm___d7e126751-1_A_RECORD_C"/>
  4537. <xs:element minOccurs="0"
  4538. maxOccurs="1"
  4539. name="SYNC_SQIX_STATUS"
  4540. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__SYNC_SQIX_STATUS"
  4541. id="ciski_110mm___d7e126752-1_SYNC_SQIX_"/>
  4542. <xs:element minOccurs="0"
  4543. maxOccurs="1"
  4544. name="A_RECORD_UPDATE_DATE"
  4545. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_UPDATE_DATE"
  4546. id="ciski_110mm___d7e126753-1_A_RECORD_U"/>
  4547. <xs:element minOccurs="0"
  4548. maxOccurs="1"
  4549. name="A_RECORD_UPDATE_AUTHOR"
  4550. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_UPDATE_AUTHOR"
  4551. id="ciski_110mm___d7e126754-1_A_RECORD_U"/>
  4552. <xs:element minOccurs="0"
  4553. maxOccurs="1"
  4554. name="L_APPOITMENT_DATE"
  4555. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_DATE"
  4556. id="ciski_110mm___d7e126755-1_L_APPOITME"/>
  4557. <xs:element minOccurs="0"
  4558. maxOccurs="1"
  4559. name="L_APPOITMENT_PERIOD"
  4560. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_PERIOD"
  4561. id="ciski_110mm___d7e126756-1_L_APPOITME"/>
  4562. <xs:element minOccurs="0"
  4563. maxOccurs="1"
  4564. name="L_APPOITMENT_INFO"
  4565. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_INFO"
  4566. id="ciski_110mm___d7e126757-1_L_APPOITME"/>
  4567. <xs:element minOccurs="0"
  4568. maxOccurs="1"
  4569. name="L_APPOITMENT_TYPE"
  4570. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_TYPE"
  4571. id="ciski_110mm___d7e126758-1_L_APPOITME"/>
  4572. <xs:element minOccurs="0"
  4573. maxOccurs="1"
  4574. name="A_STATUS"
  4575. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_STATUS"
  4576. id="ciski_110mm___d7e126759-1_A_STATUS"/>
  4577. <xs:element minOccurs="0"
  4578. maxOccurs="1"
  4579. name="etykieta_x"
  4580. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_x"
  4581. id="ciski_110mm___d7e126760-1_etykieta_x"/>
  4582. <xs:element minOccurs="0"
  4583. maxOccurs="1"
  4584. name="etykieta_y"
  4585. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_y"
  4586. id="ciski_110mm___d7e126762-1_etykieta_y"/>
  4587. <xs:element minOccurs="0"
  4588. maxOccurs="1"
  4589. name="etykieta_obrot"
  4590. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_obrot"
  4591. id="ciski_110mm___d7e126763-1_etykieta_o"/>
  4592. <xs:element minOccurs="0"
  4593. maxOccurs="1"
  4594. name="WORK_PLAN_START"
  4595. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__WORK_PLAN_START"
  4596. id="ciski_110mm___d7e126764-1_WORK_PLAN_"/>
  4597. <xs:element minOccurs="0"
  4598. maxOccurs="1"
  4599. name="WORK_PLAN_FINISH"
  4600. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__WORK_PLAN_FINISH"
  4601. id="ciski_110mm___d7e126765-1_WORK_PLAN_"/>
  4602. <xs:element minOccurs="0"
  4603. maxOccurs="1"
  4604. name="T_WORKPOINTS_TIME_HOURS"
  4605. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__T_WORKPOINTS_TIME_HOURS"
  4606. id="ciski_110mm___d7e126766-1_T_WORKPOIN"/>
  4607. <!--#272 found ignored ID_KORESP_PROJEKT-->
  4608. <!--#288 unsupported yet @ref p5_zasob_36:IN7_DZIENNIK_KORESP-->
  4609. <!--#453 found ignored p5_zasob_36:IN7_DZIENNIK_KORESP by same @system_cache__appinfo:name-->
  4610. <!--#272 found ignored ID_KORESP_OFFER-->
  4611. <!--#272 found ignored WORK_PLAN_START-->
  4612. <!--#272 found ignored WORK_PLAN_FINISH-->
  4613. <!--#272 found ignored T_WORKPOINTS_TIME_HOURS-->
  4614. <!--#272 found ignored ID_KORESP_PROTOK_ODB-->
  4615. <!--#272 found ignored cena_jedn-->
  4616. <!--#272 found ignored ID_ZASOB-->
  4617. <!--#288 unsupported yet @ref p5_zasob_36:CRM_LISTA_ZASOBOW-->
  4618. <!--#453 found ignored p5_zasob_36:CRM_LISTA_ZASOBOW by same @system_cache__appinfo:name-->
  4619. <!--#272 found ignored ID_PROJECT-->
  4620. <!--#272 found ignored the_geom-->
  4621. <!--#272 found ignored Dlugosc-->
  4622. <!--#272 found ignored ID_KORESP_DO_UZG-->
  4623. <!--#272 found ignored A_RECORD_CREATE_DATE-->
  4624. <!--#272 found ignored ID-->
  4625. <!--#272 found ignored A_RECORD_CREATE_AUTHOR-->
  4626. <!--#272 found ignored A_RECORD_UPDATE_DATE-->
  4627. <!--#272 found ignored A_RECORD_UPDATE_AUTHOR-->
  4628. <!--#272 found ignored L_APPOITMENT_DATE-->
  4629. <!--#272 found ignored L_APPOITMENT_USER-->
  4630. <!--#272 found ignored L_APPOITMENT_PERIOD-->
  4631. <!--#272 found ignored ID_KORESP_PROJ_WYK-->
  4632. <!--#272 found ignored L_APPOITMENT_INFO-->
  4633. <!--#272 found ignored L_APPOITMENT_TYPE-->
  4634. <!--#272 found ignored A_STATUS-->
  4635. <!--#272 found ignored ID_KORESP_UZG-->
  4636. <!--#272 found ignored A_STATUS_INFO-->
  4637. <!--#272 found ignored A_ADM_COMPANY-->
  4638. <!--#272 found ignored A_CLASSIFIED-->
  4639. <!--#272 found ignored etykieta_obrot-->
  4640. <!--#272 found ignored etykieta_x-->
  4641. <!--#272 found ignored gid-->
  4642. <!--#272 found ignored etykieta_y-->
  4643. <!--#272 found ignored ID_KORESP_DO_REALIZ-->
  4644. <!--#272 found ignored SYNC_SQIX_STATUS-->
  4645. <!--#272 found ignored ID_KORESP_ZLECENIE-->
  4646. <!--#272 found ignored ID_KORESP_ZGL_ODB-->
  4647. <!--#272 found ignored ID_KORESP_DO_UZG_ZUD-->
  4648. <!--#272 found ignored ID_KORESP_UZG_ZUD-->
  4649. <!--#272 found ignored ID_KORESP_POM_GEOD-->
  4650. </xs:sequence>
  4651. </xs:restriction>
  4652. </xs:complexContent>
  4653. </xs:complexType>
  4654. <xs:element name="Rozdzielcza_Przeciski_110mm_ZLECENIE"
  4655. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm_ZLECENIE"
  4656. id="ciski_110mm___d7e126810-1_Rozdzielcz">
  4657. <xs:annotation>
  4658. <xs:appinfo>
  4659. <system_cache__appinfo:base_type system_cache__appinfo:base_type_group="infrastructure"
  4660. system_cache__appinfo:base_type_name="ZLECENIE"/>
  4661. </xs:appinfo>
  4662. </xs:annotation>
  4663. </xs:element>
  4664. <xs:complexType name="Rozdzielcza_Przeciski_110mm_ZGL_ODB"
  4665. id="ciski_110mm___d7e126814-1_Rozdzielcz">
  4666. <xs:annotation>
  4667. <xs:documentation>Wykonawca zgłasza wykonanie danego elementu do jego
  4668. odbioru</xs:documentation>
  4669. </xs:annotation>
  4670. <xs:complexContent id="ciski_110mm___d7e126818-1">
  4671. <xs:restriction base="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm_ZLECENIE">
  4672. <xs:sequence id="ciski_110mm___d7e126820-1">
  4673. <xs:element name="ID" type="xs:int" id="ciski_110mm___d7e126821-1_ID"/>
  4674. <xs:element name="the_geom"
  4675. type="gml:AbstractFeatureType"
  4676. id="ciski_110mm___d7e126822-1_the_geom"/>
  4677. <xs:element name="A_STATUS_INFO"
  4678. type="xs:string"
  4679. id="ciski_110mm___d7e126823-1_A_STATUS_I"/>
  4680. <xs:element name="opis" type="xs:string" id="ciski_110mm___d7e126824-1_opis">
  4681. <xs:annotation>
  4682. <xs:documentation>To zmiany na ID_ZASOBU pod katem
  4683. kosztorysowym</xs:documentation>
  4684. </xs:annotation>
  4685. </xs:element>
  4686. <xs:element name="ID_ZASOB"
  4687. type="xs:int"
  4688. id="ciski_110mm___d7e126828-1_ID_ZASOB"/>
  4689. <xs:element ref="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW"
  4690. id="ciski_110mm___d7e126829-1">
  4691. <xs:annotation>
  4692. <xs:appinfo>
  4693. <system_cache__appinfo:flat_relation_cache>
  4694. <system_cache__appinfo:source system_cache__appinfo:name="ID_ZASOB"
  4695. system_cache__appinfo:xpath="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW/ID"/>
  4696. </system_cache__appinfo:flat_relation_cache>
  4697. </xs:appinfo>
  4698. </xs:annotation>
  4699. </xs:element>
  4700. <xs:element name="Dlugosc"
  4701. type="xs:double"
  4702. id="ciski_110mm___d7e126834-1_Dlugosc"/>
  4703. <xs:element name="Powierzchnia"
  4704. type="xs:double"
  4705. id="ciski_110mm___d7e126835-1_Powierzchn"/>
  4706. <xs:element name="L_APPOITMENT_USER"
  4707. type="xs:string"
  4708. id="ciski_110mm___d7e126836-1_L_APPOITME"/>
  4709. <xs:element ref="SystemObjects__x3A__AccessOwner:AccessOwner"
  4710. id="ciski_110mm___d7e126837-1">
  4711. <xs:annotation>
  4712. <xs:appinfo>
  4713. <system_cache__appinfo:flat_relation_cache>
  4714. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  4715. system_cache__appinfo:xpath="SystemObjects__x3A__AccessOwner:AccessOwner/name"/>
  4716. </system_cache__appinfo:flat_relation_cache>
  4717. </xs:appinfo>
  4718. </xs:annotation>
  4719. </xs:element>
  4720. <xs:element name="A_CLASSIFIED"
  4721. type="xs:string"
  4722. id="ciski_110mm___d7e126842-1_A_CLASSIFI"/>
  4723. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  4724. id="ciski_110mm___d7e126844-1">
  4725. <xs:annotation>
  4726. <xs:appinfo>
  4727. <system_cache__appinfo:flat_relation_cache>
  4728. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  4729. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  4730. </system_cache__appinfo:flat_relation_cache>
  4731. </xs:appinfo>
  4732. </xs:annotation>
  4733. </xs:element>
  4734. <xs:element name="A_ADM_COMPANY"
  4735. type="xs:string"
  4736. id="ciski_110mm___d7e126849-1_A_ADM_COMP"/>
  4737. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  4738. id="ciski_110mm___d7e126850-1">
  4739. <xs:annotation>
  4740. <xs:appinfo>
  4741. <system_cache__appinfo:flat_relation_cache>
  4742. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  4743. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY/name"/>
  4744. </system_cache__appinfo:flat_relation_cache>
  4745. </xs:appinfo>
  4746. </xs:annotation>
  4747. </xs:element>
  4748. <xs:element name="ID_PROJECT"
  4749. type="xs:int"
  4750. id="ciski_110mm___d7e126855-1_ID_PROJECT"/>
  4751. <xs:element name="ID_KORESP_PROJEKT"
  4752. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  4753. id="ciski_110mm___d7e126856-1_ID_KORESP_"/>
  4754. <xs:element maxOccurs="unbounded"
  4755. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  4756. id="ciski_110mm___d7e126857-1">
  4757. <xs:annotation>
  4758. <xs:appinfo>
  4759. <system_cache__appinfo:flat_relation_cache>
  4760. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT"
  4761. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT/ID"/>
  4762. </system_cache__appinfo:flat_relation_cache>
  4763. </xs:appinfo>
  4764. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  4765. zasadami projektowania</xs:documentation>
  4766. </xs:annotation>
  4767. </xs:element>
  4768. <xs:element name="ID_KORESP_PROJEKT_WYK"
  4769. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  4770. id="ciski_110mm___d7e126864-1_ID_KORESP_"/>
  4771. <xs:element minOccurs="1"
  4772. maxOccurs="unbounded"
  4773. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK"
  4774. id="ciski_110mm___d7e126865-1">
  4775. <xs:annotation>
  4776. <xs:appinfo>
  4777. <system_cache__appinfo:flat_relation_cache>
  4778. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT_WYK"
  4779. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK/ID"/>
  4780. </system_cache__appinfo:flat_relation_cache>
  4781. </xs:appinfo>
  4782. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  4783. zasadami projektowania - proj wykonawczy</xs:documentation>
  4784. </xs:annotation>
  4785. </xs:element>
  4786. <xs:element name="ID_KORESP_DO_REALIZ"
  4787. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  4788. id="ciski_110mm___d7e126872-1_ID_KORESP_"/>
  4789. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  4790. id="ciski_110mm___d7e126873-1">
  4791. <xs:annotation>
  4792. <xs:appinfo>
  4793. <system_cache__appinfo:flat_relation_cache>
  4794. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_REALIZ"
  4795. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ/ID"/>
  4796. </system_cache__appinfo:flat_relation_cache>
  4797. </xs:appinfo>
  4798. <xs:documentation>Czy jest decyzja na realizacje</xs:documentation>
  4799. </xs:annotation>
  4800. </xs:element>
  4801. <xs:element name="ID_KORESP_OFFER"
  4802. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  4803. id="ciski_110mm___d7e126880-1_ID_KORESP_"/>
  4804. <xs:element minOccurs="1"
  4805. maxOccurs="unbounded"
  4806. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  4807. id="ciski_110mm___d7e126882-1">
  4808. <xs:annotation>
  4809. <xs:appinfo>
  4810. <system_cache__appinfo:flat_relation_cache>
  4811. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_OFFER"
  4812. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER/ID"/>
  4813. </system_cache__appinfo:flat_relation_cache>
  4814. </xs:appinfo>
  4815. <xs:documentation>Czy jest oferta na obiekt</xs:documentation>
  4816. </xs:annotation>
  4817. </xs:element>
  4818. <xs:element name="ID_KORESP_DO_UZG"
  4819. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  4820. id="ciski_110mm___d7e126889-1_ID_KORESP_"/>
  4821. <xs:element minOccurs="0"
  4822. maxOccurs="unbounded"
  4823. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  4824. id="ciski_110mm___d7e126890-1">
  4825. <xs:annotation>
  4826. <xs:appinfo>
  4827. <system_cache__appinfo:flat_relation_cache>
  4828. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG"
  4829. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/ID"/>
  4830. </system_cache__appinfo:flat_relation_cache>
  4831. </xs:appinfo>
  4832. <xs:documentation>Powiązanie do wysłanego pisma o zgodę na usytuowanie obiektu,
  4833. do właściciela nieruchomości</xs:documentation>
  4834. </xs:annotation>
  4835. </xs:element>
  4836. <xs:element name="ID_KORESP_UZG"
  4837. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  4838. id="ciski_110mm___d7e126897-1_ID_KORESP_"/>
  4839. <xs:element minOccurs="0"
  4840. maxOccurs="unbounded"
  4841. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  4842. id="ciski_110mm___d7e126898-1">
  4843. <xs:annotation>
  4844. <xs:appinfo>
  4845. <system_cache__appinfo:flat_relation_cache>
  4846. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG"
  4847. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG/ID"/>
  4848. </system_cache__appinfo:flat_relation_cache>
  4849. </xs:appinfo>
  4850. <xs:documentation>Fakt wyrażenia zgody na usytuowanie sieci od właściciela.
  4851. Brak zgody powinien być wiązany z relacją dla wysyłania wniosków o
  4852. zgody</xs:documentation>
  4853. </xs:annotation>
  4854. </xs:element>
  4855. <xs:element name="ID_KORESP_DO_UZG_ZUD"
  4856. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  4857. id="ciski_110mm___d7e126905-1_ID_KORESP_"/>
  4858. <xs:element minOccurs="0"
  4859. maxOccurs="unbounded"
  4860. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  4861. id="ciski_110mm___d7e126906-1">
  4862. <xs:annotation>
  4863. <xs:appinfo>
  4864. <system_cache__appinfo:flat_relation_cache>
  4865. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG_ZUD"
  4866. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD/ID"/>
  4867. </system_cache__appinfo:flat_relation_cache>
  4868. </xs:appinfo>
  4869. <xs:documentation>Potwierdzenie nadania wniosku o uzgodnienie
  4870. ZUD</xs:documentation>
  4871. </xs:annotation>
  4872. </xs:element>
  4873. <xs:element name="ID_KORESP_UZG_ZUD"
  4874. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  4875. id="ciski_110mm___d7e126913-1_ID_KORESP_"/>
  4876. <xs:element minOccurs="0"
  4877. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  4878. id="ciski_110mm___d7e126914-1">
  4879. <xs:annotation>
  4880. <xs:appinfo>
  4881. <system_cache__appinfo:flat_relation_cache>
  4882. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG_ZUD"
  4883. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD/ID"/>
  4884. </system_cache__appinfo:flat_relation_cache>
  4885. </xs:appinfo>
  4886. <xs:documentation>Potwierdzenie zwrotnego pisma ze zgodą ZUD</xs:documentation>
  4887. </xs:annotation>
  4888. </xs:element>
  4889. <xs:element name="ID_KORESP_ZLECENIE"
  4890. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  4891. id="ciski_110mm___d7e126921-1_ID_KORESP_"/>
  4892. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  4893. id="ciski_110mm___d7e126922-1">
  4894. <xs:annotation>
  4895. <xs:appinfo>
  4896. <system_cache__appinfo:flat_relation_cache>
  4897. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZLECENIE"
  4898. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE/ID"/>
  4899. </system_cache__appinfo:flat_relation_cache>
  4900. </xs:appinfo>
  4901. <xs:documentation>Czy jest zlecenie</xs:documentation>
  4902. </xs:annotation>
  4903. </xs:element>
  4904. <xs:element name="ID_KORESP_ZGL_ODB"
  4905. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  4906. id="ciski_110mm___d7e126930-1_ID_KORESP_"/>
  4907. <xs:element minOccurs="1"
  4908. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  4909. id="ciski_110mm___d7e126931-1">
  4910. <xs:annotation>
  4911. <xs:appinfo>
  4912. <system_cache__appinfo:flat_relation_cache>
  4913. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZGL_ODB"
  4914. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB/ID"/>
  4915. </system_cache__appinfo:flat_relation_cache>
  4916. </xs:appinfo>
  4917. <xs:documentation>Relacja tworzona przez podwykonawcę jako zgłoszenie do
  4918. odbioru=wykonanie</xs:documentation>
  4919. </xs:annotation>
  4920. </xs:element>
  4921. <xs:element name="ID_KORESP_POM_GEOD"
  4922. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  4923. id="ciski_110mm___d7e126938-1_ID_KORESP_"/>
  4924. <xs:element minOccurs="0"
  4925. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  4926. id="ciski_110mm___d7e126939-1">
  4927. <xs:annotation>
  4928. <xs:appinfo>
  4929. <system_cache__appinfo:flat_relation_cache>
  4930. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_POM_GEOD"
  4931. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD/ID"/>
  4932. </system_cache__appinfo:flat_relation_cache>
  4933. </xs:appinfo>
  4934. <xs:documentation>Stwierdzenie, że współrzędne obiektu został zaktualizowane
  4935. oraz są powiązane do dokumentu z operatem</xs:documentation>
  4936. </xs:annotation>
  4937. </xs:element>
  4938. <xs:element name="ID_KORESP_PROTOK_ODB"
  4939. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  4940. id="ciski_110mm___d7e126946-1_ID_KORESP_"/>
  4941. <xs:element minOccurs="0"
  4942. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  4943. id="ciski_110mm___d7e126947-1">
  4944. <xs:annotation>
  4945. <xs:appinfo>
  4946. <system_cache__appinfo:flat_relation_cache>
  4947. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROTOK_ODB"
  4948. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB/ID"/>
  4949. </system_cache__appinfo:flat_relation_cache>
  4950. </xs:appinfo>
  4951. <xs:documentation>Odebranie obiektu przez trójstronny dokument właściciel,
  4952. wykonawca, inwestor</xs:documentation>
  4953. </xs:annotation>
  4954. </xs:element>
  4955. <xs:element name="InvestArrangements_Network_Crossings"
  4956. type="xs:int"
  4957. id="ciski_110mm___d7e126954-1_InvestArra"/>
  4958. <xs:element minOccurs="0"
  4959. ref="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings"
  4960. id="ciski_110mm___d7e126955-1">
  4961. <xs:annotation>
  4962. <xs:appinfo>
  4963. <system_cache__appinfo:flat_relation_cache>
  4964. <system_cache__appinfo:source system_cache__appinfo:name="InvestArrangements_Network_Crossings"
  4965. system_cache__appinfo:xpath="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings/ID"/>
  4966. </system_cache__appinfo:flat_relation_cache>
  4967. </xs:appinfo>
  4968. <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>
  4969. </xs:annotation>
  4970. </xs:element>
  4971. <xs:element minOccurs="0"
  4972. maxOccurs="1"
  4973. name="gid"
  4974. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__gid"
  4975. id="ciski_110mm___d7e126962-1_gid"/>
  4976. <xs:element minOccurs="0"
  4977. maxOccurs="1"
  4978. name="ID_KORESP_PROJ_WYK"
  4979. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__ID_KORESP_PROJ_WYK"
  4980. id="ciski_110mm___d7e126963-1_ID_KORESP_"/>
  4981. <xs:element minOccurs="0"
  4982. maxOccurs="1"
  4983. name="cena_jedn"
  4984. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__cena_jedn"
  4985. id="ciski_110mm___d7e126964-1_cena_jedn"/>
  4986. <xs:element minOccurs="0"
  4987. maxOccurs="1"
  4988. name="A_RECORD_CREATE_DATE"
  4989. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_CREATE_DATE"
  4990. id="ciski_110mm___d7e126966-1_A_RECORD_C"/>
  4991. <xs:element minOccurs="0"
  4992. maxOccurs="1"
  4993. name="A_RECORD_CREATE_AUTHOR"
  4994. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_CREATE_AUTHOR"
  4995. id="ciski_110mm___d7e126967-1_A_RECORD_C"/>
  4996. <xs:element minOccurs="0"
  4997. maxOccurs="1"
  4998. name="SYNC_SQIX_STATUS"
  4999. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__SYNC_SQIX_STATUS"
  5000. id="ciski_110mm___d7e126968-1_SYNC_SQIX_"/>
  5001. <xs:element minOccurs="0"
  5002. maxOccurs="1"
  5003. name="A_RECORD_UPDATE_DATE"
  5004. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_UPDATE_DATE"
  5005. id="ciski_110mm___d7e126969-1_A_RECORD_U"/>
  5006. <xs:element minOccurs="0"
  5007. maxOccurs="1"
  5008. name="A_RECORD_UPDATE_AUTHOR"
  5009. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_UPDATE_AUTHOR"
  5010. id="ciski_110mm___d7e126970-1_A_RECORD_U"/>
  5011. <xs:element minOccurs="0"
  5012. maxOccurs="1"
  5013. name="L_APPOITMENT_DATE"
  5014. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_DATE"
  5015. id="ciski_110mm___d7e126971-1_L_APPOITME"/>
  5016. <xs:element minOccurs="0"
  5017. maxOccurs="1"
  5018. name="L_APPOITMENT_PERIOD"
  5019. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_PERIOD"
  5020. id="ciski_110mm___d7e126972-1_L_APPOITME"/>
  5021. <xs:element minOccurs="0"
  5022. maxOccurs="1"
  5023. name="L_APPOITMENT_INFO"
  5024. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_INFO"
  5025. id="ciski_110mm___d7e126973-1_L_APPOITME"/>
  5026. <xs:element minOccurs="0"
  5027. maxOccurs="1"
  5028. name="L_APPOITMENT_TYPE"
  5029. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_TYPE"
  5030. id="ciski_110mm___d7e126974-1_L_APPOITME"/>
  5031. <xs:element minOccurs="0"
  5032. maxOccurs="1"
  5033. name="A_STATUS"
  5034. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_STATUS"
  5035. id="ciski_110mm___d7e126975-1_A_STATUS"/>
  5036. <xs:element minOccurs="0"
  5037. maxOccurs="1"
  5038. name="etykieta_x"
  5039. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_x"
  5040. id="ciski_110mm___d7e126976-1_etykieta_x"/>
  5041. <xs:element minOccurs="0"
  5042. maxOccurs="1"
  5043. name="etykieta_y"
  5044. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_y"
  5045. id="ciski_110mm___d7e126978-1_etykieta_y"/>
  5046. <xs:element minOccurs="0"
  5047. maxOccurs="1"
  5048. name="etykieta_obrot"
  5049. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_obrot"
  5050. id="ciski_110mm___d7e126979-1_etykieta_o"/>
  5051. <xs:element minOccurs="0"
  5052. maxOccurs="1"
  5053. name="WORK_PLAN_START"
  5054. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__WORK_PLAN_START"
  5055. id="ciski_110mm___d7e126980-1_WORK_PLAN_"/>
  5056. <xs:element minOccurs="0"
  5057. maxOccurs="1"
  5058. name="WORK_PLAN_FINISH"
  5059. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__WORK_PLAN_FINISH"
  5060. id="ciski_110mm___d7e126981-1_WORK_PLAN_"/>
  5061. <xs:element minOccurs="0"
  5062. maxOccurs="1"
  5063. name="T_WORKPOINTS_TIME_HOURS"
  5064. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__T_WORKPOINTS_TIME_HOURS"
  5065. id="ciski_110mm___d7e126982-1_T_WORKPOIN"/>
  5066. <!--#272 found ignored ID_KORESP_PROJEKT-->
  5067. <!--#288 unsupported yet @ref p5_zasob_36:IN7_DZIENNIK_KORESP-->
  5068. <!--#453 found ignored p5_zasob_36:IN7_DZIENNIK_KORESP by same @system_cache__appinfo:name-->
  5069. <!--#272 found ignored ID_KORESP_OFFER-->
  5070. <!--#272 found ignored WORK_PLAN_START-->
  5071. <!--#272 found ignored WORK_PLAN_FINISH-->
  5072. <!--#272 found ignored T_WORKPOINTS_TIME_HOURS-->
  5073. <!--#272 found ignored ID_KORESP_PROTOK_ODB-->
  5074. <!--#272 found ignored cena_jedn-->
  5075. <!--#272 found ignored ID_ZASOB-->
  5076. <!--#288 unsupported yet @ref p5_zasob_36:CRM_LISTA_ZASOBOW-->
  5077. <!--#453 found ignored p5_zasob_36:CRM_LISTA_ZASOBOW by same @system_cache__appinfo:name-->
  5078. <!--#272 found ignored ID_PROJECT-->
  5079. <!--#272 found ignored the_geom-->
  5080. <!--#272 found ignored Dlugosc-->
  5081. <!--#272 found ignored ID_KORESP_DO_UZG-->
  5082. <!--#272 found ignored A_RECORD_CREATE_DATE-->
  5083. <!--#272 found ignored ID-->
  5084. <!--#272 found ignored A_RECORD_CREATE_AUTHOR-->
  5085. <!--#272 found ignored A_RECORD_UPDATE_DATE-->
  5086. <!--#272 found ignored A_RECORD_UPDATE_AUTHOR-->
  5087. <!--#272 found ignored L_APPOITMENT_DATE-->
  5088. <!--#272 found ignored L_APPOITMENT_USER-->
  5089. <!--#272 found ignored L_APPOITMENT_PERIOD-->
  5090. <!--#272 found ignored ID_KORESP_PROJ_WYK-->
  5091. <!--#272 found ignored L_APPOITMENT_INFO-->
  5092. <!--#272 found ignored L_APPOITMENT_TYPE-->
  5093. <!--#272 found ignored A_STATUS-->
  5094. <!--#272 found ignored ID_KORESP_UZG-->
  5095. <!--#272 found ignored A_STATUS_INFO-->
  5096. <!--#272 found ignored A_ADM_COMPANY-->
  5097. <!--#272 found ignored A_CLASSIFIED-->
  5098. <!--#272 found ignored etykieta_obrot-->
  5099. <!--#272 found ignored etykieta_x-->
  5100. <!--#272 found ignored gid-->
  5101. <!--#272 found ignored etykieta_y-->
  5102. <!--#272 found ignored ID_KORESP_DO_REALIZ-->
  5103. <!--#272 found ignored SYNC_SQIX_STATUS-->
  5104. <!--#272 found ignored ID_KORESP_ZLECENIE-->
  5105. <!--#272 found ignored ID_KORESP_ZGL_ODB-->
  5106. <!--#272 found ignored ID_KORESP_DO_UZG_ZUD-->
  5107. <!--#272 found ignored ID_KORESP_UZG_ZUD-->
  5108. <!--#272 found ignored ID_KORESP_POM_GEOD-->
  5109. </xs:sequence>
  5110. </xs:restriction>
  5111. </xs:complexContent>
  5112. </xs:complexType>
  5113. <xs:element name="Rozdzielcza_Przeciski_110mm_ZGL_ODB"
  5114. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm_ZGL_ODB"
  5115. id="ciski_110mm___d7e127026-1_Rozdzielcz">
  5116. <xs:annotation>
  5117. <xs:appinfo>
  5118. <system_cache__appinfo:base_type system_cache__appinfo:base_type_group="infrastructure"
  5119. system_cache__appinfo:base_type_name="ZGL_ODB"/>
  5120. </xs:appinfo>
  5121. </xs:annotation>
  5122. </xs:element>
  5123. <xs:complexType name="Rozdzielcza_Przeciski_110mm_POM_GEOD"
  5124. id="ciski_110mm___d7e127030-1_Rozdzielcz">
  5125. <xs:complexContent id="ciski_110mm___d7e127031-1">
  5126. <xs:restriction base="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm_ZGL_ODB">
  5127. <xs:sequence id="ciski_110mm___d7e127033-1">
  5128. <xs:element name="ID" type="xs:int" id="ciski_110mm___d7e127034-1_ID"/>
  5129. <xs:element name="the_geom"
  5130. type="gml:AbstractFeatureType"
  5131. id="ciski_110mm___d7e127035-1_the_geom"/>
  5132. <xs:element name="A_STATUS_INFO"
  5133. type="xs:string"
  5134. id="ciski_110mm___d7e127036-1_A_STATUS_I"/>
  5135. <xs:element name="opis" type="xs:string" id="ciski_110mm___d7e127037-1_opis">
  5136. <xs:annotation>
  5137. <xs:documentation>To zmiany na ID_ZASOBU pod katem
  5138. kosztorysowym</xs:documentation>
  5139. </xs:annotation>
  5140. </xs:element>
  5141. <xs:element name="ID_ZASOB"
  5142. type="xs:int"
  5143. id="ciski_110mm___d7e127041-1_ID_ZASOB"/>
  5144. <xs:element ref="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW"
  5145. id="ciski_110mm___d7e127042-1">
  5146. <xs:annotation>
  5147. <xs:appinfo>
  5148. <system_cache__appinfo:flat_relation_cache>
  5149. <system_cache__appinfo:source system_cache__appinfo:name="ID_ZASOB"
  5150. system_cache__appinfo:xpath="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW/ID"/>
  5151. </system_cache__appinfo:flat_relation_cache>
  5152. </xs:appinfo>
  5153. </xs:annotation>
  5154. </xs:element>
  5155. <xs:element name="Dlugosc"
  5156. type="xs:double"
  5157. id="ciski_110mm___d7e127047-1_Dlugosc"/>
  5158. <xs:element name="Powierzchnia"
  5159. type="xs:double"
  5160. id="ciski_110mm___d7e127048-1_Powierzchn"/>
  5161. <xs:element name="L_APPOITMENT_USER"
  5162. type="xs:string"
  5163. id="ciski_110mm___d7e127049-1_L_APPOITME"/>
  5164. <xs:element ref="SystemObjects__x3A__AccessOwner:AccessOwner"
  5165. id="ciski_110mm___d7e127050-1">
  5166. <xs:annotation>
  5167. <xs:appinfo>
  5168. <system_cache__appinfo:flat_relation_cache>
  5169. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  5170. system_cache__appinfo:xpath="SystemObjects__x3A__AccessOwner:AccessOwner/name"/>
  5171. </system_cache__appinfo:flat_relation_cache>
  5172. </xs:appinfo>
  5173. </xs:annotation>
  5174. </xs:element>
  5175. <xs:element name="A_CLASSIFIED"
  5176. type="xs:string"
  5177. id="ciski_110mm___d7e127055-1_A_CLASSIFI"/>
  5178. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  5179. id="ciski_110mm___d7e127057-1">
  5180. <xs:annotation>
  5181. <xs:appinfo>
  5182. <system_cache__appinfo:flat_relation_cache>
  5183. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  5184. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  5185. </system_cache__appinfo:flat_relation_cache>
  5186. </xs:appinfo>
  5187. </xs:annotation>
  5188. </xs:element>
  5189. <xs:element name="A_ADM_COMPANY"
  5190. type="xs:string"
  5191. id="ciski_110mm___d7e127062-1_A_ADM_COMP"/>
  5192. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  5193. id="ciski_110mm___d7e127063-1">
  5194. <xs:annotation>
  5195. <xs:appinfo>
  5196. <system_cache__appinfo:flat_relation_cache>
  5197. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  5198. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY/name"/>
  5199. </system_cache__appinfo:flat_relation_cache>
  5200. </xs:appinfo>
  5201. </xs:annotation>
  5202. </xs:element>
  5203. <xs:element name="ID_PROJECT"
  5204. type="xs:int"
  5205. id="ciski_110mm___d7e127068-1_ID_PROJECT"/>
  5206. <xs:element name="ID_KORESP_PROJEKT"
  5207. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  5208. id="ciski_110mm___d7e127069-1_ID_KORESP_"/>
  5209. <xs:element maxOccurs="unbounded"
  5210. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  5211. id="ciski_110mm___d7e127070-1">
  5212. <xs:annotation>
  5213. <xs:appinfo>
  5214. <system_cache__appinfo:flat_relation_cache>
  5215. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT"
  5216. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT/ID"/>
  5217. </system_cache__appinfo:flat_relation_cache>
  5218. </xs:appinfo>
  5219. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  5220. zasadami projektowania</xs:documentation>
  5221. </xs:annotation>
  5222. </xs:element>
  5223. <xs:element name="ID_KORESP_PROJEKT_WYK"
  5224. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  5225. id="ciski_110mm___d7e127077-1_ID_KORESP_"/>
  5226. <xs:element minOccurs="1"
  5227. maxOccurs="unbounded"
  5228. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK"
  5229. id="ciski_110mm___d7e127078-1">
  5230. <xs:annotation>
  5231. <xs:appinfo>
  5232. <system_cache__appinfo:flat_relation_cache>
  5233. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT_WYK"
  5234. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK/ID"/>
  5235. </system_cache__appinfo:flat_relation_cache>
  5236. </xs:appinfo>
  5237. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  5238. zasadami projektowania - proj wykonawczy</xs:documentation>
  5239. </xs:annotation>
  5240. </xs:element>
  5241. <xs:element name="ID_KORESP_DO_REALIZ"
  5242. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  5243. id="ciski_110mm___d7e127085-1_ID_KORESP_"/>
  5244. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  5245. id="ciski_110mm___d7e127086-1">
  5246. <xs:annotation>
  5247. <xs:appinfo>
  5248. <system_cache__appinfo:flat_relation_cache>
  5249. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_REALIZ"
  5250. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ/ID"/>
  5251. </system_cache__appinfo:flat_relation_cache>
  5252. </xs:appinfo>
  5253. <xs:documentation>Czy jest decyzja na realizacje</xs:documentation>
  5254. </xs:annotation>
  5255. </xs:element>
  5256. <xs:element name="ID_KORESP_OFFER"
  5257. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  5258. id="ciski_110mm___d7e127093-1_ID_KORESP_"/>
  5259. <xs:element minOccurs="1"
  5260. maxOccurs="unbounded"
  5261. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  5262. id="ciski_110mm___d7e127095-1">
  5263. <xs:annotation>
  5264. <xs:appinfo>
  5265. <system_cache__appinfo:flat_relation_cache>
  5266. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_OFFER"
  5267. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER/ID"/>
  5268. </system_cache__appinfo:flat_relation_cache>
  5269. </xs:appinfo>
  5270. <xs:documentation>Czy jest oferta na obiekt</xs:documentation>
  5271. </xs:annotation>
  5272. </xs:element>
  5273. <xs:element name="ID_KORESP_DO_UZG"
  5274. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  5275. id="ciski_110mm___d7e127102-1_ID_KORESP_"/>
  5276. <xs:element minOccurs="0"
  5277. maxOccurs="unbounded"
  5278. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  5279. id="ciski_110mm___d7e127103-1">
  5280. <xs:annotation>
  5281. <xs:appinfo>
  5282. <system_cache__appinfo:flat_relation_cache>
  5283. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG"
  5284. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/ID"/>
  5285. </system_cache__appinfo:flat_relation_cache>
  5286. </xs:appinfo>
  5287. <xs:documentation>Powiązanie do wysłanego pisma o zgodę na usytuowanie obiektu,
  5288. do właściciela nieruchomości</xs:documentation>
  5289. </xs:annotation>
  5290. </xs:element>
  5291. <xs:element name="ID_KORESP_UZG"
  5292. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  5293. id="ciski_110mm___d7e127110-1_ID_KORESP_"/>
  5294. <xs:element minOccurs="0"
  5295. maxOccurs="unbounded"
  5296. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  5297. id="ciski_110mm___d7e127111-1">
  5298. <xs:annotation>
  5299. <xs:appinfo>
  5300. <system_cache__appinfo:flat_relation_cache>
  5301. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG"
  5302. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG/ID"/>
  5303. </system_cache__appinfo:flat_relation_cache>
  5304. </xs:appinfo>
  5305. <xs:documentation>Fakt wyrażenia zgody na usytuowanie sieci od właściciela.
  5306. Brak zgody powinien być wiązany z relacją dla wysyłania wniosków o
  5307. zgody</xs:documentation>
  5308. </xs:annotation>
  5309. </xs:element>
  5310. <xs:element name="ID_KORESP_DO_UZG_ZUD"
  5311. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  5312. id="ciski_110mm___d7e127118-1_ID_KORESP_"/>
  5313. <xs:element minOccurs="0"
  5314. maxOccurs="unbounded"
  5315. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  5316. id="ciski_110mm___d7e127119-1">
  5317. <xs:annotation>
  5318. <xs:appinfo>
  5319. <system_cache__appinfo:flat_relation_cache>
  5320. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG_ZUD"
  5321. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD/ID"/>
  5322. </system_cache__appinfo:flat_relation_cache>
  5323. </xs:appinfo>
  5324. <xs:documentation>Potwierdzenie nadania wniosku o uzgodnienie
  5325. ZUD</xs:documentation>
  5326. </xs:annotation>
  5327. </xs:element>
  5328. <xs:element name="ID_KORESP_UZG_ZUD"
  5329. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  5330. id="ciski_110mm___d7e127126-1_ID_KORESP_"/>
  5331. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  5332. id="ciski_110mm___d7e127127-1">
  5333. <xs:annotation>
  5334. <xs:appinfo>
  5335. <system_cache__appinfo:flat_relation_cache>
  5336. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG_ZUD"
  5337. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD/ID"/>
  5338. </system_cache__appinfo:flat_relation_cache>
  5339. </xs:appinfo>
  5340. <xs:documentation>Potwierdzenie zwrotnego pisma ze zgodą ZUD</xs:documentation>
  5341. </xs:annotation>
  5342. </xs:element>
  5343. <xs:element name="ID_KORESP_ZLECENIE"
  5344. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  5345. id="ciski_110mm___d7e127134-1_ID_KORESP_"/>
  5346. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  5347. id="ciski_110mm___d7e127135-1">
  5348. <xs:annotation>
  5349. <xs:appinfo>
  5350. <system_cache__appinfo:flat_relation_cache>
  5351. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZLECENIE"
  5352. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE/ID"/>
  5353. </system_cache__appinfo:flat_relation_cache>
  5354. </xs:appinfo>
  5355. <xs:documentation>Czy jest zlecenie</xs:documentation>
  5356. </xs:annotation>
  5357. </xs:element>
  5358. <xs:element name="ID_KORESP_ZGL_ODB"
  5359. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  5360. id="ciski_110mm___d7e127143-1_ID_KORESP_"/>
  5361. <xs:element minOccurs="1"
  5362. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  5363. id="ciski_110mm___d7e127144-1">
  5364. <xs:annotation>
  5365. <xs:appinfo>
  5366. <system_cache__appinfo:flat_relation_cache>
  5367. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZGL_ODB"
  5368. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB/ID"/>
  5369. </system_cache__appinfo:flat_relation_cache>
  5370. </xs:appinfo>
  5371. <xs:documentation>Relacja tworzona przez podwykonawcę jako zgłoszenie do
  5372. odbioru=wykonanie</xs:documentation>
  5373. </xs:annotation>
  5374. </xs:element>
  5375. <xs:element name="ID_KORESP_POM_GEOD"
  5376. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  5377. id="ciski_110mm___d7e127151-1_ID_KORESP_"/>
  5378. <xs:element minOccurs="1"
  5379. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  5380. id="ciski_110mm___d7e127152-1">
  5381. <xs:annotation>
  5382. <xs:appinfo>
  5383. <system_cache__appinfo:flat_relation_cache>
  5384. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_POM_GEOD"
  5385. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD/ID"/>
  5386. </system_cache__appinfo:flat_relation_cache>
  5387. </xs:appinfo>
  5388. <xs:documentation>Stwierdzenie, że współrzędne obiektu został zaktualizowane
  5389. oraz są powiązane do dokumentu z operatem</xs:documentation>
  5390. </xs:annotation>
  5391. </xs:element>
  5392. <xs:element name="ID_KORESP_PROTOK_ODB"
  5393. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  5394. id="ciski_110mm___d7e127159-1_ID_KORESP_"/>
  5395. <xs:element minOccurs="0"
  5396. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  5397. id="ciski_110mm___d7e127160-1">
  5398. <xs:annotation>
  5399. <xs:appinfo>
  5400. <system_cache__appinfo:flat_relation_cache>
  5401. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROTOK_ODB"
  5402. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB/ID"/>
  5403. </system_cache__appinfo:flat_relation_cache>
  5404. </xs:appinfo>
  5405. <xs:documentation>Odebranie obiektu przez trójstronny dokument właściciel,
  5406. wykonawca, inwestor</xs:documentation>
  5407. </xs:annotation>
  5408. </xs:element>
  5409. <xs:element name="InvestArrangements_Network_Crossings"
  5410. type="xs:int"
  5411. id="ciski_110mm___d7e127167-1_InvestArra"/>
  5412. <xs:element minOccurs="0"
  5413. ref="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings"
  5414. id="ciski_110mm___d7e127168-1">
  5415. <xs:annotation>
  5416. <xs:appinfo>
  5417. <system_cache__appinfo:flat_relation_cache>
  5418. <system_cache__appinfo:source system_cache__appinfo:name="InvestArrangements_Network_Crossings"
  5419. system_cache__appinfo:xpath="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings/ID"/>
  5420. </system_cache__appinfo:flat_relation_cache>
  5421. </xs:appinfo>
  5422. <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.
  5423. </xs:documentation>
  5424. </xs:annotation>
  5425. </xs:element>
  5426. <xs:element minOccurs="0"
  5427. maxOccurs="1"
  5428. name="gid"
  5429. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__gid"
  5430. id="ciski_110mm___d7e127175-1_gid"/>
  5431. <xs:element minOccurs="0"
  5432. maxOccurs="1"
  5433. name="ID_KORESP_PROJ_WYK"
  5434. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__ID_KORESP_PROJ_WYK"
  5435. id="ciski_110mm___d7e127176-1_ID_KORESP_"/>
  5436. <xs:element minOccurs="0"
  5437. maxOccurs="1"
  5438. name="cena_jedn"
  5439. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__cena_jedn"
  5440. id="ciski_110mm___d7e127177-1_cena_jedn"/>
  5441. <xs:element minOccurs="0"
  5442. maxOccurs="1"
  5443. name="A_RECORD_CREATE_DATE"
  5444. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_CREATE_DATE"
  5445. id="ciski_110mm___d7e127179-1_A_RECORD_C"/>
  5446. <xs:element minOccurs="0"
  5447. maxOccurs="1"
  5448. name="A_RECORD_CREATE_AUTHOR"
  5449. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_CREATE_AUTHOR"
  5450. id="ciski_110mm___d7e127180-1_A_RECORD_C"/>
  5451. <xs:element minOccurs="0"
  5452. maxOccurs="1"
  5453. name="SYNC_SQIX_STATUS"
  5454. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__SYNC_SQIX_STATUS"
  5455. id="ciski_110mm___d7e127181-1_SYNC_SQIX_"/>
  5456. <xs:element minOccurs="0"
  5457. maxOccurs="1"
  5458. name="A_RECORD_UPDATE_DATE"
  5459. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_UPDATE_DATE"
  5460. id="ciski_110mm___d7e127182-1_A_RECORD_U"/>
  5461. <xs:element minOccurs="0"
  5462. maxOccurs="1"
  5463. name="A_RECORD_UPDATE_AUTHOR"
  5464. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_UPDATE_AUTHOR"
  5465. id="ciski_110mm___d7e127183-1_A_RECORD_U"/>
  5466. <xs:element minOccurs="0"
  5467. maxOccurs="1"
  5468. name="L_APPOITMENT_DATE"
  5469. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_DATE"
  5470. id="ciski_110mm___d7e127184-1_L_APPOITME"/>
  5471. <xs:element minOccurs="0"
  5472. maxOccurs="1"
  5473. name="L_APPOITMENT_PERIOD"
  5474. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_PERIOD"
  5475. id="ciski_110mm___d7e127185-1_L_APPOITME"/>
  5476. <xs:element minOccurs="0"
  5477. maxOccurs="1"
  5478. name="L_APPOITMENT_INFO"
  5479. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_INFO"
  5480. id="ciski_110mm___d7e127186-1_L_APPOITME"/>
  5481. <xs:element minOccurs="0"
  5482. maxOccurs="1"
  5483. name="L_APPOITMENT_TYPE"
  5484. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_TYPE"
  5485. id="ciski_110mm___d7e127187-1_L_APPOITME"/>
  5486. <xs:element minOccurs="0"
  5487. maxOccurs="1"
  5488. name="A_STATUS"
  5489. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_STATUS"
  5490. id="ciski_110mm___d7e127188-1_A_STATUS"/>
  5491. <xs:element minOccurs="0"
  5492. maxOccurs="1"
  5493. name="etykieta_x"
  5494. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_x"
  5495. id="ciski_110mm___d7e127189-1_etykieta_x"/>
  5496. <xs:element minOccurs="0"
  5497. maxOccurs="1"
  5498. name="etykieta_y"
  5499. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_y"
  5500. id="ciski_110mm___d7e127191-1_etykieta_y"/>
  5501. <xs:element minOccurs="0"
  5502. maxOccurs="1"
  5503. name="etykieta_obrot"
  5504. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_obrot"
  5505. id="ciski_110mm___d7e127192-1_etykieta_o"/>
  5506. <xs:element minOccurs="0"
  5507. maxOccurs="1"
  5508. name="WORK_PLAN_START"
  5509. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__WORK_PLAN_START"
  5510. id="ciski_110mm___d7e127193-1_WORK_PLAN_"/>
  5511. <xs:element minOccurs="0"
  5512. maxOccurs="1"
  5513. name="WORK_PLAN_FINISH"
  5514. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__WORK_PLAN_FINISH"
  5515. id="ciski_110mm___d7e127194-1_WORK_PLAN_"/>
  5516. <xs:element minOccurs="0"
  5517. maxOccurs="1"
  5518. name="T_WORKPOINTS_TIME_HOURS"
  5519. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__T_WORKPOINTS_TIME_HOURS"
  5520. id="ciski_110mm___d7e127195-1_T_WORKPOIN"/>
  5521. <!--#272 found ignored ID_KORESP_PROJEKT-->
  5522. <!--#288 unsupported yet @ref p5_zasob_36:IN7_DZIENNIK_KORESP-->
  5523. <!--#453 found ignored p5_zasob_36:IN7_DZIENNIK_KORESP by same @system_cache__appinfo:name-->
  5524. <!--#272 found ignored ID_KORESP_OFFER-->
  5525. <!--#272 found ignored WORK_PLAN_START-->
  5526. <!--#272 found ignored WORK_PLAN_FINISH-->
  5527. <!--#272 found ignored T_WORKPOINTS_TIME_HOURS-->
  5528. <!--#272 found ignored ID_KORESP_PROTOK_ODB-->
  5529. <!--#272 found ignored cena_jedn-->
  5530. <!--#272 found ignored ID_ZASOB-->
  5531. <!--#288 unsupported yet @ref p5_zasob_36:CRM_LISTA_ZASOBOW-->
  5532. <!--#453 found ignored p5_zasob_36:CRM_LISTA_ZASOBOW by same @system_cache__appinfo:name-->
  5533. <!--#272 found ignored ID_PROJECT-->
  5534. <!--#272 found ignored the_geom-->
  5535. <!--#272 found ignored Dlugosc-->
  5536. <!--#272 found ignored ID_KORESP_DO_UZG-->
  5537. <!--#272 found ignored A_RECORD_CREATE_DATE-->
  5538. <!--#272 found ignored ID-->
  5539. <!--#272 found ignored A_RECORD_CREATE_AUTHOR-->
  5540. <!--#272 found ignored A_RECORD_UPDATE_DATE-->
  5541. <!--#272 found ignored A_RECORD_UPDATE_AUTHOR-->
  5542. <!--#272 found ignored L_APPOITMENT_DATE-->
  5543. <!--#272 found ignored L_APPOITMENT_USER-->
  5544. <!--#272 found ignored L_APPOITMENT_PERIOD-->
  5545. <!--#272 found ignored ID_KORESP_PROJ_WYK-->
  5546. <!--#272 found ignored L_APPOITMENT_INFO-->
  5547. <!--#272 found ignored L_APPOITMENT_TYPE-->
  5548. <!--#272 found ignored A_STATUS-->
  5549. <!--#272 found ignored ID_KORESP_UZG-->
  5550. <!--#272 found ignored A_STATUS_INFO-->
  5551. <!--#272 found ignored A_ADM_COMPANY-->
  5552. <!--#272 found ignored A_CLASSIFIED-->
  5553. <!--#272 found ignored etykieta_obrot-->
  5554. <!--#272 found ignored etykieta_x-->
  5555. <!--#272 found ignored gid-->
  5556. <!--#272 found ignored etykieta_y-->
  5557. <!--#272 found ignored ID_KORESP_DO_REALIZ-->
  5558. <!--#272 found ignored SYNC_SQIX_STATUS-->
  5559. <!--#272 found ignored ID_KORESP_ZLECENIE-->
  5560. <!--#272 found ignored ID_KORESP_ZGL_ODB-->
  5561. <!--#272 found ignored ID_KORESP_DO_UZG_ZUD-->
  5562. <!--#272 found ignored ID_KORESP_UZG_ZUD-->
  5563. <!--#272 found ignored ID_KORESP_POM_GEOD-->
  5564. </xs:sequence>
  5565. </xs:restriction>
  5566. </xs:complexContent>
  5567. </xs:complexType>
  5568. <xs:element name="Rozdzielcza_Przeciski_110mm_POM_GEOD"
  5569. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm_POM_GEOD"
  5570. id="ciski_110mm___d7e127239-1_Rozdzielcz">
  5571. <xs:annotation>
  5572. <xs:appinfo>
  5573. <system_cache__appinfo:base_type system_cache__appinfo:base_type_group="infrastructure"
  5574. system_cache__appinfo:base_type_name="POM_GEOD"/>
  5575. </xs:appinfo>
  5576. </xs:annotation>
  5577. </xs:element>
  5578. <xs:complexType name="Rozdzielcza_Przeciski_110mm_PROTOK_ODB"
  5579. id="ciski_110mm___d7e127244-1_Rozdzielcz">
  5580. <xs:annotation>
  5581. <xs:documentation>Podpisany protokol odbioru z podwykonawca oraz wlascicielem
  5582. </xs:documentation>
  5583. </xs:annotation>
  5584. <xs:complexContent id="ciski_110mm___d7e127248-1">
  5585. <xs:restriction base="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm_ZGL_ODB">
  5586. <xs:sequence id="ciski_110mm___d7e127250-1">
  5587. <xs:element name="ID" type="xs:int" id="ciski_110mm___d7e127251-1_ID"/>
  5588. <xs:element name="the_geom"
  5589. type="gml:AbstractFeatureType"
  5590. id="ciski_110mm___d7e127252-1_the_geom"/>
  5591. <xs:element name="A_STATUS_INFO"
  5592. type="xs:string"
  5593. id="ciski_110mm___d7e127253-1_A_STATUS_I"/>
  5594. <xs:element name="opis" type="xs:string" id="ciski_110mm___d7e127254-1_opis">
  5595. <xs:annotation>
  5596. <xs:documentation>To zmiany na ID_ZASOBU pod katem
  5597. kosztorysowym</xs:documentation>
  5598. </xs:annotation>
  5599. </xs:element>
  5600. <xs:element name="ID_ZASOB"
  5601. type="xs:int"
  5602. id="ciski_110mm___d7e127258-1_ID_ZASOB"/>
  5603. <xs:element ref="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW"
  5604. id="ciski_110mm___d7e127259-1">
  5605. <xs:annotation>
  5606. <xs:appinfo>
  5607. <system_cache__appinfo:flat_relation_cache>
  5608. <system_cache__appinfo:source system_cache__appinfo:name="ID_ZASOB"
  5609. system_cache__appinfo:xpath="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW/ID"/>
  5610. </system_cache__appinfo:flat_relation_cache>
  5611. </xs:appinfo>
  5612. </xs:annotation>
  5613. </xs:element>
  5614. <xs:element name="Dlugosc"
  5615. type="xs:double"
  5616. id="ciski_110mm___d7e127264-1_Dlugosc"/>
  5617. <xs:element name="Powierzchnia"
  5618. type="xs:double"
  5619. id="ciski_110mm___d7e127265-1_Powierzchn"/>
  5620. <xs:element name="L_APPOITMENT_USER"
  5621. type="xs:string"
  5622. id="ciski_110mm___d7e127266-1_L_APPOITME"/>
  5623. <xs:element ref="SystemObjects__x3A__AccessOwner:AccessOwner"
  5624. id="ciski_110mm___d7e127267-1">
  5625. <xs:annotation>
  5626. <xs:appinfo>
  5627. <system_cache__appinfo:flat_relation_cache>
  5628. <system_cache__appinfo:source system_cache__appinfo:name="L_APPOITMENT_USER"
  5629. system_cache__appinfo:xpath="SystemObjects__x3A__AccessOwner:AccessOwner/name"/>
  5630. </system_cache__appinfo:flat_relation_cache>
  5631. </xs:appinfo>
  5632. </xs:annotation>
  5633. </xs:element>
  5634. <xs:element name="A_CLASSIFIED"
  5635. type="xs:string"
  5636. id="ciski_110mm___d7e127272-1_A_CLASSIFI"/>
  5637. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupRead"
  5638. id="ciski_110mm___d7e127274-1">
  5639. <xs:annotation>
  5640. <xs:appinfo>
  5641. <system_cache__appinfo:flat_relation_cache>
  5642. <system_cache__appinfo:source system_cache__appinfo:name="A_CLASSIFIED"
  5643. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:AccessGroupRead/name"/>
  5644. </system_cache__appinfo:flat_relation_cache>
  5645. </xs:appinfo>
  5646. </xs:annotation>
  5647. </xs:element>
  5648. <xs:element name="A_ADM_COMPANY"
  5649. type="xs:string"
  5650. id="ciski_110mm___d7e127279-1_A_ADM_COMP"/>
  5651. <xs:element ref="SystemObjects__x3A__AccessGroup:AccessGroupWrite"
  5652. id="ciski_110mm___d7e127280-1">
  5653. <xs:annotation>
  5654. <xs:appinfo>
  5655. <system_cache__appinfo:flat_relation_cache>
  5656. <system_cache__appinfo:source system_cache__appinfo:name="A_ADM_COMPANY"
  5657. system_cache__appinfo:xpath="SystemObjects__x3A__AccessGroup:A_ADM_COMPANY/name"/>
  5658. </system_cache__appinfo:flat_relation_cache>
  5659. </xs:appinfo>
  5660. </xs:annotation>
  5661. </xs:element>
  5662. <xs:element name="ID_PROJECT"
  5663. type="xs:int"
  5664. id="ciski_110mm___d7e127285-1_ID_PROJECT"/>
  5665. <xs:element name="ID_KORESP_PROJEKT"
  5666. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  5667. id="ciski_110mm___d7e127286-1_ID_KORESP_"/>
  5668. <xs:element maxOccurs="unbounded"
  5669. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT"
  5670. id="ciski_110mm___d7e127287-1">
  5671. <xs:annotation>
  5672. <xs:appinfo>
  5673. <system_cache__appinfo:flat_relation_cache>
  5674. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT"
  5675. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT/ID"/>
  5676. </system_cache__appinfo:flat_relation_cache>
  5677. </xs:appinfo>
  5678. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  5679. zasadami projektowania</xs:documentation>
  5680. </xs:annotation>
  5681. </xs:element>
  5682. <xs:element name="ID_KORESP_PROJEKT_WYK"
  5683. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  5684. id="ciski_110mm___d7e127294-1_ID_KORESP_"/>
  5685. <xs:element minOccurs="1"
  5686. maxOccurs="unbounded"
  5687. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK"
  5688. id="ciski_110mm___d7e127295-1">
  5689. <xs:annotation>
  5690. <xs:appinfo>
  5691. <system_cache__appinfo:flat_relation_cache>
  5692. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROJEKT_WYK"
  5693. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROJEKT_WYK/ID"/>
  5694. </system_cache__appinfo:flat_relation_cache>
  5695. </xs:appinfo>
  5696. <xs:documentation>Obiekt został zatwierdzony, że jest projektowy i zgodny z
  5697. zasadami projektowania - proj wykonawczy</xs:documentation>
  5698. </xs:annotation>
  5699. </xs:element>
  5700. <xs:element name="ID_KORESP_DO_REALIZ"
  5701. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  5702. id="ciski_110mm___d7e127302-1_ID_KORESP_"/>
  5703. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ"
  5704. id="ciski_110mm___d7e127303-1">
  5705. <xs:annotation>
  5706. <xs:appinfo>
  5707. <system_cache__appinfo:flat_relation_cache>
  5708. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_REALIZ"
  5709. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_REALIZ/ID"/>
  5710. </system_cache__appinfo:flat_relation_cache>
  5711. </xs:appinfo>
  5712. <xs:documentation>Czy jest decyzja na realizacje</xs:documentation>
  5713. </xs:annotation>
  5714. </xs:element>
  5715. <xs:element name="ID_KORESP_OFFER"
  5716. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  5717. id="ciski_110mm___d7e127310-1_ID_KORESP_"/>
  5718. <xs:element minOccurs="1"
  5719. maxOccurs="unbounded"
  5720. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER"
  5721. id="ciski_110mm___d7e127312-1">
  5722. <xs:annotation>
  5723. <xs:appinfo>
  5724. <system_cache__appinfo:flat_relation_cache>
  5725. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_OFFER"
  5726. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_OFFER/ID"/>
  5727. </system_cache__appinfo:flat_relation_cache>
  5728. </xs:appinfo>
  5729. <xs:documentation>Czy jest oferta na obiekt</xs:documentation>
  5730. </xs:annotation>
  5731. </xs:element>
  5732. <xs:element name="ID_KORESP_DO_UZG"
  5733. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  5734. id="ciski_110mm___d7e127319-1_ID_KORESP_"/>
  5735. <xs:element minOccurs="0"
  5736. maxOccurs="unbounded"
  5737. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG"
  5738. id="ciski_110mm___d7e127320-1">
  5739. <xs:annotation>
  5740. <xs:appinfo>
  5741. <system_cache__appinfo:flat_relation_cache>
  5742. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG"
  5743. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG/ID"/>
  5744. </system_cache__appinfo:flat_relation_cache>
  5745. </xs:appinfo>
  5746. <xs:documentation>Powiązanie do wysłanego pisma o zgodę na usytuowanie obiektu,
  5747. do właściciela nieruchomości</xs:documentation>
  5748. </xs:annotation>
  5749. </xs:element>
  5750. <xs:element name="ID_KORESP_UZG"
  5751. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  5752. id="ciski_110mm___d7e127327-1_ID_KORESP_"/>
  5753. <xs:element minOccurs="0"
  5754. maxOccurs="unbounded"
  5755. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG"
  5756. id="ciski_110mm___d7e127328-1">
  5757. <xs:annotation>
  5758. <xs:appinfo>
  5759. <system_cache__appinfo:flat_relation_cache>
  5760. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG"
  5761. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG/ID"/>
  5762. </system_cache__appinfo:flat_relation_cache>
  5763. </xs:appinfo>
  5764. <xs:documentation>Fakt wyrażenia zgody na usytuowanie sieci od właściciela.
  5765. Brak zgody powinien być wiązany z relacją dla wysyłania wniosków o
  5766. zgody</xs:documentation>
  5767. </xs:annotation>
  5768. </xs:element>
  5769. <xs:element name="ID_KORESP_DO_UZG_ZUD"
  5770. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  5771. id="ciski_110mm___d7e127335-1_ID_KORESP_"/>
  5772. <xs:element minOccurs="0"
  5773. maxOccurs="unbounded"
  5774. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD"
  5775. id="ciski_110mm___d7e127336-1">
  5776. <xs:annotation>
  5777. <xs:appinfo>
  5778. <system_cache__appinfo:flat_relation_cache>
  5779. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_DO_UZG_ZUD"
  5780. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_DO_UZG_ZUD/ID"/>
  5781. </system_cache__appinfo:flat_relation_cache>
  5782. </xs:appinfo>
  5783. <xs:documentation>Potwierdzenie nadania wniosku o uzgodnienie
  5784. ZUD</xs:documentation>
  5785. </xs:annotation>
  5786. </xs:element>
  5787. <xs:element name="ID_KORESP_UZG_ZUD"
  5788. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  5789. id="ciski_110mm___d7e127343-1_ID_KORESP_"/>
  5790. <xs:element minOccurs="0"
  5791. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD"
  5792. id="ciski_110mm___d7e127344-1">
  5793. <xs:annotation>
  5794. <xs:appinfo>
  5795. <system_cache__appinfo:flat_relation_cache>
  5796. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_UZG_ZUD"
  5797. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_UZG_ZUD/ID"/>
  5798. </system_cache__appinfo:flat_relation_cache>
  5799. </xs:appinfo>
  5800. <xs:documentation>Potwierdzenie zwrotnego pisma ze zgodą ZUD</xs:documentation>
  5801. </xs:annotation>
  5802. </xs:element>
  5803. <xs:element name="ID_KORESP_ZLECENIE"
  5804. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  5805. id="ciski_110mm___d7e127351-1_ID_KORESP_"/>
  5806. <xs:element ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE"
  5807. id="ciski_110mm___d7e127352-1">
  5808. <xs:annotation>
  5809. <xs:appinfo>
  5810. <system_cache__appinfo:flat_relation_cache>
  5811. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZLECENIE"
  5812. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZLECENIE/ID"/>
  5813. </system_cache__appinfo:flat_relation_cache>
  5814. </xs:appinfo>
  5815. <xs:documentation>Czy jest zlecenie</xs:documentation>
  5816. </xs:annotation>
  5817. </xs:element>
  5818. <xs:element name="ID_KORESP_ZGL_ODB"
  5819. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  5820. id="ciski_110mm___d7e127360-1_ID_KORESP_"/>
  5821. <xs:element minOccurs="1"
  5822. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB"
  5823. id="ciski_110mm___d7e127361-1">
  5824. <xs:annotation>
  5825. <xs:appinfo>
  5826. <system_cache__appinfo:flat_relation_cache>
  5827. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_ZGL_ODB"
  5828. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_ZGL_ODB/ID"/>
  5829. </system_cache__appinfo:flat_relation_cache>
  5830. </xs:appinfo>
  5831. <xs:documentation>Relacja tworzona przez podwykonawcę jako zgłoszenie do
  5832. odbioru=wykonanie</xs:documentation>
  5833. </xs:annotation>
  5834. </xs:element>
  5835. <xs:element name="ID_KORESP_POM_GEOD"
  5836. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP"
  5837. id="ciski_110mm___d7e127368-1_ID_KORESP_"/>
  5838. <xs:element minOccurs="0"
  5839. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD"
  5840. id="ciski_110mm___d7e127369-1">
  5841. <xs:annotation>
  5842. <xs:appinfo>
  5843. <system_cache__appinfo:flat_relation_cache>
  5844. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_POM_GEOD"
  5845. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_POM_GEOD/ID"/>
  5846. </system_cache__appinfo:flat_relation_cache>
  5847. </xs:appinfo>
  5848. <xs:documentation>Stwierdzenie, że współrzędne obiektu został zaktualizowane
  5849. oraz są powiązane do dokumentu z operatem</xs:documentation>
  5850. </xs:annotation>
  5851. </xs:element>
  5852. <xs:element name="ID_KORESP_PROTOK_ODB"
  5853. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:ID_KORESP_SET"
  5854. id="ciski_110mm___d7e127376-1_ID_KORESP_"/>
  5855. <xs:element minOccurs="1"
  5856. ref="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB"
  5857. id="ciski_110mm___d7e127377-1">
  5858. <xs:annotation>
  5859. <xs:appinfo>
  5860. <system_cache__appinfo:flat_relation_cache>
  5861. <system_cache__appinfo:source system_cache__appinfo:name="ID_KORESP_PROTOK_ODB"
  5862. system_cache__appinfo:xpath="default_db__x3A__IN7_DZIENNIK_KORESP:ID_KORESP_PROTOK_ODB/ID"/>
  5863. </system_cache__appinfo:flat_relation_cache>
  5864. </xs:appinfo>
  5865. <xs:documentation>Odebranie obiektu przez trójstronny dokument właściciel,
  5866. wykonawca, inwestor</xs:documentation>
  5867. </xs:annotation>
  5868. </xs:element>
  5869. <xs:element name="InvestArrangements_Network_Crossings"
  5870. type="xs:int"
  5871. id="ciski_110mm___d7e127384-1_InvestArra"/>
  5872. <xs:element minOccurs="0"
  5873. ref="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings"
  5874. id="ciski_110mm___d7e127385-1">
  5875. <xs:annotation>
  5876. <xs:appinfo>
  5877. <system_cache__appinfo:flat_relation_cache>
  5878. <system_cache__appinfo:source system_cache__appinfo:name="InvestArrangements_Network_Crossings"
  5879. system_cache__appinfo:xpath="default_db__x3A__InvestArrangements:InvestArrangements_Network_Crossings/ID"/>
  5880. </system_cache__appinfo:flat_relation_cache>
  5881. </xs:appinfo>
  5882. <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>
  5883. </xs:annotation>
  5884. </xs:element>
  5885. <xs:element minOccurs="0"
  5886. maxOccurs="1"
  5887. name="gid"
  5888. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__gid"
  5889. id="ciski_110mm___d7e127392-1_gid"/>
  5890. <xs:element minOccurs="0"
  5891. maxOccurs="1"
  5892. name="ID_KORESP_PROJ_WYK"
  5893. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__ID_KORESP_PROJ_WYK"
  5894. id="ciski_110mm___d7e127393-1_ID_KORESP_"/>
  5895. <xs:element minOccurs="0"
  5896. maxOccurs="1"
  5897. name="cena_jedn"
  5898. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__cena_jedn"
  5899. id="ciski_110mm___d7e127394-1_cena_jedn"/>
  5900. <xs:element minOccurs="0"
  5901. maxOccurs="1"
  5902. name="A_RECORD_CREATE_DATE"
  5903. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_CREATE_DATE"
  5904. id="ciski_110mm___d7e127396-1_A_RECORD_C"/>
  5905. <xs:element minOccurs="0"
  5906. maxOccurs="1"
  5907. name="A_RECORD_CREATE_AUTHOR"
  5908. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_CREATE_AUTHOR"
  5909. id="ciski_110mm___d7e127397-1_A_RECORD_C"/>
  5910. <xs:element minOccurs="0"
  5911. maxOccurs="1"
  5912. name="SYNC_SQIX_STATUS"
  5913. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__SYNC_SQIX_STATUS"
  5914. id="ciski_110mm___d7e127398-1_SYNC_SQIX_"/>
  5915. <xs:element minOccurs="0"
  5916. maxOccurs="1"
  5917. name="A_RECORD_UPDATE_DATE"
  5918. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_UPDATE_DATE"
  5919. id="ciski_110mm___d7e127399-1_A_RECORD_U"/>
  5920. <xs:element minOccurs="0"
  5921. maxOccurs="1"
  5922. name="A_RECORD_UPDATE_AUTHOR"
  5923. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_RECORD_UPDATE_AUTHOR"
  5924. id="ciski_110mm___d7e127400-1_A_RECORD_U"/>
  5925. <xs:element minOccurs="0"
  5926. maxOccurs="1"
  5927. name="L_APPOITMENT_DATE"
  5928. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_DATE"
  5929. id="ciski_110mm___d7e127401-1_L_APPOITME"/>
  5930. <xs:element minOccurs="0"
  5931. maxOccurs="1"
  5932. name="L_APPOITMENT_PERIOD"
  5933. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_PERIOD"
  5934. id="ciski_110mm___d7e127402-1_L_APPOITME"/>
  5935. <xs:element minOccurs="0"
  5936. maxOccurs="1"
  5937. name="L_APPOITMENT_INFO"
  5938. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_INFO"
  5939. id="ciski_110mm___d7e127403-1_L_APPOITME"/>
  5940. <xs:element minOccurs="0"
  5941. maxOccurs="1"
  5942. name="L_APPOITMENT_TYPE"
  5943. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__L_APPOITMENT_TYPE"
  5944. id="ciski_110mm___d7e127404-1_L_APPOITME"/>
  5945. <xs:element minOccurs="0"
  5946. maxOccurs="1"
  5947. name="A_STATUS"
  5948. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__A_STATUS"
  5949. id="ciski_110mm___d7e127405-1_A_STATUS"/>
  5950. <xs:element minOccurs="0"
  5951. maxOccurs="1"
  5952. name="etykieta_x"
  5953. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_x"
  5954. id="ciski_110mm___d7e127406-1_etykieta_x"/>
  5955. <xs:element minOccurs="0"
  5956. maxOccurs="1"
  5957. name="etykieta_y"
  5958. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_y"
  5959. id="ciski_110mm___d7e127408-1_etykieta_y"/>
  5960. <xs:element minOccurs="0"
  5961. maxOccurs="1"
  5962. name="etykieta_obrot"
  5963. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__etykieta_obrot"
  5964. id="ciski_110mm___d7e127409-1_etykieta_o"/>
  5965. <xs:element minOccurs="0"
  5966. maxOccurs="1"
  5967. name="WORK_PLAN_START"
  5968. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__WORK_PLAN_START"
  5969. id="ciski_110mm___d7e127410-1_WORK_PLAN_"/>
  5970. <xs:element minOccurs="0"
  5971. maxOccurs="1"
  5972. name="WORK_PLAN_FINISH"
  5973. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__WORK_PLAN_FINISH"
  5974. id="ciski_110mm___d7e127411-1_WORK_PLAN_"/>
  5975. <xs:element minOccurs="0"
  5976. maxOccurs="1"
  5977. name="T_WORKPOINTS_TIME_HOURS"
  5978. type="default_db__x3A__Rozdzielcza_Przeciski_110mm:Rozdzielcza_Przeciski_110mm__T_WORKPOINTS_TIME_HOURS"
  5979. id="ciski_110mm___d7e127412-1_T_WORKPOIN"/>
  5980. <!--#272 found ignored ID_KORESP_PROJEKT-->
  5981. <!--#288 unsupported yet @ref p5_zasob_36:IN7_DZIENNIK_KORESP-->
  5982. <!--#453 found ignored p5_zasob_36:IN7_DZIENNIK_KORESP by same @system_cache__appinfo:name-->
  5983. <!--#272 found ignored ID_KORESP_OFFER-->
  5984. <!--#272 found ignored WORK_PLAN_START-->
  5985. <!--#272 found ignored WORK_PLAN_FINISH-->
  5986. <!--#272 found ignored T_WORKPOINTS_TIME_HOURS-->
  5987. <!--#272 found ignored ID_KORESP_PROTOK_ODB-->
  5988. <!--#272 found ignored cena_jedn-->
  5989. <!--#272 found ignored ID_ZASOB-->
  5990. <!--#288 unsupported yet @ref p5_zasob_36:CRM_LISTA_ZASOBOW-->
  5991. <!--#453 found ignored p5_zasob_36:CRM_LISTA_ZASOBOW by same @system_cache__appinfo:name-->
  5992. <!--#272 found ignored ID_PROJECT-->
  5993. <!--#272 found ignored the_geom-->
  5994. <!--#272 found ignored Dlugosc-->
  5995. <!--#272 found ignored ID_KORESP_DO_UZG-->
  5996. <!--#272 found ignored A_RECORD_CREATE_DATE-->
  5997. <!--#272 found ignored ID-->
  5998. <!--#272 found ignored A_RECORD_CREATE_AUTHOR-->
  5999. <!--#272 found ignored A_RECORD_UPDATE_DATE-->
  6000. <!--#272 found ignored A_RECORD_UPDATE_AUTHOR-->
  6001. <!--#272 found ignored L_APPOITMENT_DATE-->
  6002. <!--#272 found ignored L_APPOITMENT_USER-->
  6003. <!--#272 found ignored L_APPOITMENT_PERIOD-->
  6004. <!--#272 found ignored ID_KORESP_PROJ_WYK-->
  6005. <!--#272 found ignored L_APPOITMENT_INFO-->
  6006. <!--#272 found ignored L_APPOITMENT_TYPE-->
  6007. <!--#272 found ignored A_STATUS-->
  6008. <!--#272 found ignored ID_KORESP_UZG-->
  6009. <!--#272 found ignored A_STATUS_INFO-->
  6010. <!--#272 found ignored A_ADM_COMPANY-->
  6011. <!--#272 found ignored A_CLASSIFIED-->
  6012. <!--#272 found ignored etykieta_obrot-->
  6013. <!--#272 found ignored etykieta_x-->
  6014. <!--#272 found ignored gid-->
  6015. <!--#272 found ignored etykieta_y-->
  6016. <!--#272 found ignored ID_KORESP_DO_REALIZ-->
  6017. <!--#272 found ignored SYNC_SQIX_STATUS-->
  6018. <!--#272 found ignored ID_KORESP_ZLECENIE-->
  6019. <!--#272 found ignored ID_KORESP_ZGL_ODB-->
  6020. <!--#272 found ignored ID_KORESP_DO_UZG_ZUD-->
  6021. <!--#272 found ignored ID_KORESP_UZG_ZUD-->
  6022. <!--#272 found ignored ID_KORESP_POM_GEOD-->
  6023. </xs:sequence>
  6024. </xs:restriction>
  6025. </xs:complexContent>
  6026. </xs:complexType>
  6027. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__gid"
  6028. id="ciski_110mm___d7e127456-1_Rozdzielcz">
  6029. <xs:restriction base="xs:integer"/>
  6030. </xs:simpleType>
  6031. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__ID_KORESP_PROTOK_ODB"
  6032. id="ciski_110mm___d7e127458-1_Rozdzielcz">
  6033. <xs:restriction base="xs:string"/>
  6034. </xs:simpleType>
  6035. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__ID_PROJECT"
  6036. id="ciski_110mm___d7e127460-1_Rozdzielcz">
  6037. <xs:restriction base="xs:integer"/>
  6038. </xs:simpleType>
  6039. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__ID_KORESP_PROJ_WYK"
  6040. id="ciski_110mm___d7e127462-1_Rozdzielcz">
  6041. <xs:restriction base="xs:integer"/>
  6042. </xs:simpleType>
  6043. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__the_geom"
  6044. id="ciski_110mm___d7e127464-1_Rozdzielcz">
  6045. <xs:restriction base="xs:string"/>
  6046. </xs:simpleType>
  6047. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__cena_jedn"
  6048. id="ciski_110mm___d7e127466-1_Rozdzielcz">
  6049. <xs:restriction base="xs:double"/>
  6050. </xs:simpleType>
  6051. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__Dlugosc"
  6052. id="ciski_110mm___d7e127468-1_Rozdzielcz">
  6053. <xs:restriction base="xs:integer"/>
  6054. </xs:simpleType>
  6055. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__ID"
  6056. id="ciski_110mm___d7e127470-1_Rozdzielcz">
  6057. <xs:restriction base="xs:integer"/>
  6058. </xs:simpleType>
  6059. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__A_RECORD_CREATE_DATE"
  6060. id="ciski_110mm___d7e127472-1_Rozdzielcz">
  6061. <xs:restriction base="xs:token"/>
  6062. </xs:simpleType>
  6063. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__A_RECORD_CREATE_AUTHOR"
  6064. id="ciski_110mm___d7e127474-1_Rozdzielcz">
  6065. <xs:restriction base="xs:string"/>
  6066. </xs:simpleType>
  6067. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__SYNC_SQIX_STATUS"
  6068. id="ciski_110mm___d7e127477-1_Rozdzielcz">
  6069. <xs:restriction base="xs:string"/>
  6070. </xs:simpleType>
  6071. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__A_RECORD_UPDATE_DATE"
  6072. id="ciski_110mm___d7e127479-1_Rozdzielcz">
  6073. <xs:restriction base="xs:token"/>
  6074. </xs:simpleType>
  6075. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__A_RECORD_UPDATE_AUTHOR"
  6076. id="ciski_110mm___d7e127481-1_Rozdzielcz">
  6077. <xs:restriction base="xs:string"/>
  6078. </xs:simpleType>
  6079. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__L_APPOITMENT_DATE"
  6080. id="ciski_110mm___d7e127483-1_Rozdzielcz">
  6081. <xs:restriction base="xs:string"/>
  6082. </xs:simpleType>
  6083. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__L_APPOITMENT_USER"
  6084. id="ciski_110mm___d7e127485-1_Rozdzielcz">
  6085. <xs:restriction base="xs:string"/>
  6086. </xs:simpleType>
  6087. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__L_APPOITMENT_PERIOD"
  6088. id="ciski_110mm___d7e127487-1_Rozdzielcz">
  6089. <xs:restriction base="xs:string"/>
  6090. </xs:simpleType>
  6091. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__L_APPOITMENT_INFO"
  6092. id="ciski_110mm___d7e127489-1_Rozdzielcz">
  6093. <xs:restriction base="xs:string"/>
  6094. </xs:simpleType>
  6095. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__L_APPOITMENT_TYPE"
  6096. id="ciski_110mm___d7e127491-1_Rozdzielcz">
  6097. <xs:restriction base="xs:string">
  6098. <xs:enumeration value=""/>
  6099. <xs:enumeration value="ARRANGED"/>
  6100. <xs:enumeration value="TO_ARRANGE"/>
  6101. <xs:enumeration value="CANCELLED"/>
  6102. <xs:enumeration value="TO_CANCEL"/>
  6103. <xs:enumeration value="RELATE"/>
  6104. <xs:enumeration value="WAIT"/>
  6105. </xs:restriction>
  6106. </xs:simpleType>
  6107. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__A_STATUS"
  6108. id="ciski_110mm___d7e127500-1_Rozdzielcz">
  6109. <xs:restriction base="xs:string">
  6110. <xs:enumeration value="WAITING"/>
  6111. <xs:enumeration value="NORMAL"/>
  6112. <xs:enumeration value="MONITOR"/>
  6113. <xs:enumeration value="WARNING"/>
  6114. <xs:enumeration value="OFF_SOFT"/>
  6115. <xs:enumeration value="OFF_HARD"/>
  6116. <xs:enumeration value="DELETED"/>
  6117. </xs:restriction>
  6118. </xs:simpleType>
  6119. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__A_STATUS_INFO"
  6120. id="ciski_110mm___d7e127509-1_Rozdzielcz">
  6121. <xs:restriction base="xs:string"/>
  6122. </xs:simpleType>
  6123. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__A_ADM_COMPANY"
  6124. id="ciski_110mm___d7e127511-1_Rozdzielcz">
  6125. <xs:restriction base="xs:string"/>
  6126. </xs:simpleType>
  6127. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__A_CLASSIFIED"
  6128. id="ciski_110mm___d7e127514-1_Rozdzielcz">
  6129. <xs:restriction base="xs:string"/>
  6130. </xs:simpleType>
  6131. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__etykieta_x"
  6132. id="ciski_110mm___d7e127516-1_Rozdzielcz">
  6133. <xs:restriction base="xs:double"/>
  6134. </xs:simpleType>
  6135. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__etykieta_y"
  6136. id="ciski_110mm___d7e127518-1_Rozdzielcz">
  6137. <xs:restriction base="xs:double"/>
  6138. </xs:simpleType>
  6139. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__etykieta_obrot"
  6140. id="ciski_110mm___d7e127520-1_Rozdzielcz">
  6141. <xs:restriction base="xs:double"/>
  6142. </xs:simpleType>
  6143. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__ID_KORESP_PROJEKT"
  6144. id="ciski_110mm___d7e127522-1_Rozdzielcz">
  6145. <xs:restriction base="xs:integer"/>
  6146. </xs:simpleType>
  6147. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__ID_KORESP_DO_UZG"
  6148. id="ciski_110mm___d7e127524-1_Rozdzielcz">
  6149. <xs:restriction base="xs:integer"/>
  6150. </xs:simpleType>
  6151. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__ID_KORESP_UZG"
  6152. id="ciski_110mm___d7e127526-1_Rozdzielcz">
  6153. <xs:restriction base="xs:integer"/>
  6154. </xs:simpleType>
  6155. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__ID_KORESP_DO_REALIZ"
  6156. id="ciski_110mm___d7e127528-1_Rozdzielcz">
  6157. <xs:restriction base="xs:integer"/>
  6158. </xs:simpleType>
  6159. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__ID_KORESP_ZLECENIE"
  6160. id="ciski_110mm___d7e127530-1_Rozdzielcz">
  6161. <xs:restriction base="xs:integer"/>
  6162. </xs:simpleType>
  6163. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__ID_KORESP_ZGL_ODB"
  6164. id="ciski_110mm___d7e127532-1_Rozdzielcz">
  6165. <xs:restriction base="xs:integer"/>
  6166. </xs:simpleType>
  6167. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__ID_KORESP_DO_UZG_ZUD"
  6168. id="ciski_110mm___d7e127534-1_Rozdzielcz">
  6169. <xs:restriction base="xs:integer"/>
  6170. </xs:simpleType>
  6171. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__ID_KORESP_UZG_ZUD"
  6172. id="ciski_110mm___d7e127537-1_Rozdzielcz">
  6173. <xs:restriction base="xs:integer"/>
  6174. </xs:simpleType>
  6175. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__ID_KORESP_POM_GEOD"
  6176. id="ciski_110mm___d7e127539-1_Rozdzielcz">
  6177. <xs:restriction base="xs:integer"/>
  6178. </xs:simpleType>
  6179. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__ID_KORESP_OFFER"
  6180. id="ciski_110mm___d7e127541-1_Rozdzielcz">
  6181. <xs:restriction base="xs:integer"/>
  6182. </xs:simpleType>
  6183. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__WORK_PLAN_START"
  6184. id="ciski_110mm___d7e127543-1_Rozdzielcz">
  6185. <xs:restriction base="xs:token"/>
  6186. </xs:simpleType>
  6187. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__WORK_PLAN_FINISH"
  6188. id="ciski_110mm___d7e127545-1_Rozdzielcz">
  6189. <xs:restriction base="xs:token"/>
  6190. </xs:simpleType>
  6191. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__T_WORKPOINTS_TIME_HOURS"
  6192. id="ciski_110mm___d7e127547-1_Rozdzielcz">
  6193. <xs:restriction base="xs:double"/>
  6194. </xs:simpleType>
  6195. <xs:simpleType name="Rozdzielcza_Przeciski_110mm__ID_ZASOB"
  6196. id="ciski_110mm___d7e127549-1_Rozdzielcz">
  6197. <xs:restriction base="xs:integer"/>
  6198. </xs:simpleType>
  6199. </xs:schema>