lutaml 0.9.43 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (583) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/docs.yml +63 -0
  3. data/.github/workflows/links.yml +99 -0
  4. data/.github/workflows/rake.yml +13 -2
  5. data/.github/workflows/release.yml +12 -6
  6. data/.gitignore +3 -0
  7. data/.rubocop.yml +11 -3
  8. data/.rubocop_todo.yml +336 -0
  9. data/Gemfile +18 -7
  10. data/README.adoc +1854 -21
  11. data/Rakefile +7 -1
  12. data/bin/plantuml2lutaml +3 -3
  13. data/bin/yaml2lutaml +2 -2
  14. data/config/diagram_styles.yml +200 -0
  15. data/config/model_transformations.yml +266 -0
  16. data/config/package_metadata.example.yml +58 -0
  17. data/config/qea_schema.yml +1024 -0
  18. data/config/static_site.yml +166 -0
  19. data/docs/.github/workflows/docs.yml +66 -0
  20. data/docs/.github/workflows/links.yml +78 -0
  21. data/docs/CONTINUATION_PLAN.md +168 -0
  22. data/docs/Gemfile +13 -0
  23. data/docs/MIGRATION_GUIDE.md +202 -0
  24. data/docs/README.md +252 -0
  25. data/docs/REFACTOR_PLAN.md +214 -0
  26. data/docs/_config.yml +144 -0
  27. data/docs/_guides/diagram-generation.adoc +316 -0
  28. data/docs/_guides/index.adoc +135 -0
  29. data/docs/{lutaml-express.adoc → _guides/parsing/express-parsing.adoc} +7 -0
  30. data/docs/_guides/parsing/index.adoc +77 -0
  31. data/docs/{lutaml-xmi.adoc → _guides/parsing/xmi-parsing.adoc} +7 -0
  32. data/docs/_guides/sysml-modeling.adoc +37 -0
  33. data/docs/{lutaml-uml.adoc → _guides/uml-modeling.adoc} +8 -2
  34. data/docs/_pages/concepts/diagram-generation.adoc +337 -0
  35. data/docs/_pages/concepts/lur-format.adoc +711 -0
  36. data/docs/_pages/concepts/qea-parsing.adoc +418 -0
  37. data/docs/_pages/core/architecture.adoc +329 -0
  38. data/docs/_pages/core/installation.adoc +321 -0
  39. data/docs/_pages/core/overview.adoc +197 -0
  40. data/docs/_pages/index.adoc +48 -0
  41. data/docs/_pages/uml-syntax.adoc +995 -0
  42. data/docs/_references/configuration/diagram-styles.adoc +716 -0
  43. data/docs/_references/configuration/index.adoc +52 -0
  44. data/docs/_references/configuration/package-metadata.adoc +416 -0
  45. data/docs/_references/formats/index.adoc +42 -0
  46. data/docs/{lutaml_syntax.adoc → _references/formats/lutaml-syntax.adoc} +7 -0
  47. data/docs/_references/formats/qea-structure.adoc +1364 -0
  48. data/docs/_references/index.adoc +197 -0
  49. data/docs/_tutorials/index.adoc +109 -0
  50. data/docs/index.adoc +64 -0
  51. data/docs/lychee.toml +83 -0
  52. data/examples/UML_EA.DTD +6856 -0
  53. data/examples/lur/20251010_current_plateau_v5.1.lur +0 -0
  54. data/examples/lur/basic.lur +0 -0
  55. data/examples/lur/test-output.lur +0 -0
  56. data/examples/lur/test.lur +0 -0
  57. data/examples/lur_basic_usage.rb +220 -0
  58. data/examples/lur_cli_workflow.rb +262 -0
  59. data/examples/lur_statistics.rb +325 -0
  60. data/examples/qea/20251010_current_plateau_v5.1.qea +0 -0
  61. data/examples/qea/ArcGISWorkspace_template.qea +0 -0
  62. data/examples/qea/README_qea_parser.adoc +230 -0
  63. data/examples/qea/UmlModel_template.qea +0 -0
  64. data/examples/qea/basic.qea +0 -0
  65. data/examples/qea/simple.qea +0 -0
  66. data/examples/qea/simple_example.qea +0 -0
  67. data/examples/qea/test.qea +0 -0
  68. data/examples/xmi/20251010_current_plateau_v5.1.xmi +118121 -0
  69. data/examples/xmi/ArcGISWorkspace_template.xmi +1467 -0
  70. data/examples/xmi/Images/EAID_0016F797_D055_4717_AF1A_606413D0A166.svg +158 -0
  71. data/examples/xmi/Images/EAID_00C5C772_5A03_434f_BF30_AC37542A1AAC.svg +659 -0
  72. data/examples/xmi/Images/EAID_0114FD24_9E58_4664_98CD_71305B59AD11.svg +411 -0
  73. data/examples/xmi/Images/EAID_01661E1B_31B6_4167_BCCF_A00678FB4EA2.svg +102 -0
  74. data/examples/xmi/Images/EAID_039FE004_5408_4fc0_89AA_EB319E4F61C7.svg +169 -0
  75. data/examples/xmi/Images/EAID_04EE9625_17A0_4721_BC71_21756DB21D06.svg +403 -0
  76. data/examples/xmi/Images/EAID_05FF9417_1619_4170_B0C9_55AA6B988EF1.svg +175 -0
  77. data/examples/xmi/Images/EAID_09853FB2_AF8A_432f_94C5_6C47461BD937.svg +360 -0
  78. data/examples/xmi/Images/EAID_09927B7F_A657_4819_99E5_AC9DC99227D9.svg +195 -0
  79. data/examples/xmi/Images/EAID_09AF6B8A_557C_43bc_BBB0_47C1E9401EF3.svg +218 -0
  80. data/examples/xmi/Images/EAID_0BE81AC5_031B_4973_A9A0_223CCD92BAA1.svg +471 -0
  81. data/examples/xmi/Images/EAID_0EDEA6EF_4DC8_4979_BB80_28B1B9EBD1D4.svg +56 -0
  82. data/examples/xmi/Images/EAID_0F413534_6AD2_48bc_B4AF_8699D530D91D.svg +262 -0
  83. data/examples/xmi/Images/EAID_1321F39B_AD67_47b5_B5C3_3A42BBFCBDF9.svg +286 -0
  84. data/examples/xmi/Images/EAID_13E09C71_99E7_40b4_B72D_48AF6379BC2E.svg +164 -0
  85. data/examples/xmi/Images/EAID_144955D8_CB4E_4b59_BB0C_E549F7F84943.svg +66 -0
  86. data/examples/xmi/Images/EAID_14E9F5FD_F6CD_4f48_B1CD_F5A40C6D8E83.svg +95 -0
  87. data/examples/xmi/Images/EAID_157826AA_96A7_4278_89A6_94BD0F31409A.svg +63 -0
  88. data/examples/xmi/Images/EAID_159E9DA0_7A54_4817_B72A_401C750F675D.svg +306 -0
  89. data/examples/xmi/Images/EAID_17BC8309_8051_492b_BE87_61CCFE83DB16.svg +45 -0
  90. data/examples/xmi/Images/EAID_1A10EB6D_E2E5_42a6_A31E_B293D93FD07E.svg +193 -0
  91. data/examples/xmi/Images/EAID_1A290AFD_CE96_46a2_8351_A986D77CC727.svg +444 -0
  92. data/examples/xmi/Images/EAID_1B2D9309_C66B_492a_995C_95B2B02E0D7C.svg +168 -0
  93. data/examples/xmi/Images/EAID_1DE6B973_CE8A_416f_909B_54CEA1E5944E.svg +10 -0
  94. data/examples/xmi/Images/EAID_204F4ACC_2230_4c8d_9861_EF5A6844B712.svg +60 -0
  95. data/examples/xmi/Images/EAID_227300E2_4F4B_4955_83B9_FA626CE8680B.svg +188 -0
  96. data/examples/xmi/Images/EAID_22C24D4C_4894_480a_B113_0CB034CB59E9.svg +426 -0
  97. data/examples/xmi/Images/EAID_234BC4F5_8100_4969_BDCB_A24E0E641F23.svg +169 -0
  98. data/examples/xmi/Images/EAID_24446BFC_9FEB_4935_8970_65A4C562A93F.svg +277 -0
  99. data/examples/xmi/Images/EAID_24E8A45C_C99F_49b7_860A_9CF65FF76C76.svg +575 -0
  100. data/examples/xmi/Images/EAID_272F3181_4300_48b7_98A0_A8CFD12B1A72.svg +255 -0
  101. data/examples/xmi/Images/EAID_292E0D94_392C_4da6_A0B5_841501FAE50A.svg +183 -0
  102. data/examples/xmi/Images/EAID_29DD0967_ADAB_4abb_99C5_544821F5E7DA.svg +10 -0
  103. data/examples/xmi/Images/EAID_2A339928_E5EF_4ed2_9E5D_CC2CA5CF248B.svg +310 -0
  104. data/examples/xmi/Images/EAID_2A5E0832_06BE_4381_85D4_9B00E4F95575.svg +155 -0
  105. data/examples/xmi/Images/EAID_2AAB709F_EFCE_496f_8AFE_92809D66A0A9.svg +81 -0
  106. data/examples/xmi/Images/EAID_2C8DD882_8DEA_4065_89F8_DDA796AA0C85.svg +520 -0
  107. data/examples/xmi/Images/EAID_2E98EA19_37D8_4b70_BDCE_CFEE4FA800B0.svg +173 -0
  108. data/examples/xmi/Images/EAID_30D62231_110F_44e8_9C06_6FCDCBA53A09.svg +722 -0
  109. data/examples/xmi/Images/EAID_3206D3FD_1FC4_41c7_8D00_36DB908E9319.svg +181 -0
  110. data/examples/xmi/Images/EAID_3452CC53_9ACB_44eb_9C9D_B90CF862F284.svg +92 -0
  111. data/examples/xmi/Images/EAID_348EE46E_ABD9_40b0_82A1_0285E75BDC52.svg +187 -0
  112. data/examples/xmi/Images/EAID_34FF671B_CFDC_47ad_91DF_ECA6D8358180.svg +217 -0
  113. data/examples/xmi/Images/EAID_359DD694_0100_4bdf_AD5F_712D97E9C69B.svg +157 -0
  114. data/examples/xmi/Images/EAID_35DE714C_49A8_490e_913A_56F39EF317F9.svg +180 -0
  115. data/examples/xmi/Images/EAID_360C79F1_8EDF_41db_A069_DECDC55625BC.svg +31 -0
  116. data/examples/xmi/Images/EAID_36913C58_FF35_4ba2_A04B_9A4824E24609.svg +166 -0
  117. data/examples/xmi/Images/EAID_372F7F7B_57ED_469a_A640_70DB578B3C56.svg +361 -0
  118. data/examples/xmi/Images/EAID_37AC19B9_8433_4fee_A326_763170D54D06.svg +32 -0
  119. data/examples/xmi/Images/EAID_38170608_32B5_4a6f_A68D_A0D7C0C9D019.svg +234 -0
  120. data/examples/xmi/Images/EAID_3A77A5D0_4E1B_4116_8AAD_407FC422B47F.svg +183 -0
  121. data/examples/xmi/Images/EAID_3B8BD087_1683_46b1_8D0D_6F839C46C578.svg +42 -0
  122. data/examples/xmi/Images/EAID_3DC20801_AE8B_4e76_B08C_F574E8A90E13.svg +192 -0
  123. data/examples/xmi/Images/EAID_3DE28C70_C6D4_406c_B49F_EEF52148C8C1.svg +124 -0
  124. data/examples/xmi/Images/EAID_458E093C_BA2B_4292_BEC4_37511C163DDC.svg +140 -0
  125. data/examples/xmi/Images/EAID_45F9B1F7_E568_47c9_B229_953BC2E707E4.svg +266 -0
  126. data/examples/xmi/Images/EAID_46B3041A_8C23_46e6_8E14_ADE7012274C5.svg +80 -0
  127. data/examples/xmi/Images/EAID_47E4600F_CEC9_4245_9BF5_EE38007A9DDB.svg +584 -0
  128. data/examples/xmi/Images/EAID_4881CEEE_792C_4cb0_BEA7_54333B643D0A.svg +155 -0
  129. data/examples/xmi/Images/EAID_48D364F0_DCA4_41e8_B4D4_509B3023B969.svg +17 -0
  130. data/examples/xmi/Images/EAID_4DBDAB9E_4C1C_4cb1_A767_06BD743A50A7.svg +78 -0
  131. data/examples/xmi/Images/EAID_4EB75007_B31D_4f2c_8855_7E9D3A3B17F4.svg +454 -0
  132. data/examples/xmi/Images/EAID_4F421236_FCF3_4aae_B22A_C7E6A5EFBAC7.svg +81 -0
  133. data/examples/xmi/Images/EAID_4FC1D352_2102_4b73_BCB0_1410B29C6BD7.svg +379 -0
  134. data/examples/xmi/Images/EAID_4FE346EA_01E1_4b30_8BE6_BB32EA191E47.svg +126 -0
  135. data/examples/xmi/Images/EAID_5038EEE3_7DD0_4cca_9829_364E044D37E8.svg +199 -0
  136. data/examples/xmi/Images/EAID_508A37DC_9378_4f5a_BD96_48F4D24E03A5.svg +162 -0
  137. data/examples/xmi/Images/EAID_516DA1A2_F0EC_415c_9664_E4CA54E7F05C.svg +136 -0
  138. data/examples/xmi/Images/EAID_52A1DBD3_D3DA_4b6d_8F96_FC6F39F64242.svg +161 -0
  139. data/examples/xmi/Images/EAID_575E87BA_32E9_4a84_AA4E_0EFDFC5D4C07.svg +71 -0
  140. data/examples/xmi/Images/EAID_57E0F1A0_6C72_47ef_B922_B806F9A875E8.svg +209 -0
  141. data/examples/xmi/Images/EAID_5957C373_3FC1_482f_8F35_D809153A17F5.svg +123 -0
  142. data/examples/xmi/Images/EAID_59A66AE2_412C_48a6_BFC7_EA56CF11D269.svg +218 -0
  143. data/examples/xmi/Images/EAID_5A43833E_680B_4a90_8931_0C902304E029.svg +236 -0
  144. data/examples/xmi/Images/EAID_5D6DB5A0_5047_4bac_9E60_69904A60B56D.svg +353 -0
  145. data/examples/xmi/Images/EAID_5DA1E7A7_8E59_4803_A831_E9F3EC27328F.svg +242 -0
  146. data/examples/xmi/Images/EAID_5E2C1E2A_82A8_47f4_B2ED_1398D72BFCFD.svg +246 -0
  147. data/examples/xmi/Images/EAID_6052620C_4BD5_49f6_A21C_AD7E6DCA2795.svg +290 -0
  148. data/examples/xmi/Images/EAID_6481E2CC_35A6_43b0_88D4_10A667A2BC2D.svg +60 -0
  149. data/examples/xmi/Images/EAID_660C7D03_A26C_4977_A7BA_9D0A773DA811.svg +318 -0
  150. data/examples/xmi/Images/EAID_671F3C3D_35B6_4514_B5B6_DD7E84925493.svg +24 -0
  151. data/examples/xmi/Images/EAID_676B9C9A_D85F_4d2f_A46B_73F02090DC87.svg +127 -0
  152. data/examples/xmi/Images/EAID_6797FEFA_5801_48e4_8B9C_3C824C0E165D.svg +412 -0
  153. data/examples/xmi/Images/EAID_6807F4EE_18EF_4e7e_ACCF_D5BD323AFDE9.svg +130 -0
  154. data/examples/xmi/Images/EAID_69E81E34_CF28_4c7f_A48F_5941BA85CEE3.svg +96 -0
  155. data/examples/xmi/Images/EAID_6A3C55E8_3C3C_4f3a_8AAC_0299C5B23070.svg +10 -0
  156. data/examples/xmi/Images/EAID_6BAC333E_E2C2_42c7_8DDF_6B4FA0FFC03B.svg +143 -0
  157. data/examples/xmi/Images/EAID_6D0349D5_3F1B_4b28_82D2_910743DEB5E5.svg +114 -0
  158. data/examples/xmi/Images/EAID_6E95B74E_8A09_4698_9E9E_23BCFD2CE194.svg +37 -0
  159. data/examples/xmi/Images/EAID_70C77F92_5614_4b22_8C8E_67859F59D8FD.svg +254 -0
  160. data/examples/xmi/Images/EAID_71F9216B_E7A7_4083_B08E_6C71B57F3A1F.svg +187 -0
  161. data/examples/xmi/Images/EAID_73025C5A_08FC_47ff_AB2F_C7F79CF54B41.svg +145 -0
  162. data/examples/xmi/Images/EAID_74C974B6_6D07_425d_B7AC_C8899E3B4967.svg +76 -0
  163. data/examples/xmi/Images/EAID_7504FCD2_524C_4e7d_BAE4_4E58A8A8A12C.svg +196 -0
  164. data/examples/xmi/Images/EAID_78030266_3603_4747_9D75_03D16614BE7D.svg +35 -0
  165. data/examples/xmi/Images/EAID_785226C1_12B1_4104_A4C1_F19B70B9FB71.svg +348 -0
  166. data/examples/xmi/Images/EAID_7854470F_26B8_4d3c_AFDF_C05BCE6ED0CD.svg +72 -0
  167. data/examples/xmi/Images/EAID_794F4A8F_18CA_4e9f_8477_A6F0E5ED22D4.svg +187 -0
  168. data/examples/xmi/Images/EAID_7A24839E_C8AE_424d_B7D2_6DA16DC813E7.svg +114 -0
  169. data/examples/xmi/Images/EAID_7A3649FD_E960_4ae6_B9B1_A9001C066AE7.svg +181 -0
  170. data/examples/xmi/Images/EAID_7B2C6765_AB68_439a_87F3_DAC323CB2AF5.svg +196 -0
  171. data/examples/xmi/Images/EAID_7C44AC09_27C1_47b3_9A85_88EC71C081FF.svg +55 -0
  172. data/examples/xmi/Images/EAID_7CE102CA_97C1_4cac_BD3B_0500D3712D2A.svg +195 -0
  173. data/examples/xmi/Images/EAID_7D960BD8_65D8_4934_9C11_4EF860DD8FBA.svg +90 -0
  174. data/examples/xmi/Images/EAID_80939C98_A456_48c3_BCEA_4B72851F2DF6.svg +174 -0
  175. data/examples/xmi/Images/EAID_812FE862_76ED_44f0_B678_7A4601B395CF.svg +142 -0
  176. data/examples/xmi/Images/EAID_81B76F5B_9D64_4bbf_8AC8_34234FB87533.svg +740 -0
  177. data/examples/xmi/Images/EAID_84352F1A_195B_411b_9552_5BFC40BF90B5.svg +105 -0
  178. data/examples/xmi/Images/EAID_846DD800_139C_4d47_A1DF_3FB1AC5D130F.svg +554 -0
  179. data/examples/xmi/Images/EAID_84A9C65B_FD6D_4bb5_818F_E8C35FF5BCD1.svg +228 -0
  180. data/examples/xmi/Images/EAID_853674F5_7DC9_4aae_809B_5728098B5D5B.svg +154 -0
  181. data/examples/xmi/Images/EAID_860CBBFB_2F27_408f_9144_751F9D1F487F.svg +273 -0
  182. data/examples/xmi/Images/EAID_87476527_7B9B_4b92_967E_3D38365470CA.svg +239 -0
  183. data/examples/xmi/Images/EAID_87DAE930_5069_4c58_AC65_4B0B2C0F32C8.svg +10 -0
  184. data/examples/xmi/Images/EAID_88AF6BD7_BC34_406f_BB59_47CFAB4A7D5D.svg +116 -0
  185. data/examples/xmi/Images/EAID_88D0CB44_20D0_44fc_A6E3_B663332EF401.svg +200 -0
  186. data/examples/xmi/Images/EAID_8BB1CA0C_C003_4678_973B_A1C3308E021D.svg +136 -0
  187. data/examples/xmi/Images/EAID_8DAB169F_D189_4320_A0F5_4443E3297F0E.svg +181 -0
  188. data/examples/xmi/Images/EAID_8FD488EF_BAAB_40ec_A7ED_F7CC831D546E.svg +324 -0
  189. data/examples/xmi/Images/EAID_90BCA409_BB45_42c5_AFA5_45FE3D995904.svg +342 -0
  190. data/examples/xmi/Images/EAID_926AFE38_01FA_469e_B6AA_ED5F4D62B66F.svg +105 -0
  191. data/examples/xmi/Images/EAID_92AB0FD0_B0FB_4ceb_8EAE_66B6600D31D7.svg +681 -0
  192. data/examples/xmi/Images/EAID_92C43670_3057_47f1_A576_C60843FF3D26.svg +136 -0
  193. data/examples/xmi/Images/EAID_93F63576_BE01_4cd8_8A91_C674FF77FC3D.svg +718 -0
  194. data/examples/xmi/Images/EAID_9400D9BC_05A5_41fc_83F7_02E5C67F9718.svg +487 -0
  195. data/examples/xmi/Images/EAID_95246DCF_1C09_4a16_9512_98000F56B3D8.svg +292 -0
  196. data/examples/xmi/Images/EAID_9994BF62_51E2_42cd_BB35_16C537B6718A.svg +715 -0
  197. data/examples/xmi/Images/EAID_9AAD6C21_B1E7_4472_B64A_FB5E3569D970.svg +116 -0
  198. data/examples/xmi/Images/EAID_9BD7189A_877B_4ca9_B42C_817DEF144FB2.svg +284 -0
  199. data/examples/xmi/Images/EAID_9DA6C553_94FC_4204_83AD_ECC4B45A53EF.svg +159 -0
  200. data/examples/xmi/Images/EAID_9EE6A41B_5FAA_4c89_B98F_732059778630.svg +10 -0
  201. data/examples/xmi/Images/EAID_9F1A4B54_46F6_435c_9529_E43E54CF6050.svg +172 -0
  202. data/examples/xmi/Images/EAID_9FE1EA7B_4CEF_4976_A281_93A94315BD84.svg +153 -0
  203. data/examples/xmi/Images/EAID_A0695647_6172_4262_8C30_67441399609C.svg +290 -0
  204. data/examples/xmi/Images/EAID_A081C63E_D6F2_41a7_A99C_307836754AFA.svg +149 -0
  205. data/examples/xmi/Images/EAID_A24E2778_5AD9_44f2_AB8F_5CD3913477D6.svg +194 -0
  206. data/examples/xmi/Images/EAID_A264F089_F9B3_406c_A3A8_FF34903797D3.svg +143 -0
  207. data/examples/xmi/Images/EAID_A282E5D1_2A13_4e7f_BC76_5D086DD4A577.svg +357 -0
  208. data/examples/xmi/Images/EAID_A3BCE1D6_9DB5_4272_A020_4C0E194B99CC.svg +171 -0
  209. data/examples/xmi/Images/EAID_A56E3818_D1B8_4b63_B69E_FBAC4A8AF482.svg +218 -0
  210. data/examples/xmi/Images/EAID_A57215D5_75C5_4532_BCF4_264A77CD62F1.svg +204 -0
  211. data/examples/xmi/Images/EAID_A59065AF_9669_486c_9582_9693177CFC7F.svg +263 -0
  212. data/examples/xmi/Images/EAID_A759374D_589A_488c_99EF_537ACB9B1FF9.svg +398 -0
  213. data/examples/xmi/Images/EAID_A7B25F46_F18A_4373_B16D_8C6AC0B868B0.svg +174 -0
  214. data/examples/xmi/Images/EAID_A9FE9E6F_A5F4_47e5_A6BA_26E22C7346B6.svg +310 -0
  215. data/examples/xmi/Images/EAID_AA62CDEB_55EC_498d_B326_4AA2C9AF6A05.svg +144 -0
  216. data/examples/xmi/Images/EAID_AAF52AF6_F7F9_4005_AE46_8920847BEA03.svg +144 -0
  217. data/examples/xmi/Images/EAID_AB281AC1_7CB8_404a_8124_34343DDD84E2.svg +198 -0
  218. data/examples/xmi/Images/EAID_AB7F1FDF_A66B_42a1_B8A3_7F594BAAD508.svg +143 -0
  219. data/examples/xmi/Images/EAID_AC2191E3_76E3_40b2_9E21_0E0B9B5277D2.svg +114 -0
  220. data/examples/xmi/Images/EAID_AD451676_A7C8_4c6a_A925_A9B9CA344142.svg +339 -0
  221. data/examples/xmi/Images/EAID_ADBA40A1_9375_4c1b_9938_0990612EB615.svg +429 -0
  222. data/examples/xmi/Images/EAID_ADC8773C_1B27_48ac_BAC1_14C1C919FAF6.svg +245 -0
  223. data/examples/xmi/Images/EAID_AE0718DF_AF69_4ea1_A099_E20028FE40A1.svg +173 -0
  224. data/examples/xmi/Images/EAID_B0DDB85D_A00C_4a7f_8C06_CCA15E5E4FE5.svg +31 -0
  225. data/examples/xmi/Images/EAID_B27ED282_D5E5_4f33_8AC1_62802F9E0B35.svg +256 -0
  226. data/examples/xmi/Images/EAID_B3AFECCB_17DD_44d6_8A44_2C38D9A64C0B.svg +95 -0
  227. data/examples/xmi/Images/EAID_B3B6C5B1_278E_4714_8244_B6C28B66AB50.svg +176 -0
  228. data/examples/xmi/Images/EAID_B53E76CD_A0F2_4e2f_B3AB_796D85964EF2.svg +179 -0
  229. data/examples/xmi/Images/EAID_B55D6E67_0BDD_4163_B359_11A6FBA89C74.svg +207 -0
  230. data/examples/xmi/Images/EAID_B58D1A53_E860_41a3_8352_11C274093E83.svg +189 -0
  231. data/examples/xmi/Images/EAID_B62C02B3_69DB_49e9_8089_4EE398BDE666.svg +165 -0
  232. data/examples/xmi/Images/EAID_BC008774_B539_4150_8174_B675989053D0.svg +22 -0
  233. data/examples/xmi/Images/EAID_BC1F7E00_082D_4a26_922B_3967A8D66859.svg +266 -0
  234. data/examples/xmi/Images/EAID_BDA613D8_402A_475a_AA15_683D88FD3D23.svg +183 -0
  235. data/examples/xmi/Images/EAID_C028B286_4C85_47d8_B6D5_80B28F556E82.svg +303 -0
  236. data/examples/xmi/Images/EAID_C173A6F4_1D1B_400e_AD8C_64FFF7CD5BE5.svg +178 -0
  237. data/examples/xmi/Images/EAID_C1834072_CADC_4ce4_B0FC_8284AE5CF4A4.svg +158 -0
  238. data/examples/xmi/Images/EAID_C1EC985B_5CBD_4e91_8661_EB4EF23781D9.svg +286 -0
  239. data/examples/xmi/Images/EAID_C31C1314_B679_4413_B8FE_A2CD584FC128.svg +305 -0
  240. data/examples/xmi/Images/EAID_C37CFBD6_69BA_42fb_9AC7_2D329D931BCF.svg +171 -0
  241. data/examples/xmi/Images/EAID_C857C934_306F_463a_87D5_257CB225ECFE.svg +174 -0
  242. data/examples/xmi/Images/EAID_C96797DE_2238_42d3_896A_9F92500270ED.svg +180 -0
  243. data/examples/xmi/Images/EAID_C96CBC24_B20E_459a_8F9D_75B61CDCB89F.svg +656 -0
  244. data/examples/xmi/Images/EAID_CACB523D_56A5_4f05_B3C2_51BB18F380FD.svg +158 -0
  245. data/examples/xmi/Images/EAID_CB34B578_101B_48b4_9271_214FFEA6A83A.svg +409 -0
  246. data/examples/xmi/Images/EAID_CBBD6CF4_0A1E_4406_9930_89DE43527910.svg +361 -0
  247. data/examples/xmi/Images/EAID_CC06A828_3750_472f_8DB2_C2E0863FCE17.svg +96 -0
  248. data/examples/xmi/Images/EAID_CD5CF053_1772_4a0f_962D_B17054D8EEAA.svg +173 -0
  249. data/examples/xmi/Images/EAID_CE440B5A_9534_4c75_9BA5_50862BB396C2.svg +97 -0
  250. data/examples/xmi/Images/EAID_CE4734FC_7986_4b3a_807F_A5B2C7EDE9E4.svg +193 -0
  251. data/examples/xmi/Images/EAID_D14AA320_9D41_4366_8739_9C2C21F96AE1.svg +32 -0
  252. data/examples/xmi/Images/EAID_D2FA55D3_C733_4a4d_92D0_0BC7AC0BB5BC.svg +108 -0
  253. data/examples/xmi/Images/EAID_D351FC34_FB03_488d_ADA4_BDB93DA9CB02.svg +49 -0
  254. data/examples/xmi/Images/EAID_D368FDF3_BDC5_4718_A701_351C8587A376.svg +592 -0
  255. data/examples/xmi/Images/EAID_D4DA8C48_3998_450d_87C4_9D65C9FECDB4.svg +42 -0
  256. data/examples/xmi/Images/EAID_D5464ECF_290E_4b2b_A6C4_25BE80F886CB.svg +76 -0
  257. data/examples/xmi/Images/EAID_D55235B0_61E9_461a_8379_2B8BF2403BE2.svg +147 -0
  258. data/examples/xmi/Images/EAID_D555ED73_F010_45d7_8A53_45A33C64C249.svg +318 -0
  259. data/examples/xmi/Images/EAID_D7AAC526_267E_45a0_A853_3207F02363F8.svg +45 -0
  260. data/examples/xmi/Images/EAID_D998B20D_A875_4ef8_A9CE_996BE56602BD.svg +158 -0
  261. data/examples/xmi/Images/EAID_DBFA8B39_F5B7_4c0e_9552_19AEAE5BA64E.svg +200 -0
  262. data/examples/xmi/Images/EAID_DE47A47D_E7BE_4e6f_BA81_F789EE8CFE72.svg +61 -0
  263. data/examples/xmi/Images/EAID_DFBB1072_8EC5_4384_8241_7EDF4B6B888B.svg +78 -0
  264. data/examples/xmi/Images/EAID_E325B9D8_E955_4aed_8125_63167BD40320.svg +67 -0
  265. data/examples/xmi/Images/EAID_E32D9D02_CAE9_4a47_92A8_3290EDCD6E6D.svg +79 -0
  266. data/examples/xmi/Images/EAID_E3B28611_7857_458a_B0BC_736E777B88EC.svg +194 -0
  267. data/examples/xmi/Images/EAID_E43C37EC_1176_4d2e_8B98_B6F3DFF6A092.svg +96 -0
  268. data/examples/xmi/Images/EAID_E591C1CF_7F35_4160_8A72_DFA097AD5811.svg +271 -0
  269. data/examples/xmi/Images/EAID_E77C66A2_2E94_4196_BFC6_662FE5AEEB6F.svg +332 -0
  270. data/examples/xmi/Images/EAID_E7AABA98_2450_4986_9736_DCCAF0108C50.svg +639 -0
  271. data/examples/xmi/Images/EAID_E7D9A2C4_72D6_40b9_8EB8_6B35476246B3.svg +134 -0
  272. data/examples/xmi/Images/EAID_E9CDAD85_ECF1_43de_819F_30A0D01785E6.svg +193 -0
  273. data/examples/xmi/Images/EAID_EC8AF507_F441_4e8a_B8A7_C1690F3C7D0B.svg +58 -0
  274. data/examples/xmi/Images/EAID_ED501058_D540_47ac_8EBC_5921E8C0BF57.svg +384 -0
  275. data/examples/xmi/Images/EAID_EFBF5F0F_DF74_4944_8791_114F5637C335.svg +590 -0
  276. data/examples/xmi/Images/EAID_EFFFA027_2A1F_425c_8437_BF89AADC8893.svg +365 -0
  277. data/examples/xmi/Images/EAID_F07E7718_B2C2_4a65_B5DD_477CB73E971E.svg +165 -0
  278. data/examples/xmi/Images/EAID_F0F20BDF_C729_47f7_B6FC_25ED2C4609CA.svg +61 -0
  279. data/examples/xmi/Images/EAID_F32E5AFE_8605_4c77_AE69_D0D0A6E380AC.svg +76 -0
  280. data/examples/xmi/Images/EAID_F3F00F45_CD37_46fd_B521_D1040EB2FB16.svg +123 -0
  281. data/examples/xmi/Images/EAID_F46E8F19_D8F1_4a3d_B87B_B0BAB4F50F50.svg +202 -0
  282. data/examples/xmi/Images/EAID_F48E5F6E_2411_4635_9315_3EAA4CFA29F7.svg +351 -0
  283. data/examples/xmi/Images/EAID_F4C23F9E_DD74_4fed_B75D_AD3C6448BA24.svg +189 -0
  284. data/examples/xmi/Images/EAID_F853B3C4_B145_4ef0_B261_C3CC0475B6D2.svg +215 -0
  285. data/examples/xmi/Images/EAID_F8BE68CA_1F8F_47e5_9454_01A2EB7D388A.svg +124 -0
  286. data/examples/xmi/Images/EAID_F92A6A28_612E_468e_9E39_D7AE7D24E24D.svg +208 -0
  287. data/examples/xmi/Images/EAID_F995FA49_B86E_4c94_BE5E_C928FB6B87D0.svg +302 -0
  288. data/examples/xmi/Images/EAID_FEAE013A_A4E4_4283_A491_1FEB8D0EBA28.svg +524 -0
  289. data/examples/xmi/Images/EAID_FEBE5726_3751_470b_9023_8C569202E97E.svg +730 -0
  290. data/examples/xmi/UML_EA.DTD +6856 -0
  291. data/examples/xmi/UmlModel_template.xmi +23 -0
  292. data/examples/xmi/basic.xmi +9086 -0
  293. data/examples/xmi/simple.xmi +655 -0
  294. data/examples/xmi/simple_example.xmi +23 -0
  295. data/examples/xmi/test.xmi +1703 -0
  296. data/exe/lutaml +2 -16
  297. data/exe/lutaml-wsd2uml +3 -3
  298. data/exe/lutaml-yaml2uml +2 -2
  299. data/lib/lutaml/cli/commands/base_command.rb +118 -0
  300. data/lib/lutaml/cli/element_identifier.rb +165 -0
  301. data/lib/lutaml/cli/enhanced_formatter.rb +502 -0
  302. data/lib/lutaml/cli/interactive_shell.rb +911 -0
  303. data/lib/lutaml/cli/lml_commands.rb +201 -0
  304. data/lib/lutaml/cli/output_formatter.rb +348 -0
  305. data/lib/lutaml/cli/resource_registry.rb +127 -0
  306. data/lib/lutaml/cli/tree_view_formatter.rb +308 -0
  307. data/lib/lutaml/cli/uml/build_command.rb +538 -0
  308. data/lib/lutaml/cli/uml/diagram_command.rb +421 -0
  309. data/lib/lutaml/cli/uml/export_command.rb +78 -0
  310. data/lib/lutaml/cli/uml/find_command.rb +122 -0
  311. data/lib/lutaml/cli/uml/info_command.rb +104 -0
  312. data/lib/lutaml/cli/uml/inspect_command.rb +88 -0
  313. data/lib/lutaml/cli/uml/ls_command.rb +105 -0
  314. data/lib/lutaml/cli/uml/repl_command.rb +50 -0
  315. data/lib/lutaml/cli/uml/search_command.rb +88 -0
  316. data/lib/lutaml/cli/uml/serve_command.rb +59 -0
  317. data/lib/lutaml/cli/uml/shared_helpers.rb +51 -0
  318. data/lib/lutaml/cli/uml/spa_command.rb +209 -0
  319. data/lib/lutaml/cli/uml/stats_command.rb +60 -0
  320. data/lib/lutaml/cli/uml/tree_command.rb +85 -0
  321. data/lib/lutaml/cli/uml/validate_command.rb +195 -0
  322. data/lib/lutaml/cli/uml/verify_command.rb +107 -0
  323. data/lib/lutaml/cli/uml_commands.rb +163 -0
  324. data/lib/lutaml/cli.rb +72 -0
  325. data/lib/lutaml/command_line.rb +8 -6
  326. data/lib/lutaml/converter/dsl_to_uml.rb +2 -0
  327. data/lib/lutaml/converter/xmi_to_uml.rb +40 -19
  328. data/lib/lutaml/ea/diagram/configuration.rb +379 -0
  329. data/lib/lutaml/ea/diagram/element_renderers/base_renderer.rb +81 -0
  330. data/lib/lutaml/ea/diagram/element_renderers/class_renderer.rb +330 -0
  331. data/lib/lutaml/ea/diagram/element_renderers/connector_renderer.rb +55 -0
  332. data/lib/lutaml/ea/diagram/element_renderers/package_renderer.rb +69 -0
  333. data/lib/lutaml/ea/diagram/extractor.rb +559 -0
  334. data/lib/lutaml/ea/diagram/layout_engine.rb +251 -0
  335. data/lib/lutaml/ea/diagram/path_builder.rb +258 -0
  336. data/lib/lutaml/ea/diagram/style_parser.rb +315 -0
  337. data/lib/lutaml/ea/diagram/style_resolver.rb +291 -0
  338. data/lib/lutaml/ea/diagram/svg_renderer.rb +285 -0
  339. data/lib/lutaml/ea/diagram/util.rb +69 -0
  340. data/lib/lutaml/ea/diagram.rb +77 -0
  341. data/lib/lutaml/express/parsers/exp.rb +1 -1
  342. data/lib/lutaml/express.rb +4 -2
  343. data/lib/lutaml/formatter/base.rb +6 -6
  344. data/lib/lutaml/formatter/graphviz.rb +10 -8
  345. data/lib/lutaml/formatter.rb +3 -0
  346. data/lib/lutaml/layout/engine.rb +9 -7
  347. data/lib/lutaml/layout/graph_viz_engine.rb +2 -1
  348. data/lib/lutaml/layout.rb +8 -0
  349. data/lib/lutaml/model_transformations/configuration.rb +333 -0
  350. data/lib/lutaml/model_transformations/format_registry.rb +394 -0
  351. data/lib/lutaml/model_transformations/parsers/base_parser.rb +389 -0
  352. data/lib/lutaml/model_transformations/parsers/qea_parser.rb +455 -0
  353. data/lib/lutaml/model_transformations/parsers/xmi_parser.rb +301 -0
  354. data/lib/lutaml/model_transformations/transformation_engine.rb +409 -0
  355. data/lib/lutaml/model_transformations.rb +143 -0
  356. data/lib/lutaml/parser.rb +15 -7
  357. data/lib/lutaml/qea/benchmark.rb +212 -0
  358. data/lib/lutaml/qea/database.rb +324 -0
  359. data/lib/lutaml/qea/factory/association_transformer.rb +115 -0
  360. data/lib/lutaml/qea/factory/attribute_tag_transformer.rb +60 -0
  361. data/lib/lutaml/qea/factory/attribute_transformer.rb +103 -0
  362. data/lib/lutaml/qea/factory/base_transformer.rb +132 -0
  363. data/lib/lutaml/qea/factory/class_transformer.rb +734 -0
  364. data/lib/lutaml/qea/factory/constraint_transformer.rb +78 -0
  365. data/lib/lutaml/qea/factory/data_type_transformer.rb +162 -0
  366. data/lib/lutaml/qea/factory/diagram_transformer.rb +182 -0
  367. data/lib/lutaml/qea/factory/document_builder.rb +275 -0
  368. data/lib/lutaml/qea/factory/ea_to_uml_factory.rb +260 -0
  369. data/lib/lutaml/qea/factory/enum_transformer.rb +87 -0
  370. data/lib/lutaml/qea/factory/generalization_transformer.rb +106 -0
  371. data/lib/lutaml/qea/factory/instance_transformer.rb +96 -0
  372. data/lib/lutaml/qea/factory/object_property_transformer.rb +61 -0
  373. data/lib/lutaml/qea/factory/operation_transformer.rb +75 -0
  374. data/lib/lutaml/qea/factory/package_transformer.rb +199 -0
  375. data/lib/lutaml/qea/factory/reference_resolver.rb +99 -0
  376. data/lib/lutaml/qea/factory/tagged_value_transformer.rb +41 -0
  377. data/lib/lutaml/qea/factory/transformer_registry.rb +85 -0
  378. data/lib/lutaml/qea/file_detector.rb +178 -0
  379. data/lib/lutaml/qea/infrastructure/database_connection.rb +100 -0
  380. data/lib/lutaml/qea/infrastructure/schema_reader.rb +136 -0
  381. data/lib/lutaml/qea/infrastructure/table_reader.rb +224 -0
  382. data/lib/lutaml/qea/models/base_model.rb +48 -0
  383. data/lib/lutaml/qea/models/ea_attribute.rb +135 -0
  384. data/lib/lutaml/qea/models/ea_attribute_tag.rb +109 -0
  385. data/lib/lutaml/qea/models/ea_complexity_type.rb +81 -0
  386. data/lib/lutaml/qea/models/ea_connector.rb +162 -0
  387. data/lib/lutaml/qea/models/ea_connector_type.rb +62 -0
  388. data/lib/lutaml/qea/models/ea_constraint_type.rb +65 -0
  389. data/lib/lutaml/qea/models/ea_datatype.rb +108 -0
  390. data/lib/lutaml/qea/models/ea_diagram.rb +117 -0
  391. data/lib/lutaml/qea/models/ea_diagram_link.rb +80 -0
  392. data/lib/lutaml/qea/models/ea_diagram_object.rb +86 -0
  393. data/lib/lutaml/qea/models/ea_diagram_type.rb +58 -0
  394. data/lib/lutaml/qea/models/ea_document.rb +68 -0
  395. data/lib/lutaml/qea/models/ea_object.rb +208 -0
  396. data/lib/lutaml/qea/models/ea_object_constraint.rb +62 -0
  397. data/lib/lutaml/qea/models/ea_object_property.rb +96 -0
  398. data/lib/lutaml/qea/models/ea_object_type.rb +75 -0
  399. data/lib/lutaml/qea/models/ea_operation.rb +153 -0
  400. data/lib/lutaml/qea/models/ea_operation_param.rb +73 -0
  401. data/lib/lutaml/qea/models/ea_package.rb +75 -0
  402. data/lib/lutaml/qea/models/ea_script.rb +69 -0
  403. data/lib/lutaml/qea/models/ea_status_type.rb +68 -0
  404. data/lib/lutaml/qea/models/ea_stereotype.rb +59 -0
  405. data/lib/lutaml/qea/models/ea_tagged_value.rb +105 -0
  406. data/lib/lutaml/qea/models/ea_xref.rb +174 -0
  407. data/lib/lutaml/qea/parser.rb +61 -0
  408. data/lib/lutaml/qea/repositories/base_repository.rb +215 -0
  409. data/lib/lutaml/qea/repositories/object_repository.rb +221 -0
  410. data/lib/lutaml/qea/services/configuration.rb +211 -0
  411. data/lib/lutaml/qea/services/database_loader.rb +215 -0
  412. data/lib/lutaml/qea/validation/association_validator.rb +75 -0
  413. data/lib/lutaml/qea/validation/attribute_validator.rb +103 -0
  414. data/lib/lutaml/qea/validation/base_validator.rb +305 -0
  415. data/lib/lutaml/qea/validation/class_validator.rb +123 -0
  416. data/lib/lutaml/qea/validation/database/circular_reference_validator.rb +111 -0
  417. data/lib/lutaml/qea/validation/database/orphan_validator.rb +155 -0
  418. data/lib/lutaml/qea/validation/database/referential_integrity_validator.rb +130 -0
  419. data/lib/lutaml/qea/validation/diagram_validator.rb +114 -0
  420. data/lib/lutaml/qea/validation/formatters/json_formatter.rb +137 -0
  421. data/lib/lutaml/qea/validation/formatters/text_formatter.rb +235 -0
  422. data/lib/lutaml/qea/validation/operation_validator.rb +81 -0
  423. data/lib/lutaml/qea/validation/package_validator.rb +113 -0
  424. data/lib/lutaml/qea/validation/validation_engine.rb +497 -0
  425. data/lib/lutaml/qea/validation/validation_message.rb +144 -0
  426. data/lib/lutaml/qea/validation/validation_result.rb +212 -0
  427. data/lib/lutaml/qea/validation/validator_registry.rb +134 -0
  428. data/lib/lutaml/qea/verification/comparison_result.rb +264 -0
  429. data/lib/lutaml/qea/verification/document_normalizer.rb +177 -0
  430. data/lib/lutaml/qea/verification/document_verifier.rb +320 -0
  431. data/lib/lutaml/qea/verification/element_comparator.rb +306 -0
  432. data/lib/lutaml/qea/verification/structure_matcher.rb +287 -0
  433. data/lib/lutaml/qea.rb +226 -0
  434. data/lib/lutaml/sysml/allocate.rb +2 -0
  435. data/lib/lutaml/sysml/allocated.rb +2 -0
  436. data/lib/lutaml/sysml/binding_connector.rb +2 -0
  437. data/lib/lutaml/sysml/block.rb +2 -0
  438. data/lib/lutaml/sysml/constraint_block.rb +2 -0
  439. data/lib/lutaml/sysml/copy.rb +2 -0
  440. data/lib/lutaml/sysml/derive_requirement.rb +2 -0
  441. data/lib/lutaml/sysml/nested_connector_end.rb +2 -0
  442. data/lib/lutaml/sysml/refine.rb +2 -0
  443. data/lib/lutaml/sysml/requirement.rb +2 -0
  444. data/lib/lutaml/sysml/requirement_related.rb +2 -0
  445. data/lib/lutaml/sysml/satisfy.rb +2 -0
  446. data/lib/lutaml/sysml/test_case.rb +2 -0
  447. data/lib/lutaml/sysml/trace.rb +2 -0
  448. data/lib/lutaml/sysml/verify.rb +2 -0
  449. data/lib/lutaml/sysml/xmi_file.rb +2 -0
  450. data/lib/lutaml/sysml.rb +3 -1
  451. data/lib/lutaml/uml/association.rb +4 -0
  452. data/lib/lutaml/uml/class.rb +11 -9
  453. data/lib/lutaml/uml/classifier.rb +3 -0
  454. data/lib/lutaml/uml/comment.rb +13 -0
  455. data/lib/lutaml/uml/data_type.rb +7 -6
  456. data/lib/lutaml/uml/diagram.rb +12 -0
  457. data/lib/lutaml/uml/diagram_link.rb +26 -0
  458. data/lib/lutaml/uml/diagram_object.rb +30 -0
  459. data/lib/lutaml/uml/document.rb +18 -0
  460. data/lib/lutaml/uml/enum.rb +4 -3
  461. data/lib/lutaml/uml/fontname.rb +13 -0
  462. data/lib/lutaml/uml/generalization.rb +2 -0
  463. data/lib/lutaml/uml/group.rb +2 -0
  464. data/lib/lutaml/uml/namespace.rb +2 -2
  465. data/lib/lutaml/uml/node/{field.rb → attribute.rb} +4 -4
  466. data/lib/lutaml/uml/node/base.rb +1 -1
  467. data/lib/lutaml/uml/node/class_node.rb +12 -12
  468. data/lib/lutaml/uml/node/class_relationship.rb +2 -2
  469. data/lib/lutaml/uml/node/document.rb +2 -2
  470. data/lib/lutaml/uml/node/method_argument.rb +3 -3
  471. data/lib/lutaml/uml/node/{method.rb → operation.rb} +4 -4
  472. data/lib/lutaml/uml/node/relationship.rb +3 -3
  473. data/lib/lutaml/uml/package.rb +7 -4
  474. data/lib/lutaml/uml/package_path.rb +235 -0
  475. data/lib/lutaml/uml/parsers/attribute.rb +2 -2
  476. data/lib/lutaml/uml/parsers/dsl.rb +3 -4
  477. data/lib/lutaml/uml/parsers/yaml.rb +1 -1
  478. data/lib/lutaml/uml/qualified_name.rb +178 -0
  479. data/lib/lutaml/uml/tagged_value.rb +21 -0
  480. data/lib/lutaml/uml/top_element.rb +7 -1
  481. data/lib/lutaml/uml/top_element_attribute.rb +4 -0
  482. data/lib/lutaml/uml/validation/document_structure_validator.rb +389 -0
  483. data/lib/lutaml/uml.rb +89 -45
  484. data/lib/lutaml/uml_repository/error_handler.rb +203 -0
  485. data/lib/lutaml/uml_repository/exporters/base_exporter.rb +61 -0
  486. data/lib/lutaml/uml_repository/exporters/json_exporter.rb +344 -0
  487. data/lib/lutaml/uml_repository/exporters/markdown_exporter.rb +598 -0
  488. data/lib/lutaml/uml_repository/index_builder.rb +460 -0
  489. data/lib/lutaml/uml_repository/lazy_repository.rb +238 -0
  490. data/lib/lutaml/uml_repository/package_exporter.rb +336 -0
  491. data/lib/lutaml/uml_repository/package_loader.rb +220 -0
  492. data/lib/lutaml/uml_repository/package_metadata.rb +77 -0
  493. data/lib/lutaml/uml_repository/presenters/association_presenter.rb +86 -0
  494. data/lib/lutaml/uml_repository/presenters/attribute_presenter.rb +101 -0
  495. data/lib/lutaml/uml_repository/presenters/class_presenter.rb +75 -0
  496. data/lib/lutaml/uml_repository/presenters/datatype_presenter.rb +108 -0
  497. data/lib/lutaml/uml_repository/presenters/diagram_presenter.rb +508 -0
  498. data/lib/lutaml/uml_repository/presenters/element_presenter.rb +92 -0
  499. data/lib/lutaml/uml_repository/presenters/enum_presenter.rb +83 -0
  500. data/lib/lutaml/uml_repository/presenters/package_presenter.rb +48 -0
  501. data/lib/lutaml/uml_repository/presenters/presenter_factory.rb +76 -0
  502. data/lib/lutaml/uml_repository/queries/association_query.rb +187 -0
  503. data/lib/lutaml/uml_repository/queries/base_query.rb +45 -0
  504. data/lib/lutaml/uml_repository/queries/class_query.rb +117 -0
  505. data/lib/lutaml/uml_repository/queries/diagram_query.rb +111 -0
  506. data/lib/lutaml/uml_repository/queries/inheritance_query.rb +259 -0
  507. data/lib/lutaml/uml_repository/queries/package_query.rb +239 -0
  508. data/lib/lutaml/uml_repository/queries/search_query.rb +357 -0
  509. data/lib/lutaml/uml_repository/query_dsl/conditions/base_condition.rb +28 -0
  510. data/lib/lutaml/uml_repository/query_dsl/conditions/block_condition.rb +46 -0
  511. data/lib/lutaml/uml_repository/query_dsl/conditions/hash_condition.rb +84 -0
  512. data/lib/lutaml/uml_repository/query_dsl/conditions/package_condition.rb +84 -0
  513. data/lib/lutaml/uml_repository/query_dsl/order.rb +90 -0
  514. data/lib/lutaml/uml_repository/query_dsl/query_builder.rb +296 -0
  515. data/lib/lutaml/uml_repository/repository.rb +764 -0
  516. data/lib/lutaml/uml_repository/repository_enhanced.rb +439 -0
  517. data/lib/lutaml/uml_repository/search_result.rb +86 -0
  518. data/lib/lutaml/uml_repository/static_site/configuration.rb +270 -0
  519. data/lib/lutaml/uml_repository/static_site/data_transformer.rb +967 -0
  520. data/lib/lutaml/uml_repository/static_site/generator.rb +401 -0
  521. data/lib/lutaml/uml_repository/static_site/id_generator.rb +115 -0
  522. data/lib/lutaml/uml_repository/static_site/search_index_builder.rb +317 -0
  523. data/lib/lutaml/uml_repository/static_site.rb +88 -0
  524. data/lib/lutaml/uml_repository/statistics_calculator.rb +334 -0
  525. data/lib/lutaml/uml_repository/validators/repository_validator.rb +404 -0
  526. data/lib/lutaml/uml_repository/web_ui/app.rb +144 -0
  527. data/lib/lutaml/uml_repository/web_ui/public/app.js +452 -0
  528. data/lib/lutaml/uml_repository/web_ui/public/styles.css +381 -0
  529. data/lib/lutaml/uml_repository/web_ui/views/index.erb +40 -0
  530. data/lib/lutaml/uml_repository.rb +97 -0
  531. data/lib/lutaml/version.rb +3 -1
  532. data/lib/lutaml/xmi/liquid_drops/association_drop.rb +60 -58
  533. data/lib/lutaml/xmi/liquid_drops/attribute_drop.rb +55 -53
  534. data/lib/lutaml/xmi/liquid_drops/cardinality_drop.rb +15 -13
  535. data/lib/lutaml/xmi/liquid_drops/connector_drop.rb +50 -46
  536. data/lib/lutaml/xmi/liquid_drops/constraint_drop.rb +19 -17
  537. data/lib/lutaml/xmi/liquid_drops/data_type_drop.rb +93 -90
  538. data/lib/lutaml/xmi/liquid_drops/dependency_drop.rb +26 -24
  539. data/lib/lutaml/xmi/liquid_drops/diagram_drop.rb +26 -24
  540. data/lib/lutaml/xmi/liquid_drops/enum_drop.rb +40 -37
  541. data/lib/lutaml/xmi/liquid_drops/enum_owned_literal_drop.rb +20 -18
  542. data/lib/lutaml/xmi/liquid_drops/generalization_attribute_drop.rb +64 -62
  543. data/lib/lutaml/xmi/liquid_drops/generalization_drop.rb +142 -140
  544. data/lib/lutaml/xmi/liquid_drops/klass_drop.rb +174 -170
  545. data/lib/lutaml/xmi/liquid_drops/operation_drop.rb +23 -21
  546. data/lib/lutaml/xmi/liquid_drops/package_drop.rb +95 -93
  547. data/lib/lutaml/xmi/liquid_drops/root_drop.rb +28 -25
  548. data/lib/lutaml/xmi/liquid_drops/source_target_drop.rb +39 -37
  549. data/lib/lutaml/xmi/parsers/xmi_base.rb +27 -17
  550. data/lib/lutaml/xmi/parsers/xml.rb +9 -9
  551. data/lib/lutaml/xmi.rb +37 -6
  552. data/lib/lutaml/xml/parsers/xml.rb +3 -1
  553. data/lib/lutaml/xml.rb +3 -1
  554. data/lib/lutaml.rb +14 -2
  555. data/lutaml.gemspec +16 -8
  556. data/plateau_all_packages.lur +0 -0
  557. data/templates/static_site/assets/scripts/app.js +45 -0
  558. data/templates/static_site/assets/scripts/core/state.js +419 -0
  559. data/templates/static_site/assets/scripts/core/utils.js +133 -0
  560. data/templates/static_site/assets/scripts/ui/details.js +74 -0
  561. data/templates/static_site/assets/scripts/ui/diagrams.js +345 -0
  562. data/templates/static_site/assets/scripts/ui/search.js +187 -0
  563. data/templates/static_site/assets/scripts/ui/sidebar.js +214 -0
  564. data/templates/static_site/assets/styles/00-variables.css +144 -0
  565. data/templates/static_site/assets/styles/01-reset.css +79 -0
  566. data/templates/static_site/assets/styles/02-base.css +149 -0
  567. data/templates/static_site/assets/styles/03-layout.css +171 -0
  568. data/templates/static_site/assets/styles/04-components.css +856 -0
  569. data/templates/static_site/assets/styles/05-utilities.css +89 -0
  570. data/templates/static_site/assets/styles/06-diagrams.css +277 -0
  571. data/templates/static_site/components/class_details.liquid +328 -0
  572. data/templates/static_site/components/content.liquid +508 -0
  573. data/templates/static_site/components/diagram_list.liquid +52 -0
  574. data/templates/static_site/components/diagram_viewer.liquid +71 -0
  575. data/templates/static_site/components/header.liquid +134 -0
  576. data/templates/static_site/components/package_details.liquid +119 -0
  577. data/templates/static_site/components/sidebar.liquid +46 -0
  578. data/templates/static_site/components/tree_node.liquid +81 -0
  579. data/templates/static_site/multi_file.liquid +46 -0
  580. data/templates/static_site/single_file.liquid +52 -0
  581. metadata +604 -31
  582. data/CODE_OF_CONDUCT.md +0 -74
  583. data/docs/lutaml-sysml.adoc +0 -10
@@ -0,0 +1,1467 @@
1
+ <?xml version='1.0' encoding='UTF-8' ?>
2
+ <xmi:XMI xmlns:xmi="http://www.omg.org/spec/XMI/20131001" xmlns:uml="http://www.omg.org/spec/UML/20161101" xmlns:umldi="http://www.omg.org/spec/UML/20161101/UMLDI" xmlns:dc="http://www.omg.org/spec/UML/20161101/UMLDC" xmlns:ArcGIS="http://www.sparxsystems.com/profiles/ArcGIS/1.0">
3
+ <xmi:Documentation exporter="Enterprise Architect" exporterVersion="6.5" exporterID="1624"/>
4
+ <uml:Model xmi:type="uml:Model" name="EA_Model">
5
+ <packagedElement xmi:type="uml:Package" xmi:id="EAPK_D45343E7_143F_4d37_9751_334A6C0A8441" name="Model">
6
+ <packagedElement xmi:type="uml:Package" xmi:id="EAPK_1EA391DC_BDB1_4db2_B393_1474F56055F6" name="ArcGIS Workspace">
7
+ <ownedComment xmi:type="uml:Comment" xmi:id="EAID_CEAA949C_EC9E_40b5_9AC5_A77FE155A446" body="The model is structured as follows:&#xA;&lt;ul&gt;&#xA;&#x9;&lt;li&gt;Feature classes are contained in the &quot;Features&quot; package. &lt;/li&gt;&#xA;&#x9;&lt;li&gt;CodedValue- and RangeDomains are contained in the &quot;Domains&quot; package. &lt;/li&gt;&#xA;&#x9;&lt;li&gt;Object classes are contained in the &quot;Tables&quot; package. &lt;/li&gt;&#xA;&#x9;&lt;li&gt;All association classes created to represent n:m relationships between model classes are contained in the &quot;Association Classes&quot; package. &lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;&lt;b&gt;Before exporting your model to an ArcGIS schema, you can change the Spatial Reference element (currently set to EPSG:4326).&lt;/b&gt;&#xA;&#xA;The Spatial Reference element is available under the &quot;Spatial References&quot; package. To change the spatial reference system, simply select the &quot;MySpatialReference&quot; element and choose: &lt;b&gt;Extensions &amp;gt; ArcGIS &amp;gt; Set Coordinate System&lt;/b&gt;.&#xA;&#xA;You can export your model as an ArcGIS schema by selecting the ArcGIS Workspace in the Project Browser and choosing:&#xA;&lt;b&gt;Extensions &amp;gt; ArcGIS &amp;gt; Export to ArcGIS Workspace XML&lt;/b&gt;">
8
+ <annotatedElement xmi:idref="EAPK_1EA391DC_BDB1_4db2_B393_1474F56055F6"/>
9
+ </ownedComment>
10
+ <packagedElement xmi:type="uml:Package" xmi:id="EAPK_292B5D20_3946_4fc1_9497_7C33D833B27A" name="Association Classes"/>
11
+ <packagedElement xmi:type="uml:Package" xmi:id="EAPK_7CA4EC83_5319_49ac_B909_22C57C277B34" name="Tables"/>
12
+ <packagedElement xmi:type="uml:Package" xmi:id="EAPK_383B0B20_7CDE_4a14_9B51_60F47EC25AB0" name="Features"/>
13
+ <packagedElement xmi:type="uml:Package" xmi:id="EAPK_30F303EA_912D_46dc_BC15_0A3E915689B4" name="Domains"/>
14
+ <packagedElement xmi:type="uml:Package" xmi:id="EAPK_4A553670_D049_4bdb_87DC_011F75DBC9E6" name="Spatial References">
15
+ <ownedComment xmi:type="uml:Comment" xmi:id="EAID_F86A161E_218D_49bb_B3F7_95E2B3221C43" body="Use this diagram to define the spatial reference information of your schema. You can define one or more Spatial Reference elements, which are referred to by other elements in your schema that require Spatial Reference information, such as a coordinate system, XYTolerance etc.">
16
+ <annotatedElement xmi:idref="EAPK_4A553670_D049_4bdb_87DC_011F75DBC9E6"/>
17
+ </ownedComment>
18
+ <packagedElement xmi:type="uml:Class" xmi:id="EAID_E6CEBD40_616F_48c5_9084_1226AA9DA500" name="MySpatialReference"/>
19
+ </packagedElement>
20
+ </packagedElement>
21
+ </packagedElement>
22
+ <umldi:Diagram xmi:type="umldi:UMLClassDiagram" xmi:id="EAID_7D960BD8_65D8_4934_9C11_4EF860DD8FBA" isFrame="false" modelElement="EAPK_1EA391DC_BDB1_4db2_B393_1474F56055F6">
23
+ <ownedElement xmi:type="umldi:UMLCompartmentableShape" xmi:id="EAID_7D960BD8_65D8_4934_9B51_60F47EC25AB0" modelElement="EAPK_383B0B20_7CDE_4a14_9B51_60F47EC25AB0">
24
+ <ownedElement xmi:type="umldi:UMLKeywordLabel" xmi:id="EAID_KL000000_65D8_4934_9B51_60F47EC25AB0" text="FeatureDataset"/>
25
+ <ownedElement xmi:type="umldi:UMLNameLabel" xmi:id="EAID_NL000000_65D8_4934_9B51_60F47EC25AB0" text="Features"/>
26
+ <bounds xmi:type="dc:bounds" xmi:id="EAID_DB000000_65D8_4934_9B51_60F47EC25AB0" x="15" y="374" width="142" height="69"/>
27
+ </ownedElement>
28
+ <ownedElement xmi:type="umldi:UMLCompartmentableShape" xmi:id="EAID_7D960BD8_65D8_4934_BC15_0A3E915689B4" modelElement="EAPK_30F303EA_912D_46dc_BC15_0A3E915689B4">
29
+ <ownedElement xmi:type="umldi:UMLNameLabel" xmi:id="EAID_NL000000_65D8_4934_BC15_0A3E915689B4" text="Domains"/>
30
+ <bounds xmi:type="dc:bounds" xmi:id="EAID_DB000000_65D8_4934_BC15_0A3E915689B4" x="173" y="374" width="142" height="69"/>
31
+ </ownedElement>
32
+ <ownedElement xmi:type="umldi:UMLCompartmentableShape" xmi:id="EAID_7D960BD8_65D8_4934_87DC_011F75DBC9E6" modelElement="EAPK_4A553670_D049_4bdb_87DC_011F75DBC9E6">
33
+ <ownedElement xmi:type="umldi:UMLNameLabel" xmi:id="EAID_NL000000_65D8_4934_87DC_011F75DBC9E6" text="Spatial References"/>
34
+ <bounds xmi:type="dc:bounds" xmi:id="EAID_DB000000_65D8_4934_87DC_011F75DBC9E6" x="489" y="374" width="142" height="69"/>
35
+ </ownedElement>
36
+ <ownedElement xmi:type="umldi:UMLShape" xmi:id="EAID_7D960BD8_65D8_4934_9AC5_A77FE155A446" modelElement="EAID_CEAA949C_EC9E_40b5_9AC5_A77FE155A446">
37
+ <bounds xmi:type="dc:bounds" xmi:id="EAID_DB000000_65D8_4934_9AC5_A77FE155A446" x="69" y="27" width="548" height="308"/>
38
+ </ownedElement>
39
+ <ownedElement xmi:type="umldi:UMLCompartmentableShape" xmi:id="EAID_7D960BD8_65D8_4934_B909_22C57C277B34" modelElement="EAPK_7CA4EC83_5319_49ac_B909_22C57C277B34">
40
+ <ownedElement xmi:type="umldi:UMLNameLabel" xmi:id="EAID_NL000000_65D8_4934_B909_22C57C277B34" text="Tables"/>
41
+ <bounds xmi:type="dc:bounds" xmi:id="EAID_DB000000_65D8_4934_B909_22C57C277B34" x="331" y="374" width="142" height="69"/>
42
+ </ownedElement>
43
+ <ownedElement xmi:type="umldi:UMLCompartmentableShape" xmi:id="EAID_7D960BD8_65D8_4934_9497_7C33D833B27A" modelElement="EAPK_292B5D20_3946_4fc1_9497_7C33D833B27A">
44
+ <ownedElement xmi:type="umldi:UMLNameLabel" xmi:id="EAID_NL000000_65D8_4934_9497_7C33D833B27A" text="Association Classes"/>
45
+ <bounds xmi:type="dc:bounds" xmi:id="EAID_DB000000_65D8_4934_9497_7C33D833B27A" x="15" y="477" width="131" height="80"/>
46
+ </ownedElement>
47
+ </umldi:Diagram>
48
+ <umldi:Diagram xmi:type="umldi:UMLClassDiagram" xmi:id="EAID_9EE6A41B_5FAA_4c89_B98F_732059778630" isFrame="false" modelElement="EAPK_292B5D20_3946_4fc1_9497_7C33D833B27A"/>
49
+ <umldi:Diagram xmi:type="umldi:UMLClassDiagram" xmi:id="EAID_87DAE930_5069_4c58_AC65_4B0B2C0F32C8" isFrame="false" modelElement="EAPK_7CA4EC83_5319_49ac_B909_22C57C277B34"/>
50
+ <umldi:Diagram xmi:type="umldi:UMLClassDiagram" xmi:id="EAID_6A3C55E8_3C3C_4f3a_8AAC_0299C5B23070" isFrame="false" modelElement="EAPK_383B0B20_7CDE_4a14_9B51_60F47EC25AB0"/>
51
+ <umldi:Diagram xmi:type="umldi:UMLClassDiagram" xmi:id="EAID_1DE6B973_CE8A_416f_909B_54CEA1E5944E" isFrame="false" modelElement="EAPK_30F303EA_912D_46dc_BC15_0A3E915689B4"/>
52
+ <umldi:Diagram xmi:type="umldi:UMLClassDiagram" xmi:id="EAID_7C44AC09_27C1_47b3_9A85_88EC71C081FF" isFrame="false" modelElement="EAPK_4A553670_D049_4bdb_87DC_011F75DBC9E6">
53
+ <ownedElement xmi:type="umldi:UMLShape" xmi:id="EAID_7C44AC09_27C1_47b3_B3F7_95E2B3221C43" modelElement="EAID_F86A161E_218D_49bb_B3F7_95E2B3221C43">
54
+ <bounds xmi:type="dc:bounds" xmi:id="EAID_DB000000_27C1_47b3_B3F7_95E2B3221C43" x="50" y="30" width="273" height="146"/>
55
+ </ownedElement>
56
+ <ownedElement xmi:type="umldi:UMLClassifierShape" xmi:id="EAID_7C44AC09_27C1_47b3_9084_1226AA9DA500" modelElement="EAID_E6CEBD40_616F_48c5_9084_1226AA9DA500">
57
+ <ownedElement xmi:type="umldi:UMLKeywordLabel" xmi:id="EAID_KL000000_27C1_47b3_9084_1226AA9DA500" text="SpatialReference"/>
58
+ <ownedElement xmi:type="umldi:UMLNameLabel" xmi:id="EAID_NL000000_27C1_47b3_9084_1226AA9DA500" text="MySpatialReference"/>
59
+ <bounds xmi:type="dc:bounds" xmi:id="EAID_DB000000_27C1_47b3_9084_1226AA9DA500" x="49" y="216" width="260" height="254"/>
60
+ </ownedElement>
61
+ </umldi:Diagram>
62
+ <profileApplication xmi:type="uml:ProfileApplication" xmi:id="profileap_9B244878-1">
63
+ <appliedProfile xmi:type="uml:Profile" href="http://www.sparxsystems.com/profiles/ArcGIS/1.0#9B244878-1"/>
64
+ </profileApplication>
65
+ </uml:Model>
66
+ <xmi:Extension extender="Enterprise Architect" extenderID="6.5">
67
+ <elements>
68
+ <element xmi:idref="EAPK_D45343E7_143F_4d37_9751_334A6C0A8441">
69
+ <packageproperties/>
70
+ <paths/>
71
+ <times created="2012-04-17 00:00:00" modified="2012-04-17 00:00:00" lastloaddate="2014-11-07 13:33:43"/>
72
+ <flags iscontrolled="0" isprotected="0" usedtd="0" logxml="0" packageFlags="isModel=1;"/>
73
+ </element>
74
+ <element xmi:idref="EAPK_1EA391DC_BDB1_4db2_B393_1474F56055F6" xmi:type="uml:Package" name="ArcGIS Workspace" scope="public">
75
+ <model package2="EAID_1EA391DC_BDB1_4db2_B393_1474F56055F6" package="EAPK_D45343E7_143F_4d37_9751_334A6C0A8441" tpos="0" ea_localid="2" ea_eleType="package"/>
76
+ <properties isSpecification="false" sType="Package" nType="0" scope="public" stereotype="ArcGIS"/>
77
+ <project version="1.0" phase="1.0" created="2014-11-07 13:33:42" modified="2012-03-02 11:21:21" complexity="1" status="Proposed"/>
78
+ <code gentype="Java"/>
79
+ <style appearance="BackColor=-1;BorderColor=-1;BorderWidth=-1;FontColor=-1;VSwimLanes=1;HSwimLanes=1;BorderStyle=0;"/>
80
+ <tags>
81
+ <tag xmi:id="EAID_43B77AE2_315C_9131_9BCC_2DE1EEB10677" name="DefaultSpatialReference" value="{E6CEBD40-616F-48c5-9084-1226AA9DA500}" modelElement="EAID_1EA391DC_BDB1_4db2_B393_1474F56055F6"/>
82
+ <tag xmi:id="EAID_0C6BCFA1_797B_6879_AEE9_276F450D8353" name="MetaData" modelElement="EAID_1EA391DC_BDB1_4db2_B393_1474F56055F6"/>
83
+ <tag xmi:id="EAID_B4571FAF_5069_9950_B019_C4CFCC22E3AF" name="OrderInheritedFields" value="Top-down#NOTES#Values: Top-down,Alphabetic&#xA;Default: Top-down&#xA;" modelElement="EAID_1EA391DC_BDB1_4db2_B393_1474F56055F6"/>
84
+ <tag xmi:id="EAID_FC3F4171_B78B_8eb7_B1A6_BF6F25DFCDE1" name="WorkspaceType" value="esriLocalDatabaseWorkspace#NOTES#Values: esriFileSystemWorkspace,esriLocalDatabaseWorkspace,esriRemoteDatabaseWorkspace&#xA;Default: esriLocalDatabaseWorkspace&#xA;" modelElement="EAID_1EA391DC_BDB1_4db2_B393_1474F56055F6"/>
85
+ </tags>
86
+ <xrefs value="$XREFPROP=$XID={A1FFCF0D-9FAD-472e-864D-09BF32F7ED69}$XID;$NAM=Stereotypes$NAM;$TYP=element property$TYP;$VIS=Public$VIS;$PAR=0$PAR;$DES=@STEREO;Name=ArcGIS;FQName=ArcGIS::ArcGIS;@ENDSTEREO;$DES;$CLT={1EA391DC-BDB1-4db2-B393-1474F56055F6}$CLT;$SUP=&lt;none&gt;$SUP;$ENDXREF;"/>
87
+ <extendedProperties tagged="0" package_name="Model"/>
88
+ <packageproperties version="1.0" tpos="0"/>
89
+ <paths/>
90
+ <times created="2014-11-07 13:33:42" modified="2012-03-02 11:21:21" lastloaddate="2014-11-07 13:33:42" lastsavedate="2014-11-07 13:33:42"/>
91
+ <flags iscontrolled="0" isprotected="0" batchsave="0" batchload="0" usedtd="0" logxml="0"/>
92
+ </element>
93
+ <element xmi:idref="EAID_CEAA949C_EC9E_40b5_9AC5_A77FE155A446" xmi:type="uml:Note" scope="public">
94
+ <model package="EAPK_1EA391DC_BDB1_4db2_B393_1474F56055F6" tpos="0" ea_localid="2" ea_eleType="element"/>
95
+ <properties documentation="The model is structured as follows:&#xA;&lt;ul&gt;&#xA;&#x9;&lt;li&gt;Feature classes are contained in the &quot;Features&quot; package. &lt;/li&gt;&#xA;&#x9;&lt;li&gt;CodedValue- and RangeDomains are contained in the &quot;Domains&quot; package. &lt;/li&gt;&#xA;&#x9;&lt;li&gt;Object classes are contained in the &quot;Tables&quot; package. &lt;/li&gt;&#xA;&#x9;&lt;li&gt;All association classes created to represent n:m relationships between model classes are contained in the &quot;Association Classes&quot; package. &lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;&lt;b&gt;Before exporting your model to an ArcGIS schema, you can change the Spatial Reference element (currently set to EPSG:4326).&lt;/b&gt;&#xA;&#xA;The Spatial Reference element is available under the &quot;Spatial References&quot; package. To change the spatial reference system, simply select the &quot;MySpatialReference&quot; element and choose: &lt;b&gt;Extensions &amp;gt; ArcGIS &amp;gt; Set Coordinate System&lt;/b&gt;.&#xA;&#xA;You can export your model as an ArcGIS schema by selecting the ArcGIS Workspace in the Project Browser and choosing:&#xA;&lt;b&gt;Extensions &amp;gt; ArcGIS &amp;gt; Export to ArcGIS Workspace XML&lt;/b&gt;" isSpecification="false" sType="Note" nType="0" scope="public"/>
96
+ <project version="1.0" phase="1.0" created="2014-11-07 13:33:42" modified="2014-12-19 09:48:01" complexity="1" status="Proposed"/>
97
+ <code gentype="ArcGIS"/>
98
+ <style appearance="BackColor=-1;BorderColor=-1;BorderWidth=-1;FontColor=-1;VSwimLanes=1;HSwimLanes=1;BorderStyle=0;"/>
99
+ <tags/>
100
+ <xrefs/>
101
+ <extendedProperties tagged="0" package_name="ArcGIS Workspace"/>
102
+ </element>
103
+ <element xmi:idref="EAPK_292B5D20_3946_4fc1_9497_7C33D833B27A" xmi:type="uml:Package" name="Association Classes" scope="public">
104
+ <model package2="EAID_292B5D20_3946_4fc1_9497_7C33D833B27A" package="EAPK_1EA391DC_BDB1_4db2_B393_1474F56055F6" tpos="0" ea_localid="8" ea_eleType="package"/>
105
+ <properties isSpecification="false" sType="Package" nType="0" scope="public"/>
106
+ <project author="Johannes Echterhoff" version="1.0" phase="1.0" created="2014-11-20 17:23:04" modified="2014-11-20 17:23:04" complexity="1" status="Proposed"/>
107
+ <code gentype="Java"/>
108
+ <style appearance="BackColor=-1;BorderColor=-1;BorderWidth=-1;FontColor=-1;VSwimLanes=1;HSwimLanes=1;BorderStyle=0;"/>
109
+ <tags/>
110
+ <xrefs/>
111
+ <extendedProperties tagged="0" package_name="ArcGIS Workspace"/>
112
+ <packageproperties version="1.0"/>
113
+ <paths/>
114
+ <times created="2014-11-20 17:23:04" modified="2014-11-20 17:23:20"/>
115
+ <flags iscontrolled="0" isprotected="0" usedtd="0" logxml="0"/>
116
+ </element>
117
+ <element xmi:idref="EAPK_7CA4EC83_5319_49ac_B909_22C57C277B34" xmi:type="uml:Package" name="Tables" scope="public">
118
+ <model package2="EAID_7CA4EC83_5319_49ac_B909_22C57C277B34" package="EAPK_1EA391DC_BDB1_4db2_B393_1474F56055F6" tpos="0" ea_localid="7" ea_eleType="package"/>
119
+ <properties isSpecification="false" sType="Package" nType="0" scope="public"/>
120
+ <project author="Johannes Echterhoff" version="1.0" phase="1.0" created="2014-11-12 11:43:03" modified="2014-11-12 11:43:03" complexity="1" status="Proposed"/>
121
+ <code gentype="Java"/>
122
+ <style appearance="BackColor=-1;BorderColor=-1;BorderWidth=-1;FontColor=-1;VSwimLanes=1;HSwimLanes=1;BorderStyle=0;"/>
123
+ <tags/>
124
+ <xrefs/>
125
+ <extendedProperties tagged="0" package_name="ArcGIS Workspace"/>
126
+ <packageproperties version="1.0"/>
127
+ <paths/>
128
+ <times created="2014-11-12 11:43:03" modified="2014-11-12 11:47:36"/>
129
+ <flags iscontrolled="0" isprotected="0" usedtd="0" logxml="0"/>
130
+ </element>
131
+ <element xmi:idref="EAPK_383B0B20_7CDE_4a14_9B51_60F47EC25AB0" xmi:type="uml:Package" name="Features" scope="public">
132
+ <model package2="EAID_383B0B20_7CDE_4a14_9B51_60F47EC25AB0" package="EAPK_1EA391DC_BDB1_4db2_B393_1474F56055F6" tpos="1" ea_localid="3" ea_eleType="package"/>
133
+ <properties isSpecification="false" sType="Package" nType="0" scope="public" stereotype="FeatureDataset"/>
134
+ <project version="1.0" phase="1.0" created="2014-11-07 13:33:42" modified="2012-03-02 11:53:03" complexity="1" status="Proposed"/>
135
+ <code gentype="Java"/>
136
+ <style appearance="BackColor=-1;BorderColor=-1;BorderWidth=-1;FontColor=-1;VSwimLanes=1;HSwimLanes=1;BorderStyle=0;"/>
137
+ <tags>
138
+ <tag xmi:id="EAID_A6C738B8_AE8B_c8ae_9171_F65A157838FA" name="CanVersion" value="false#NOTES#Values: true,false&#xA;Default: false&#xA;" modelElement="EAID_383B0B20_7CDE_4a14_9B51_60F47EC25AB0"/>
139
+ <tag xmi:id="EAID_0038CD04_9457_5694_92B5_0D82C2BB4D88" name="DSID" modelElement="EAID_383B0B20_7CDE_4a14_9B51_60F47EC25AB0"/>
140
+ <tag xmi:id="EAID_A322DA8C_0E7F_160e_B7ED_38F4A0F4FA5E" name="FullPropsDefault" value="true#NOTES#Values: true,false&#xA;Default: true&#xA;" modelElement="EAID_383B0B20_7CDE_4a14_9B51_60F47EC25AB0"/>
141
+ <tag xmi:id="EAID_0C6BCFA1_C4D4_22c4_A355_E595E7A5A947" name="Metadata" modelElement="EAID_383B0B20_7CDE_4a14_9B51_60F47EC25AB0"/>
142
+ <tag xmi:id="EAID_5AE619BD_71D0_fe71_9C85_A6CA5F327C7E" name="SpatialReference" value="{E6CEBD40-616F-48c5-9084-1226AA9DA500}" modelElement="EAID_383B0B20_7CDE_4a14_9B51_60F47EC25AB0"/>
143
+ <tag xmi:id="EAID_42B02DCF_C962_45c9_BD32_7D1681661386" name="Versioned" value="false#NOTES#Values: true,false&#xA;Default: false&#xA;" modelElement="EAID_383B0B20_7CDE_4a14_9B51_60F47EC25AB0"/>
144
+ </tags>
145
+ <xrefs value="$XREFPROP=$XID={5D94762E-DA37-4d35-AE39-B745FFB9A533}$XID;$NAM=CustomProperties$NAM;$TYP=element property$TYP;$VIS=Public$VIS;$PAR=0$PAR;$DES=@PROP=@NAME=_defaultDiagramType@ENDNAME;@TYPE=string@ENDTYPE;@VALU=ArcGIS::ArcGIS@ENDVALU;@PRMT=@ENDPRMT;@ENDPROP;@PROP=@NAME=_makeComposite@ENDNAME;@TYPE=string@ENDTYPE;@VALU=true@ENDVALU;@PRMT=@ENDPRMT;@ENDPROP;$DES;$CLT={383B0B20-7CDE-4a14-9B51-60F47EC25AB0}$CLT;$ENDXREF;$XREFPROP=$XID={0BB57E88-3918-44ea-BC91-5B6AB30A43EF}$XID;$NAM=Stereotypes$NAM;$TYP=element property$TYP;$VIS=Public$VIS;$PAR=0$PAR;$DES=@STEREO;Name=FeatureDataset;FQName=ArcGIS::FeatureDataset;@ENDSTEREO;$DES;$CLT={383B0B20-7CDE-4a14-9B51-60F47EC25AB0}$CLT;$ENDXREF;"/>
146
+ <extendedProperties tagged="0" package_name="ArcGIS Workspace"/>
147
+ <packageproperties version="1.0" tpos="1"/>
148
+ <paths/>
149
+ <times created="2014-11-07 13:33:42" modified="2014-11-20 17:23:20" lastloaddate="2014-11-07 13:33:42" lastsavedate="2014-11-07 13:33:42"/>
150
+ <flags iscontrolled="0" isprotected="0" batchsave="0" batchload="0" usedtd="0" logxml="0"/>
151
+ </element>
152
+ <element xmi:idref="EAPK_30F303EA_912D_46dc_BC15_0A3E915689B4" xmi:type="uml:Package" name="Domains" scope="public">
153
+ <model package2="EAID_30F303EA_912D_46dc_BC15_0A3E915689B4" package="EAPK_1EA391DC_BDB1_4db2_B393_1474F56055F6" tpos="2" ea_localid="4" ea_eleType="package"/>
154
+ <properties isSpecification="false" sType="Package" nType="0" scope="public"/>
155
+ <project version="1.0" phase="1.0" created="2014-11-07 13:33:42" modified="2012-03-02 11:52:35" complexity="1" status="Proposed"/>
156
+ <code gentype="ArcGIS"/>
157
+ <style appearance="BackColor=-1;BorderColor=-1;BorderWidth=-1;FontColor=-1;VSwimLanes=1;HSwimLanes=1;BorderStyle=0;"/>
158
+ <tags/>
159
+ <xrefs/>
160
+ <extendedProperties tagged="0" package_name="ArcGIS Workspace"/>
161
+ <packageproperties version="1.0" tpos="2"/>
162
+ <paths/>
163
+ <times created="2014-11-07 13:33:42" modified="2014-11-12 11:47:36" lastloaddate="2014-11-07 13:33:42" lastsavedate="2014-11-07 13:33:42"/>
164
+ <flags iscontrolled="0" isprotected="0" batchsave="0" batchload="0" usedtd="0" logxml="0"/>
165
+ </element>
166
+ <element xmi:idref="EAPK_4A553670_D049_4bdb_87DC_011F75DBC9E6" xmi:type="uml:Package" name="Spatial References" scope="public">
167
+ <model package2="EAID_4A553670_D049_4bdb_87DC_011F75DBC9E6" package="EAPK_1EA391DC_BDB1_4db2_B393_1474F56055F6" tpos="3" ea_localid="5" ea_eleType="package"/>
168
+ <properties isSpecification="false" sType="Package" nType="0" scope="public"/>
169
+ <project version="1.0" phase="1.0" created="2014-11-07 13:33:42" modified="2012-03-02 11:52:20" complexity="1" status="Proposed"/>
170
+ <code gentype="ArcGIS"/>
171
+ <style appearance="BackColor=-1;BorderColor=-1;BorderWidth=-1;FontColor=-1;VSwimLanes=1;HSwimLanes=1;BorderStyle=0;"/>
172
+ <tags/>
173
+ <xrefs/>
174
+ <extendedProperties tagged="0" package_name="ArcGIS Workspace"/>
175
+ <packageproperties version="1.0" tpos="3"/>
176
+ <paths/>
177
+ <times created="2014-11-07 13:33:42" modified="2014-11-12 11:47:36" lastloaddate="2014-11-07 13:33:42" lastsavedate="2014-11-07 13:33:42"/>
178
+ <flags iscontrolled="0" isprotected="0" batchsave="0" batchload="0" usedtd="0" logxml="0"/>
179
+ </element>
180
+ <element xmi:idref="EAID_F86A161E_218D_49bb_B3F7_95E2B3221C43" xmi:type="uml:Note" scope="public">
181
+ <model package="EAPK_4A553670_D049_4bdb_87DC_011F75DBC9E6" tpos="0" ea_localid="8" ea_eleType="element"/>
182
+ <properties documentation="Use this diagram to define the spatial reference information of your schema. You can define one or more Spatial Reference elements, which are referred to by other elements in your schema that require Spatial Reference information, such as a coordinate system, XYTolerance etc." isSpecification="false" sType="Note" nType="0" scope="public"/>
183
+ <project version="1.0" phase="1.0" created="2014-11-07 13:33:42" modified="2012-03-02 11:39:19" complexity="1" status="Proposed"/>
184
+ <code gentype="ArcGIS"/>
185
+ <style appearance="BackColor=-1;BorderColor=-1;BorderWidth=-1;FontColor=-1;VSwimLanes=1;HSwimLanes=1;BorderStyle=0;"/>
186
+ <tags/>
187
+ <xrefs/>
188
+ <extendedProperties tagged="0" package_name="Spatial References"/>
189
+ </element>
190
+ <element xmi:idref="EAID_E6CEBD40_616F_48c5_9084_1226AA9DA500" xmi:type="uml:Class" name="MySpatialReference" scope="public">
191
+ <model package="EAPK_4A553670_D049_4bdb_87DC_011F75DBC9E6" tpos="0" ea_localid="9" ea_eleType="element"/>
192
+ <properties isSpecification="false" sType="Class" nType="0" scope="public" stereotype="SpatialReference" isRoot="false" isLeaf="false" isAbstract="false" isActive="false"/>
193
+ <project version="1.0" phase="1.0" created="2014-11-07 13:33:42" modified="2012-05-08 11:09:52" complexity="1" status="Proposed"/>
194
+ <code gentype="ArcGIS"/>
195
+ <style appearance="BackColor=-1;BorderColor=-1;BorderWidth=-1;FontColor=-1;VSwimLanes=1;HSwimLanes=1;BorderStyle=0;"/>
196
+ <tags>
197
+ <tag xmi:id="EAID_2A129DEF_83CD_3683_9B1B_C5A8C2B17873" name="CoordinateSystemType" value="GeographicCoordinateSystem#NOTES#Values:UnknownCoordinateSystem,GeographicCoordinateSystem,ProjectedCoordinateSystem&#xA; Default:UnknownCoordinateSystem" modelElement="EAID_E6CEBD40_616F_48c5_9084_1226AA9DA500"/>
198
+ <tag xmi:id="EAID_181CE0AC_1C6A_f41c_BBAC_465A777A7926" name="HighPrecision" value="true" modelElement="EAID_E6CEBD40_616F_48c5_9084_1226AA9DA500"/>
199
+ <tag xmi:id="EAID_6457EA16_25D4_2f25_8E9E_A01EB334A234" name="LeftLongitude" value="-180" modelElement="EAID_E6CEBD40_616F_48c5_9084_1226AA9DA500"/>
200
+ <tag xmi:id="EAID_D1C2BD55_F693_9af6_AE70_3AFC4F282668" name="MOrigin" value="-100000" modelElement="EAID_E6CEBD40_616F_48c5_9084_1226AA9DA500"/>
201
+ <tag xmi:id="EAID_069B42F5_4C73_924c_B69E_D418F76DD73A" name="MScale" value="10000" modelElement="EAID_E6CEBD40_616F_48c5_9084_1226AA9DA500"/>
202
+ <tag xmi:id="EAID_5EDEF14A_89C8_1a89_A8A3_B831BEB0C21E" name="MTolerance" value="0.001" modelElement="EAID_E6CEBD40_616F_48c5_9084_1226AA9DA500"/>
203
+ <tag xmi:id="EAID_6AAACF5B_DFF9_2ddf_8487_E5272A9EC121" name="VCSWKID" modelElement="EAID_E6CEBD40_616F_48c5_9084_1226AA9DA500"/>
204
+ <tag xmi:id="EAID_1A814C22_3D20_663d_A88D_60E010CD2033" name="VCSWKT" value="&lt;memo&gt;" modelElement="EAID_E6CEBD40_616F_48c5_9084_1226AA9DA500"/>
205
+ <tag xmi:id="EAID_0043162F_A3ED_4da3_BA03_D4640E82DBF6" name="WKID" value="4326" modelElement="EAID_E6CEBD40_616F_48c5_9084_1226AA9DA500"/>
206
+ <tag xmi:id="EAID_00020876_5294_e352_9C9C_36BDA2F1CBE8" name="WKT" value="&lt;memo&gt;#NOTES#GEOGCS[&quot;GCS_WGS_1984&quot;,DATUM[&quot;D_WGS_1984&quot;,SPHEROID[&quot;WGS_1984&quot;,6378137.0,298.257223563]],PRIMEM[&quot;Greenwich&quot;,0.0],UNIT[&quot;Degree&quot;,0.0174532925199433]]" modelElement="EAID_E6CEBD40_616F_48c5_9084_1226AA9DA500"/>
207
+ <tag xmi:id="EAID_208359A0_92DE_5b92_8309_823C56E9BF14" name="XOrigin" value="-400" modelElement="EAID_E6CEBD40_616F_48c5_9084_1226AA9DA500"/>
208
+ <tag xmi:id="EAID_37E5A4F9_CE17_7ace_AE69_BD34F6DCBDA1" name="XYScale" value="999999999.99999988" modelElement="EAID_E6CEBD40_616F_48c5_9084_1226AA9DA500"/>
209
+ <tag xmi:id="EAID_12D2B54E_3D6C_f33d_A2E1_A99D27C35C01" name="XYTolerance" value="8.983152841195215E-09" modelElement="EAID_E6CEBD40_616F_48c5_9084_1226AA9DA500"/>
210
+ <tag xmi:id="EAID_6D7D9661_CF9F_55cf_95E0_32485C092563" name="YOrigin" value="-400" modelElement="EAID_E6CEBD40_616F_48c5_9084_1226AA9DA500"/>
211
+ <tag xmi:id="EAID_BA77D322_0C60_500c_82ED_ED3337E6F856" name="ZOrigin" value="-100000" modelElement="EAID_E6CEBD40_616F_48c5_9084_1226AA9DA500"/>
212
+ <tag xmi:id="EAID_24EE5322_5CA0_e55c_8667_89C0C9D21BC7" name="ZScale" value="10000" modelElement="EAID_E6CEBD40_616F_48c5_9084_1226AA9DA500"/>
213
+ <tag xmi:id="EAID_93684FF7_E875_a3e8_8D98_8FED641C53C8" name="ZTolerance" value="0.001" modelElement="EAID_E6CEBD40_616F_48c5_9084_1226AA9DA500"/>
214
+ </tags>
215
+ <xrefs value="$XREFPROP=$XID={5F14E2F1-2B92-46a8-9678-1E533CDCDF6C}$XID;$NAM=Stereotypes$NAM;$TYP=element property$TYP;$VIS=Public$VIS;$PAR=0$PAR;$DES=@STEREO;Name=SpatialReference;FQName=ArcGIS::SpatialReference;@ENDSTEREO;$DES;$CLT={E6CEBD40-616F-48c5-9084-1226AA9DA500}$CLT;$ENDXREF;"/>
216
+ <extendedProperties tagged="0" package_name="Spatial References"/>
217
+ </element>
218
+ </elements>
219
+ <connectors/>
220
+ <primitivetypes>
221
+ <packagedElement xmi:type="uml:Package" xmi:id="EAPrimitiveTypesPackage" name="EA_PrimitiveTypes_Package"/>
222
+ </primitivetypes>
223
+ <profiles>
224
+ <uml:Profile xmlns:uml="http://www.omg.org/spec/UML/20161101" xmlns:xmi="http://www.omg.org/spec/XMI/20161101" xmi:id="9B244878-1" nsPrefix="ArcGIS" name="ArcGIS" metamodelReference="mmref01">
225
+ <ownedComment xmi:type="uml:Comment" xmi:id="comment01" annotatedElement="9B244878-1">
226
+ <body>ArcGIS Version:1.0</body>
227
+ </ownedComment>
228
+ <packageImport xmi:id="mmref01">
229
+ <importedPackage href="http://www.omg.org/spec/UML/20161101"/>
230
+ </packageImport>
231
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="NetworkWeight" name="NetworkWeight">
232
+ <ownedAttribute xmi:type="uml:Property" xmi:id="NetworkWeight-base_Attribute" name="base_Attribute" association="Attribute_NetworkWeight">
233
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Attribute"/>
234
+ </ownedAttribute>
235
+ <ownedAttribute xmi:type="uml:Property" xmi:id="NetworkWeight-WeightID" name="WeightID">
236
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
237
+ </ownedAttribute>
238
+ <ownedAttribute xmi:type="uml:Property" xmi:id="NetworkWeight-NetWeightAssociation" name="NetWeightAssociation">
239
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
240
+ </ownedAttribute>
241
+ <ownedAttribute xmi:type="uml:Property" xmi:id="NetworkWeight-WeightType" name="WeightType">
242
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
243
+ </ownedAttribute>
244
+ <ownedAttribute xmi:type="uml:Property" xmi:id="NetworkWeight-BitGateSize" name="BitGateSize">
245
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
246
+ </ownedAttribute>
247
+ </packagedElement>
248
+ <packagedElement xmi:type="uml:Extension" xmi:id="Attribute_NetworkWeight" name="A_Attribute_NetworkWeight" memberEnd="extension_NetworkWeight NetworkWeight-base_Attribute">
249
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_NetworkWeight" name="extension_NetworkWeight" type="NetworkWeight" isComposite="true" lower="0" upper="1" memberEnd="extension_NetworkWeight NetworkWeight-base_Attribute"/>
250
+ </packagedElement>
251
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="AttributeIndex" name="AttributeIndex">
252
+ <ownedAttribute xmi:type="uml:Property" xmi:id="AttributeIndex-base_Attribute" name="base_Attribute" association="Attribute_AttributeIndex">
253
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Attribute"/>
254
+ </ownedAttribute>
255
+ <ownedAttribute xmi:type="uml:Property" xmi:id="AttributeIndex-IsAscending" name="IsAscending">
256
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
257
+ </ownedAttribute>
258
+ <ownedAttribute xmi:type="uml:Property" xmi:id="AttributeIndex-Fields" name="Fields">
259
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
260
+ </ownedAttribute>
261
+ <ownedAttribute xmi:type="uml:Property" xmi:id="AttributeIndex-IsUnique" name="IsUnique">
262
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
263
+ </ownedAttribute>
264
+ </packagedElement>
265
+ <packagedElement xmi:type="uml:Extension" xmi:id="Attribute_AttributeIndex" name="A_Attribute_AttributeIndex" memberEnd="extension_AttributeIndex AttributeIndex-base_Attribute">
266
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_AttributeIndex" name="extension_AttributeIndex" type="AttributeIndex" isComposite="true" lower="0" upper="1" memberEnd="extension_AttributeIndex AttributeIndex-base_Attribute"/>
267
+ </packagedElement>
268
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="Polyline" name="Polyline">
269
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polyline-base_Class" name="base_Class" association="Class_Polyline">
270
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Class"/>
271
+ </ownedAttribute>
272
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polyline-ModelName" name="ModelName">
273
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
274
+ </ownedAttribute>
275
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polyline-RasterFieldName" name="RasterFieldName">
276
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
277
+ </ownedAttribute>
278
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polyline-OIDFieldName" name="OIDFieldName">
279
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
280
+ </ownedAttribute>
281
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polyline-Metadata" name="Metadata">
282
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
283
+ </ownedAttribute>
284
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polyline-CanVersion" name="CanVersion">
285
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
286
+ </ownedAttribute>
287
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polyline-Versioned" name="Versioned">
288
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
289
+ </ownedAttribute>
290
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polyline-FeatureType" name="FeatureType">
291
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
292
+ </ownedAttribute>
293
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polyline-AreaFieldName" name="AreaFieldName">
294
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
295
+ </ownedAttribute>
296
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polyline-HasSpatialIndex" name="HasSpatialIndex">
297
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
298
+ </ownedAttribute>
299
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polyline-HasZ" name="HasZ">
300
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
301
+ </ownedAttribute>
302
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polyline-LengthFieldName" name="LengthFieldName">
303
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
304
+ </ownedAttribute>
305
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polyline-HasM" name="HasM">
306
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
307
+ </ownedAttribute>
308
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polyline-GlobalIDFieldName" name="GlobalIDFieldName">
309
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
310
+ </ownedAttribute>
311
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polyline-ShapeFieldName" name="ShapeFieldName">
312
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
313
+ </ownedAttribute>
314
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polyline-SpatialReference" name="SpatialReference">
315
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
316
+ </ownedAttribute>
317
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polyline-DSID" name="DSID">
318
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
319
+ </ownedAttribute>
320
+ </packagedElement>
321
+ <packagedElement xmi:type="uml:Extension" xmi:id="Class_Polyline" name="A_Class_Polyline" memberEnd="extension_Polyline Polyline-base_Class">
322
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_Polyline" name="extension_Polyline" type="Polyline" isComposite="true" lower="0" upper="1" memberEnd="extension_Polyline Polyline-base_Class"/>
323
+ </packagedElement>
324
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="Association" name="Association">
325
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Association-base_Association" name="base_Association" association="Association_Association">
326
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Association"/>
327
+ </ownedAttribute>
328
+ </packagedElement>
329
+ <packagedElement xmi:type="uml:Extension" xmi:id="Association_Association" name="A_Association_Association" memberEnd="extension_Association Association-base_Association">
330
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_Association" name="extension_Association" type="Association" isComposite="true" lower="0" upper="1" memberEnd="extension_Association Association-base_Association"/>
331
+ </packagedElement>
332
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="RelationshipRule" name="RelationshipRule">
333
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RelationshipRule-base_Association" name="base_Association" association="Association_RelationshipRule">
334
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Association"/>
335
+ </ownedAttribute>
336
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RelationshipRule-RuleID" name="RuleID">
337
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
338
+ </ownedAttribute>
339
+ </packagedElement>
340
+ <packagedElement xmi:type="uml:Extension" xmi:id="Association_RelationshipRule" name="A_Association_RelationshipRule" memberEnd="extension_RelationshipRule RelationshipRule-base_Association">
341
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_RelationshipRule" name="extension_RelationshipRule" type="RelationshipRule" isComposite="true" lower="0" upper="1" memberEnd="extension_RelationshipRule RelationshipRule-base_Association"/>
342
+ </packagedElement>
343
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="MultiPatch" name="MultiPatch">
344
+ <ownedAttribute xmi:type="uml:Property" xmi:id="MultiPatch-base_Class" name="base_Class" association="Class_MultiPatch">
345
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Class"/>
346
+ </ownedAttribute>
347
+ <ownedAttribute xmi:type="uml:Property" xmi:id="MultiPatch-ModelName" name="ModelName">
348
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
349
+ </ownedAttribute>
350
+ <ownedAttribute xmi:type="uml:Property" xmi:id="MultiPatch-RasterFieldName" name="RasterFieldName">
351
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
352
+ </ownedAttribute>
353
+ <ownedAttribute xmi:type="uml:Property" xmi:id="MultiPatch-OIDFieldName" name="OIDFieldName">
354
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
355
+ </ownedAttribute>
356
+ <ownedAttribute xmi:type="uml:Property" xmi:id="MultiPatch-Metadata" name="Metadata">
357
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
358
+ </ownedAttribute>
359
+ <ownedAttribute xmi:type="uml:Property" xmi:id="MultiPatch-CanVersion" name="CanVersion">
360
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
361
+ </ownedAttribute>
362
+ <ownedAttribute xmi:type="uml:Property" xmi:id="MultiPatch-Versioned" name="Versioned">
363
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
364
+ </ownedAttribute>
365
+ <ownedAttribute xmi:type="uml:Property" xmi:id="MultiPatch-FeatureType" name="FeatureType">
366
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
367
+ </ownedAttribute>
368
+ <ownedAttribute xmi:type="uml:Property" xmi:id="MultiPatch-AreaFieldName" name="AreaFieldName">
369
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
370
+ </ownedAttribute>
371
+ <ownedAttribute xmi:type="uml:Property" xmi:id="MultiPatch-HasSpatialIndex" name="HasSpatialIndex">
372
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
373
+ </ownedAttribute>
374
+ <ownedAttribute xmi:type="uml:Property" xmi:id="MultiPatch-HasZ" name="HasZ">
375
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
376
+ </ownedAttribute>
377
+ <ownedAttribute xmi:type="uml:Property" xmi:id="MultiPatch-LengthFieldName" name="LengthFieldName">
378
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
379
+ </ownedAttribute>
380
+ <ownedAttribute xmi:type="uml:Property" xmi:id="MultiPatch-HasM" name="HasM">
381
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
382
+ </ownedAttribute>
383
+ <ownedAttribute xmi:type="uml:Property" xmi:id="MultiPatch-GlobalIDFieldName" name="GlobalIDFieldName">
384
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
385
+ </ownedAttribute>
386
+ <ownedAttribute xmi:type="uml:Property" xmi:id="MultiPatch-ShapeFieldName" name="ShapeFieldName">
387
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
388
+ </ownedAttribute>
389
+ <ownedAttribute xmi:type="uml:Property" xmi:id="MultiPatch-SpatialReference" name="SpatialReference">
390
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
391
+ </ownedAttribute>
392
+ <ownedAttribute xmi:type="uml:Property" xmi:id="MultiPatch-DSID" name="DSID">
393
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
394
+ </ownedAttribute>
395
+ </packagedElement>
396
+ <packagedElement xmi:type="uml:Extension" xmi:id="Class_MultiPatch" name="A_Class_MultiPatch" memberEnd="extension_MultiPatch MultiPatch-base_Class">
397
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_MultiPatch" name="extension_MultiPatch" type="MultiPatch" isComposite="true" lower="0" upper="1" memberEnd="extension_MultiPatch MultiPatch-base_Class"/>
398
+ </packagedElement>
399
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="RelationshipClass" name="RelationshipClass">
400
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RelationshipClass-base_Class" name="base_Class" association="Class_RelationshipClass">
401
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Class"/>
402
+ </ownedAttribute>
403
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RelationshipClass-base_Association" name="base_Association" association="Association_RelationshipClass">
404
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Association"/>
405
+ </ownedAttribute>
406
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RelationshipClass-base_AssociationClass" name="base_AssociationClass" association="AssociationClass_RelationshipClass">
407
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#AssociationClass"/>
408
+ </ownedAttribute>
409
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RelationshipClass-OriginForeignKey" name="OriginForeignKey">
410
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
411
+ </ownedAttribute>
412
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RelationshipClass-ModelName" name="ModelName">
413
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
414
+ </ownedAttribute>
415
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RelationshipClass-DestinationForeignKey" name="DestinationForeignKey">
416
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
417
+ </ownedAttribute>
418
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RelationshipClass-DestinationPrimaryKey" name="DestinationPrimaryKey">
419
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
420
+ </ownedAttribute>
421
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RelationshipClass-RasterFieldName" name="RasterFieldName">
422
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
423
+ </ownedAttribute>
424
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RelationshipClass-OriginPrimaryKey" name="OriginPrimaryKey">
425
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
426
+ </ownedAttribute>
427
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RelationshipClass-OIDFieldName" name="OIDFieldName">
428
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
429
+ </ownedAttribute>
430
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RelationshipClass-MetadataRetrieved" name="MetadataRetrieved">
431
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
432
+ </ownedAttribute>
433
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RelationshipClass-Metadata" name="Metadata">
434
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
435
+ </ownedAttribute>
436
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RelationshipClass-CanVersion" name="CanVersion">
437
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
438
+ </ownedAttribute>
439
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RelationshipClass-Versioned" name="Versioned">
440
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
441
+ </ownedAttribute>
442
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RelationshipClass-ClassKey" name="ClassKey">
443
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
444
+ </ownedAttribute>
445
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RelationshipClass-IsReflexive" name="IsReflexive">
446
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
447
+ </ownedAttribute>
448
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RelationshipClass-KeyType" name="KeyType">
449
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
450
+ </ownedAttribute>
451
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RelationshipClass-CatalogPath" name="CatalogPath">
452
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
453
+ </ownedAttribute>
454
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RelationshipClass-IsAttachmentRelationship" name="IsAttachmentRelationship">
455
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
456
+ </ownedAttribute>
457
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RelationshipClass-DatasetType" name="DatasetType">
458
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
459
+ </ownedAttribute>
460
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RelationshipClass-Notification" name="Notification">
461
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
462
+ </ownedAttribute>
463
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RelationshipClass-GlobalIDFieldName" name="GlobalIDFieldName">
464
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
465
+ </ownedAttribute>
466
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RelationshipClass-IsComposite" name="IsComposite">
467
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
468
+ </ownedAttribute>
469
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RelationshipClass-DSID" name="DSID">
470
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
471
+ </ownedAttribute>
472
+ </packagedElement>
473
+ <packagedElement xmi:type="uml:Extension" xmi:id="Class_RelationshipClass" name="A_Class_RelationshipClass" memberEnd="extension_RelationshipClass RelationshipClass-base_Class">
474
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_RelationshipClass" name="extension_RelationshipClass" type="RelationshipClass" isComposite="true" lower="0" upper="1" memberEnd="extension_RelationshipClass RelationshipClass-base_Class"/>
475
+ </packagedElement>
476
+ <packagedElement xmi:type="uml:Extension" xmi:id="Association_RelationshipClass" name="A_Association_RelationshipClass" memberEnd="extension_RelationshipClass RelationshipClass-base_Association">
477
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_RelationshipClass" name="extension_RelationshipClass" type="RelationshipClass" isComposite="true" lower="0" upper="1" memberEnd="extension_RelationshipClass RelationshipClass-base_Association"/>
478
+ </packagedElement>
479
+ <packagedElement xmi:type="uml:Extension" xmi:id="AssociationClass_RelationshipClass" name="A_AssociationClass_RelationshipClass" memberEnd="extension_RelationshipClass RelationshipClass-base_AssociationClass">
480
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_RelationshipClass" name="extension_RelationshipClass" type="RelationshipClass" isComposite="true" lower="0" upper="1" memberEnd="extension_RelationshipClass RelationshipClass-base_AssociationClass"/>
481
+ </packagedElement>
482
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="SubtypeField" name="SubtypeField">
483
+ <generalization xmi:type="uml:Generalization" xmi:id="SubtypeField_Field_generalization" general="Field"/>
484
+ </packagedElement>
485
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="ConnRule" name="ConnRule">
486
+ <ownedAttribute xmi:type="uml:Property" xmi:id="ConnRule-base_Association" name="base_Association" association="Association_ConnRule">
487
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Association"/>
488
+ </ownedAttribute>
489
+ <ownedAttribute xmi:type="uml:Property" xmi:id="ConnRule-base_AssociationElement" name="base_AssociationElement" association="AssociationElement_ConnRule">
490
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#AssociationElement"/>
491
+ </ownedAttribute>
492
+ </packagedElement>
493
+ <packagedElement xmi:type="uml:Extension" xmi:id="Association_ConnRule" name="A_Association_ConnRule" memberEnd="extension_ConnRule ConnRule-base_Association">
494
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_ConnRule" name="extension_ConnRule" type="ConnRule" isComposite="true" lower="0" upper="1" memberEnd="extension_ConnRule ConnRule-base_Association"/>
495
+ </packagedElement>
496
+ <packagedElement xmi:type="uml:Extension" xmi:id="AssociationElement_ConnRule" name="A_AssociationElement_ConnRule" memberEnd="extension_ConnRule ConnRule-base_AssociationElement">
497
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_ConnRule" name="extension_ConnRule" type="ConnRule" isComposite="true" lower="0" upper="1" memberEnd="extension_ConnRule ConnRule-base_AssociationElement"/>
498
+ </packagedElement>
499
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="DomainCodedValue" name="DomainCodedValue">
500
+ <ownedAttribute xmi:type="uml:Property" xmi:id="DomainCodedValue-base_Attribute" name="base_Attribute" association="Attribute_DomainCodedValue">
501
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Attribute"/>
502
+ </ownedAttribute>
503
+ </packagedElement>
504
+ <packagedElement xmi:type="uml:Extension" xmi:id="Attribute_DomainCodedValue" name="A_Attribute_DomainCodedValue" memberEnd="extension_DomainCodedValue DomainCodedValue-base_Attribute">
505
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_DomainCodedValue" name="extension_DomainCodedValue" type="DomainCodedValue" isComposite="true" lower="0" upper="1" memberEnd="extension_DomainCodedValue DomainCodedValue-base_Attribute"/>
506
+ </packagedElement>
507
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="Point" name="Point">
508
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Point-base_Class" name="base_Class" association="Class_Point">
509
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Class"/>
510
+ </ownedAttribute>
511
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Point-ModelName" name="ModelName">
512
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
513
+ </ownedAttribute>
514
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Point-RasterFieldName" name="RasterFieldName">
515
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
516
+ </ownedAttribute>
517
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Point-OIDFieldName" name="OIDFieldName">
518
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
519
+ </ownedAttribute>
520
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Point-Metadata" name="Metadata">
521
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
522
+ </ownedAttribute>
523
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Point-CanVersion" name="CanVersion">
524
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
525
+ </ownedAttribute>
526
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Point-Versioned" name="Versioned">
527
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
528
+ </ownedAttribute>
529
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Point-FeatureType" name="FeatureType">
530
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
531
+ </ownedAttribute>
532
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Point-AreaFieldName" name="AreaFieldName">
533
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
534
+ </ownedAttribute>
535
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Point-HasSpatialIndex" name="HasSpatialIndex">
536
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
537
+ </ownedAttribute>
538
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Point-HasZ" name="HasZ">
539
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
540
+ </ownedAttribute>
541
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Point-LengthFieldName" name="LengthFieldName">
542
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
543
+ </ownedAttribute>
544
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Point-HasM" name="HasM">
545
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
546
+ </ownedAttribute>
547
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Point-GlobalIDFieldName" name="GlobalIDFieldName">
548
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
549
+ </ownedAttribute>
550
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Point-ShapeFieldName" name="ShapeFieldName">
551
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
552
+ </ownedAttribute>
553
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Point-SpatialReference" name="SpatialReference">
554
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
555
+ </ownedAttribute>
556
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Point-AncillaryRole" name="AncillaryRole">
557
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
558
+ </ownedAttribute>
559
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Point-DSID" name="DSID">
560
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
561
+ </ownedAttribute>
562
+ </packagedElement>
563
+ <packagedElement xmi:type="uml:Extension" xmi:id="Class_Point" name="A_Class_Point" memberEnd="extension_Point Point-base_Class">
564
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_Point" name="extension_Point" type="Point" isComposite="true" lower="0" upper="1" memberEnd="extension_Point Point-base_Class"/>
565
+ </packagedElement>
566
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="DefaultField" name="DefaultField">
567
+ <generalization xmi:type="uml:Generalization" xmi:id="DefaultField_Field_generalization" general="Field"/>
568
+ </packagedElement>
569
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="Polygon" name="Polygon">
570
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polygon-base_Class" name="base_Class" association="Class_Polygon">
571
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Class"/>
572
+ </ownedAttribute>
573
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polygon-ModelName" name="ModelName">
574
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
575
+ </ownedAttribute>
576
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polygon-RasterFieldName" name="RasterFieldName">
577
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
578
+ </ownedAttribute>
579
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polygon-OIDFieldName" name="OIDFieldName">
580
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
581
+ </ownedAttribute>
582
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polygon-Metadata" name="Metadata">
583
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
584
+ </ownedAttribute>
585
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polygon-CanVersion" name="CanVersion">
586
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
587
+ </ownedAttribute>
588
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polygon-Versioned" name="Versioned">
589
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
590
+ </ownedAttribute>
591
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polygon-FeatureType" name="FeatureType">
592
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
593
+ </ownedAttribute>
594
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polygon-AreaFieldName" name="AreaFieldName">
595
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
596
+ </ownedAttribute>
597
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polygon-HasSpatialIndex" name="HasSpatialIndex">
598
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
599
+ </ownedAttribute>
600
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polygon-HasZ" name="HasZ">
601
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
602
+ </ownedAttribute>
603
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polygon-LengthFieldName" name="LengthFieldName">
604
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
605
+ </ownedAttribute>
606
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polygon-HasM" name="HasM">
607
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
608
+ </ownedAttribute>
609
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polygon-GlobalIDFieldName" name="GlobalIDFieldName">
610
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
611
+ </ownedAttribute>
612
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polygon-ShapeFieldName" name="ShapeFieldName">
613
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
614
+ </ownedAttribute>
615
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polygon-SpatialReference" name="SpatialReference">
616
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
617
+ </ownedAttribute>
618
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Polygon-DSID" name="DSID">
619
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
620
+ </ownedAttribute>
621
+ </packagedElement>
622
+ <packagedElement xmi:type="uml:Extension" xmi:id="Class_Polygon" name="A_Class_Polygon" memberEnd="extension_Polygon Polygon-base_Class">
623
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_Polygon" name="extension_Polygon" type="Polygon" isComposite="true" lower="0" upper="1" memberEnd="extension_Polygon Polygon-base_Class"/>
624
+ </packagedElement>
625
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="RequiredField" name="RequiredField">
626
+ <generalization xmi:type="uml:Generalization" xmi:id="RequiredField_Field_generalization" general="Field"/>
627
+ </packagedElement>
628
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="RasterDataset" name="RasterDataset">
629
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterDataset-base_Package" name="base_Package" association="Package_RasterDataset">
630
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Package"/>
631
+ </ownedAttribute>
632
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterDataset-StorageDef" name="StorageDef">
633
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
634
+ </ownedAttribute>
635
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterDataset-Metadata" name="Metadata">
636
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
637
+ </ownedAttribute>
638
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterDataset-CanVersion" name="CanVersion">
639
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
640
+ </ownedAttribute>
641
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterDataset-Versioned" name="Versioned">
642
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
643
+ </ownedAttribute>
644
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterDataset-Permanent" name="Permanent">
645
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
646
+ </ownedAttribute>
647
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterDataset-CompressionType" name="CompressionType">
648
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
649
+ </ownedAttribute>
650
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterDataset-SensorType" name="SensorType">
651
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
652
+ </ownedAttribute>
653
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterDataset-Format" name="Format">
654
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
655
+ </ownedAttribute>
656
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterDataset-BandCount" name="BandCount">
657
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
658
+ </ownedAttribute>
659
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterDataset-FullPropsDefault" name="FullPropsDefault">
660
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
661
+ </ownedAttribute>
662
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterDataset-SpatialReference" name="SpatialReference">
663
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
664
+ </ownedAttribute>
665
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterDataset-DSID" name="DSID">
666
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
667
+ </ownedAttribute>
668
+ </packagedElement>
669
+ <packagedElement xmi:type="uml:Extension" xmi:id="Package_RasterDataset" name="A_Package_RasterDataset" memberEnd="extension_RasterDataset RasterDataset-base_Package">
670
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_RasterDataset" name="extension_RasterDataset" type="RasterDataset" isComposite="true" lower="0" upper="1" memberEnd="extension_RasterDataset RasterDataset-base_Package"/>
671
+ </packagedElement>
672
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="ArcGIS" name="ArcGIS">
673
+ <ownedAttribute xmi:type="uml:Property" xmi:id="ArcGIS-base_Package" name="base_Package" association="Package_ArcGIS">
674
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Package"/>
675
+ </ownedAttribute>
676
+ <ownedAttribute xmi:type="uml:Property" xmi:id="ArcGIS-WorkspaceType" name="WorkspaceType">
677
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
678
+ </ownedAttribute>
679
+ <ownedAttribute xmi:type="uml:Property" xmi:id="ArcGIS-OrderInheritedFields" name="OrderInheritedFields">
680
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
681
+ </ownedAttribute>
682
+ <ownedAttribute xmi:type="uml:Property" xmi:id="ArcGIS-MetaData" name="MetaData">
683
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
684
+ </ownedAttribute>
685
+ <ownedAttribute xmi:type="uml:Property" xmi:id="ArcGIS-DefaultSpatialReference" name="DefaultSpatialReference">
686
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
687
+ </ownedAttribute>
688
+ </packagedElement>
689
+ <packagedElement xmi:type="uml:Extension" xmi:id="Package_ArcGIS" name="A_Package_ArcGIS" memberEnd="extension_ArcGIS ArcGIS-base_Package">
690
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_ArcGIS" name="extension_ArcGIS" type="ArcGIS" isComposite="true" lower="0" upper="1" memberEnd="extension_ArcGIS ArcGIS-base_Package"/>
691
+ </packagedElement>
692
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="RasterCatalog" name="RasterCatalog">
693
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterCatalog-base_Class" name="base_Class" association="Class_RasterCatalog">
694
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Class"/>
695
+ </ownedAttribute>
696
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterCatalog-ModelName" name="ModelName">
697
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
698
+ </ownedAttribute>
699
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterCatalog-RasterFieldName" name="RasterFieldName">
700
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
701
+ </ownedAttribute>
702
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterCatalog-OIDFieldName" name="OIDFieldName">
703
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
704
+ </ownedAttribute>
705
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterCatalog-Metadata" name="Metadata">
706
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
707
+ </ownedAttribute>
708
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterCatalog-CanVersion" name="CanVersion">
709
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
710
+ </ownedAttribute>
711
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterCatalog-Versioned" name="Versioned">
712
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
713
+ </ownedAttribute>
714
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterCatalog-FeatureType" name="FeatureType">
715
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
716
+ </ownedAttribute>
717
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterCatalog-AreaFieldName" name="AreaFieldName">
718
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
719
+ </ownedAttribute>
720
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterCatalog-HasSpatialIndex" name="HasSpatialIndex">
721
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
722
+ </ownedAttribute>
723
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterCatalog-HasZ" name="HasZ">
724
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
725
+ </ownedAttribute>
726
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterCatalog-LengthFieldName" name="LengthFieldName">
727
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
728
+ </ownedAttribute>
729
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterCatalog-HasM" name="HasM">
730
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
731
+ </ownedAttribute>
732
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterCatalog-GlobalIDFieldName" name="GlobalIDFieldName">
733
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
734
+ </ownedAttribute>
735
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterCatalog-ShapeFieldName" name="ShapeFieldName">
736
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
737
+ </ownedAttribute>
738
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterCatalog-ShapeType" name="ShapeType">
739
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
740
+ </ownedAttribute>
741
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterCatalog-SpatialReference" name="SpatialReference">
742
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
743
+ </ownedAttribute>
744
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterCatalog-DSID" name="DSID">
745
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
746
+ </ownedAttribute>
747
+ </packagedElement>
748
+ <packagedElement xmi:type="uml:Extension" xmi:id="Class_RasterCatalog" name="A_Class_RasterCatalog" memberEnd="extension_RasterCatalog RasterCatalog-base_Class">
749
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_RasterCatalog" name="extension_RasterCatalog" type="RasterCatalog" isComposite="true" lower="0" upper="1" memberEnd="extension_RasterCatalog RasterCatalog-base_Class"/>
750
+ </packagedElement>
751
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="ArcGISSchemaView" name="ArcGISSchemaView">
752
+ <ownedAttribute xmi:type="uml:Property" xmi:id="ArcGISSchemaView-base_Package" name="base_Package" association="Package_ArcGISSchemaView">
753
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Package"/>
754
+ </ownedAttribute>
755
+ </packagedElement>
756
+ <packagedElement xmi:type="uml:Extension" xmi:id="Package_ArcGISSchemaView" name="A_Package_ArcGISSchemaView" memberEnd="extension_ArcGISSchemaView ArcGISSchemaView-base_Package">
757
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_ArcGISSchemaView" name="extension_ArcGISSchemaView" type="ArcGISSchemaView" isComposite="true" lower="0" upper="1" memberEnd="extension_ArcGISSchemaView ArcGISSchemaView-base_Package"/>
758
+ </packagedElement>
759
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="Multipoint" name="Multipoint">
760
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Multipoint-base_Class" name="base_Class" association="Class_Multipoint">
761
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Class"/>
762
+ </ownedAttribute>
763
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Multipoint-ModelName" name="ModelName">
764
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
765
+ </ownedAttribute>
766
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Multipoint-RasterFieldName" name="RasterFieldName">
767
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
768
+ </ownedAttribute>
769
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Multipoint-OIDFieldName" name="OIDFieldName">
770
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
771
+ </ownedAttribute>
772
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Multipoint-Metadata" name="Metadata">
773
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
774
+ </ownedAttribute>
775
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Multipoint-CanVersion" name="CanVersion">
776
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
777
+ </ownedAttribute>
778
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Multipoint-Versioned" name="Versioned">
779
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
780
+ </ownedAttribute>
781
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Multipoint-FeatureType" name="FeatureType">
782
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
783
+ </ownedAttribute>
784
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Multipoint-AreaFieldName" name="AreaFieldName">
785
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
786
+ </ownedAttribute>
787
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Multipoint-HasSpatialIndex" name="HasSpatialIndex">
788
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
789
+ </ownedAttribute>
790
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Multipoint-HasZ" name="HasZ">
791
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
792
+ </ownedAttribute>
793
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Multipoint-LengthFieldName" name="LengthFieldName">
794
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
795
+ </ownedAttribute>
796
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Multipoint-HasM" name="HasM">
797
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
798
+ </ownedAttribute>
799
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Multipoint-GlobalIDFieldName" name="GlobalIDFieldName">
800
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
801
+ </ownedAttribute>
802
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Multipoint-ShapeFieldName" name="ShapeFieldName">
803
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
804
+ </ownedAttribute>
805
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Multipoint-SpatialReference" name="SpatialReference">
806
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
807
+ </ownedAttribute>
808
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Multipoint-DSID" name="DSID">
809
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
810
+ </ownedAttribute>
811
+ </packagedElement>
812
+ <packagedElement xmi:type="uml:Extension" xmi:id="Class_Multipoint" name="A_Class_Multipoint" memberEnd="extension_Multipoint Multipoint-base_Class">
813
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_Multipoint" name="extension_Multipoint" type="Multipoint" isComposite="true" lower="0" upper="1" memberEnd="extension_Multipoint Multipoint-base_Class"/>
814
+ </packagedElement>
815
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="Dimension" name="Dimension">
816
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Dimension-ModelName" name="ModelName">
817
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
818
+ </ownedAttribute>
819
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Dimension-RasterFieldName" name="RasterFieldName">
820
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
821
+ </ownedAttribute>
822
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Dimension-OIDFieldName" name="OIDFieldName">
823
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
824
+ </ownedAttribute>
825
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Dimension-Metadata" name="Metadata">
826
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
827
+ </ownedAttribute>
828
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Dimension-CanVersion" name="CanVersion">
829
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
830
+ </ownedAttribute>
831
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Dimension-Versioned" name="Versioned">
832
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
833
+ </ownedAttribute>
834
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Dimension-FeatureType" name="FeatureType">
835
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
836
+ </ownedAttribute>
837
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Dimension-AreaFieldName" name="AreaFieldName">
838
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
839
+ </ownedAttribute>
840
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Dimension-HasSpatialIndex" name="HasSpatialIndex">
841
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
842
+ </ownedAttribute>
843
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Dimension-HasZ" name="HasZ">
844
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
845
+ </ownedAttribute>
846
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Dimension-LengthFieldName" name="LengthFieldName">
847
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
848
+ </ownedAttribute>
849
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Dimension-HasM" name="HasM">
850
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
851
+ </ownedAttribute>
852
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Dimension-GlobalIDFieldName" name="GlobalIDFieldName">
853
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
854
+ </ownedAttribute>
855
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Dimension-ShapeFieldName" name="ShapeFieldName">
856
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
857
+ </ownedAttribute>
858
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Dimension-ShapeType" name="ShapeType">
859
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
860
+ </ownedAttribute>
861
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Dimension-SpatialReference" name="SpatialReference">
862
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
863
+ </ownedAttribute>
864
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Dimension-DSID" name="DSID">
865
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
866
+ </ownedAttribute>
867
+ </packagedElement>
868
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="SpatialIndex" name="SpatialIndex">
869
+ <ownedAttribute xmi:type="uml:Property" xmi:id="SpatialIndex-base_Attribute" name="base_Attribute" association="Attribute_SpatialIndex">
870
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Attribute"/>
871
+ </ownedAttribute>
872
+ <ownedAttribute xmi:type="uml:Property" xmi:id="SpatialIndex-IsAscending" name="IsAscending">
873
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
874
+ </ownedAttribute>
875
+ <ownedAttribute xmi:type="uml:Property" xmi:id="SpatialIndex-IsUnique" name="IsUnique">
876
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
877
+ </ownedAttribute>
878
+ </packagedElement>
879
+ <packagedElement xmi:type="uml:Extension" xmi:id="Attribute_SpatialIndex" name="A_Attribute_SpatialIndex" memberEnd="extension_SpatialIndex SpatialIndex-base_Attribute">
880
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_SpatialIndex" name="extension_SpatialIndex" type="SpatialIndex" isComposite="true" lower="0" upper="1" memberEnd="extension_SpatialIndex SpatialIndex-base_Attribute"/>
881
+ </packagedElement>
882
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="ObjectClass" name="ObjectClass">
883
+ <ownedAttribute xmi:type="uml:Property" xmi:id="ObjectClass-base_Class" name="base_Class" association="Class_ObjectClass">
884
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Class"/>
885
+ </ownedAttribute>
886
+ <ownedAttribute xmi:type="uml:Property" xmi:id="ObjectClass-ModelName" name="ModelName">
887
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
888
+ </ownedAttribute>
889
+ <ownedAttribute xmi:type="uml:Property" xmi:id="ObjectClass-RasterFieldName" name="RasterFieldName">
890
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
891
+ </ownedAttribute>
892
+ <ownedAttribute xmi:type="uml:Property" xmi:id="ObjectClass-OIDFieldName" name="OIDFieldName">
893
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
894
+ </ownedAttribute>
895
+ <ownedAttribute xmi:type="uml:Property" xmi:id="ObjectClass-Metadata" name="Metadata">
896
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
897
+ </ownedAttribute>
898
+ <ownedAttribute xmi:type="uml:Property" xmi:id="ObjectClass-CanVersion" name="CanVersion">
899
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
900
+ </ownedAttribute>
901
+ <ownedAttribute xmi:type="uml:Property" xmi:id="ObjectClass-Versioned" name="Versioned">
902
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
903
+ </ownedAttribute>
904
+ <ownedAttribute xmi:type="uml:Property" xmi:id="ObjectClass-GlobalIDFieldName" name="GlobalIDFieldName">
905
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
906
+ </ownedAttribute>
907
+ <ownedAttribute xmi:type="uml:Property" xmi:id="ObjectClass-DSID" name="DSID">
908
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
909
+ </ownedAttribute>
910
+ </packagedElement>
911
+ <packagedElement xmi:type="uml:Extension" xmi:id="Class_ObjectClass" name="A_Class_ObjectClass" memberEnd="extension_ObjectClass ObjectClass-base_Class">
912
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_ObjectClass" name="extension_ObjectClass" type="ObjectClass" isComposite="true" lower="0" upper="1" memberEnd="extension_ObjectClass ObjectClass-base_Class"/>
913
+ </packagedElement>
914
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="Subtype" name="Subtype">
915
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Subtype-base_Class" name="base_Class" association="Class_Subtype">
916
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Class"/>
917
+ </ownedAttribute>
918
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Subtype-base_Generalization" name="base_Generalization" association="Generalization_Subtype">
919
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Generalization"/>
920
+ </ownedAttribute>
921
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Subtype-SubtypeCode" name="SubtypeCode">
922
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
923
+ </ownedAttribute>
924
+ </packagedElement>
925
+ <packagedElement xmi:type="uml:Extension" xmi:id="Class_Subtype" name="A_Class_Subtype" memberEnd="extension_Subtype Subtype-base_Class">
926
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_Subtype" name="extension_Subtype" type="Subtype" isComposite="true" lower="0" upper="1" memberEnd="extension_Subtype Subtype-base_Class"/>
927
+ </packagedElement>
928
+ <packagedElement xmi:type="uml:Extension" xmi:id="Generalization_Subtype" name="A_Generalization_Subtype" memberEnd="extension_Subtype Subtype-base_Generalization">
929
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_Subtype" name="extension_Subtype" type="Subtype" isComposite="true" lower="0" upper="1" memberEnd="extension_Subtype Subtype-base_Generalization"/>
930
+ </packagedElement>
931
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="RasterBand" name="RasterBand">
932
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterBand-base_Class" name="base_Class" association="Class_RasterBand">
933
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Class"/>
934
+ </ownedAttribute>
935
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterBand-ModelName" name="ModelName">
936
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
937
+ </ownedAttribute>
938
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterBand-MeanCellHeight" name="MeanCellHeight">
939
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
940
+ </ownedAttribute>
941
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterBand-RasterFieldName" name="RasterFieldName">
942
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
943
+ </ownedAttribute>
944
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterBand-IsInteger" name="IsInteger">
945
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
946
+ </ownedAttribute>
947
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterBand-OIDFieldName" name="OIDFieldName">
948
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
949
+ </ownedAttribute>
950
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterBand-PrimaryField" name="PrimaryField">
951
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
952
+ </ownedAttribute>
953
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterBand-Height" name="Height">
954
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
955
+ </ownedAttribute>
956
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterBand-Metadata" name="Metadata">
957
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
958
+ </ownedAttribute>
959
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterBand-CanVersion" name="CanVersion">
960
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
961
+ </ownedAttribute>
962
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterBand-PixelType" name="PixelType">
963
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
964
+ </ownedAttribute>
965
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterBand-Versioned" name="Versioned">
966
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
967
+ </ownedAttribute>
968
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterBand-MeanCellWidth" name="MeanCellWidth">
969
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
970
+ </ownedAttribute>
971
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterBand-GlobalIDFieldName" name="GlobalIDFieldName">
972
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
973
+ </ownedAttribute>
974
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterBand-Width" name="Width">
975
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
976
+ </ownedAttribute>
977
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterBand-TableType" name="TableType">
978
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
979
+ </ownedAttribute>
980
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterBand-SpatialReference" name="SpatialReference">
981
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
982
+ </ownedAttribute>
983
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RasterBand-DSID" name="DSID">
984
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
985
+ </ownedAttribute>
986
+ </packagedElement>
987
+ <packagedElement xmi:type="uml:Extension" xmi:id="Class_RasterBand" name="A_Class_RasterBand" memberEnd="extension_RasterBand RasterBand-base_Class">
988
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_RasterBand" name="extension_RasterBand" type="RasterBand" isComposite="true" lower="0" upper="1" memberEnd="extension_RasterBand RasterBand-base_Class"/>
989
+ </packagedElement>
990
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="NetWeight" name="NetWeight">
991
+ <ownedAttribute xmi:type="uml:Property" xmi:id="NetWeight-base_Class" name="base_Class" association="Class_NetWeight">
992
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Class"/>
993
+ </ownedAttribute>
994
+ <ownedAttribute xmi:type="uml:Property" xmi:id="NetWeight-_weightName" name="_weightName">
995
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
996
+ </ownedAttribute>
997
+ <ownedAttribute xmi:type="uml:Property" xmi:id="NetWeight-_weightID" name="_weightID">
998
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
999
+ </ownedAttribute>
1000
+ <ownedAttribute xmi:type="uml:Property" xmi:id="NetWeight-_showLabels" name="_showLabels">
1001
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1002
+ </ownedAttribute>
1003
+ <ownedAttribute xmi:type="uml:Property" xmi:id="NetWeight-_weightType" name="_weightType">
1004
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1005
+ </ownedAttribute>
1006
+ <ownedAttribute xmi:type="uml:Property" xmi:id="NetWeight-_bitGateSize" name="_bitGateSize">
1007
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1008
+ </ownedAttribute>
1009
+ </packagedElement>
1010
+ <packagedElement xmi:type="uml:Extension" xmi:id="Class_NetWeight" name="A_Class_NetWeight" memberEnd="extension_NetWeight NetWeight-base_Class">
1011
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_NetWeight" name="extension_NetWeight" type="NetWeight" isComposite="true" lower="0" upper="1" memberEnd="extension_NetWeight NetWeight-base_Class"/>
1012
+ </packagedElement>
1013
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="Field" name="Field">
1014
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Field-base_Attribute" name="base_Attribute" association="Attribute_Field">
1015
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Attribute"/>
1016
+ </ownedAttribute>
1017
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Field-Scale" name="Scale">
1018
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1019
+ </ownedAttribute>
1020
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Field-ModelName" name="ModelName">
1021
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1022
+ </ownedAttribute>
1023
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Field-Precision" name="Precision">
1024
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1025
+ </ownedAttribute>
1026
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Field-Length" name="Length">
1027
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1028
+ </ownedAttribute>
1029
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Field-GeometryDef" name="GeometryDef">
1030
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1031
+ </ownedAttribute>
1032
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Field-Editable" name="Editable">
1033
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1034
+ </ownedAttribute>
1035
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Field-Required" name="Required">
1036
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1037
+ </ownedAttribute>
1038
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Field-IsNullable" name="IsNullable">
1039
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1040
+ </ownedAttribute>
1041
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Field-DomainFixed" name="DomainFixed">
1042
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1043
+ </ownedAttribute>
1044
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Field-RasterDef" name="RasterDef">
1045
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1046
+ </ownedAttribute>
1047
+ </packagedElement>
1048
+ <packagedElement xmi:type="uml:Extension" xmi:id="Attribute_Field" name="A_Attribute_Field" memberEnd="extension_Field Field-base_Attribute">
1049
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_Field" name="extension_Field" type="Field" isComposite="true" lower="0" upper="1" memberEnd="extension_Field Field-base_Attribute"/>
1050
+ </packagedElement>
1051
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="GeometricNetworkMembership" name="GeometricNetworkMembership">
1052
+ <ownedAttribute xmi:type="uml:Property" xmi:id="GeometricNetworkMembership-base_Attribute" name="base_Attribute" association="Attribute_GeometricNetworkMembership">
1053
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Attribute"/>
1054
+ </ownedAttribute>
1055
+ <ownedAttribute xmi:type="uml:Property" xmi:id="GeometricNetworkMembership-NetworkClassAncillaryRole" name="NetworkClassAncillaryRole">
1056
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1057
+ </ownedAttribute>
1058
+ </packagedElement>
1059
+ <packagedElement xmi:type="uml:Extension" xmi:id="Attribute_GeometricNetworkMembership" name="A_Attribute_GeometricNetworkMembership" memberEnd="extension_GeometricNetworkMembership GeometricNetworkMembership-base_Attribute">
1060
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_GeometricNetworkMembership" name="extension_GeometricNetworkMembership" type="GeometricNetworkMembership" isComposite="true" lower="0" upper="1" memberEnd="extension_GeometricNetworkMembership GeometricNetworkMembership-base_Attribute"/>
1061
+ </packagedElement>
1062
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="FeatureDataset" name="FeatureDataset">
1063
+ <ownedAttribute xmi:type="uml:Property" xmi:id="FeatureDataset-base_Package" name="base_Package" association="Package_FeatureDataset">
1064
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Package"/>
1065
+ </ownedAttribute>
1066
+ <ownedAttribute xmi:type="uml:Property" xmi:id="FeatureDataset-Metadata" name="Metadata">
1067
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1068
+ </ownedAttribute>
1069
+ <ownedAttribute xmi:type="uml:Property" xmi:id="FeatureDataset-CanVersion" name="CanVersion">
1070
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1071
+ </ownedAttribute>
1072
+ <ownedAttribute xmi:type="uml:Property" xmi:id="FeatureDataset-Versioned" name="Versioned">
1073
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1074
+ </ownedAttribute>
1075
+ <ownedAttribute xmi:type="uml:Property" xmi:id="FeatureDataset-FullPropsDefault" name="FullPropsDefault">
1076
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1077
+ </ownedAttribute>
1078
+ <ownedAttribute xmi:type="uml:Property" xmi:id="FeatureDataset-SpatialReference" name="SpatialReference">
1079
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1080
+ </ownedAttribute>
1081
+ <ownedAttribute xmi:type="uml:Property" xmi:id="FeatureDataset-DSID" name="DSID">
1082
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1083
+ </ownedAttribute>
1084
+ </packagedElement>
1085
+ <packagedElement xmi:type="uml:Extension" xmi:id="Package_FeatureDataset" name="A_Package_FeatureDataset" memberEnd="extension_FeatureDataset FeatureDataset-base_Package">
1086
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_FeatureDataset" name="extension_FeatureDataset" type="FeatureDataset" isComposite="true" lower="0" upper="1" memberEnd="extension_FeatureDataset FeatureDataset-base_Package"/>
1087
+ </packagedElement>
1088
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="TopologyMembership" name="TopologyMembership">
1089
+ <ownedAttribute xmi:type="uml:Property" xmi:id="TopologyMembership-base_Attribute" name="base_Attribute" association="Attribute_TopologyMembership">
1090
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Attribute"/>
1091
+ </ownedAttribute>
1092
+ <ownedAttribute xmi:type="uml:Property" xmi:id="TopologyMembership-XYRank" name="XYRank">
1093
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1094
+ </ownedAttribute>
1095
+ <ownedAttribute xmi:type="uml:Property" xmi:id="TopologyMembership-Weight" name="Weight">
1096
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1097
+ </ownedAttribute>
1098
+ <ownedAttribute xmi:type="uml:Property" xmi:id="TopologyMembership-EventNotificationOnValidate" name="EventNotificationOnValidate">
1099
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1100
+ </ownedAttribute>
1101
+ <ownedAttribute xmi:type="uml:Property" xmi:id="TopologyMembership-ZRank" name="ZRank">
1102
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1103
+ </ownedAttribute>
1104
+ </packagedElement>
1105
+ <packagedElement xmi:type="uml:Extension" xmi:id="Attribute_TopologyMembership" name="A_Attribute_TopologyMembership" memberEnd="extension_TopologyMembership TopologyMembership-base_Attribute">
1106
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_TopologyMembership" name="extension_TopologyMembership" type="TopologyMembership" isComposite="true" lower="0" upper="1" memberEnd="extension_TopologyMembership TopologyMembership-base_Attribute"/>
1107
+ </packagedElement>
1108
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="Annotation" name="Annotation">
1109
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Annotation-ModelName" name="ModelName">
1110
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1111
+ </ownedAttribute>
1112
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Annotation-RasterFieldName" name="RasterFieldName">
1113
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1114
+ </ownedAttribute>
1115
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Annotation-OIDFieldName" name="OIDFieldName">
1116
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1117
+ </ownedAttribute>
1118
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Annotation-Metadata" name="Metadata">
1119
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1120
+ </ownedAttribute>
1121
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Annotation-CanVersion" name="CanVersion">
1122
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1123
+ </ownedAttribute>
1124
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Annotation-Versioned" name="Versioned">
1125
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1126
+ </ownedAttribute>
1127
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Annotation-FeatureType" name="FeatureType">
1128
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1129
+ </ownedAttribute>
1130
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Annotation-AreaFieldName" name="AreaFieldName">
1131
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1132
+ </ownedAttribute>
1133
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Annotation-HasSpatialIndex" name="HasSpatialIndex">
1134
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1135
+ </ownedAttribute>
1136
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Annotation-HasZ" name="HasZ">
1137
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1138
+ </ownedAttribute>
1139
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Annotation-LengthFieldName" name="LengthFieldName">
1140
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1141
+ </ownedAttribute>
1142
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Annotation-HasM" name="HasM">
1143
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1144
+ </ownedAttribute>
1145
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Annotation-GlobalIDFieldName" name="GlobalIDFieldName">
1146
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1147
+ </ownedAttribute>
1148
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Annotation-ShapeFieldName" name="ShapeFieldName">
1149
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1150
+ </ownedAttribute>
1151
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Annotation-ShapeType" name="ShapeType">
1152
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1153
+ </ownedAttribute>
1154
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Annotation-SpatialReference" name="SpatialReference">
1155
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1156
+ </ownedAttribute>
1157
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Annotation-DSID" name="DSID">
1158
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1159
+ </ownedAttribute>
1160
+ </packagedElement>
1161
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="GeometricNetwork" name="GeometricNetwork">
1162
+ <ownedAttribute xmi:type="uml:Property" xmi:id="GeometricNetwork-base_Package" name="base_Package" association="Package_GeometricNetwork">
1163
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Package"/>
1164
+ </ownedAttribute>
1165
+ <ownedAttribute xmi:type="uml:Property" xmi:id="GeometricNetwork-ReduceNetworkConflicts" name="ReduceNetworkConflicts">
1166
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1167
+ </ownedAttribute>
1168
+ <ownedAttribute xmi:type="uml:Property" xmi:id="GeometricNetwork-UseZsForConnectivity" name="UseZsForConnectivity">
1169
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1170
+ </ownedAttribute>
1171
+ <ownedAttribute xmi:type="uml:Property" xmi:id="GeometricNetwork-FormatNumber" name="FormatNumber">
1172
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1173
+ </ownedAttribute>
1174
+ <ownedAttribute xmi:type="uml:Property" xmi:id="GeometricNetwork-Metadata" name="Metadata">
1175
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1176
+ </ownedAttribute>
1177
+ <ownedAttribute xmi:type="uml:Property" xmi:id="GeometricNetwork-CanVersion" name="CanVersion">
1178
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1179
+ </ownedAttribute>
1180
+ <ownedAttribute xmi:type="uml:Property" xmi:id="GeometricNetwork-Versioned" name="Versioned">
1181
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1182
+ </ownedAttribute>
1183
+ <ownedAttribute xmi:type="uml:Property" xmi:id="GeometricNetwork-XYSnapTolerance" name="XYSnapTolerance">
1184
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1185
+ </ownedAttribute>
1186
+ <ownedAttribute xmi:type="uml:Property" xmi:id="GeometricNetwork-ZSnapTolerance" name="ZSnapTolerance">
1187
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1188
+ </ownedAttribute>
1189
+ <ownedAttribute xmi:type="uml:Property" xmi:id="GeometricNetwork-DSID" name="DSID">
1190
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1191
+ </ownedAttribute>
1192
+ <ownedAttribute xmi:type="uml:Property" xmi:id="GeometricNetwork-LogicalNetworkID" name="LogicalNetworkID">
1193
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1194
+ </ownedAttribute>
1195
+ <ownedAttribute xmi:type="uml:Property" xmi:id="GeometricNetwork-NetworkType" name="NetworkType">
1196
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1197
+ </ownedAttribute>
1198
+ </packagedElement>
1199
+ <packagedElement xmi:type="uml:Extension" xmi:id="Package_GeometricNetwork" name="A_Package_GeometricNetwork" memberEnd="extension_GeometricNetwork GeometricNetwork-base_Package">
1200
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_GeometricNetwork" name="extension_GeometricNetwork" type="GeometricNetwork" isComposite="true" lower="0" upper="1" memberEnd="extension_GeometricNetwork GeometricNetwork-base_Package"/>
1201
+ </packagedElement>
1202
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="Topology" name="Topology">
1203
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Topology-base_Package" name="base_Package" association="Package_Topology">
1204
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Package"/>
1205
+ </ownedAttribute>
1206
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Topology-ZClusterTolerance" name="ZClusterTolerance">
1207
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1208
+ </ownedAttribute>
1209
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Topology-Metadata" name="Metadata">
1210
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1211
+ </ownedAttribute>
1212
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Topology-CanVersion" name="CanVersion">
1213
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1214
+ </ownedAttribute>
1215
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Topology-TopologyID" name="TopologyID">
1216
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1217
+ </ownedAttribute>
1218
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Topology-Versioned" name="Versioned">
1219
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1220
+ </ownedAttribute>
1221
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Topology-ChildrenExpanded" name="ChildrenExpanded">
1222
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1223
+ </ownedAttribute>
1224
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Topology-ConfigurationKeyword" name="ConfigurationKeyword">
1225
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1226
+ </ownedAttribute>
1227
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Topology-MaxGeneratedErrorCount" name="MaxGeneratedErrorCount">
1228
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1229
+ </ownedAttribute>
1230
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Topology-ClusterTolerance" name="ClusterTolerance">
1231
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1232
+ </ownedAttribute>
1233
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Topology-DSID" name="DSID">
1234
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1235
+ </ownedAttribute>
1236
+ </packagedElement>
1237
+ <packagedElement xmi:type="uml:Extension" xmi:id="Package_Topology" name="A_Package_Topology" memberEnd="extension_Topology Topology-base_Package">
1238
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_Topology" name="extension_Topology" type="Topology" isComposite="true" lower="0" upper="1" memberEnd="extension_Topology Topology-base_Package"/>
1239
+ </packagedElement>
1240
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="Generalization" name="Generalization">
1241
+ <ownedAttribute xmi:type="uml:Property" xmi:id="Generalization-base_Generalization" name="base_Generalization" association="Generalization_Generalization">
1242
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Generalization"/>
1243
+ </ownedAttribute>
1244
+ </packagedElement>
1245
+ <packagedElement xmi:type="uml:Extension" xmi:id="Generalization_Generalization" name="A_Generalization_Generalization" memberEnd="extension_Generalization Generalization-base_Generalization">
1246
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_Generalization" name="extension_Generalization" type="Generalization" isComposite="true" lower="0" upper="1" memberEnd="extension_Generalization Generalization-base_Generalization"/>
1247
+ </packagedElement>
1248
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="CodedValueDomain" name="CodedValueDomain">
1249
+ <ownedAttribute xmi:type="uml:Property" xmi:id="CodedValueDomain-base_Class" name="base_Class" association="Class_CodedValueDomain">
1250
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Class"/>
1251
+ </ownedAttribute>
1252
+ <ownedAttribute xmi:type="uml:Property" xmi:id="CodedValueDomain-Description" name="Description">
1253
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1254
+ </ownedAttribute>
1255
+ </packagedElement>
1256
+ <packagedElement xmi:type="uml:Extension" xmi:id="Class_CodedValueDomain" name="A_Class_CodedValueDomain" memberEnd="extension_CodedValueDomain CodedValueDomain-base_Class">
1257
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_CodedValueDomain" name="extension_CodedValueDomain" type="CodedValueDomain" isComposite="true" lower="0" upper="1" memberEnd="extension_CodedValueDomain CodedValueDomain-base_Class"/>
1258
+ </packagedElement>
1259
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="RangeDomain" name="RangeDomain">
1260
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RangeDomain-base_Class" name="base_Class" association="Class_RangeDomain">
1261
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Class"/>
1262
+ </ownedAttribute>
1263
+ <ownedAttribute xmi:type="uml:Property" xmi:id="RangeDomain-Description" name="Description">
1264
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1265
+ </ownedAttribute>
1266
+ </packagedElement>
1267
+ <packagedElement xmi:type="uml:Extension" xmi:id="Class_RangeDomain" name="A_Class_RangeDomain" memberEnd="extension_RangeDomain RangeDomain-base_Class">
1268
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_RangeDomain" name="extension_RangeDomain" type="RangeDomain" isComposite="true" lower="0" upper="1" memberEnd="extension_RangeDomain RangeDomain-base_Class"/>
1269
+ </packagedElement>
1270
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="TopologyRule" name="TopologyRule">
1271
+ <ownedAttribute xmi:type="uml:Property" xmi:id="TopologyRule-base_Association" name="base_Association" association="Association_TopologyRule">
1272
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Association"/>
1273
+ </ownedAttribute>
1274
+ <ownedAttribute xmi:type="uml:Property" xmi:id="TopologyRule-TopologyRuleType" name="TopologyRuleType">
1275
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1276
+ </ownedAttribute>
1277
+ </packagedElement>
1278
+ <packagedElement xmi:type="uml:Extension" xmi:id="Association_TopologyRule" name="A_Association_TopologyRule" memberEnd="extension_TopologyRule TopologyRule-base_Association">
1279
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_TopologyRule" name="extension_TopologyRule" type="TopologyRule" isComposite="true" lower="0" upper="1" memberEnd="extension_TopologyRule TopologyRule-base_Association"/>
1280
+ </packagedElement>
1281
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="StorageDef" name="StorageDef">
1282
+ <ownedAttribute xmi:type="uml:Property" xmi:id="StorageDef-base_Class" name="base_Class" association="Class_StorageDef">
1283
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Class"/>
1284
+ </ownedAttribute>
1285
+ <ownedAttribute xmi:type="uml:Property" xmi:id="StorageDef-PyramidLevel" name="PyramidLevel">
1286
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1287
+ </ownedAttribute>
1288
+ <ownedAttribute xmi:type="uml:Property" xmi:id="StorageDef-PyramidResampleType" name="PyramidResampleType">
1289
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1290
+ </ownedAttribute>
1291
+ <ownedAttribute xmi:type="uml:Property" xmi:id="StorageDef-Origin" name="Origin">
1292
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1293
+ </ownedAttribute>
1294
+ <ownedAttribute xmi:type="uml:Property" xmi:id="StorageDef-CellSizeX" name="CellSizeX">
1295
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1296
+ </ownedAttribute>
1297
+ <ownedAttribute xmi:type="uml:Property" xmi:id="StorageDef-CellSizeY" name="CellSizeY">
1298
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1299
+ </ownedAttribute>
1300
+ <ownedAttribute xmi:type="uml:Property" xmi:id="StorageDef-CompressionQuality" name="CompressionQuality">
1301
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1302
+ </ownedAttribute>
1303
+ <ownedAttribute xmi:type="uml:Property" xmi:id="StorageDef-TileHeight" name="TileHeight">
1304
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1305
+ </ownedAttribute>
1306
+ <ownedAttribute xmi:type="uml:Property" xmi:id="StorageDef-CompressionType" name="CompressionType">
1307
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1308
+ </ownedAttribute>
1309
+ <ownedAttribute xmi:type="uml:Property" xmi:id="StorageDef-TileWidth" name="TileWidth">
1310
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1311
+ </ownedAttribute>
1312
+ <ownedAttribute xmi:type="uml:Property" xmi:id="StorageDef-Tiled" name="Tiled">
1313
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1314
+ </ownedAttribute>
1315
+ </packagedElement>
1316
+ <packagedElement xmi:type="uml:Extension" xmi:id="Class_StorageDef" name="A_Class_StorageDef" memberEnd="extension_StorageDef StorageDef-base_Class">
1317
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_StorageDef" name="extension_StorageDef" type="StorageDef" isComposite="true" lower="0" upper="1" memberEnd="extension_StorageDef StorageDef-base_Class"/>
1318
+ </packagedElement>
1319
+ <packagedElement xmi:type="uml:Stereotype" xmi:id="SpatialReference" name="SpatialReference">
1320
+ <ownedAttribute xmi:type="uml:Property" xmi:id="SpatialReference-base_Class" name="base_Class" association="Class_SpatialReference">
1321
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#Class"/>
1322
+ </ownedAttribute>
1323
+ <ownedAttribute xmi:type="uml:Property" xmi:id="SpatialReference-XYTolerance" name="XYTolerance">
1324
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1325
+ </ownedAttribute>
1326
+ <ownedAttribute xmi:type="uml:Property" xmi:id="SpatialReference-XYScale" name="XYScale">
1327
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1328
+ </ownedAttribute>
1329
+ <ownedAttribute xmi:type="uml:Property" xmi:id="SpatialReference-CoordinateSystemType" name="CoordinateSystemType">
1330
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1331
+ </ownedAttribute>
1332
+ <ownedAttribute xmi:type="uml:Property" xmi:id="SpatialReference-ZTolerance" name="ZTolerance">
1333
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1334
+ </ownedAttribute>
1335
+ <ownedAttribute xmi:type="uml:Property" xmi:id="SpatialReference-LatestWKID" name="LatestWKID">
1336
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1337
+ </ownedAttribute>
1338
+ <ownedAttribute xmi:type="uml:Property" xmi:id="SpatialReference-VCSWKT" name="VCSWKT">
1339
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1340
+ </ownedAttribute>
1341
+ <ownedAttribute xmi:type="uml:Property" xmi:id="SpatialReference-LeftLongitude" name="LeftLongitude">
1342
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1343
+ </ownedAttribute>
1344
+ <ownedAttribute xmi:type="uml:Property" xmi:id="SpatialReference-WKT" name="WKT">
1345
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1346
+ </ownedAttribute>
1347
+ <ownedAttribute xmi:type="uml:Property" xmi:id="SpatialReference-MScale" name="MScale">
1348
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1349
+ </ownedAttribute>
1350
+ <ownedAttribute xmi:type="uml:Property" xmi:id="SpatialReference-ZOrigin" name="ZOrigin">
1351
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1352
+ </ownedAttribute>
1353
+ <ownedAttribute xmi:type="uml:Property" xmi:id="SpatialReference-HighPrecision" name="HighPrecision">
1354
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1355
+ </ownedAttribute>
1356
+ <ownedAttribute xmi:type="uml:Property" xmi:id="SpatialReference-VCSWKID" name="VCSWKID">
1357
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1358
+ </ownedAttribute>
1359
+ <ownedAttribute xmi:type="uml:Property" xmi:id="SpatialReference-WKID" name="WKID">
1360
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1361
+ </ownedAttribute>
1362
+ <ownedAttribute xmi:type="uml:Property" xmi:id="SpatialReference-MTolerance" name="MTolerance">
1363
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1364
+ </ownedAttribute>
1365
+ <ownedAttribute xmi:type="uml:Property" xmi:id="SpatialReference-XOrigin" name="XOrigin">
1366
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1367
+ </ownedAttribute>
1368
+ <ownedAttribute xmi:type="uml:Property" xmi:id="SpatialReference-YOrigin" name="YOrigin">
1369
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1370
+ </ownedAttribute>
1371
+ <ownedAttribute xmi:type="uml:Property" xmi:id="SpatialReference-MOrigin" name="MOrigin">
1372
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1373
+ </ownedAttribute>
1374
+ <ownedAttribute xmi:type="uml:Property" xmi:id="SpatialReference-ZScale" name="ZScale">
1375
+ <type href="http://www.omg.org/spec/UML/20161101/UML.xmi#String"/>
1376
+ </ownedAttribute>
1377
+ </packagedElement>
1378
+ <packagedElement xmi:type="uml:Extension" xmi:id="Class_SpatialReference" name="A_Class_SpatialReference" memberEnd="extension_SpatialReference SpatialReference-base_Class">
1379
+ <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="extension_SpatialReference" name="extension_SpatialReference" type="SpatialReference" isComposite="true" lower="0" upper="1" memberEnd="extension_SpatialReference SpatialReference-base_Class"/>
1380
+ </packagedElement>
1381
+ </uml:Profile>
1382
+ </profiles>
1383
+ <diagrams>
1384
+ <diagram xmi:id="EAID_7D960BD8_65D8_4934_9C11_4EF860DD8FBA">
1385
+ <model package="EAPK_1EA391DC_BDB1_4db2_B393_1474F56055F6" localID="1" owner="EAPK_1EA391DC_BDB1_4db2_B393_1474F56055F6"/>
1386
+ <properties name="ArcGIS Workspace" type="Logical"/>
1387
+ <project author="Johannes Echterhoff" version="1.1" created="2014-11-07 13:33:42" modified="2014-11-20 17:23:20"/>
1388
+ <style1 value="ShowPrivate=1;ShowProtected=1;ShowPublic=1;HideRelationships=0;Locked=0;Border=1;HighlightForeign=1;PackageContents=1;SequenceNotes=0;ScalePrintImage=0;PPgs.cx=1;PPgs.cy=1;DocSize.cx=850;DocSize.cy=1098;ShowDetails=0;Orientation=P;Zoom=100;ShowTags=0;OpParams=1;VisibleAttributeDetail=0;ShowOpRetType=1;ShowIcons=1;CollabNums=0;HideProps=0;ShowReqs=0;ShowCons=0;PaperSize=1;HideParents=0;UseAlias=0;HideAtts=0;HideOps=0;HideStereo=0;HideElemStereo=0;ShowTests=0;ShowMaint=0;ConnectorNotation=UML 2.1;ExplicitNavigability=0;ShowShape=1;AllDockable=0;AdvancedElementProps=1;AdvancedFeatureProps=1;AdvancedConnectorProps=1;m_bElementClassifier=1;SPT=1;ShowNotes=0;SuppressBrackets=0;SuppConnectorLabels=0;PrintPageHeadFoot=0;ShowAsList=0;"/>
1389
+ <style2 value="ExcludeRTF=0;DocAll=0;HideQuals=0;AttPkg=1;ShowTests=0;ShowMaint=0;SuppressFOC=1;MatrixActive=0;SwimlanesActive=1;KanbanActive=0;MatrixLineWidth=1;MatrixLocked=0;TConnectorNotation=UML 2.1;TExplicitNavigability=0;AdvancedElementProps=1;AdvancedFeatureProps=1;AdvancedConnectorProps=1;ProfileData=;MDGDgm=ArcGIS::ArcGIS;DefaultLang=ArcGIS;STBLDgm=;ShowNotes=0;VisibleAttributeDetail=0;ShowOpRetType=1;SuppressBrackets=0;SuppConnectorLabels=0;PrintPageHeadFoot=0;ShowAsList=0;SuppressedCompartments=;SaveTag=9742218B;"/>
1390
+ <swimlanes value="locked=false;orientation=0;width=0;inbar=false;names=false;color=0;bold=false;fcol=0;tcol=-1;ofCol=-1;ufCol=-1;hl=1;ufh=0;hh=0;cls=0;bw=0;hli=0;bro=0;SwimlaneFont=lfh:-10,lfw:0,lfi:0,lfu:0,lfs:0,lfface:Carlito,lfe:0,lfo:0,lfchar:1,lfop:0,lfcp:0,lfq:0,lfpf=0,lfWidth=0;"/>
1391
+ <matrixitems value="locked=false;matrixactive=false;swimlanesactive=true;kanbanactive=false;width=1;clrLine=0;"/>
1392
+ <extendedProperties/>
1393
+ <xrefs/>
1394
+ <elements>
1395
+ <element geometry="Left=15;Top=477;Right=146;Bottom=557;" subject="EAID_292B5D20_3946_4fc1_9497_7C33D833B27A" seqno="1" style=" DUID=ACC8F004;NSL=0;BCol=-1;BFol=-1;LCol=-1;LWth=-1;fontsz=0;bold=0;black=0;italic=0;ul=0;charset=0;pitch=0;"/>
1396
+ <element geometry="Left=331;Top=374;Right=473;Bottom=443;" subject="EAID_7CA4EC83_5319_49ac_B909_22C57C277B34" seqno="2" style=" DUID=1958DE9C;NSL=0;BCol=-1;BFol=-1;LCol=-1;LWth=-1;fontsz=0;bold=0;black=0;italic=0;ul=0;charset=0;pitch=0;"/>
1397
+ <element geometry="Left=69;Top=27;Right=617;Bottom=335;" subject="EAID_CEAA949C_EC9E_40b5_9AC5_A77FE155A446" seqno="3" style="font=Arial;fontsz=100;bold=0;italic=0;ul=0;charset=0;pitch=34;DUID=8F283AD9;"/>
1398
+ <element geometry="Left=489;Top=374;Right=631;Bottom=443;" subject="EAID_4A553670_D049_4bdb_87DC_011F75DBC9E6" seqno="4" style="DUID=82193B60;"/>
1399
+ <element geometry="Left=173;Top=374;Right=315;Bottom=443;" subject="EAID_30F303EA_912D_46dc_BC15_0A3E915689B4" seqno="5" style="DUID=A290F35C;"/>
1400
+ <element geometry="Left=15;Top=374;Right=157;Bottom=443;" subject="EAID_383B0B20_7CDE_4a14_9B51_60F47EC25AB0" seqno="6" style="NSL=0;BCol=-1;BFol=-1;LCol=-1;LWth=-1;fontsz=0;bold=0;italic=0;ul=0;charset=0;pitch=0;HideIcon=0;DUID=E02FD5DA;"/>
1401
+ </elements>
1402
+ </diagram>
1403
+ <diagram xmi:id="EAID_9EE6A41B_5FAA_4c89_B98F_732059778630">
1404
+ <model package="EAPK_292B5D20_3946_4fc1_9497_7C33D833B27A" localID="7" owner="EAPK_292B5D20_3946_4fc1_9497_7C33D833B27A"/>
1405
+ <properties name="Association Classes" type="Logical"/>
1406
+ <project version="1.0" created="2014-11-20 17:23:07" modified="2014-11-20 17:23:07"/>
1407
+ <style1 value="ShowPrivate=1;ShowProtected=1;ShowPublic=1;HideRelationships=0;Locked=0;Border=1;HighlightForeign=1;PackageContents=1;SequenceNotes=0;ScalePrintImage=0;PPgs.cx=0;PPgs.cy=0;DocSize.cx=795;DocSize.cy=1138;ShowDetails=0;Orientation=P;Zoom=100;ShowTags=0;OpParams=1;VisibleAttributeDetail=0;ShowOpRetType=1;ShowIcons=1;CollabNums=0;HideProps=0;ShowReqs=0;ShowCons=0;PaperSize=9;HideParents=0;UseAlias=0;HideAtts=0;HideOps=0;HideStereo=0;HideElemStereo=0;ShowTests=0;ShowMaint=0;ConnectorNotation=UML 2.1;ExplicitNavigability=0;ShowShape=1;AllDockable=0;AdvancedElementProps=1;AdvancedFeatureProps=1;AdvancedConnectorProps=1;m_bElementClassifier=1;SPT=1;ShowNotes=0;SuppressBrackets=0;SuppConnectorLabels=0;PrintPageHeadFoot=0;ShowAsList=0;"/>
1408
+ <style2/>
1409
+ <swimlanes value="locked=false;orientation=0;width=0;inbar=false;names=false;color=-1;bold=false;fcol=0;tcol=-1;ofCol=-1;ufCol=-1;hl=1;ufh=0;hh=0;cls=0;bw=0;hli=0;bro=0;SwimlaneFont=lfh:-10,lfw:0,lfi:0,lfu:0,lfs:0,lfface:Carlito,lfe:0,lfo:0,lfchar:1,lfop:0,lfcp:0,lfq:0,lfpf=0,lfWidth=0;"/>
1410
+ <matrixitems value="locked=false;matrixactive=false;swimlanesactive=true;kanbanactive=false;width=1;clrLine=0;"/>
1411
+ <extendedProperties/>
1412
+ <xrefs/>
1413
+ </diagram>
1414
+ <diagram xmi:id="EAID_87DAE930_5069_4c58_AC65_4B0B2C0F32C8">
1415
+ <model package="EAPK_7CA4EC83_5319_49ac_B909_22C57C277B34" localID="6" owner="EAPK_7CA4EC83_5319_49ac_B909_22C57C277B34"/>
1416
+ <properties name="Tables" type="Logical"/>
1417
+ <project version="1.0" created="2014-11-12 11:48:16" modified="2014-11-12 11:48:16"/>
1418
+ <style1 value="ShowPrivate=1;ShowProtected=1;ShowPublic=1;HideRelationships=0;Locked=0;Border=1;HighlightForeign=1;PackageContents=1;SequenceNotes=0;ScalePrintImage=0;PPgs.cx=0;PPgs.cy=0;DocSize.cx=795;DocSize.cy=1138;ShowDetails=0;Orientation=P;Zoom=100;ShowTags=0;OpParams=1;VisibleAttributeDetail=0;ShowOpRetType=1;ShowIcons=1;CollabNums=0;HideProps=0;ShowReqs=0;ShowCons=0;PaperSize=9;HideParents=0;UseAlias=0;HideAtts=0;HideOps=0;HideStereo=0;HideElemStereo=0;ShowTests=0;ShowMaint=0;ConnectorNotation=UML 2.1;ExplicitNavigability=0;ShowShape=1;AllDockable=0;AdvancedElementProps=1;AdvancedFeatureProps=1;AdvancedConnectorProps=1;m_bElementClassifier=1;SPT=1;ShowNotes=0;SuppressBrackets=0;SuppConnectorLabels=0;PrintPageHeadFoot=0;ShowAsList=0;"/>
1419
+ <style2/>
1420
+ <swimlanes value="locked=false;orientation=0;width=0;inbar=false;names=false;color=-1;bold=false;fcol=0;tcol=-1;ofCol=-1;ufCol=-1;hl=1;ufh=0;hh=0;cls=0;bw=0;hli=0;bro=0;SwimlaneFont=lfh:-10,lfw:0,lfi:0,lfu:0,lfs:0,lfface:Carlito,lfe:0,lfo:0,lfchar:1,lfop:0,lfcp:0,lfq:0,lfpf=0,lfWidth=0;"/>
1421
+ <matrixitems value="locked=false;matrixactive=false;swimlanesactive=true;kanbanactive=false;width=1;clrLine=0;"/>
1422
+ <extendedProperties/>
1423
+ <xrefs/>
1424
+ </diagram>
1425
+ <diagram xmi:id="EAID_6A3C55E8_3C3C_4f3a_8AAC_0299C5B23070">
1426
+ <model package="EAPK_383B0B20_7CDE_4a14_9B51_60F47EC25AB0" localID="2" owner="EAPK_383B0B20_7CDE_4a14_9B51_60F47EC25AB0"/>
1427
+ <properties name="Features" type="Logical"/>
1428
+ <project author="Johannes Echterhoff" version="1.1" created="2014-11-07 13:33:42" modified="2014-11-12 11:48:33"/>
1429
+ <style1 value="ShowPrivate=1;ShowProtected=1;ShowPublic=1;HideRelationships=0;Locked=0;Border=1;HighlightForeign=1;PackageContents=1;SequenceNotes=0;ScalePrintImage=0;PPgs.cx=1;PPgs.cy=1;DocSize.cx=850;DocSize.cy=1098;ShowDetails=0;Orientation=P;Zoom=100;ShowTags=0;OpParams=1;VisibleAttributeDetail=0;ShowOpRetType=1;ShowIcons=1;CollabNums=0;HideProps=0;ShowReqs=0;ShowCons=0;PaperSize=1;HideParents=0;UseAlias=0;HideAtts=0;HideOps=0;HideStereo=0;HideElemStereo=0;ShowTests=0;ShowMaint=0;ConnectorNotation=UML 2.1;ExplicitNavigability=0;ShowShape=1;AllDockable=0;AdvancedElementProps=1;AdvancedFeatureProps=1;AdvancedConnectorProps=1;m_bElementClassifier=1;SPT=1;ShowNotes=0;SuppressBrackets=0;SuppConnectorLabels=0;PrintPageHeadFoot=0;ShowAsList=0;"/>
1430
+ <style2 value="ExcludeRTF=0;DocAll=0;HideQuals=0;AttPkg=1;ShowTests=0;ShowMaint=0;SuppressFOC=1;MatrixActive=0;SwimlanesActive=1;KanbanActive=0;MatrixLineWidth=1;MatrixLocked=0;TConnectorNotation=UML 2.1;TExplicitNavigability=0;AdvancedElementProps=1;AdvancedFeatureProps=1;AdvancedConnectorProps=1;ProfileData=;MDGDgm=ArcGIS::ArcGIS;DefaultLang=ArcGIS;STBLDgm=;ShowNotes=0;VisibleAttributeDetail=0;ShowOpRetType=1;SuppressBrackets=0;SuppConnectorLabels=0;PrintPageHeadFoot=0;ShowAsList=0;SuppressedCompartments=;SaveTag=39335891;"/>
1431
+ <swimlanes value="locked=false;orientation=0;width=0;inbar=false;names=false;color=0;bold=false;fcol=0;tcol=-1;ofCol=-1;ufCol=-1;hl=1;ufh=0;hh=0;cls=0;bw=0;hli=0;bro=0;SwimlaneFont=lfh:-10,lfw:0,lfi:0,lfu:0,lfs:0,lfface:Carlito,lfe:0,lfo:0,lfchar:1,lfop:0,lfcp:0,lfq:0,lfpf=0,lfWidth=0;"/>
1432
+ <matrixitems value="locked=false;matrixactive=false;swimlanesactive=true;kanbanactive=false;width=1;clrLine=0;"/>
1433
+ <extendedProperties/>
1434
+ <xrefs/>
1435
+ </diagram>
1436
+ <diagram xmi:id="EAID_1DE6B973_CE8A_416f_909B_54CEA1E5944E">
1437
+ <model package="EAPK_30F303EA_912D_46dc_BC15_0A3E915689B4" localID="3" owner="EAPK_30F303EA_912D_46dc_BC15_0A3E915689B4"/>
1438
+ <properties name="Domains" type="Logical"/>
1439
+ <project author="Johannes Echterhoff" version="1.1" created="2014-11-07 13:33:42" modified="2014-11-12 11:48:35"/>
1440
+ <style1 value="ShowPrivate=1;ShowProtected=1;ShowPublic=1;HideRelationships=0;Locked=0;Border=1;HighlightForeign=1;PackageContents=1;SequenceNotes=0;ScalePrintImage=0;PPgs.cx=1;PPgs.cy=1;DocSize.cx=850;DocSize.cy=1098;ShowDetails=0;Orientation=P;Zoom=100;ShowTags=0;OpParams=1;VisibleAttributeDetail=0;ShowOpRetType=1;ShowIcons=1;CollabNums=0;HideProps=0;ShowReqs=0;ShowCons=0;PaperSize=1;HideParents=0;UseAlias=0;HideAtts=0;HideOps=0;HideStereo=0;HideElemStereo=0;ShowTests=0;ShowMaint=0;ConnectorNotation=UML 2.1;ExplicitNavigability=0;ShowShape=1;AllDockable=0;AdvancedElementProps=1;AdvancedFeatureProps=1;AdvancedConnectorProps=1;m_bElementClassifier=1;SPT=1;ShowNotes=0;SuppressBrackets=0;SuppConnectorLabels=0;PrintPageHeadFoot=0;ShowAsList=0;"/>
1441
+ <style2 value="ExcludeRTF=0;DocAll=0;HideQuals=0;AttPkg=1;ShowTests=0;ShowMaint=0;SuppressFOC=1;MatrixActive=0;SwimlanesActive=1;KanbanActive=0;MatrixLineWidth=1;MatrixLocked=0;TConnectorNotation=UML 2.1;TExplicitNavigability=0;AdvancedElementProps=1;AdvancedFeatureProps=1;AdvancedConnectorProps=1;ProfileData=;MDGDgm=ArcGIS::ArcGIS;DefaultLang=ArcGIS;STBLDgm=;ShowNotes=0;VisibleAttributeDetail=0;ShowOpRetType=1;SuppressBrackets=0;SuppConnectorLabels=0;PrintPageHeadFoot=0;ShowAsList=0;SuppressedCompartments=;SaveTag=B6E5D122;"/>
1442
+ <swimlanes value="locked=false;orientation=0;width=0;inbar=false;names=false;color=0;bold=false;fcol=0;tcol=-1;ofCol=-1;ufCol=-1;hl=1;ufh=0;hh=0;cls=0;bw=0;hli=0;bro=0;SwimlaneFont=lfh:-10,lfw:0,lfi:0,lfu:0,lfs:0,lfface:Carlito,lfe:0,lfo:0,lfchar:1,lfop:0,lfcp:0,lfq:0,lfpf=0,lfWidth=0;"/>
1443
+ <matrixitems value="locked=false;matrixactive=false;swimlanesactive=true;kanbanactive=false;width=1;clrLine=0;"/>
1444
+ <extendedProperties/>
1445
+ <xrefs/>
1446
+ </diagram>
1447
+ <diagram xmi:id="EAID_7C44AC09_27C1_47b3_9A85_88EC71C081FF">
1448
+ <model package="EAPK_4A553670_D049_4bdb_87DC_011F75DBC9E6" localID="4" owner="EAPK_4A553670_D049_4bdb_87DC_011F75DBC9E6"/>
1449
+ <properties name="Spatial References" type="Logical"/>
1450
+ <project version="1.1" created="2014-11-07 13:33:42" modified="2014-11-07 13:33:42"/>
1451
+ <style1 value="ShowPrivate=1;ShowProtected=1;ShowPublic=1;HideRelationships=0;Locked=0;Border=1;HighlightForeign=1;PackageContents=1;SequenceNotes=0;ScalePrintImage=0;PPgs.cx=1;PPgs.cy=1;DocSize.cx=850;DocSize.cy=1098;ShowDetails=0;Orientation=P;Zoom=100;ShowTags=0;OpParams=1;VisibleAttributeDetail=0;ShowOpRetType=1;ShowIcons=1;CollabNums=0;HideProps=0;ShowReqs=0;ShowCons=0;PaperSize=1;HideParents=0;UseAlias=0;HideAtts=0;HideOps=0;HideStereo=0;HideElemStereo=0;ShowTests=0;ShowMaint=0;ConnectorNotation=UML 2.1;ExplicitNavigability=0;ShowShape=1;AllDockable=0;AdvancedElementProps=1;AdvancedFeatureProps=1;AdvancedConnectorProps=1;m_bElementClassifier=1;SPT=1;ShowNotes=0;SuppressBrackets=0;SuppConnectorLabels=0;PrintPageHeadFoot=0;ShowAsList=0;"/>
1452
+ <style2 value="SaveTag=BD88206D;ExcludeRTF=0;DocAll=0;HideQuals=0;AttPkg=1;ShowTests=0;ShowMaint=0;SuppressFOC=1;MatrixActive=0;SwimlanesActive=1;KanbanActive=0;MatrixLineWidth=1;MatrixLocked=0;TConnectorNotation=UML 2.1;TExplicitNavigability=0;AdvancedElementProps=1;AdvancedFeatureProps=1;AdvancedConnectorProps=1;ProfileData=;MDGDgm=ArcGIS::ArcGIS;DefaultLang=ArcGIS;STBLDgm=;ShowNotes=0;VisibleAttributeDetail=0;ShowOpRetType=1;SuppressBrackets=0;SuppConnectorLabels=0;PrintPageHeadFoot=0;ShowAsList=0;SuppressedCompartments=;"/>
1453
+ <swimlanes value="locked=false;orientation=0;width=0;inbar=false;names=false;color=0;bold=false;fcol=0;tcol=-1;ofCol=-1;ufCol=-1;hl=1;ufh=0;hh=0;cls=0;bw=0;hli=0;bro=0;SwimlaneFont=lfh:-10,lfw:0,lfi:0,lfu:0,lfs:0,lfface:Carlito,lfe:0,lfo:0,lfchar:1,lfop:0,lfcp:0,lfq:0,lfpf=0,lfWidth=0;"/>
1454
+ <matrixitems value="locked=false;matrixactive=false;swimlanesactive=true;kanbanactive=false;width=1;clrLine=0;"/>
1455
+ <extendedProperties/>
1456
+ <xrefs/>
1457
+ <elements>
1458
+ <element geometry="Left=49;Top=216;Right=309;Bottom=470;" subject="EAID_E6CEBD40_616F_48c5_9084_1226AA9DA500" seqno="1" style="HideIcon=0;Tag=1;BCol=10092287;DUID=268F4BD5;"/>
1459
+ <element geometry="Left=50;Top=30;Right=323;Bottom=176;" subject="EAID_F86A161E_218D_49bb_B3F7_95E2B3221C43" seqno="2" style="font=Arial;bold=0;italic=0;ul=0;charset=0;pitch=34;fontsz=110;DUID=43BF2EDA;"/>
1460
+ </elements>
1461
+ </diagram>
1462
+ </diagrams>
1463
+ </xmi:Extension>
1464
+ <ArcGIS:ArcGIS base_Package="EAPK_1EA391DC_BDB1_4db2_B393_1474F56055F6" WorkspaceType="esriLocalDatabaseWorkspace" OrderInheritedFields="Top-down" DefaultSpatialReference="EAID_E6CEBD40_616F_48c5_9084_1226AA9DA500"/>
1465
+ <ArcGIS:FeatureDataset base_Package="EAPK_383B0B20_7CDE_4a14_9B51_60F47EC25AB0" CanVersion="false" Versioned="false" FullPropsDefault="true" SpatialReference="EAID_E6CEBD40_616F_48c5_9084_1226AA9DA500"/>
1466
+ <ArcGIS:SpatialReference base_Class="EAID_E6CEBD40_616F_48c5_9084_1226AA9DA500" XYTolerance="8.983152841195215E-09" XYScale="999999999.99999988" CoordinateSystemType="GeographicCoordinateSystem" ZTolerance="0.001" LeftLongitude="-180" WKT="GEOGCS[&quot;GCS_WGS_1984&quot;,DATUM[&quot;D_WGS_1984&quot;,SPHEROID[&quot;WGS_1984&quot;,6378137.0,298.257223563]],PRIMEM[&quot;Greenwich&quot;,0.0],UNIT[&quot;Degree&quot;,0.0174532925199433]]" MScale="10000" ZOrigin="-100000" HighPrecision="true" WKID="4326" MTolerance="0.001" XOrigin="-400" YOrigin="-400" MOrigin="-100000" ZScale="10000"/>
1467
+ </xmi:XMI>