123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137 |
- <templet>
- <version>1.0</version>
- <procedure _name="target">
- <elements>
- <json_do>
- <name>data</name>
- <json>[
- {
- "name": "建筑空间类-建筑空间类",
- "code": "",
- "children": [
- {
- "name": "建筑从属关系",
- "code": "ArchSubset",
- "type": "架构从属关系",
- "children": [
- {
- "name": "Pj2Bd",
- "code": "项目下的建筑",
- "type": "架构从属关系",
- "direction": 1
- },
- {
- "name": "Bd2Fl",
- "code": "建筑下的楼层",
- "type": "架构从属关系",
- "direction": 1
- },
- {
- "name": "Bd2Sh",
- "code": "建筑下的竖井",
- "type": "架构从属关系",
- "direction": 1
- },
- {
- "name": "Bd2Sp",
- "code": "建筑下的业务空间",
- "type": "架构从属关系",
- "direction": 1
- },
- {
- "name": "Fl2Sp",
- "code": "楼层下的业务空间",
- "type": "架构从属关系",
- "direction": 1
- },
- {
- "name": "Sh2Sp",
- "code": "竖井下的业务空间",
- "type": "架构从属关系",
- "direction": 1
- }
- ]
- },
- {
- "name": "业务空间(同类)邻接关系",
- "code": "SpaceNeighborhood",
- "type": "物理连通关系",
- "children": [
- {
- "name": "None",
- "code": "空间隔断无门窗",
- "type": "物理连通关系",
- "direction": 0
- },
- {
- "name": "Door",
- "code": "空间隔断有门",
- "type": "物理连通关系",
- "direction": 0
- },
- {
- "name": "Window",
- "code": "空间隔断有窗",
- "type": "物理连通关系",
- "direction": 0
- },
- {
- "name": "DoorWindow",
- "code": "空间隔断有门窗",
- "type": "物理连通关系",
- "direction": 0
- },
- {
- "name": "Connect",
- "code": "空间连通",
- "type": "物理连通关系",
- "direction": 0
- }
- ]
- },
- {
- "name": "贯通关系",
- "code": "ThroughRelationship",
- "type": "物理连通关系",
- "children": [
- {
- "name": "Fl2Fl",
- "code": "楼层贯通关系",
- "type": "物理连通关系",
- "direction": 0
- },
- {
- "name": "Sh2Sh",
- "code": "竖井贯通关系",
- "type": "物理连通关系",
- "direction": 0
- }
- ]
- },
- {
- "name": "建筑交通网络(同类)",
- "code": "TrafficNetwork",
- "type": "物理连通关系",
- "children": [
- {
- "name": "Normal",
- "code": "普通交通",
- "type": "物理连通关系",
- "direction": 0
- },
- {
- "name": "FFOpen",
- "code": "消防常开交通",
- "type": "物理连通关系",
- "direction": 0
- },
- {
- "name": "FFClose",
- "code": "消防常关交通",
- "type": "物理连通关系",
- "direction": 0
- }
- ]
- },
- {
- "name": "空气流通网络(同类)",
- "code": "ConvectionNetwork",
- "type": "物理连通关系",
- "children": [
- {
- "name": "Natural",
- "code": "空气自然对流",
- "type": "物理连通关系",
- "direction": 0
- },
- {
- "name": "OnewayMech",
- "code": "空气单向机械通风",
- "type": "物理连通关系",
- "direction": 1
- },
- {
- "name": "MixMech",
- "code": "空气混合机械通风",
- "type": "物理连通关系",
- "direction": 0
- }
- ]
- },
- {
- "name": "光照辐射网络(同类)",
- "code": "RadiationNetwork",
- "type": "物理连通关系",
- "children": [
- {
- "name": "Connect",
- "code": "光照连通",
- "type": "物理连通关系",
- "direction": 0
- },
- {
- "name": "Transparent",
- "code": "光照透明隔断",
- "type": "物理连通关系",
- "direction": 0
- }
- ]
- },
- {
- "name": "业务空间(不同类)对应关系",
- "code": "SpaceCorrespond",
- "type": "物理连通关系",
- "children": [
- {
- "name": "ExactCorrespond",
- "code": "严格对应关系",
- "type": "物理连通关系",
- "direction": 0
- },
- {
- "name": "InexactCorrespond",
- "code": "不严格对应关系",
- "type": "物理连通关系",
- "direction": 0
- }
- ]
- },
- {
- "name": "区域服务关系",
- "code": "ArchForArch",
- "type": "功能关联关系",
- "children": [
- {
- "name": "Bd2Bd",
- "code": "建筑服务于建筑",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Bd2Fl",
- "code": "建筑服务于楼层",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Bd2Sh",
- "code": "建筑服务于竖井",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Bd2Sp",
- "code": "建筑服务于空间",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Fl2Bd",
- "code": "楼层服务于建筑",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Fl2Fl",
- "code": "楼层服务于楼层",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Fl2Sh",
- "code": "楼层服务于竖井",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Fl2Sp",
- "code": "楼层服务于空间",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Sh2Bd",
- "code": "竖井服务于建筑",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Sh2Fl",
- "code": "竖井服务于楼层",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Sh2Sh",
- "code": "竖井服务于竖井",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Sh2Sp",
- "code": "竖井服务于空间",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Sp2Bd",
- "code": "空间服务于建筑",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Sp2Fl",
- "code": "空间服务于楼层",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Sp2Sh",
- "code": "空间服务于竖井",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Sp2Sp",
- "code": "空间服务于空间",
- "type": "功能关联关系",
- "direction": 1
- }
- ]
- }
- ]
- },
- {
- "name": "建筑空间类-机电精装类",
- "code": "",
- "children": [
- {
- "name": "机电类所在区域关系",
- "code": "MechInArch",
- "type": "物理连通关系",
- "children": [
- {
- "name": "Sy2Bd",
- "code": "系统所在建筑",
- "type": "物理连通关系",
- "direction": 1
- },
- {
- "name": "Sy2Fl",
- "code": "系统所在楼层",
- "type": "物理连通关系",
- "direction": 1
- },
- {
- "name": "Sy2Sh",
- "code": "系统所在竖井",
- "type": "物理连通关系",
- "direction": 1
- },
- {
- "name": "Sy2Sp",
- "code": "系统所在空间",
- "type": "物理连通关系",
- "direction": 1
- },
- {
- "name": "Eq2Bd",
- "code": "设备所在建筑",
- "type": "物理连通关系",
- "direction": 1
- },
- {
- "name": "Eq2Fl",
- "code": "设备所在楼层",
- "type": "物理连通关系",
- "direction": 1
- },
- {
- "name": "Eq2Sh",
- "code": "设备所在竖井",
- "type": "物理连通关系",
- "direction": 1
- },
- {
- "name": "Eq2Sp",
- "code": "设备所在空间",
- "type": "物理连通关系",
- "direction": 1
- }
- ]
- },
- {
- "name": "机电类服务区域关系",
- "code": "MechForArch",
- "type": "功能关联关系",
- "children": [
- {
- "name": "Sy2Bd",
- "code": "系统服务于建筑",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Sy2Fl",
- "code": "系统服务于楼层",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Sy2Sh",
- "code": "系统服务于竖井",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Sy2Sp",
- "code": "系统服务于空间",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Eq2Bd",
- "code": "设备服务于建筑",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Eq2Fl",
- "code": "设备服务于楼层",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Eq2Sh",
- "code": "设备服务于竖井",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Eq2Sp",
- "code": "设备服务于空间",
- "type": "功能关联关系",
- "direction": 1
- }
- ]
- }
- ]
- },
- {
- "name": "机电精装类-机电精装类",
- "code": "",
- "children": [
- {
- "name": "机电从属关系",
- "code": "MechSubset",
- "type": "架构从属关系",
- "children": [
- {
- "name": "Pj2Sy",
- "code": "项目下的系统",
- "type": "架构从属关系",
- "direction": 1
- },
- {
- "name": "Pj2Eq",
- "code": "项目下的设备",
- "type": "架构从属关系",
- "direction": 1
- },
- {
- "name": "Sy2Eq",
- "code": "系统下的设备",
- "type": "架构从属关系",
- "direction": 1
- },
- {
- "name": "Eq2Ec",
- "code": "设备下的部件",
- "type": "架构从属关系",
- "direction": 1
- }
- ]
- },
- {
- "name": "低压配电网络",
- "code": "LUDistribution",
- "type": "物理连通关系",
- "children": [
- {
- "name": "Normal",
- "code": "低压配电普通连接",
- "type": "物理连通关系",
- "direction": 1
- },
- {
- "name": "Backup",
- "code": "低压配电互备连接",
- "type": "物理连通关系",
- "direction": 0
- }
- ]
- },
- {
- "name": "高压变配电网络",
- "code": "HUDistribution",
- "type": "物理连通关系",
- "children": [
- {
- "name": "Normal",
- "code": "高压变配电普通连接",
- "type": "物理连通关系",
- "direction": 1
- },
- {
- "name": "Backup",
- "code": "高压变配电互备连接",
- "type": "物理连通关系",
- "direction": 0
- }
- ]
- },
- {
- "name": "空调冷冻水管网",
- "code": "ChillWaterLoop",
- "type": "物理连通关系",
- "children": [
- {
- "name": "Supply",
- "code": "空调冷冻水供水",
- "type": "物理连通关系",
- "direction": 1
- },
- {
- "name": "Return",
- "code": "空调冷冻水回水",
- "type": "物理连通关系",
- "direction": 1
- },
- {
- "name": "Bypass",
- "code": "空调冷冻水旁通",
- "type": "物理连通关系",
- "direction": 0
- },
- {
- "name": "Fill",
- "code": "空调冷冻水补水",
- "type": "物理连通关系",
- "direction": 1
- }
- ]
- },
- {
- "name": "空调冷却水管网",
- "code": "CoolingWaterLoop",
- "type": "物理连通关系",
- "children": [
- {
- "name": "Supply",
- "code": "空调冷却水供水",
- "type": "物理连通关系",
- "direction": 1
- },
- {
- "name": "Return",
- "code": "空调冷却水回水",
- "type": "物理连通关系",
- "direction": 1
- },
- {
- "name": "Bypass",
- "code": "空调冷却水旁通",
- "type": "物理连通关系",
- "direction": 0
- },
- {
- "name": "Fill",
- "code": "空调冷却水补水",
- "type": "物理连通关系",
- "direction": 1
- }
- ]
- },
- {
- "name": "采暖水管网",
- "code": "HeatWaterLoop",
- "type": "物理连通关系",
- "children": [
- {
- "name": "Supply",
- "code": "采暖水供水",
- "type": "物理连通关系",
- "direction": 1
- },
- {
- "name": "Return",
- "code": "采暖水回水",
- "type": "物理连通关系",
- "direction": 1
- },
- {
- "name": "Bypass",
- "code": "采暖水旁通",
- "type": "物理连通关系",
- "direction": 0
- },
- {
- "name": "Fill",
- "code": "采暖水补水",
- "type": "物理连通关系",
- "direction": 1
- }
- ]
- },
- {
- "name": "空调冷凝水管网",
- "code": "CondWaterNetwork",
- "type": "物理连通关系",
- "children": [
- {
- "name": "Discharge",
- "code": "空调冷凝水排水",
- "type": "物理连通关系",
- "direction": 1
- }
- ]
- },
- {
- "name": "空调风管网",
- "code": "ACAirNetwork",
- "type": "物理连通关系",
- "children": [
- {
- "name": "Supply",
- "code": "空调送风",
- "type": "物理连通关系",
- "direction": 1
- },
- {
- "name": "Return",
- "code": "空调回风",
- "type": "物理连通关系",
- "direction": 1
- },
- {
- "name": "Discharge",
- "code": "空调排风",
- "type": "物理连通关系",
- "direction": 1
- }
- ]
- },
- {
- "name": "新风管网",
- "code": "FreshAirNetwork",
- "type": "物理连通关系",
- "children": [
- {
- "name": "Fresh",
- "code": "新风送风",
- "type": "物理连通关系",
- "direction": 1
- }
- ]
- },
- {
- "name": "通风管网",
- "code": "VentNetwork",
- "type": "物理连通关系",
- "children": [
- {
- "name": "Supply",
- "code": "通风送风",
- "type": "物理连通关系",
- "direction": 1
- },
- {
- "name": "Discharge",
- "code": "通风排风",
- "type": "物理连通关系",
- "direction": 1
- },
- {
- "name": "Uncertain",
- "code": "通风不确定",
- "type": "物理连通关系",
- "direction": 0
- }
- ]
- },
- {
- "name": "多联机管网",
- "code": "VRFNetwork",
- "type": "物理连通关系",
- "children": [
- {
- "name": "SupplyReturn",
- "code": "多联机供回制冷剂",
- "type": "物理连通关系",
- "direction": 1
- }
- ]
- },
- {
- "name": "生活给水管网",
- "code": "DomesticWaterNetwork",
- "type": "物理连通关系",
- "children": [
- {
- "name": "Supply",
- "code": "生活给水供水",
- "type": "物理连通关系",
- "direction": 1
- },
- {
- "name": "Bypass",
- "code": "生活给水旁通",
- "type": "物理连通关系",
- "direction": 0
- }
- ]
- },
- {
- "name": "污水排水管网",
- "code": "DrainingWaterNetwork",
- "type": "物理连通关系",
- "children": [
- {
- "name": "Discharge",
- "code": "污水排水",
- "type": "物理连通关系",
- "direction": 1
- },
- {
- "name": "Bypass",
- "code": "污水旁通",
- "type": "物理连通关系",
- "direction": 0
- }
- ]
- },
- {
- "name": "中水管网",
- "code": "RecycleWaterNetwork",
- "type": "物理连通关系",
- "children": [
- {
- "name": "Supply",
- "code": "中水供水",
- "type": "物理连通关系",
- "direction": 1
- },
- {
- "name": "Bypass",
- "code": "中水旁通",
- "type": "物理连通关系",
- "direction": 0
- }
- ]
- },
- {
- "name": "直饮水管网",
- "code": "DrinkingWaterNetwork",
- "type": "物理连通关系",
- "children": [
- {
- "name": "Supply",
- "code": "直饮水供水",
- "type": "物理连通关系",
- "direction": 1
- },
- {
- "name": "Bypass",
- "code": "直饮水旁通",
- "type": "物理连通关系",
- "direction": 0
- }
- ]
- },
- {
- "name": "生活热水管网",
- "code": "DHWNetwork",
- "type": "物理连通关系",
- "children": [
- {
- "name": "Supply",
- "code": "生活热水供水",
- "type": "物理连通关系",
- "direction": 1
- },
- {
- "name": "Bypass",
- "code": "生活热水旁通",
- "type": "物理连通关系",
- "direction": 0
- }
- ]
- },
- {
- "name": "燃气管网",
- "code": "GasNetwork",
- "type": "物理连通关系",
- "children": [
- {
- "name": "Supply",
- "code": "燃气供气",
- "type": "物理连通关系",
- "direction": 1
- },
- {
- "name": "Bypass",
- "code": "燃气旁通",
- "type": "物理连通关系",
- "direction": 0
- }
- ]
- },
- {
- "name": "消防给水管网",
- "code": "FireWaterNetwork",
- "type": "物理连通关系",
- "children": [
- {
- "name": "Supply",
- "code": "消防给水供水",
- "type": "物理连通关系",
- "direction": 1
- },
- {
- "name": "Bypass",
- "code": "消防给水旁通",
- "type": "物理连通关系",
- "direction": 0
- }
- ]
- },
- {
- "name": "消防排烟管网",
- "code": "FireVentNetwork",
- "type": "物理连通关系",
- "children": [
- {
- "name": "Discharge",
- "code": "消防排烟",
- "type": "物理连通关系",
- "direction": 1
- }
- ]
- },
- {
- "name": "弱电通信网络",
- "code": "WENetwork",
- "type": "物理连通关系",
- "children": [
- {
- "name": "Normal",
- "code": "弱电通信连接",
- "type": "物理连通关系",
- "direction": 1
- }
- ]
- },
- {
- "name": "设备控制关系",
- "code": "MechCtrl",
- "type": "功能关联关系",
- "children": [
- {
- "name": "SyCtrl",
- "code": "系统控制关系",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "EqCtrl",
- "code": "设备控制关系",
- "type": "功能关联关系",
- "direction": 1
- }
- ]
- },
- {
- "name": "设备供电关系",
- "code": "MechPower",
- "type": "功能关联关系",
- "children": [
- {
- "name": "SyNormal",
- "code": "系统常规电源",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "SyBackup",
- "code": "系统备用电源",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "EqNormal",
- "code": "设备常规电源",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "EqBackup",
- "code": "设备备用电源",
- "type": "功能关联关系",
- "direction": 1
- }
- ]
- },
- {
- "name": "传感器关系",
- "code": "SensorRelationship",
- "type": "功能关联关系",
- "children": [
- {
- "name": "Ss2Eq",
- "code": "传感器测量设备关系",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Ss2Sy",
- "code": "传感器测量系统关系",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Ss2Sp",
- "code": "传感器测量空间关系",
- "type": "功能关联关系",
- "direction": 1
- }
- ]
- },
- {
- "name": "阀门关系",
- "code": "ValveRelationship",
- "type": "功能关联关系",
- "children": [
- {
- "name": "Vv2Eq",
- "code": "阀门限制设备关系",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Vv2Sy",
- "code": "阀门限制系统关系",
- "type": "功能关联关系",
- "direction": 1
- }
- ]
- }
- ]
- },
- {
- "name": "其中一侧或两侧为虚拟对象",
- "code": "",
- "children": [
- {
- "name": "能源分项计量关系",
- "code": "EnergySubMeter",
- "type": "功能关联关系",
- "children": [
- {
- "name": "Em2Bd",
- "code": "能耗模型关联建筑",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Sub2Em",
- "code": "分项所属能耗模型",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "SubTree",
- "code": "分项层级关系",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Br2Sub",
- "code": "支路所属分项",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Br2Eq",
- "code": "支路关联设备",
- "type": "功能关联关系",
- "direction": 1
- }
- ]
- },
- {
- "name": "工作历关联关系",
- "code": "ScheduleRelationship",
- "type": "功能关联关系",
- "children": [
- {
- "name": "Sch2Pj",
- "code": "工作历与项目关联关系",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Sch2Bd",
- "code": "工作历与建筑关联关系",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Sch2Fl",
- "code": "工作历与楼层关联关系",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Sch2Sp",
- "code": "工作历与空间关联关系",
- "type": "功能关联关系",
- "direction": 1
- },
- {
- "name": "Sch2Tn",
- "code": "工作历与租户关联关系",
- "type": "功能关联关系",
- "direction": 1
- }
- ]
- },
- {
- "name": "气象站关联关系",
- "code": "MeteorologyRelationship",
- "type": "功能关联关系",
- "children": [
- {
- "name": "Ms2Pj",
- "code": "气象站与项目关联关系",
- "type": "功能关联关系",
- "direction": 1
- }
- ]
- },
- {
- "name": "租户租用区域关系",
- "code": "TenentInArch",
- "type": "管理关联关系",
- "children": [
- {
- "name": "Tn2Sp",
- "code": "租户租用空间关系",
- "type": "管理关联关系",
- "direction": 1
- }
- ]
- },
- {
- "name": "集团管理关系",
- "code": "BlocRelationship",
- "type": "管理关联关系",
- "children": [
- {
- "name": "Bl2Pj",
- "code": "集团管理项目关系",
- "type": "管理关联关系",
- "direction": 1
- }
- ]
- }
- ]
- },
- {
- "name": "其中一侧或两侧为资产对象(待讨论)",
- "code": "",
- "children": [
- {
- "name": "资产和岗位关系",
- "code": "Property2Mech",
- "type": "管理关联关系",
- "children": [
- {
- "name": "Pe2Eq",
- "code": "资产对应设备关系",
- "type": "管理关联关系",
- "direction": 1
- },
- {
- "name": "Pe2Ec",
- "code": "资产对应部件关系",
- "type": "管理关联关系",
- "direction": 1
- }
- ]
- },
- {
- "name": "资产所在区域关系",
- "code": "PropertyInArch",
- "type": "管理关联关系",
- "children": [
- {
- "name": "Pe2Pj",
- "code": "资产所在项目",
- "type": "管理关联关系",
- "direction": 1
- },
- {
- "name": "Pe2Bd",
- "code": "资产属于建筑",
- "type": "管理关联关系",
- "direction": 1
- },
- {
- "name": "Pe2Fl",
- "code": "资产所在楼层",
- "type": "管理关联关系",
- "direction": 1
- },
- {
- "name": "Pe2Sh",
- "code": "资产所在竖井",
- "type": "管理关联关系",
- "direction": 1
- },
- {
- "name": "Pe2Sp",
- "code": "资产所在空间",
- "type": "管理关联关系",
- "direction": 1
- }
- ]
- }
- ]
- }
- ]</json>
- </json_do>
- </elements>
- <output>
- <variable>
- <name>rtn</name>
- <description>所有对象间关系类型(树形结构)</description>
- <assignment>data</assignment>
- </variable>
- </output>
- </procedure>
- <comments>
- <next_id>1</next_id>
- <list>
- <comment>
- <id>0</id>
- <items>
- <comment_item>
- <content>查询对象间关系</content>
- <update_time>2021-6-4 12:25</update_time>
- </comment_item>
- </items>
- </comment>
- </list>
- </comments>
- <comment_id>0</comment_id>
- </templet>
|