rels.clmt 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137
  1. <templet>
  2. <version>1.0</version>
  3. <procedure _name="target">
  4. <elements>
  5. <json_do>
  6. <name>data</name>
  7. <json>[
  8. {
  9. "name": "建筑空间类-建筑空间类",
  10. "code": "",
  11. "children": [
  12. {
  13. "name": "建筑从属关系",
  14. "code": "ArchSubset",
  15. "type": "架构从属关系",
  16. "children": [
  17. {
  18. "name": "Pj2Bd",
  19. "code": "项目下的建筑",
  20. "type": "架构从属关系",
  21. "direction": 1
  22. },
  23. {
  24. "name": "Bd2Fl",
  25. "code": "建筑下的楼层",
  26. "type": "架构从属关系",
  27. "direction": 1
  28. },
  29. {
  30. "name": "Bd2Sh",
  31. "code": "建筑下的竖井",
  32. "type": "架构从属关系",
  33. "direction": 1
  34. },
  35. {
  36. "name": "Bd2Sp",
  37. "code": "建筑下的业务空间",
  38. "type": "架构从属关系",
  39. "direction": 1
  40. },
  41. {
  42. "name": "Fl2Sp",
  43. "code": "楼层下的业务空间",
  44. "type": "架构从属关系",
  45. "direction": 1
  46. },
  47. {
  48. "name": "Sh2Sp",
  49. "code": "竖井下的业务空间",
  50. "type": "架构从属关系",
  51. "direction": 1
  52. }
  53. ]
  54. },
  55. {
  56. "name": "业务空间(同类)邻接关系",
  57. "code": "SpaceNeighborhood",
  58. "type": "物理连通关系",
  59. "children": [
  60. {
  61. "name": "None",
  62. "code": "空间隔断无门窗",
  63. "type": "物理连通关系",
  64. "direction": 0
  65. },
  66. {
  67. "name": "Door",
  68. "code": "空间隔断有门",
  69. "type": "物理连通关系",
  70. "direction": 0
  71. },
  72. {
  73. "name": "Window",
  74. "code": "空间隔断有窗",
  75. "type": "物理连通关系",
  76. "direction": 0
  77. },
  78. {
  79. "name": "DoorWindow",
  80. "code": "空间隔断有门窗",
  81. "type": "物理连通关系",
  82. "direction": 0
  83. },
  84. {
  85. "name": "Connect",
  86. "code": "空间连通",
  87. "type": "物理连通关系",
  88. "direction": 0
  89. }
  90. ]
  91. },
  92. {
  93. "name": "贯通关系",
  94. "code": "ThroughRelationship",
  95. "type": "物理连通关系",
  96. "children": [
  97. {
  98. "name": "Fl2Fl",
  99. "code": "楼层贯通关系",
  100. "type": "物理连通关系",
  101. "direction": 0
  102. },
  103. {
  104. "name": "Sh2Sh",
  105. "code": "竖井贯通关系",
  106. "type": "物理连通关系",
  107. "direction": 0
  108. }
  109. ]
  110. },
  111. {
  112. "name": "建筑交通网络(同类)",
  113. "code": "TrafficNetwork",
  114. "type": "物理连通关系",
  115. "children": [
  116. {
  117. "name": "Normal",
  118. "code": "普通交通",
  119. "type": "物理连通关系",
  120. "direction": 0
  121. },
  122. {
  123. "name": "FFOpen",
  124. "code": "消防常开交通",
  125. "type": "物理连通关系",
  126. "direction": 0
  127. },
  128. {
  129. "name": "FFClose",
  130. "code": "消防常关交通",
  131. "type": "物理连通关系",
  132. "direction": 0
  133. }
  134. ]
  135. },
  136. {
  137. "name": "空气流通网络(同类)",
  138. "code": "ConvectionNetwork",
  139. "type": "物理连通关系",
  140. "children": [
  141. {
  142. "name": "Natural",
  143. "code": "空气自然对流",
  144. "type": "物理连通关系",
  145. "direction": 0
  146. },
  147. {
  148. "name": "OnewayMech",
  149. "code": "空气单向机械通风",
  150. "type": "物理连通关系",
  151. "direction": 1
  152. },
  153. {
  154. "name": "MixMech",
  155. "code": "空气混合机械通风",
  156. "type": "物理连通关系",
  157. "direction": 0
  158. }
  159. ]
  160. },
  161. {
  162. "name": "光照辐射网络(同类)",
  163. "code": "RadiationNetwork",
  164. "type": "物理连通关系",
  165. "children": [
  166. {
  167. "name": "Connect",
  168. "code": "光照连通",
  169. "type": "物理连通关系",
  170. "direction": 0
  171. },
  172. {
  173. "name": "Transparent",
  174. "code": "光照透明隔断",
  175. "type": "物理连通关系",
  176. "direction": 0
  177. }
  178. ]
  179. },
  180. {
  181. "name": "业务空间(不同类)对应关系",
  182. "code": "SpaceCorrespond",
  183. "type": "物理连通关系",
  184. "children": [
  185. {
  186. "name": "ExactCorrespond",
  187. "code": "严格对应关系",
  188. "type": "物理连通关系",
  189. "direction": 0
  190. },
  191. {
  192. "name": "InexactCorrespond",
  193. "code": "不严格对应关系",
  194. "type": "物理连通关系",
  195. "direction": 0
  196. }
  197. ]
  198. },
  199. {
  200. "name": "区域服务关系",
  201. "code": "ArchForArch",
  202. "type": "功能关联关系",
  203. "children": [
  204. {
  205. "name": "Bd2Bd",
  206. "code": "建筑服务于建筑",
  207. "type": "功能关联关系",
  208. "direction": 1
  209. },
  210. {
  211. "name": "Bd2Fl",
  212. "code": "建筑服务于楼层",
  213. "type": "功能关联关系",
  214. "direction": 1
  215. },
  216. {
  217. "name": "Bd2Sh",
  218. "code": "建筑服务于竖井",
  219. "type": "功能关联关系",
  220. "direction": 1
  221. },
  222. {
  223. "name": "Bd2Sp",
  224. "code": "建筑服务于空间",
  225. "type": "功能关联关系",
  226. "direction": 1
  227. },
  228. {
  229. "name": "Fl2Bd",
  230. "code": "楼层服务于建筑",
  231. "type": "功能关联关系",
  232. "direction": 1
  233. },
  234. {
  235. "name": "Fl2Fl",
  236. "code": "楼层服务于楼层",
  237. "type": "功能关联关系",
  238. "direction": 1
  239. },
  240. {
  241. "name": "Fl2Sh",
  242. "code": "楼层服务于竖井",
  243. "type": "功能关联关系",
  244. "direction": 1
  245. },
  246. {
  247. "name": "Fl2Sp",
  248. "code": "楼层服务于空间",
  249. "type": "功能关联关系",
  250. "direction": 1
  251. },
  252. {
  253. "name": "Sh2Bd",
  254. "code": "竖井服务于建筑",
  255. "type": "功能关联关系",
  256. "direction": 1
  257. },
  258. {
  259. "name": "Sh2Fl",
  260. "code": "竖井服务于楼层",
  261. "type": "功能关联关系",
  262. "direction": 1
  263. },
  264. {
  265. "name": "Sh2Sh",
  266. "code": "竖井服务于竖井",
  267. "type": "功能关联关系",
  268. "direction": 1
  269. },
  270. {
  271. "name": "Sh2Sp",
  272. "code": "竖井服务于空间",
  273. "type": "功能关联关系",
  274. "direction": 1
  275. },
  276. {
  277. "name": "Sp2Bd",
  278. "code": "空间服务于建筑",
  279. "type": "功能关联关系",
  280. "direction": 1
  281. },
  282. {
  283. "name": "Sp2Fl",
  284. "code": "空间服务于楼层",
  285. "type": "功能关联关系",
  286. "direction": 1
  287. },
  288. {
  289. "name": "Sp2Sh",
  290. "code": "空间服务于竖井",
  291. "type": "功能关联关系",
  292. "direction": 1
  293. },
  294. {
  295. "name": "Sp2Sp",
  296. "code": "空间服务于空间",
  297. "type": "功能关联关系",
  298. "direction": 1
  299. }
  300. ]
  301. }
  302. ]
  303. },
  304. {
  305. "name": "建筑空间类-机电精装类",
  306. "code": "",
  307. "children": [
  308. {
  309. "name": "机电类所在区域关系",
  310. "code": "MechInArch",
  311. "type": "物理连通关系",
  312. "children": [
  313. {
  314. "name": "Sy2Bd",
  315. "code": "系统所在建筑",
  316. "type": "物理连通关系",
  317. "direction": 1
  318. },
  319. {
  320. "name": "Sy2Fl",
  321. "code": "系统所在楼层",
  322. "type": "物理连通关系",
  323. "direction": 1
  324. },
  325. {
  326. "name": "Sy2Sh",
  327. "code": "系统所在竖井",
  328. "type": "物理连通关系",
  329. "direction": 1
  330. },
  331. {
  332. "name": "Sy2Sp",
  333. "code": "系统所在空间",
  334. "type": "物理连通关系",
  335. "direction": 1
  336. },
  337. {
  338. "name": "Eq2Bd",
  339. "code": "设备所在建筑",
  340. "type": "物理连通关系",
  341. "direction": 1
  342. },
  343. {
  344. "name": "Eq2Fl",
  345. "code": "设备所在楼层",
  346. "type": "物理连通关系",
  347. "direction": 1
  348. },
  349. {
  350. "name": "Eq2Sh",
  351. "code": "设备所在竖井",
  352. "type": "物理连通关系",
  353. "direction": 1
  354. },
  355. {
  356. "name": "Eq2Sp",
  357. "code": "设备所在空间",
  358. "type": "物理连通关系",
  359. "direction": 1
  360. }
  361. ]
  362. },
  363. {
  364. "name": "机电类服务区域关系",
  365. "code": "MechForArch",
  366. "type": "功能关联关系",
  367. "children": [
  368. {
  369. "name": "Sy2Bd",
  370. "code": "系统服务于建筑",
  371. "type": "功能关联关系",
  372. "direction": 1
  373. },
  374. {
  375. "name": "Sy2Fl",
  376. "code": "系统服务于楼层",
  377. "type": "功能关联关系",
  378. "direction": 1
  379. },
  380. {
  381. "name": "Sy2Sh",
  382. "code": "系统服务于竖井",
  383. "type": "功能关联关系",
  384. "direction": 1
  385. },
  386. {
  387. "name": "Sy2Sp",
  388. "code": "系统服务于空间",
  389. "type": "功能关联关系",
  390. "direction": 1
  391. },
  392. {
  393. "name": "Eq2Bd",
  394. "code": "设备服务于建筑",
  395. "type": "功能关联关系",
  396. "direction": 1
  397. },
  398. {
  399. "name": "Eq2Fl",
  400. "code": "设备服务于楼层",
  401. "type": "功能关联关系",
  402. "direction": 1
  403. },
  404. {
  405. "name": "Eq2Sh",
  406. "code": "设备服务于竖井",
  407. "type": "功能关联关系",
  408. "direction": 1
  409. },
  410. {
  411. "name": "Eq2Sp",
  412. "code": "设备服务于空间",
  413. "type": "功能关联关系",
  414. "direction": 1
  415. }
  416. ]
  417. }
  418. ]
  419. },
  420. {
  421. "name": "机电精装类-机电精装类",
  422. "code": "",
  423. "children": [
  424. {
  425. "name": "机电从属关系",
  426. "code": "MechSubset",
  427. "type": "架构从属关系",
  428. "children": [
  429. {
  430. "name": "Pj2Sy",
  431. "code": "项目下的系统",
  432. "type": "架构从属关系",
  433. "direction": 1
  434. },
  435. {
  436. "name": "Pj2Eq",
  437. "code": "项目下的设备",
  438. "type": "架构从属关系",
  439. "direction": 1
  440. },
  441. {
  442. "name": "Sy2Eq",
  443. "code": "系统下的设备",
  444. "type": "架构从属关系",
  445. "direction": 1
  446. },
  447. {
  448. "name": "Eq2Ec",
  449. "code": "设备下的部件",
  450. "type": "架构从属关系",
  451. "direction": 1
  452. }
  453. ]
  454. },
  455. {
  456. "name": "低压配电网络",
  457. "code": "LUDistribution",
  458. "type": "物理连通关系",
  459. "children": [
  460. {
  461. "name": "Normal",
  462. "code": "低压配电普通连接",
  463. "type": "物理连通关系",
  464. "direction": 1
  465. },
  466. {
  467. "name": "Backup",
  468. "code": "低压配电互备连接",
  469. "type": "物理连通关系",
  470. "direction": 0
  471. }
  472. ]
  473. },
  474. {
  475. "name": "高压变配电网络",
  476. "code": "HUDistribution",
  477. "type": "物理连通关系",
  478. "children": [
  479. {
  480. "name": "Normal",
  481. "code": "高压变配电普通连接",
  482. "type": "物理连通关系",
  483. "direction": 1
  484. },
  485. {
  486. "name": "Backup",
  487. "code": "高压变配电互备连接",
  488. "type": "物理连通关系",
  489. "direction": 0
  490. }
  491. ]
  492. },
  493. {
  494. "name": "空调冷冻水管网",
  495. "code": "ChillWaterLoop",
  496. "type": "物理连通关系",
  497. "children": [
  498. {
  499. "name": "Supply",
  500. "code": "空调冷冻水供水",
  501. "type": "物理连通关系",
  502. "direction": 1
  503. },
  504. {
  505. "name": "Return",
  506. "code": "空调冷冻水回水",
  507. "type": "物理连通关系",
  508. "direction": 1
  509. },
  510. {
  511. "name": "Bypass",
  512. "code": "空调冷冻水旁通",
  513. "type": "物理连通关系",
  514. "direction": 0
  515. },
  516. {
  517. "name": "Fill",
  518. "code": "空调冷冻水补水",
  519. "type": "物理连通关系",
  520. "direction": 1
  521. }
  522. ]
  523. },
  524. {
  525. "name": "空调冷却水管网",
  526. "code": "CoolingWaterLoop",
  527. "type": "物理连通关系",
  528. "children": [
  529. {
  530. "name": "Supply",
  531. "code": "空调冷却水供水",
  532. "type": "物理连通关系",
  533. "direction": 1
  534. },
  535. {
  536. "name": "Return",
  537. "code": "空调冷却水回水",
  538. "type": "物理连通关系",
  539. "direction": 1
  540. },
  541. {
  542. "name": "Bypass",
  543. "code": "空调冷却水旁通",
  544. "type": "物理连通关系",
  545. "direction": 0
  546. },
  547. {
  548. "name": "Fill",
  549. "code": "空调冷却水补水",
  550. "type": "物理连通关系",
  551. "direction": 1
  552. }
  553. ]
  554. },
  555. {
  556. "name": "采暖水管网",
  557. "code": "HeatWaterLoop",
  558. "type": "物理连通关系",
  559. "children": [
  560. {
  561. "name": "Supply",
  562. "code": "采暖水供水",
  563. "type": "物理连通关系",
  564. "direction": 1
  565. },
  566. {
  567. "name": "Return",
  568. "code": "采暖水回水",
  569. "type": "物理连通关系",
  570. "direction": 1
  571. },
  572. {
  573. "name": "Bypass",
  574. "code": "采暖水旁通",
  575. "type": "物理连通关系",
  576. "direction": 0
  577. },
  578. {
  579. "name": "Fill",
  580. "code": "采暖水补水",
  581. "type": "物理连通关系",
  582. "direction": 1
  583. }
  584. ]
  585. },
  586. {
  587. "name": "空调冷凝水管网",
  588. "code": "CondWaterNetwork",
  589. "type": "物理连通关系",
  590. "children": [
  591. {
  592. "name": "Discharge",
  593. "code": "空调冷凝水排水",
  594. "type": "物理连通关系",
  595. "direction": 1
  596. }
  597. ]
  598. },
  599. {
  600. "name": "空调风管网",
  601. "code": "ACAirNetwork",
  602. "type": "物理连通关系",
  603. "children": [
  604. {
  605. "name": "Supply",
  606. "code": "空调送风",
  607. "type": "物理连通关系",
  608. "direction": 1
  609. },
  610. {
  611. "name": "Return",
  612. "code": "空调回风",
  613. "type": "物理连通关系",
  614. "direction": 1
  615. },
  616. {
  617. "name": "Discharge",
  618. "code": "空调排风",
  619. "type": "物理连通关系",
  620. "direction": 1
  621. }
  622. ]
  623. },
  624. {
  625. "name": "新风管网",
  626. "code": "FreshAirNetwork",
  627. "type": "物理连通关系",
  628. "children": [
  629. {
  630. "name": "Fresh",
  631. "code": "新风送风",
  632. "type": "物理连通关系",
  633. "direction": 1
  634. }
  635. ]
  636. },
  637. {
  638. "name": "通风管网",
  639. "code": "VentNetwork",
  640. "type": "物理连通关系",
  641. "children": [
  642. {
  643. "name": "Supply",
  644. "code": "通风送风",
  645. "type": "物理连通关系",
  646. "direction": 1
  647. },
  648. {
  649. "name": "Discharge",
  650. "code": "通风排风",
  651. "type": "物理连通关系",
  652. "direction": 1
  653. },
  654. {
  655. "name": "Uncertain",
  656. "code": "通风不确定",
  657. "type": "物理连通关系",
  658. "direction": 0
  659. }
  660. ]
  661. },
  662. {
  663. "name": "多联机管网",
  664. "code": "VRFNetwork",
  665. "type": "物理连通关系",
  666. "children": [
  667. {
  668. "name": "SupplyReturn",
  669. "code": "多联机供回制冷剂",
  670. "type": "物理连通关系",
  671. "direction": 1
  672. }
  673. ]
  674. },
  675. {
  676. "name": "生活给水管网",
  677. "code": "DomesticWaterNetwork",
  678. "type": "物理连通关系",
  679. "children": [
  680. {
  681. "name": "Supply",
  682. "code": "生活给水供水",
  683. "type": "物理连通关系",
  684. "direction": 1
  685. },
  686. {
  687. "name": "Bypass",
  688. "code": "生活给水旁通",
  689. "type": "物理连通关系",
  690. "direction": 0
  691. }
  692. ]
  693. },
  694. {
  695. "name": "污水排水管网",
  696. "code": "DrainingWaterNetwork",
  697. "type": "物理连通关系",
  698. "children": [
  699. {
  700. "name": "Discharge",
  701. "code": "污水排水",
  702. "type": "物理连通关系",
  703. "direction": 1
  704. },
  705. {
  706. "name": "Bypass",
  707. "code": "污水旁通",
  708. "type": "物理连通关系",
  709. "direction": 0
  710. }
  711. ]
  712. },
  713. {
  714. "name": "中水管网",
  715. "code": "RecycleWaterNetwork",
  716. "type": "物理连通关系",
  717. "children": [
  718. {
  719. "name": "Supply",
  720. "code": "中水供水",
  721. "type": "物理连通关系",
  722. "direction": 1
  723. },
  724. {
  725. "name": "Bypass",
  726. "code": "中水旁通",
  727. "type": "物理连通关系",
  728. "direction": 0
  729. }
  730. ]
  731. },
  732. {
  733. "name": "直饮水管网",
  734. "code": "DrinkingWaterNetwork",
  735. "type": "物理连通关系",
  736. "children": [
  737. {
  738. "name": "Supply",
  739. "code": "直饮水供水",
  740. "type": "物理连通关系",
  741. "direction": 1
  742. },
  743. {
  744. "name": "Bypass",
  745. "code": "直饮水旁通",
  746. "type": "物理连通关系",
  747. "direction": 0
  748. }
  749. ]
  750. },
  751. {
  752. "name": "生活热水管网",
  753. "code": "DHWNetwork",
  754. "type": "物理连通关系",
  755. "children": [
  756. {
  757. "name": "Supply",
  758. "code": "生活热水供水",
  759. "type": "物理连通关系",
  760. "direction": 1
  761. },
  762. {
  763. "name": "Bypass",
  764. "code": "生活热水旁通",
  765. "type": "物理连通关系",
  766. "direction": 0
  767. }
  768. ]
  769. },
  770. {
  771. "name": "燃气管网",
  772. "code": "GasNetwork",
  773. "type": "物理连通关系",
  774. "children": [
  775. {
  776. "name": "Supply",
  777. "code": "燃气供气",
  778. "type": "物理连通关系",
  779. "direction": 1
  780. },
  781. {
  782. "name": "Bypass",
  783. "code": "燃气旁通",
  784. "type": "物理连通关系",
  785. "direction": 0
  786. }
  787. ]
  788. },
  789. {
  790. "name": "消防给水管网",
  791. "code": "FireWaterNetwork",
  792. "type": "物理连通关系",
  793. "children": [
  794. {
  795. "name": "Supply",
  796. "code": "消防给水供水",
  797. "type": "物理连通关系",
  798. "direction": 1
  799. },
  800. {
  801. "name": "Bypass",
  802. "code": "消防给水旁通",
  803. "type": "物理连通关系",
  804. "direction": 0
  805. }
  806. ]
  807. },
  808. {
  809. "name": "消防排烟管网",
  810. "code": "FireVentNetwork",
  811. "type": "物理连通关系",
  812. "children": [
  813. {
  814. "name": "Discharge",
  815. "code": "消防排烟",
  816. "type": "物理连通关系",
  817. "direction": 1
  818. }
  819. ]
  820. },
  821. {
  822. "name": "弱电通信网络",
  823. "code": "WENetwork",
  824. "type": "物理连通关系",
  825. "children": [
  826. {
  827. "name": "Normal",
  828. "code": "弱电通信连接",
  829. "type": "物理连通关系",
  830. "direction": 1
  831. }
  832. ]
  833. },
  834. {
  835. "name": "设备控制关系",
  836. "code": "MechCtrl",
  837. "type": "功能关联关系",
  838. "children": [
  839. {
  840. "name": "SyCtrl",
  841. "code": "系统控制关系",
  842. "type": "功能关联关系",
  843. "direction": 1
  844. },
  845. {
  846. "name": "EqCtrl",
  847. "code": "设备控制关系",
  848. "type": "功能关联关系",
  849. "direction": 1
  850. }
  851. ]
  852. },
  853. {
  854. "name": "设备供电关系",
  855. "code": "MechPower",
  856. "type": "功能关联关系",
  857. "children": [
  858. {
  859. "name": "SyNormal",
  860. "code": "系统常规电源",
  861. "type": "功能关联关系",
  862. "direction": 1
  863. },
  864. {
  865. "name": "SyBackup",
  866. "code": "系统备用电源",
  867. "type": "功能关联关系",
  868. "direction": 1
  869. },
  870. {
  871. "name": "EqNormal",
  872. "code": "设备常规电源",
  873. "type": "功能关联关系",
  874. "direction": 1
  875. },
  876. {
  877. "name": "EqBackup",
  878. "code": "设备备用电源",
  879. "type": "功能关联关系",
  880. "direction": 1
  881. }
  882. ]
  883. },
  884. {
  885. "name": "传感器关系",
  886. "code": "SensorRelationship",
  887. "type": "功能关联关系",
  888. "children": [
  889. {
  890. "name": "Ss2Eq",
  891. "code": "传感器测量设备关系",
  892. "type": "功能关联关系",
  893. "direction": 1
  894. },
  895. {
  896. "name": "Ss2Sy",
  897. "code": "传感器测量系统关系",
  898. "type": "功能关联关系",
  899. "direction": 1
  900. },
  901. {
  902. "name": "Ss2Sp",
  903. "code": "传感器测量空间关系",
  904. "type": "功能关联关系",
  905. "direction": 1
  906. }
  907. ]
  908. },
  909. {
  910. "name": "阀门关系",
  911. "code": "ValveRelationship",
  912. "type": "功能关联关系",
  913. "children": [
  914. {
  915. "name": "Vv2Eq",
  916. "code": "阀门限制设备关系",
  917. "type": "功能关联关系",
  918. "direction": 1
  919. },
  920. {
  921. "name": "Vv2Sy",
  922. "code": "阀门限制系统关系",
  923. "type": "功能关联关系",
  924. "direction": 1
  925. }
  926. ]
  927. }
  928. ]
  929. },
  930. {
  931. "name": "其中一侧或两侧为虚拟对象",
  932. "code": "",
  933. "children": [
  934. {
  935. "name": "能源分项计量关系",
  936. "code": "EnergySubMeter",
  937. "type": "功能关联关系",
  938. "children": [
  939. {
  940. "name": "Em2Bd",
  941. "code": "能耗模型关联建筑",
  942. "type": "功能关联关系",
  943. "direction": 1
  944. },
  945. {
  946. "name": "Sub2Em",
  947. "code": "分项所属能耗模型",
  948. "type": "功能关联关系",
  949. "direction": 1
  950. },
  951. {
  952. "name": "SubTree",
  953. "code": "分项层级关系",
  954. "type": "功能关联关系",
  955. "direction": 1
  956. },
  957. {
  958. "name": "Br2Sub",
  959. "code": "支路所属分项",
  960. "type": "功能关联关系",
  961. "direction": 1
  962. },
  963. {
  964. "name": "Br2Eq",
  965. "code": "支路关联设备",
  966. "type": "功能关联关系",
  967. "direction": 1
  968. }
  969. ]
  970. },
  971. {
  972. "name": "工作历关联关系",
  973. "code": "ScheduleRelationship",
  974. "type": "功能关联关系",
  975. "children": [
  976. {
  977. "name": "Sch2Pj",
  978. "code": "工作历与项目关联关系",
  979. "type": "功能关联关系",
  980. "direction": 1
  981. },
  982. {
  983. "name": "Sch2Bd",
  984. "code": "工作历与建筑关联关系",
  985. "type": "功能关联关系",
  986. "direction": 1
  987. },
  988. {
  989. "name": "Sch2Fl",
  990. "code": "工作历与楼层关联关系",
  991. "type": "功能关联关系",
  992. "direction": 1
  993. },
  994. {
  995. "name": "Sch2Sp",
  996. "code": "工作历与空间关联关系",
  997. "type": "功能关联关系",
  998. "direction": 1
  999. },
  1000. {
  1001. "name": "Sch2Tn",
  1002. "code": "工作历与租户关联关系",
  1003. "type": "功能关联关系",
  1004. "direction": 1
  1005. }
  1006. ]
  1007. },
  1008. {
  1009. "name": "气象站关联关系",
  1010. "code": "MeteorologyRelationship",
  1011. "type": "功能关联关系",
  1012. "children": [
  1013. {
  1014. "name": "Ms2Pj",
  1015. "code": "气象站与项目关联关系",
  1016. "type": "功能关联关系",
  1017. "direction": 1
  1018. }
  1019. ]
  1020. },
  1021. {
  1022. "name": "租户租用区域关系",
  1023. "code": "TenentInArch",
  1024. "type": "管理关联关系",
  1025. "children": [
  1026. {
  1027. "name": "Tn2Sp",
  1028. "code": "租户租用空间关系",
  1029. "type": "管理关联关系",
  1030. "direction": 1
  1031. }
  1032. ]
  1033. },
  1034. {
  1035. "name": "集团管理关系",
  1036. "code": "BlocRelationship",
  1037. "type": "管理关联关系",
  1038. "children": [
  1039. {
  1040. "name": "Bl2Pj",
  1041. "code": "集团管理项目关系",
  1042. "type": "管理关联关系",
  1043. "direction": 1
  1044. }
  1045. ]
  1046. }
  1047. ]
  1048. },
  1049. {
  1050. "name": "其中一侧或两侧为资产对象(待讨论)",
  1051. "code": "",
  1052. "children": [
  1053. {
  1054. "name": "资产和岗位关系",
  1055. "code": "Property2Mech",
  1056. "type": "管理关联关系",
  1057. "children": [
  1058. {
  1059. "name": "Pe2Eq",
  1060. "code": "资产对应设备关系",
  1061. "type": "管理关联关系",
  1062. "direction": 1
  1063. },
  1064. {
  1065. "name": "Pe2Ec",
  1066. "code": "资产对应部件关系",
  1067. "type": "管理关联关系",
  1068. "direction": 1
  1069. }
  1070. ]
  1071. },
  1072. {
  1073. "name": "资产所在区域关系",
  1074. "code": "PropertyInArch",
  1075. "type": "管理关联关系",
  1076. "children": [
  1077. {
  1078. "name": "Pe2Pj",
  1079. "code": "资产所在项目",
  1080. "type": "管理关联关系",
  1081. "direction": 1
  1082. },
  1083. {
  1084. "name": "Pe2Bd",
  1085. "code": "资产属于建筑",
  1086. "type": "管理关联关系",
  1087. "direction": 1
  1088. },
  1089. {
  1090. "name": "Pe2Fl",
  1091. "code": "资产所在楼层",
  1092. "type": "管理关联关系",
  1093. "direction": 1
  1094. },
  1095. {
  1096. "name": "Pe2Sh",
  1097. "code": "资产所在竖井",
  1098. "type": "管理关联关系",
  1099. "direction": 1
  1100. },
  1101. {
  1102. "name": "Pe2Sp",
  1103. "code": "资产所在空间",
  1104. "type": "管理关联关系",
  1105. "direction": 1
  1106. }
  1107. ]
  1108. }
  1109. ]
  1110. }
  1111. ]</json>
  1112. </json_do>
  1113. </elements>
  1114. <output>
  1115. <variable>
  1116. <name>rtn</name>
  1117. <description>所有对象间关系类型(树形结构)</description>
  1118. <assignment>data</assignment>
  1119. </variable>
  1120. </output>
  1121. </procedure>
  1122. <comments>
  1123. <next_id>1</next_id>
  1124. <list>
  1125. <comment>
  1126. <id>0</id>
  1127. <items>
  1128. <comment_item>
  1129. <content>查询对象间关系</content>
  1130. <update_time>2021-6-4 12:25</update_time>
  1131. </comment_item>
  1132. </items>
  1133. </comment>
  1134. </list>
  1135. </comments>
  1136. <comment_id>0</comment_id>
  1137. </templet>