summaryrefslogtreecommitdiffstats
path: root/papyrus/ONAP Information Model/Vnf.uml
blob: f4402065bb303b82ad301dc51ee7b5c3d2bced41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.highlight .c1 { color: #75715e } /* Comment.Single */
.highlight .cs { color: #75715e } /* Comment.Special */
.highlight .gd { color: #f92672 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gi { color: #a6e22e } /* Generic.Inserted */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #75715e } /* Generic.Subheading */
.highlight .kc { color: #66d9ef } /* Keyword.Constant */
.highlight .kd { color: #66d9ef } /* Keyword.Declaration */
.highlight .kn { color: #f92672 } /* Keyword.Namespace */
.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
.highlight .kr { color: #66d9ef } /* Keyword.Reserved */
.highlight .kt { color: #66d9ef } /* Keyword.Type */
.highlight .ld { color: #e6db74 } /* Literal.Date */
.highlight .m { color: #ae81ff } /* Literal.Number */
.highlight .s { color: #e6db74 } /* Literal.String */
.highlight .na { color: #a6e22e } /* Name.Attribute */
.highlight .nb { color: #f8f8f2 } /* Name.Builtin */
.highlight .nc { color: #a6e22e } /* Name.Class */
.highlight .no { color: #66d9ef } /* Name.Constant */
.highlight .nd { color: #a6e22e } /* Name.Decorator */
.highlight .ni { color: #f8f8f2 } /* Name.Entity */
.highlight .ne { color: #a6e22e } /* Name.Exception */
.highlight .nf { color: #a6e22e } /* Name.Function */
.highlight .nl { color: #f8f8f2 } /* Name.Label */
.highlight .nn { color: #f8f8f2 } /* Name.Namespace */
.highlight .nx { color: #a6e22e } /* Name.Other */
.highlight .py { color: #f8f8f2 } /* Name.Property */
.highlight .nt { color: #f92672 } /* Name.Tag */
.highlight .nv { color: #f8f8f2 } /* Name.Variable */
.highlight .ow { color: #f92672 } /* Operator.Word */
.highlight .w { color: #f8f8f2 } /* Text.Whitespace */
.highlight .mb { color: #ae81ff } /* Literal.Number.Bin */
.highlight .mf { color: #ae81ff } /* Literal.Number.Float */
.highlight .mh { color: #ae81ff } /* Literal.Number.Hex */
.highlight .mi { color: #ae81ff } /* Literal.Number.Integer */
.highlight .mo { color: #ae81ff } /* Literal.Number.Oct */
.highlight .sa { color: #e6db74 } /* Literal.String.Affix */
.highlight .sb { color: #e6db74 } /* Literal.String.Backtick */
.highlight .sc { color: #e6db74 } /* Literal.String.Char */
.highlight .dl { color: #e6db74 } /* Literal.String.Delimiter */
.highlight .sd { color: #e6db74 } /* Literal.String.Doc */
.highlight .s2 { color: #e6db74 } /* Literal.String.Double */
.highlight .se { color: #ae81ff } /* Literal.String.Escape */
.highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */
.highlight .si { color: #e6db74 } /* Literal.String.Interpol */
.highlight .sx { color: #e6db74 } /* Literal.String.Other */
.highlight .sr { color: #e6db74 } /* Literal.String.Regex */
.highlight .s1 { color: #e6db74 } /* Literal.String.Single */
.highlight .ss { color: #e6db74 } /* Literal.String.Symbol */
.highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #a6e22e } /* Name.Function.Magic */
.highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */
.highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
.highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
.highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */
.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
}
@media (prefers-color-scheme: light) {
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #333333 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #666666 } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008800 } /* Keyword.Pseudo */
.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */
.highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
.highlight .na { color: #336699 } /* Name.Attribute */
.highlight .nb { color: #003388 } /* Name.Builtin */
.highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */
.highlight .no { color: #003366; font-weight: bold } /* Name.Constant */
.highlight .nd { color: #555555 } /* Name.Decorator */
.highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */
.highlight .nl { color: #336699; font-style: italic } /* Name.Label */
.highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */
.highlight .py { color: #336699; font-weight: bold } /* Name.Property */
.highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #336699 } /* Name.Variable */
.highlight .ow { color: #008800 } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */
.highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */
.highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */
.highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
.highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
.highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */
.highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */
.highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */
.highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */
.highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */
.highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */
.highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */
.highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */
.highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */
.highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */
.highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */
.highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */
.highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */
.highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */
.highlight .vc { color: #336699 } /* Name.Variable.Class */
.highlight .vg { color: #dd7700 } /* Name.Variable.Global */
.highlight .vi { color: #3333bb } /* Name.Variable.Instance */
.highlight .vm { color: #336699 } /* Name.Variable.Magic */
.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
}
[tox]
minversion = 1.6
envlist = docs,
skipsdist = true

[testenv:docs]
basepython = python3
deps = -r{toxinidir}/requirements-docs.txt
commands =
    sphinx-build -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html
    echo "Generated docs available in {toxinidir}/_build/html"
whitelist_externals =
    echo
    git
    sh

[testenv:docs-linkcheck]
basepython = python3
#deps = -r{toxinidir}/requirements-docs.txt
commands = echo "Link Checking not enforced"
#commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck
whitelist_externals = echo
id='n361' href='#n361'>361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262
<?xml version="1.0" encoding="UTF-8"?>
<xmi:XMI xmi:version="20131001" xmlns:xmi="http://www.omg.org/spec/XMI/20131001" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:OpenModel_Profile="http:///schemas/OpenModel_Profile/_zWCisKVxEeikF6xsfT18UA/26" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML" xsi:schemaLocation="http:///schemas/OpenModel_Profile/_zWCisKVxEeikF6xsfT18UA/26 OpenModel_Profile.profile.uml#_zWYg8KVxEeikF6xsfT18UA">
  <uml:Package xmi:id="_xXjM8DOHEei5Af8DcjrhIQ" name="Vnf">
    <packagedElement xmi:type="uml:Package" xmi:id="_zPNSIDOHEei5Af8DcjrhIQ" name="Associations">
      <packagedElement xmi:type="uml:Association" xmi:id="_u3e7kDOVEeiHat9KcP8uWA" name="VnfdUsesVCDesc" memberEnd="_u3gwwDOVEeiHat9KcP8uWA _u3j0EDOVEeiHat9KcP8uWA">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_u3gJsDOVEeiHat9KcP8uWA" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_u3gJsTOVEeiHat9KcP8uWA" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedComment xmi:type="uml:Comment" xmi:id="_doQSMDQTEeixv_sLOod4lQ" annotatedElement="_u3e7kDOVEeiHat9KcP8uWA">
          <body>Defines descriptors of virtual compute resources to be used by the VNF.</body>
        </ownedComment>
        <ownedEnd xmi:type="uml:Property" xmi:id="_u3j0EDOVEeiHat9KcP8uWA" name="_vnfd" type="_aaEZADOREeiHat9KcP8uWA" association="_u3e7kDOVEeiHat9KcP8uWA"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_vRNCsDQPEeixv_sLOod4lQ" name="VnfdHasVdu" memberEnd="_vRv1QDQPEeixv_sLOod4lQ _vRy4kDQPEeixv_sLOod4lQ">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_vRsK4DQPEeixv_sLOod4lQ" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_vRtZADQPEeixv_sLOod4lQ" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedComment xmi:type="uml:Comment" xmi:id="_XD9P8DTdEeiwQ6KPLHcy4g" annotatedElement="_vRNCsDQPEeixv_sLOod4lQ">
          <body>References to Vdus that are part of this group.</body>
        </ownedComment>
        <ownedEnd xmi:type="uml:Property" xmi:id="_vRy4kDQPEeixv_sLOod4lQ" name="_vnfd" type="_aaEZADOREeiHat9KcP8uWA" association="_vRNCsDQPEeixv_sLOod4lQ"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_R8QvsDQUEeixv_sLOod4lQ" name="VnfdHasVL" memberEnd="_R8RWwjQUEeixv_sLOod4lQ _R8R90DQUEeixv_sLOod4lQ">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_R8RWwDQUEeixv_sLOod4lQ" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_R8RWwTQUEeixv_sLOod4lQ" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedComment xmi:type="uml:Comment" xmi:id="_JyTwkDQVEeixv_sLOod4lQ" annotatedElement="_R8QvsDQUEeixv_sLOod4lQ">
          <body>Represents the type of network connectivity mandated by the VNF provider between two or more CPs which includes at least one internal CP.</body>
        </ownedComment>
        <ownedComment xmi:type="uml:Comment" xmi:id="_h9PGoDTdEeiwQ6KPLHcy4g" annotatedElement="_R8QvsDQUEeixv_sLOod4lQ">
          <body>References to VnfVirtualLinkDesc that are part of this group.</body>
        </ownedComment>
        <ownedEnd xmi:type="uml:Property" xmi:id="_R8RWwjQUEeixv_sLOod4lQ" type="_aaEZADOREeiHat9KcP8uWA" association="_R8QvsDQUEeixv_sLOod4lQ">
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_XwLPEDQUEeixv_sLOod4lQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_XwZ4kDQUEeixv_sLOod4lQ" value="1"/>
        </ownedEnd>
        <ownedEnd xmi:type="uml:Property" xmi:id="_R8R90DQUEeixv_sLOod4lQ" type="_AC2eIDQUEeixv_sLOod4lQ" association="_R8QvsDQUEeixv_sLOod4lQ">
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ZVQ9kDQUEeixv_sLOod4lQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ZViqYDQUEeixv_sLOod4lQ" value="*"/>
        </ownedEnd>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_zxa4ADQvEeixv_sLOod4lQ" name="VnfdHasVnfDf" memberEnd="_zxa4AzQvEeixv_sLOod4lQ _zxbfEDQvEeixv_sLOod4lQ">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_zxa4ATQvEeixv_sLOod4lQ" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_zxa4AjQvEeixv_sLOod4lQ" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_zxbfEDQvEeixv_sLOod4lQ" name="_vnfd" type="_aaEZADOREeiHat9KcP8uWA" association="_zxa4ADQvEeixv_sLOod4lQ"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_LOOBADQtEeixv_sLOod4lQ" name="VnfdHasExtCpd" memberEnd="_LOOoEjQtEeixv_sLOod4lQ _LORrYDQtEeixv_sLOod4lQ">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_LOOoEDQtEeixv_sLOod4lQ" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_LOOoETQtEeixv_sLOod4lQ" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedComment xmi:type="uml:Comment" xmi:id="_eKV3UDQuEeixv_sLOod4lQ" annotatedElement="_LOOBADQtEeixv_sLOod4lQ">
          <body>Describes external interface(s) exposed by this VNF enabling connection with a VL.</body>
        </ownedComment>
        <ownedEnd xmi:type="uml:Property" xmi:id="_LOOoEjQtEeixv_sLOod4lQ" name="_vnfd" type="_aaEZADOREeiHat9KcP8uWA" association="_LOOBADQtEeixv_sLOod4lQ">
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_TvbXoDQuEeixv_sLOod4lQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_Tvdz4DQuEeixv_sLOod4lQ" value="1"/>
        </ownedEnd>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_7QNV0DTUEeiwQ6KPLHcy4g" name="VnfdHasVnfIndicator" memberEnd="_7QN84jTUEeiwQ6KPLHcy4g _7QOj8DTUEeiwQ6KPLHcy4g">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_7QN84DTUEeiwQ6KPLHcy4g" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_7QN84TTUEeiwQ6KPLHcy4g" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_7QN84jTUEeiwQ6KPLHcy4g" name="_vnfd" type="_aaEZADOREeiHat9KcP8uWA" association="_7QNV0DTUEeiwQ6KPLHcy4g"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_ETpMkDTSEeiwQ6KPLHcy4g" name="VnfdHasVnfdEG" memberEnd="_ETxIYDTSEeiwQ6KPLHcy4g _ET6SUDTSEeiwQ6KPLHcy4g">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_ETqasDTSEeiwQ6KPLHcy4g" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_ETrBwDTSEeiwQ6KPLHcy4g" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_ETxIYDTSEeiwQ6KPLHcy4g" name="_vnfd" type="_aaEZADOREeiHat9KcP8uWA" association="_ETpMkDTSEeiwQ6KPLHcy4g">
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_NFSBUDTSEeiwQ6KPLHcy4g"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_NFakMDTSEeiwQ6KPLHcy4g" value="1"/>
        </ownedEnd>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="__knLgDkMEeiWMf5FLWfdLA" name="VnfdEGHasVdu" memberEnd="__lR54DkMEeiWMf5FLWfdLA __lUWIDkMEeiWMf5FLWfdLA">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="__lPdoDkMEeiWMf5FLWfdLA" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="__lPdoTkMEeiWMf5FLWfdLA" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="__lUWIDkMEeiWMf5FLWfdLA" name="_vnfdElementGroup" type="_X3eqgDTQEeiwQ6KPLHcy4g" association="__knLgDkMEeiWMf5FLWfdLA">
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_OLNBcDkNEeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_OLkN0DkNEeiWMf5FLWfdLA" value="*"/>
        </ownedEnd>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_nXtQsDkOEeiWMf5FLWfdLA" name="VnfdHasVSDesc" memberEnd="_nXwUATkOEeiWMf5FLWfdLA _nXywQjkOEeiWMf5FLWfdLA">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_nXvs8DkOEeiWMf5FLWfdLA" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_nXwUADkOEeiWMf5FLWfdLA" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_nXywQjkOEeiWMf5FLWfdLA" name="_vnfd" type="_aaEZADOREeiHat9KcP8uWA" association="_nXtQsDkOEeiWMf5FLWfdLA"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_j97TUDWeEei9Ia34RXjpEg" name="VduHasVduCpd" memberEnd="_j9-9sDWeEei9Ia34RXjpEg _j-D2MDWeEei9Ia34RXjpEg">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_j99vkDWeEei9Ia34RXjpEg" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_j9-WoDWeEei9Ia34RXjpEg" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_j-D2MDWeEei9Ia34RXjpEg" name="_vdu" type="_e5WnwDOREeiHat9KcP8uWA" association="_j97TUDWeEei9Ia34RXjpEg"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_343n0DabEei23_xWdimG9w" name="VduHasVCDesc" memberEnd="_345dADabEei23_xWdimG9w _346EEDabEei23_xWdimG9w">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_344O4DabEei23_xWdimG9w" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_344O4TabEei23_xWdimG9w" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedComment xmi:type="uml:Comment" xmi:id="_JibDADadEei23_xWdimG9w" annotatedElement="_343n0DabEei23_xWdimG9w">
          <body>Describes CPU, Memory and acceleration requirements of the Virtualisation Container realising this Vdu.</body>
        </ownedComment>
        <ownedEnd xmi:type="uml:Property" xmi:id="_346EEDabEei23_xWdimG9w" name="_vdu" type="_e5WnwDOREeiHat9KcP8uWA" association="_343n0DabEei23_xWdimG9w">
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_U0N80DacEei23_xWdimG9w" value="1"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_U1ERYDacEei23_xWdimG9w" value="1"/>
        </ownedEnd>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_uwCwMDadEei23_xWdimG9w" name="VduHasVSDesc" memberEnd="_uwFMcTadEei23_xWdimG9w _uwHosDadEei23_xWdimG9w">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_uwElYDadEei23_xWdimG9w" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_uwFMcDadEei23_xWdimG9w" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedComment xmi:type="uml:Comment" xmi:id="_m2_64DaeEei23_xWdimG9w" annotatedElement="_uwCwMDadEei23_xWdimG9w">
          <body>Describes storage requirements for a VirtualStorage instance attached to the virtualisation container created from virtualComputeDesc defined for this Vdu. support:  </body>
        </ownedComment>
        <ownedEnd xmi:type="uml:Property" xmi:id="_uwFMcTadEei23_xWdimG9w" name="_vdu" type="_e5WnwDOREeiHat9KcP8uWA" association="_uwCwMDadEei23_xWdimG9w">
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ehQ_ADaeEei23_xWdimG9w"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ehV3gDaeEei23_xWdimG9w" value="*"/>
        </ownedEnd>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_MxzBsDagEei23_xWdimG9w" name="VduHasSwImageDesc" memberEnd="_MxzowjagEei23_xWdimG9w _Mx024DagEei23_xWdimG9w">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_MxzowDagEei23_xWdimG9w" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_MxzowTagEei23_xWdimG9w" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedComment xmi:type="uml:Comment" xmi:id="_e9J-4DagEei23_xWdimG9w" annotatedElement="_MxzBsDagEei23_xWdimG9w">
          <body>Describes the software image which is directly loaded on the virtualisation container realising this Vdu.&#xD;
&#xD;
NOTE: More software images can be attached to the virtualisation container using VirtualStorage resources.&#xD;
</body>
        </ownedComment>
        <ownedEnd xmi:type="uml:Property" xmi:id="_Mx024DagEei23_xWdimG9w" name="_vdu" type="_e5WnwDOREeiHat9KcP8uWA" association="_MxzBsDagEei23_xWdimG9w">
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_b1oNQDagEei23_xWdimG9w" value="1"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_b1sesDagEei23_xWdimG9w" value="*"/>
        </ownedEnd>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_xRwPMDdyEeiIfPeSAqyGdQ" name="SwImageLoadedOnVS" memberEnd="_xRw2QjdyEeiIfPeSAqyGdQ _xR4LADdyEeiIfPeSAqyGdQ">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_xRw2QDdyEeiIfPeSAqyGdQ" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_xRw2QTdyEeiIfPeSAqyGdQ" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_xRw2QjdyEeiIfPeSAqyGdQ" name="swimagedesc" type="_J0Zx0DOSEeiHat9KcP8uWA" association="_xRwPMDdyEeiIfPeSAqyGdQ">
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_5xie8DdyEeiIfPeSAqyGdQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_5x6SYDdyEeiIfPeSAqyGdQ" value="1"/>
        </ownedEnd>
        <ownedEnd xmi:type="uml:Property" xmi:id="_xR4LADdyEeiIfPeSAqyGdQ" name="virtualstoragedesc" type="_K_9mADOSEeiHat9KcP8uWA" association="_xRwPMDdyEeiIfPeSAqyGdQ">
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_7UrFoDdyEeiIfPeSAqyGdQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_7U2r0DdyEeiIfPeSAqyGdQ" value="*"/>
        </ownedEnd>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_abF4IDeAEeiIfPeSAqyGdQ" name="VirtualLinkHasVLFlavour" memberEnd="_abGfMjeAEeiIfPeSAqyGdQ _abHGQDeAEeiIfPeSAqyGdQ">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_abGfMDeAEeiIfPeSAqyGdQ" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_abGfMTeAEeiIfPeSAqyGdQ" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedComment xmi:type="uml:Comment" xmi:id="_u-dOgDeAEeiIfPeSAqyGdQ" annotatedElement="_abF4IDeAEeiIfPeSAqyGdQ">
          <body>Describes a specific flavour of the VL with specific bitrate requirements.</body>
        </ownedComment>
        <ownedEnd xmi:type="uml:Property" xmi:id="_abGfMjeAEeiIfPeSAqyGdQ" name="virtuallinkdescflavour" type="_oFQM8Dd-EeiIfPeSAqyGdQ" association="_abF4IDeAEeiIfPeSAqyGdQ">
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_l4dTUDeAEeiIfPeSAqyGdQ" value="1"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_l4gWoDeAEeiIfPeSAqyGdQ" value="*"/>
        </ownedEnd>
        <ownedEnd xmi:type="uml:Property" xmi:id="_abHGQDeAEeiIfPeSAqyGdQ" name="virtuallinkdesc (vnfvirtuallinkdesc)" type="_AC2eIDQUEeixv_sLOod4lQ" association="_abF4IDeAEeiIfPeSAqyGdQ"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_ufxV8DdVEeiIfPeSAqyGdQ" name="intCpd" memberEnd="_uf0ZQDdVEeiIfPeSAqyGdQ _uf1nYDdVEeiIfPeSAqyGdQ">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_ufzyMDdVEeiIfPeSAqyGdQ" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_ufzyMTdVEeiIfPeSAqyGdQ" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_uf1nYDdVEeiIfPeSAqyGdQ" name="vnfextcpd" type="_AmzWYDQtEeixv_sLOod4lQ" association="_ufxV8DdVEeiIfPeSAqyGdQ">
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_8yFlADdVEeiIfPeSAqyGdQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_8yIBQDdVEeiIfPeSAqyGdQ" value="1"/>
        </ownedEnd>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_uogp4DgTEeiOYfGHew0BGg" name="VLProfileHasVLDescFlavour" memberEnd="_uohQ8jgTEeiOYfGHew0BGg _uok7UDgTEeiOYfGHew0BGg">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_uohQ8DgTEeiOYfGHew0BGg" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_uohQ8TgTEeiOYfGHew0BGg" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedComment xmi:type="uml:Comment" xmi:id="_-6OOwDgcEeiOYfGHew0BGg" annotatedElement="_uogp4DgTEeiOYfGHew0BGg">
          <body>Identifies a flavour within a VnfVirtualLinkDesc.&#xD;
</body>
        </ownedComment>
        <ownedEnd xmi:type="uml:Property" xmi:id="_uok7UDgTEeiOYfGHew0BGg" name="virtuallinkprofile" type="_0lvvQDgREeiOYfGHew0BGg" association="_uogp4DgTEeiOYfGHew0BGg"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_e_oF8DgSEeiOYfGHew0BGg" name="VLDescHasVLProfile" memberEnd="_e_qiMDgSEeiOYfGHew0BGg _e_tlgDgSEeiOYfGHew0BGg">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_e_p7IDgSEeiOYfGHew0BGg" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_e_p7ITgSEeiOYfGHew0BGg" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_e_tlgDgSEeiOYfGHew0BGg" name="virtuallinkprofile" type="_0lvvQDgREeiOYfGHew0BGg" association="_e_oF8DgSEeiOYfGHew0BGg"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_gt50cDm5EeiWMf5FLWfdLA" name="VduCpdHasVNIR" memberEnd="_guTdEjm5EeiWMf5FLWfdLA _guVSQTm5EeiWMf5FLWfdLA">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_guTdEDm5EeiWMf5FLWfdLA" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_guTdETm5EeiWMf5FLWfdLA" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_guVSQTm5EeiWMf5FLWfdLA" name="_vducpd " type="_zOfv8DQVEeixv_sLOod4lQ" association="_gt50cDm5EeiWMf5FLWfdLA"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_Xh1EcDnPEeiWMf5FLWfdLA" name="VnfdEGReferencesVnfVLDesc" memberEnd="_Xh4HwDnPEeiWMf5FLWfdLA _XigZ4DnPEeiWMf5FLWfdLA">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_Xh3gsDnPEeiWMf5FLWfdLA" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_Xh3gsTnPEeiWMf5FLWfdLA" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_XigZ4DnPEeiWMf5FLWfdLA" name="_vnfdElementGroup" type="_X3eqgDTQEeiwQ6KPLHcy4g" association="_Xh1EcDnPEeiWMf5FLWfdLA">
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_p4PbEDnPEeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_qSIhwDnPEeiWMf5FLWfdLA" value="*"/>
        </ownedEnd>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_Y7f5ADnCEeiWMf5FLWfdLA" name="VnfDfHasAorAAGroup" memberEnd="_Y7jjYTnCEeiWMf5FLWfdLA _Y8jB4DnCEeiWMf5FLWfdLA">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_Y7i8UDnCEeiWMf5FLWfdLA" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_Y7jjYDnCEeiWMf5FLWfdLA" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_Y8jB4DnCEeiWMf5FLWfdLA" name="_vnfDf " type="_p0UVsDQvEeixv_sLOod4lQ" association="_Y7f5ADnCEeiWMf5FLWfdLA">
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_p4HyMDnCEeiWMf5FLWfdLA" value="1"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_p4YQ4DnCEeiWMf5FLWfdLA" value="*"/>
        </ownedEnd>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_OCb6MDnBEeiWMf5FLWfdLA" name="VnfDfHasIL" memberEnd="_OCdvYTnBEeiWMf5FLWfdLA _OCfkkTnBEeiWMf5FLWfdLA">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_OCdIUDnBEeiWMf5FLWfdLA" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_OCdvYDnBEeiWMf5FLWfdLA" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_OCfkkTnBEeiWMf5FLWfdLA" name="_vnfDf " type="_p0UVsDQvEeixv_sLOod4lQ" association="_OCb6MDnBEeiWMf5FLWfdLA"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_UZOyQDnDEeiWMf5FLWfdLA" name="VnfDfHasScalingAspect" memberEnd="_UZQncjnDEeiWMf5FLWfdLA _UZScoTnDEeiWMf5FLWfdLA">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_UZQncDnDEeiWMf5FLWfdLA" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_UZQncTnDEeiWMf5FLWfdLA" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_UZScoTnDEeiWMf5FLWfdLA" name="_vnfDf " type="_p0UVsDQvEeixv_sLOod4lQ" association="_UZOyQDnDEeiWMf5FLWfdLA">
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_lrVMMDnDEeiWMf5FLWfdLA" value="1"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_lrlD0DnDEeiWMf5FLWfdLA" value="*"/>
        </ownedEnd>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_KN7jQDnAEeiWMf5FLWfdLA" name="VnfDfHasVLProfile" memberEnd="_KN9YcTnAEeiWMf5FLWfdLA _KN_NoTnAEeiWMf5FLWfdLA">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_KN8xYDnAEeiWMf5FLWfdLA" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_KN9YcDnAEeiWMf5FLWfdLA" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedComment xmi:type="uml:Comment" xmi:id="_BtEDcDz3Eeiuk5pWzMOpfA" annotatedElement="_KN7jQDnAEeiWMf5FLWfdLA">
          <body>Defines the internal VLD along with additional data which is used in this DF.&#xD;
&#xD;
NOTE 1: This allows for different VNF internal topologies between DFs.&#xD;
&#xD;
NOTE 2: virtualLinkProfile needs to be provided for all VLs that the CPs of the VDUs in the VDU profiles connect to.&#xD;
</body>
        </ownedComment>
        <ownedEnd xmi:type="uml:Property" xmi:id="_KN_NoTnAEeiWMf5FLWfdLA" name="_vnfDf " type="_p0UVsDQvEeixv_sLOod4lQ" association="_KN7jQDnAEeiWMf5FLWfdLA">
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ghCY8DnAEeiWMf5FLWfdLA" value="1"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_giYcwDnAEeiWMf5FLWfdLA" value="*"/>
        </ownedEnd>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_mpiw4DkTEeiWMf5FLWfdLA" name="VnfdHasReservedCpd" memberEnd="_mpkmEDkTEeiWMf5FLWfdLA _mpmbQDkTEeiWMf5FLWfdLA">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_mpj_ADkTEeiWMf5FLWfdLA" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_mpj_ATkTEeiWMf5FLWfdLA" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_mpmbQDkTEeiWMf5FLWfdLA" name="_vnfd" type="_aaEZADOREeiHat9KcP8uWA" association="_mpiw4DkTEeiWMf5FLWfdLA"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_yfiZYDkREeiWMf5FLWfdLA" name="VnfdHasVnfVLDesc" memberEnd="_yfk1oDkREeiWMf5FLWfdLA _yfnR4DkREeiWMf5FLWfdLA">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_yfkOkDkREeiWMf5FLWfdLA" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_yfkOkTkREeiWMf5FLWfdLA" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_yfnR4DkREeiWMf5FLWfdLA" name="_vnfd" type="_aaEZADOREeiHat9KcP8uWA" association="_yfiZYDkREeiWMf5FLWfdLA"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_hzDMsDm7EeiWMf5FLWfdLA" name="VnfExtCdpHasVNIR" memberEnd="_hzG3ETm7EeiWMf5FLWfdLA _hz7WcDm7EeiWMf5FLWfdLA">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_hzFo8Dm7EeiWMf5FLWfdLA" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_hzG3EDm7EeiWMf5FLWfdLA" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_hz7WcDm7EeiWMf5FLWfdLA" name="_vnfExtCpd " type="_AmzWYDQtEeixv_sLOod4lQ" association="_hzDMsDm7EeiWMf5FLWfdLA"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_oUgnMDm-EeiWMf5FLWfdLA" name="VLDescHasVLDescFlavour" memberEnd="_oUh1Ujm-EeiWMf5FLWfdLA _oUjqgTm-EeiWMf5FLWfdLA">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_oUh1UDm-EeiWMf5FLWfdLA" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_oUh1UTm-EeiWMf5FLWfdLA" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_oUjqgTm-EeiWMf5FLWfdLA" name="_vnfVirtualLinkdesc " type="_AC2eIDQUEeixv_sLOod4lQ" association="_oUgnMDm-EeiWMf5FLWfdLA"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_PJjEgDnHEeiWMf5FLWfdLA" name="ILHasVduLevel" memberEnd="_PJk5sjnHEeiWMf5FLWfdLA _PJmu4jnHEeiWMf5FLWfdLA">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_PJk5sDnHEeiWMf5FLWfdLA" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_PJk5sTnHEeiWMf5FLWfdLA" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_PJmu4jnHEeiWMf5FLWfdLA" name="_instantiationLevel" type="_6C8F4DnAEeiWMf5FLWfdLA" association="_PJjEgDnHEeiWMf5FLWfdLA"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_8qDIUD5xEeijbdkIlrq2uQ" name="VnfDfHasVduProfile" memberEnd="_8qGysD5xEeijbdkIlrq2uQ _8qIn4T5xEeijbdkIlrq2uQ">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_8qFkkD5xEeijbdkIlrq2uQ" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_8qGLoD5xEeijbdkIlrq2uQ" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_8qIn4T5xEeijbdkIlrq2uQ" name="vnfdf " type="_p0UVsDQvEeixv_sLOod4lQ" association="_8qDIUD5xEeijbdkIlrq2uQ">
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_Dd8eAD5yEeijbdkIlrq2uQ" value="1"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_Dd-6QD5yEeijbdkIlrq2uQ" value="*"/>
        </ownedEnd>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_8cc0EES6EeiVGPeZpaYNtQ" name="VnfExposesExtCp" memberEnd="_8c1OkES6EeiVGPeZpaYNtQ _8dhyIES6EeiVGPeZpaYNtQ">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_8csEoES6EeiVGPeZpaYNtQ" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_8c0ngES6EeiVGPeZpaYNtQ" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_8dhyIES6EeiVGPeZpaYNtQ" name="_vnf" type="_Io3nQESzEeiVGPeZpaYNtQ" association="_8cc0EES6EeiVGPeZpaYNtQ"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_m-GzoEJ_EeiwbqJBYHKltg" memberEnd="_m-HasUJ_EeiwbqJBYHKltg _m-RLsEJ_EeiwbqJBYHKltg">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_m-GzoUJ_EeiwbqJBYHKltg" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_m-HasEJ_EeiwbqJBYHKltg" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_m-HasUJ_EeiwbqJBYHKltg" name="hominggroup" type="_CaBRQD0REeiuk5pWzMOpfA" association="_m-GzoEJ_EeiwbqJBYHKltg">
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_tFHOIEJ_EeiwbqJBYHKltg"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_tFPJ8EJ_EeiwbqJBYHKltg" value="*"/>
        </ownedEnd>
        <ownedEnd xmi:type="uml:Property" xmi:id="_m-RLsEJ_EeiwbqJBYHKltg" name="vnfd" type="_aaEZADOREeiHat9KcP8uWA" association="_m-GzoEJ_EeiwbqJBYHKltg">
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ue8H0EJ_EeiwbqJBYHKltg"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ufCOcEJ_EeiwbqJBYHKltg" value="*"/>
        </ownedEnd>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_51KZMEJ_EeiwbqJBYHKltg" memberEnd="_51LAQkJ_EeiwbqJBYHKltg _51TjIEJ_EeiwbqJBYHKltg">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_51LAQEJ_EeiwbqJBYHKltg" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_51LAQUJ_EeiwbqJBYHKltg" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_51LAQkJ_EeiwbqJBYHKltg" name="servicecomponentdescriptor" association="_51KZMEJ_EeiwbqJBYHKltg">
          <type xmi:type="uml:Class" href="Service.uml#_7SrB0D0VEeiWMf5FLWfdLA"/>
        </ownedEnd>
        <ownedEnd xmi:type="uml:Property" xmi:id="_51TjIEJ_EeiwbqJBYHKltg" name="nsdf" association="_51KZMEJ_EeiwbqJBYHKltg">
          <type xmi:type="uml:Class" href="Service.uml#_13gdcDzEEeiWMf5FLWfdLA"/>
        </ownedEnd>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_Z4hA8EKAEeiwbqJBYHKltg" name="VnfdUsesPlacementGroup" memberEnd="_Z4iPEUKAEeiwbqJBYHKltg _Z4pj0EKAEeiwbqJBYHKltg">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_Z4hoAEKAEeiwbqJBYHKltg" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_Z4iPEEKAEeiwbqJBYHKltg" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_Z4pj0EKAEeiwbqJBYHKltg" name="vnfdf " type="_p0UVsDQvEeixv_sLOod4lQ" association="_Z4hA8EKAEeiwbqJBYHKltg"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_dlMHAEKAEeiwbqJBYHKltg" name="VnfdUsesBaseConfigGroup" memberEnd="_dlMuEkKAEeiwbqJBYHKltg _dlUC0EKAEeiwbqJBYHKltg">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_dlMuEEKAEeiwbqJBYHKltg" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_dlMuEUKAEeiwbqJBYHKltg" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_dlUC0EKAEeiwbqJBYHKltg" name="vnfdf " type="_p0UVsDQvEeixv_sLOod4lQ" association="_dlMHAEKAEeiwbqJBYHKltg"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_g0oegEKAEeiwbqJBYHKltg" name="VnfDUsesDeploymentGroup" memberEnd="_g0pFkkKAEeiwbqJBYHKltg _g0vzQEKAEeiwbqJBYHKltg">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_g0pFkEKAEeiwbqJBYHKltg" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_g0pFkUKAEeiwbqJBYHKltg" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_g0vzQEKAEeiwbqJBYHKltg" name="vnfdf " type="_p0UVsDQvEeixv_sLOod4lQ" association="_g0oegEKAEeiwbqJBYHKltg"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_h7IMgEKAEeiwbqJBYHKltg" name="VnfDfUsesScalingGroup" memberEnd="_h7IzkkKAEeiwbqJBYHKltg _h7PhQEKAEeiwbqJBYHKltg">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_h7IzkEKAEeiwbqJBYHKltg" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_h7IzkUKAEeiwbqJBYHKltg" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_h7PhQEKAEeiwbqJBYHKltg" name="vnfdf " type="_p0UVsDQvEeixv_sLOod4lQ" association="_h7IMgEKAEeiwbqJBYHKltg"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_mcaXQFqmEeiTzriVSbKglg" name="VirtualLinkProfileHasAffinityorAAGroup" memberEnd="_mcgd4FqmEeiTzriVSbKglg _mciTEFqmEeiTzriVSbKglg">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_mcfPwFqmEeiTzriVSbKglg" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_mcfPwVqmEeiTzriVSbKglg" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_mcgd4FqmEeiTzriVSbKglg" name="affinityorantiaffinitygroup" association="_mcaXQFqmEeiTzriVSbKglg">
          <type xmi:type="uml:Class" href="Common.uml#_0AbUYDnBEeiWMf5FLWfdLA"/>
        </ownedEnd>
        <ownedEnd xmi:type="uml:Property" xmi:id="_mciTEFqmEeiTzriVSbKglg" name="virtuallinkprofile" type="_0lvvQDgREeiOYfGHew0BGg" association="_mcaXQFqmEeiTzriVSbKglg"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_KOPAwEJ9EeiwbqJBYHKltg" memberEnd="_KOSEEEJ9EeiwbqJBYHKltg _KOYxwEJ9EeiwbqJBYHKltg">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_KOQ18EJ9EeiwbqJBYHKltg" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_KORdAEJ9EeiwbqJBYHKltg" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_KOSEEEJ9EeiwbqJBYHKltg" name="scalinggroup" type="_M45q8D0REeiuk5pWzMOpfA" association="_KOPAwEJ9EeiwbqJBYHKltg"/>
        <ownedEnd xmi:type="uml:Property" xmi:id="_KOYxwEJ9EeiwbqJBYHKltg" name="vnfvirtuallinkdesc " type="_AC2eIDQUEeixv_sLOod4lQ" association="_KOPAwEJ9EeiwbqJBYHKltg"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_oVoSIEJ9EeiwbqJBYHKltg" name="ServiceFlavorUsersHomingGroup" memberEnd="_oVpgQEJ9EeiwbqJBYHKltg _oVqHUEJ9EeiwbqJBYHKltg">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_oVo5MEJ9EeiwbqJBYHKltg" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_oVo5MUJ9EeiwbqJBYHKltg" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_oVpgQEJ9EeiwbqJBYHKltg" name="nsdf" association="_oVoSIEJ9EeiwbqJBYHKltg">
          <type xmi:type="uml:Class" href="Service.uml#_13gdcDzEEeiWMf5FLWfdLA"/>
        </ownedEnd>
        <ownedEnd xmi:type="uml:Property" xmi:id="_oVqHUEJ9EeiwbqJBYHKltg" name="hominggroup" type="_CaBRQD0REeiuk5pWzMOpfA" association="_oVoSIEJ9EeiwbqJBYHKltg">
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_xVtLgEJ9EeiwbqJBYHKltg"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_xVyEAEJ9EeiwbqJBYHKltg" value="*"/>
        </ownedEnd>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_HAfqUF-FEeiaLPXj8My4aQ" name="VnfHasVnfc" memberEnd="_HAitoF-FEeiaLPXj8My4aQ _HAj7wF-FEeiaLPXj8My4aQ">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_HAiGkF-FEeiaLPXj8My4aQ" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_HAiGkV-FEeiaLPXj8My4aQ" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_HAj7wF-FEeiaLPXj8My4aQ" name="vnfinstance" type="_jH_PgF3PEeiwL5tPgFMcjQ" association="_HAfqUF-FEeiaLPXj8My4aQ"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_OXqPsF-GEeiaLPXj8My4aQ" name="VnfcHasCp" memberEnd="_OXq2wV-GEeiaLPXj8My4aQ _OX0nwF-GEeiaLPXj8My4aQ">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_OXqPsV-GEeiaLPXj8My4aQ" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_OXq2wF-GEeiaLPXj8My4aQ" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_OX0nwF-GEeiaLPXj8My4aQ" name="nfc (vnfcinstance)" type="_OpdBwF9vEeiaLPXj8My4aQ" association="_OXqPsF-GEeiaLPXj8My4aQ"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_PG0wgGkCEeip9umi7zNprw" name="VnfDeployedUsingVnfd" memberEnd="_PG3MwGkCEeip9umi7zNprw _PG5B8WkCEeip9umi7zNprw">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_PG2lsGkCEeip9umi7zNprw" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_PG2lsWkCEeip9umi7zNprw" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_PG5B8WkCEeip9umi7zNprw" name="vnfinstance" type="_jH_PgF3PEeiwL5tPgFMcjQ" association="_PG0wgGkCEeip9umi7zNprw">
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_bLRZ0GkCEeip9umi7zNprw"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_bLdAAGkCEeip9umi7zNprw" value="*"/>
        </ownedEnd>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_tY4JkGmNEeiIM-XECFR2Pw" name="VnfcDeployedUsingVdu" memberEnd="_tZ9usGmNEeiIM-XECFR2Pw _taTF4GmNEeiIM-XECFR2Pw">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_tZueIGmNEeiIM-XECFR2Pw" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_tZvFMGmNEeiIM-XECFR2Pw" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_taTF4GmNEeiIM-XECFR2Pw" name="vnfc (vnfcinstance)" type="_OpdBwF9vEeiaLPXj8My4aQ" association="_tY4JkGmNEeiIM-XECFR2Pw">
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_86Qz0GmNEeiIM-XECFR2Pw"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_86doIGmNEeiIM-XECFR2Pw" value="*"/>
        </ownedEnd>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_inMfAH7eEei4v5WRHqfM1Q" name="VnfInstanceHasVnfVirtualLink" memberEnd="_inPiUH7eEei4v5WRHqfM1Q _inQwcn7eEei4v5WRHqfM1Q">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_inOUMH7eEei4v5WRHqfM1Q" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_inOUMX7eEei4v5WRHqfM1Q" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_inQwcn7eEei4v5WRHqfM1Q" name="vnfinstance" type="_jH_PgF3PEeiwL5tPgFMcjQ" association="_inMfAH7eEei4v5WRHqfM1Q">
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ueigcH7eEei4v5WRHqfM1Q"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ue5s0H7eEei4v5WRHqfM1Q" value="*"/>
        </ownedEnd>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_Uucw0JpZEeidy9iGT_F5-w" name="ServiceDescAtomicRealizedAs" memberEnd="_Uuf0IJpZEeidy9iGT_F5-w _UuhCQJpZEeidy9iGT_F5-w">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_UufNEJpZEeidy9iGT_F5-w" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_UufNEZpZEeidy9iGT_F5-w" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_Uuf0IJpZEeidy9iGT_F5-w" name="resourcedesc (resourcespecification)" type="_DAQisJpXEeidy9iGT_F5-w" aggregation="shared" association="_Uucw0JpZEeidy9iGT_F5-w">
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_gbBssJpZEeidy9iGT_F5-w"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_gbzv0JpZEeidy9iGT_F5-w" value="*"/>
        </ownedEnd>
        <ownedEnd xmi:type="uml:Property" xmi:id="_UuhCQJpZEeidy9iGT_F5-w" name="servicedescatomic" association="_Uucw0JpZEeidy9iGT_F5-w">
          <type xmi:type="uml:Class" href="Service.uml#_iQkugJpYEeidy9iGT_F5-w"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_jI6PQJpZEeidy9iGT_F5-w"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_jJfeEJpZEeidy9iGT_F5-w" value="*"/>
        </ownedEnd>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_oiT84JpZEeidy9iGT_F5-w" name="ServiceProvidesAllottedResource" memberEnd="_oiUj8ppZEeidy9iGT_F5-w _oiY1YJpZEeidy9iGT_F5-w">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_oiUj8JpZEeidy9iGT_F5-w" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_oiUj8ZpZEeidy9iGT_F5-w" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_oiUj8ppZEeidy9iGT_F5-w" name="servicedescatomic" association="_oiT84JpZEeidy9iGT_F5-w">
          <type xmi:type="uml:Class" href="Service.uml#_iQkugJpYEeidy9iGT_F5-w"/>
        </ownedEnd>
        <ownedEnd xmi:type="uml:Property" xmi:id="_oiY1YJpZEeidy9iGT_F5-w" name="allottedresource" type="_nQZJYJpWEeidy9iGT_F5-w" association="_oiT84JpZEeidy9iGT_F5-w">
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_9SwF8JpZEeidy9iGT_F5-w"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_9TQcQJpZEeidy9iGT_F5-w" value="*"/>
        </ownedEnd>
      </packagedElement>
      <packagedElement xmi:type="uml:Association" xmi:id="_etib0Js4EeiPBvbfaqSLYg" name="ServiceProvidesAnfd" memberEnd="_etjC4Js4EeiPBvbfaqSLYg _etnUUJs4EeiPBvbfaqSLYg">
        <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_etib0Zs4EeiPBvbfaqSLYg" source="org.eclipse.papyrus">
          <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_etib0ps4EeiPBvbfaqSLYg" key="nature" value="UML_Nature"/>
        </eAnnotations>
        <ownedEnd xmi:type="uml:Property" xmi:id="_etjC4Js4EeiPBvbfaqSLYg" name="anfd" type="_xVaLUJs3EeiPBvbfaqSLYg" association="_etib0Js4EeiPBvbfaqSLYg">
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_YJxNsJy1EeiLvPKMh61-Bg"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_YK4A8Jy1EeiLvPKMh61-Bg" value="*"/>
        </ownedEnd>
        <ownedEnd xmi:type="uml:Property" xmi:id="_etnUUJs4EeiPBvbfaqSLYg" name="servicedescatomic" association="_etib0Js4EeiPBvbfaqSLYg">
          <type xmi:type="uml:Class" href="Service.uml#_iQkugJpYEeidy9iGT_F5-w"/>
        </ownedEnd>
      </packagedElement>
    </packagedElement>
    <packagedElement xmi:type="uml:Package" xmi:id="_zPN5MDOHEei5Af8DcjrhIQ" name="Diagrams">
      <ownedComment xmi:type="uml:Comment" xmi:id="_bphG0DTSEeiwQ6KPLHcy4g" annotatedElement="_zPN5MDOHEei5Af8DcjrhIQ">
        <body>Describes the associated elements of a VNFD for a certain purpose during VNF lifecycle management.</body>
      </ownedComment>
      <ownedComment xmi:type="uml:Comment" xmi:id="_gY6a0DgXEeiOYfGHew0BGg">
        <body>A few quick observations&#xD;
1.  Using integer for number. Jessie: Created a primitive called Number which is a superset of integer and real.&#xD;
2.  created a datatype called enum. Deleted enum. Created &quot;enums&quot; where needed.&#xD;
3.   Seems like we are just using ETSI (beyound what we have in the works). Jessie: It appears that way.&#xD;
4.   Is monitoring param a class or a data type?  Jessie: It is a datatype.  Due to it's relationship to event, maybe a class??&#xD;
5.  Class versus datatype??</body>
      </ownedComment>
      <ownedComment xmi:type="uml:Comment" xmi:id="_fAb24Dz3Eeiuk5pWzMOpfA" annotatedElement="_DlOpkDnDEeiWMf5FLWfdLA">
        <body>Not Defined in Clean</body>
      </ownedComment>
      <ownedComment xmi:type="uml:Comment" xmi:id="_FYOMsEKAEeiwbqJBYHKltg">
        <annotatedElement xmi:type="uml:Class" href="Service.uml#_7SrB0D0VEeiWMf5FLWfdLA"/>
        <annotatedElement xmi:type="uml:Class" href="#_aaEZADOREeiHat9KcP8uWA"/>
        <body>ResourceDesc???</body>
      </ownedComment>
      <ownedComment xmi:type="uml:Comment" xmi:id="_pyAEgGTiEeikY4u622M0BQ">
        <body>Red items are proposed to be deleted.</body>
      </ownedComment>
      <ownedComment xmi:type="uml:Comment" xmi:id="_RTntQGTmEeikY4u622M0BQ">
        <body>gold indicates an add or a change</body>
      </ownedComment>
      <ownedComment xmi:type="uml:Comment" xmi:id="_ZbAZAJWXEeiBQt0DCQoFTw">
        <body>&#xD;
.&#xD;
can protocol be enumerated? - yes.  Values?&#xD;
&#xD;
Change addrestype to enumeration&#xD;
.&#xD;
Change L2addressData and l3addressData to 0..1 given &quot;only present....&quot; definition&#xD;
</body>
      </ownedComment>
      <ownedComment xmi:type="uml:Comment" xmi:id="_oNwz8JWdEeiBQt0DCQoFTw">
        <body>orchestration Status - Pending, Created, Active... - Christina will query. &#xD;
.&#xD;
onboardedVnfPkgInfoId - need class for VnfPkg?   Yes - probably need more discussion - tied to vnf model and internal model.   Vnf Instance related to vnf descriptor or onboarding pkg descriptor</body>
      </ownedComment>
      <ownedComment xmi:type="uml:Comment" xmi:id="_QKT3gJdJEei-sOl6ywWHlg">
        <body>do we need both superclass and subclass or just one???</body>
      </ownedComment>
      <ownedComment xmi:type="uml:Comment" xmi:id="_YxDD0JdJEei-sOl6ywWHlg">
        <body>Will not try to push this out into R3 - save for R4</body>
      </ownedComment>
      <ownedComment xmi:type="uml:Comment" xmi:id="_X5PIYJs2EeiPBvbfaqSLYg">
        <body>A Resource is something that goes into the resource catalog from which services are made.&#xD;
.&#xD;
Per the above definition,&#xD;
A virtual link is a resource&#xD;
A license is not a resource&#xD;
A Cp is not a resource</body>
      </ownedComment>
      <ownedComment xmi:type="uml:Comment" xmi:id="_9zRkwJs4EeiPBvbfaqSLYg">
        <body>Do we need a VnfVL?</body>
      </ownedComment>
      <ownedComment xmi:type="uml:Comment" xmi:id="_V35l8Js6EeiPBvbfaqSLYg">
        <body>Need to assess need for service topology for the internal model from a design view.</body>
      </ownedComment>
      <packagedElement xmi:type="uml:Enumeration" xmi:id="_MevNkJddEei-sOl6ywWHlg" name="AddressType">
        <ownedComment xmi:type="uml:Comment" xmi:id="_zYqPEJdeEei-sOl6ywWHlg" annotatedElement="_MevNkJddEei-sOl6ywWHlg">
          <body>Type of address</body>
        </ownedComment>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_TXtQgJddEei-sOl6ywWHlg" name="MAC"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_UVFewJddEei-sOl6ywWHlg" name="IP"/>
      </packagedElement>
      <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_RSljMKGGEeinsNXClcPPiQ" name="PrimitiveType17"/>
    </packagedElement>
    <packagedElement xmi:type="uml:Package" xmi:id="_zPN5MTOHEei5Af8DcjrhIQ" name="Interfaces"/>
    <packagedElement xmi:type="uml:Package" xmi:id="_zPN5MjOHEei5Af8DcjrhIQ" name="ObjectClasses">
      <packagedElement xmi:type="uml:Class" xmi:id="_e5WnwDOREeiHat9KcP8uWA" name="Vdu">
        <ownedComment xmi:type="uml:Comment" xmi:id="_yxlRsDWaEeiwQ6KPLHcy4g" annotatedElement="_e5WnwDOREeiHat9KcP8uWA">
          <body>The Virtualisation Deployment Unit (VDU) is a construct supporting the description of the deployment and operational behavior of a VNFC. &#xD;
&#xD;
A VNFC instance created based on the VDU maps to a single virtualisation container (e.g. a VM).&#xD;
&#xD;
A VNFC will only be in one VNFDesc.   If a vendor wants to use the VNFC in mupliple VNFDesc (their product) they can do so, but it will be 'repeated'.&#xD;
&#xD;
References:&#xD;
tosca-nfv-YAML-v1.0-wd05-rev02&#xD;
ETSI GS NFV-IFA 011 V2.1.3&#xD;
&#xD;
</body>
        </ownedComment>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_l8PhgDWbEei9Ia34RXjpEg" name="vduId">
          <ownedComment xmi:type="uml:Comment" xmi:id="_sSUSwDWbEei9Ia34RXjpEg" annotatedElement="_l8PhgDWbEei9Ia34RXjpEg">
            <body>Unique identifier of this Vdu in VNFD.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_AuYtcDkBEeiWMf5FLWfdLA"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_wWU6wDWbEei9Ia34RXjpEg" name="name">
          <ownedComment xmi:type="uml:Comment" xmi:id="_047jQDWbEei9Ia34RXjpEg" annotatedElement="_wWU6wDWbEei9Ia34RXjpEg">
            <body>Human readable name of the Vdu.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_2-9boDWbEei9Ia34RXjpEg" name="description">
          <ownedComment xmi:type="uml:Comment" xmi:id="_6Ut2gDWbEei9Ia34RXjpEg" annotatedElement="_2-9boDWbEei9Ia34RXjpEg">
            <body>Human readable description of the Vdu.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_mq0DkDafEei23_xWdimG9w" name="bootOrder">
          <ownedComment xmi:type="uml:Comment" xmi:id="_EtlToDagEei23_xWdimG9w" annotatedElement="_mq0DkDafEei23_xWdimG9w">
            <body>Boot order of valid boot devices.&#xD;
&#xD;
NOTE: If no boot order is defined the default boot order defined in the VIM or NFVI shall be used.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_vxJ9ADafEei23_xWdimG9w"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_9IXOsDafEei23_xWdimG9w"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_9IcuQDafEei23_xWdimG9w" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_1yX4kDafEei23_xWdimG9w" name="nfviConstraint">
          <ownedComment xmi:type="uml:Comment" xmi:id="_NkiQwDahEei23_xWdimG9w" annotatedElement="_1yX4kDafEei23_xWdimG9w">
            <body>Describes constraints on the NFVI for the VNFC instance(s) created from this Vdu. For example, aspects of a secure hosting environment for the VNFC instance that involve additional entities or processes.&#xD;
&#xD;
NOTE: These are constraints other than stipulating that a VNFC instance has access to a certain resource, as a prerequisite to instantiation. The attributes virtualComputeDesc and virtualStorageDesc define the resources required for instantiation of the VNFC instance.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_vxJ9ADafEei23_xWdimG9w"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_PFhiYDahEei23_xWdimG9w"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_PFma4DahEei23_xWdimG9w" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_HN9eEDmzEeiWMf5FLWfdLA" name="monitoringParameter" visibility="public" type="_HlF2kDmxEeiWMf5FLWfdLA">
          <ownedComment xmi:type="uml:Comment" xmi:id="_NCr1wDmzEeiWMf5FLWfdLA" annotatedElement="_HN9eEDmzEeiWMf5FLWfdLA">
            <body>Defines the virtualised resources monitoring parameters on VDU level.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_Rz7-QDmzEeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_R0btgDmzEeiWMf5FLWfdLA" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_mIpmIDapEei23_xWdimG9w" name="injectFiles">
          <ownedComment xmi:type="uml:Comment" xmi:id="_vKCHEDapEei23_xWdimG9w" annotatedElement="_mIpmIDapEei23_xWdimG9w">
            <body>Describes the information (e.g. URL) about the scripts, config drive metadata, etc. which can be used during Vdu booting process.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ssu-MDapEei23_xWdimG9w"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ss0dwDapEei23_xWdimG9w" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_mC-f4DmyEeiWMf5FLWfdLA" name="configurableProperties" visibility="public" type="_MRthQDmyEeiWMf5FLWfdLA">
          <ownedComment xmi:type="uml:Comment" xmi:id="_04p6sDmyEeiWMf5FLWfdLA" annotatedElement="_mC-f4DmyEeiWMf5FLWfdLA">
            <body>Describes the configurable properties of all VNFC instances based on this VDU.	</body>
          </ownedComment>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_j9-9sDWeEei9Ia34RXjpEg" name="_vduCpd" type="_zOfv8DQVEeixv_sLOod4lQ" aggregation="shared" association="_j97TUDWeEei9Ia34RXjpEg">
          <ownedComment xmi:type="uml:Comment" xmi:id="_5laYgFqSEeiTzriVSbKglg" annotatedElement="_j9-9sDWeEei9Ia34RXjpEg">
            <body>Describes network connectivity between a VNFC instance (based on this Vdu) and an Virtual Link (VL).</body>
          </ownedComment>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_345dADabEei23_xWdimG9w" name="_virtualComputeDesc" type="_-gDvwDOREeiHat9KcP8uWA" aggregation="shared" association="_343n0DabEei23_xWdimG9w">
          <ownedComment xmi:type="uml:Comment" xmi:id="_9hdXUFqSEeiTzriVSbKglg" annotatedElement="_345dADabEei23_xWdimG9w">
            <body>Describes CPU, Memory and acceleration requirements of the Virtualisation Container realising this Vdu.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_NuP_sDacEei23_xWdimG9w" value="1"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_Nui6oDacEei23_xWdimG9w" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_uwHosDadEei23_xWdimG9w" name="_virtualStorageDesc" type="_K_9mADOSEeiHat9KcP8uWA" aggregation="shared" association="_uwCwMDadEei23_xWdimG9w">
          <ownedComment xmi:type="uml:Comment" xmi:id="_AmRMIFqTEeiTzriVSbKglg" annotatedElement="_uwHosDadEei23_xWdimG9w">
            <body>Describes storage requirements for a VirtualStorage instance attached to the virtualisation container created from virtualComputeDesc defined for this Vdu.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_gBTOYDaeEei23_xWdimG9w"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_gBVqoDaeEei23_xWdimG9w" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_MxzowjagEei23_xWdimG9w" name="_swImageDesc" type="_J0Zx0DOSEeiHat9KcP8uWA" aggregation="shared" association="_MxzBsDagEei23_xWdimG9w">
          <ownedComment xmi:type="uml:Comment" xmi:id="_EPv0QFqTEeiTzriVSbKglg" annotatedElement="_MxzowjagEei23_xWdimG9w">
            <body>Describes the software image which is directly loaded on the virtualisation container realising this Vdu.&#xD;
&#xD;
NOTE: More software images can be attached to the virtualisation container using VirtualStorage resources.&#xD;
</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_aeqaUDagEei23_xWdimG9w"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_aetdoDagEei23_xWdimG9w" value="1"/>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_aaEZADOREeiHat9KcP8uWA" name="Vnfd">
        <ownedComment xmi:type="uml:Comment" xmi:id="_g6pCsDOUEeiHat9KcP8uWA" annotatedElement="_aaEZADOREeiHat9KcP8uWA">
          <body>A Vnfd, or VNF Descriptor, is template which describes a VNF in terms of deployment and operational behaviour requirements. It also contains connectivity, interface and virtualised resource requirements.&#xD;
&#xD;
References:&#xD;
tosca-nfv-YAML-v1.0-wd05-rev02 (tosca.nodes.nfv.vnfd, but node details are not defined)&#xD;
ETSI GS NFV-IFA 011 V2.1.3 (VNFD)</body>
        </ownedComment>
        <generalization xmi:type="uml:Generalization" xmi:id="_JDHAgJpYEeidy9iGT_F5-w" general="_O385oJssEeiPBvbfaqSLYg"/>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_Sz6jIDOVEeiHat9KcP8uWA" name="vnfProvider">
          <ownedComment xmi:type="uml:Comment" xmi:id="_a3R8oDOVEeiHat9KcP8uWA" annotatedElement="_Sz6jIDOVEeiHat9KcP8uWA">
            <body>Provider of the VNF and of the VNFD.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_hUYi8DOVEeiHat9KcP8uWA" name="vnfProductName">
          <ownedComment xmi:type="uml:Comment" xmi:id="__8VHMDOWEeiHat9KcP8uWA" annotatedElement="_hUYi8DOVEeiHat9KcP8uWA">
            <body>Name to identify the VNF Product. Invariant for the VNF Product lifetime.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_Psi3oDOXEeiHat9KcP8uWA" name="vnfSoftwareVersion">
          <ownedComment xmi:type="uml:Comment" xmi:id="_gdAnUEcjEei7eo5RdnNiBQ" annotatedElement="_Psi3oDOXEeiHat9KcP8uWA">
            <body>Software version of the VNF. This is changed when there is any change to the software that is included in the VNF Package.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_Txwn0DQLEeixv_sLOod4lQ" name="vnfdVersion">
          <ownedComment xmi:type="uml:Comment" xmi:id="_bI9e4DQLEeixv_sLOod4lQ" annotatedElement="_Txwn0DQLEeixv_sLOod4lQ">
            <body>Identifies the version of the VNFD.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_d9nX0DQLEeixv_sLOod4lQ" name="vnfProductInfoName">
          <ownedComment xmi:type="uml:Comment" xmi:id="_lY1zQDQLEeixv_sLOod4lQ" annotatedElement="_d9nX0DQLEeixv_sLOod4lQ">
            <body>Human readable name for the VNF Product. Can change during the VNF Product lifetime.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_hIKoQDQLEeixv_sLOod4lQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_hIRV8DQLEeixv_sLOod4lQ" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_nVSR0DQLEeixv_sLOod4lQ" name="vnfProductInfoDescription">
          <ownedComment xmi:type="uml:Comment" xmi:id="_uK6F0DQLEeixv_sLOod4lQ" annotatedElement="_nVSR0DQLEeixv_sLOod4lQ">
            <body>Human readable description of the VNF Product. Can change during the VNF Product lifetime.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_wnmxwDQLEeixv_sLOod4lQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_wnp1EDQLEeixv_sLOod4lQ" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_zS9kwDQLEeixv_sLOod4lQ" name="vnfmInfo">
          <ownedComment xmi:type="uml:Comment" xmi:id="_30VeMDQLEeixv_sLOod4lQ" annotatedElement="_zS9kwDQLEeixv_sLOod4lQ">
            <body>Identifies VNFM(s) compatible with the VNF described in this version of the VNFD.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_5i-xUDQLEeixv_sLOod4lQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_5jCbsDQLEeixv_sLOod4lQ" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_-WAbcDQLEeixv_sLOod4lQ" name="localizationLanguage">
          <ownedComment xmi:type="uml:Comment" xmi:id="_FHUXMDQMEeixv_sLOod4lQ" annotatedElement="_-WAbcDQLEeixv_sLOod4lQ">
            <body>Information about localization languages of the VNF (includes e.g. strings in the VNFD).&#xD;
&#xD;
NOTE: This allows to provide one or more localization languages to support selecting a specific localization language at VNF instantiation time.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_CxZosDQMEeixv_sLOod4lQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_CxfIQDQMEeixv_sLOod4lQ" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_CnvFoDkKEeiWMf5FLWfdLA" name="modifiableAttributes" visibility="public" type="_iZQzADkJEeiWMf5FLWfdLA">
          <ownedComment xmi:type="uml:Comment" xmi:id="_Owm78DkKEeiWMf5FLWfdLA" annotatedElement="_CnvFoDkKEeiWMf5FLWfdLA">
            <body>Defines the VNF-specific extension and metadata attributes of the VnfInfo that are writeable via the ModifyVnfInfo operation.&#xD;
</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_KBLYYDkKEeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_KBsVwDkKEeiWMf5FLWfdLA" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_qFisADOUEeiHat9KcP8uWA" name="vnfdId">
          <ownedComment xmi:type="uml:Comment" xmi:id="_8UkBMDOUEeiHat9KcP8uWA" annotatedElement="_qFisADOUEeiHat9KcP8uWA">
            <body>Identifier of this VNFD information element. This attribute shall be globally unique.&#xD;
&#xD;
NOTE: The VNFD Identifier shall be used as the unique identifier of the VNF Package that contains this VNFD.&#xD;
Any modification of the content of the VNFD or the VNF Package shall result in a new VNFD Identifier.</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_AuYtcDkBEeiWMf5FLWfdLA"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_IW__QDQMEeixv_sLOod4lQ" name="defaultLocalizationLanguage">
          <ownedComment xmi:type="uml:Comment" xmi:id="_PQ2zADQMEeixv_sLOod4lQ" annotatedElement="_IW__QDQMEeixv_sLOod4lQ">
            <body>Information about localization languages of the VNF (includes e.g. strings in the VNFD).&#xD;
&#xD;
NOTE: This allows to provide one or more localization languages to support selecting a specific localization language at VNF instantiation time.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_MpK_EDQMEeixv_sLOod4lQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_MpOpcDQMEeixv_sLOod4lQ" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_zr-tcDkIEeiWMf5FLWfdLA" name="configurableProperties" visibility="public" type="_ZqQQ8DkIEeiWMf5FLWfdLA">
          <ownedComment xmi:type="uml:Comment" xmi:id="_Isl08DkTEeiWMf5FLWfdLA" annotatedElement="_zr-tcDkIEeiWMf5FLWfdLA">
            <body>Describes the configurable properties of the VNF (e.g. related to auto scaling and auto healing).</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_-Ysu0DkIEeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_-ZG-gDkIEeiWMf5FLWfdLA" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_HklksDkLEeiWMf5FLWfdLA" name="lifecycleManagementScript" visibility="public" type="_1HQGsDkKEeiWMf5FLWfdLA">
          <ownedComment xmi:type="uml:Comment" xmi:id="_RQK_kDkTEeiWMf5FLWfdLA" annotatedElement="_HklksDkLEeiWMf5FLWfdLA">
            <body>Includes a list of events and corresponding management scripts performed for the VNF.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_Ns7b8DkLEeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_NtpNoDkLEeiWMf5FLWfdLA" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_LgNf8DTdEeiwQ6KPLHcy4g" name="logo">
          <ownedComment xmi:type="uml:Comment" xmi:id="_SVdggDTdEeiwQ6KPLHcy4g" annotatedElement="_LgNf8DTdEeiwQ6KPLHcy4g">
            <body>File path of the vendor specified logo.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_MKR7MDTeEeiwQ6KPLHcy4g"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_MKWzsDTeEeiwQ6KPLHcy4g" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_X1lEsDTeEeiwQ6KPLHcy4g" name="guide">
          <ownedComment xmi:type="uml:Comment" xmi:id="_dxebYDTeEeiwQ6KPLHcy4g" annotatedElement="_X1lEsDTeEeiwQ6KPLHcy4g">
            <body>UUID of the vendor guide/documentation which is attached to VNF and can be downloaded from the model.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_Z-XWIDTeEeiwQ6KPLHcy4g"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_Z-c1sDTeEeiwQ6KPLHcy4g" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_vRv1QDQPEeixv_sLOod4lQ" name="_vdu" type="_e5WnwDOREeiHat9KcP8uWA" aggregation="composite" association="_vRNCsDQPEeixv_sLOod4lQ">
          <ownedComment xmi:type="uml:Comment" xmi:id="_qB96sDkSEeiWMf5FLWfdLA" annotatedElement="_vRv1QDQPEeixv_sLOod4lQ">
            <body>Virtualisation Deployment Unit.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_luC08DQQEeixv_sLOod4lQ" value="1"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_luF4QDQQEeixv_sLOod4lQ" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_LORrYDQtEeixv_sLOod4lQ" name="_vnfExtCpd" type="_AmzWYDQtEeixv_sLOod4lQ" aggregation="composite" association="_LOOBADQtEeixv_sLOod4lQ">
          <ownedComment xmi:type="uml:Comment" xmi:id="_78tpADkSEeiWMf5FLWfdLA" annotatedElement="_LORrYDQtEeixv_sLOod4lQ">
            <body>Describes external interface(s) exposed by this VNF enabling connection with a VL.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_V2QhQDQuEeixv_sLOod4lQ" value="1"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_V2SWcDQuEeixv_sLOod4lQ" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_zxa4AzQvEeixv_sLOod4lQ" name="_deploymentFlavour" type="_p0UVsDQvEeixv_sLOod4lQ" aggregation="composite" association="_zxa4ADQvEeixv_sLOod4lQ">
          <ownedComment xmi:type="uml:Comment" xmi:id="_AAKQUDkTEeiWMf5FLWfdLA" annotatedElement="_zxa4AzQvEeixv_sLOod4lQ">
            <body>Describes specific DF(s) of a VNF with specific requirements for capacity and performance.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_xuYMwDQwEeixv_sLOod4lQ" value="1"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_xumPMDQwEeixv_sLOod4lQ" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_7QOj8DTUEeiwQ6KPLHcy4g" name="_vnfIndicator" type="_tEnEsDTSEeiwQ6KPLHcy4g" aggregation="shared" association="_7QNV0DTUEeiwQ6KPLHcy4g">
          <ownedComment xmi:type="uml:Comment" xmi:id="_a-HrkDkTEeiWMf5FLWfdLA" annotatedElement="_7QOj8DTUEeiwQ6KPLHcy4g">
            <body>Declares the VNF indicators that are supported by this VNF.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_g8vckDkHEeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_g9j78DkHEeiWMf5FLWfdLA" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_u3gwwDOVEeiHat9KcP8uWA" name="_virtualComputeDesc" type="_-gDvwDOREeiHat9KcP8uWA" aggregation="shared" association="_u3e7kDOVEeiHat9KcP8uWA">
          <ownedComment xmi:type="uml:Comment" xmi:id="_ttLoMDkSEeiWMf5FLWfdLA" annotatedElement="_u3gwwDOVEeiHat9KcP8uWA">
            <body>Defines descriptors of virtual compute resources to be used by the VNF.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_7n6hIDOVEeiHat9KcP8uWA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_7n89YDOVEeiHat9KcP8uWA" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_nXwUATkOEeiWMf5FLWfdLA" name="_virtualStorageDesc" type="_K_9mADOSEeiHat9KcP8uWA" aggregation="shared" association="_nXtQsDkOEeiWMf5FLWfdLA">
          <ownedComment xmi:type="uml:Comment" xmi:id="_xcytgDkSEeiWMf5FLWfdLA" annotatedElement="_nXwUATkOEeiWMf5FLWfdLA">
            <body>Defines descriptors of virtual storage resources to be used by the VNF.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_nXywQDkOEeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_nXywQTkOEeiWMf5FLWfdLA" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_yfk1oDkREeiWMf5FLWfdLA" name="_intVirtuallinkdesc " type="_AC2eIDQUEeixv_sLOod4lQ" aggregation="shared" association="_yfiZYDkREeiWMf5FLWfdLA">
          <ownedComment xmi:type="uml:Comment" xmi:id="_2fd9MDkSEeiWMf5FLWfdLA" annotatedElement="_yfk1oDkREeiWMf5FLWfdLA">
            <body>Represents the type of network connectivity mandated by the VNF provider between two or more CPs which includes at least one internal CP.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yfmDwDkREeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yfmq0DkREeiWMf5FLWfdLA" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_mpkmEDkTEeiWMf5FLWfdLA" name="_vnfReservedCpd" type="_zOfv8DQVEeixv_sLOod4lQ" aggregation="composite" association="_mpiw4DkTEeiWMf5FLWfdLA">
          <ownedComment xmi:type="uml:Comment" xmi:id="_AtdwUDkVEeiWMf5FLWfdLA" annotatedElement="_mpkmEDkTEeiWMf5FLWfdLA">
            <body>Reserved IP Address for VNF which is not bounded to any specific VNFC, but assigned manually from outside and potentially shared as a floating IP among VNFCs.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpl0MDkTEeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpl0MTkTEeiWMf5FLWfdLA" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_ET6SUDTSEeiwQ6KPLHcy4g" name="_elementGroup" type="_X3eqgDTQEeiwQ6KPLHcy4g" aggregation="shared" association="_ETpMkDTSEeiwQ6KPLHcy4g">
          <ownedComment xmi:type="uml:Comment" xmi:id="_XeuzkDkTEeiWMf5FLWfdLA" annotatedElement="_ET6SUDTSEeiwQ6KPLHcy4g">
            <body>Describes the associated elements of a VNFD for a certain purpose during VNF lifecycle management.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_OcqD8DTSEeiwQ6KPLHcy4g"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_OctuUDTSEeiwQ6KPLHcy4g" value="*"/>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_J0Zx0DOSEeiHat9KcP8uWA" name="SwImageDesc">
        <ownedComment xmi:type="uml:Comment" xmi:id="_8Nl8oDasEei23_xWdimG9w" annotatedElement="_J0Zx0DOSEeiHat9KcP8uWA">
          <body>The SwImageDesc information element describes requested additional capability for a particular VDU. Such a capability may be for acceleration or specific tasks.   Storage not necessarily related to the compute, may be Network Attached Storage (NAS)&#xD;
&#xD;
References:&#xD;
tosca-nfv-YAML-v1.0-wd05-rev02&#xD;
ETSI GS NFV-IFA 011 V2.1.3&#xD;
</body>
        </ownedComment>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_lDoCUDaqEei23_xWdimG9w" name="id">
          <ownedComment xmi:type="uml:Comment" xmi:id="_tqsl0DaqEei23_xWdimG9w" annotatedElement="_lDoCUDaqEei23_xWdimG9w">
            <body>The identifier of this software image.</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_AuYtcDkBEeiWMf5FLWfdLA"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_v5FwADaqEei23_xWdimG9w" name="name">
          <ownedComment xmi:type="uml:Comment" xmi:id="_LGlcEDarEei23_xWdimG9w" annotatedElement="_v5FwADaqEei23_xWdimG9w">
            <body>The name of this software image.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_OYLvsDarEei23_xWdimG9w" name="version">
          <ownedComment xmi:type="uml:Comment" xmi:id="_St4koDarEei23_xWdimG9w" annotatedElement="_OYLvsDarEei23_xWdimG9w">
            <body>The version of this software image.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_WJJxoDarEei23_xWdimG9w" name="checksum">
          <ownedComment xmi:type="uml:Comment" xmi:id="_PyhEIEccEei7eo5RdnNiBQ" annotatedElement="_WJJxoDarEei23_xWdimG9w">
            <body>The checksum of the software image file.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_bcG5ADarEei23_xWdimG9w" name="containerFormat">
          <ownedComment xmi:type="uml:Comment" xmi:id="_g3T9cDarEei23_xWdimG9w" annotatedElement="_bcG5ADarEei23_xWdimG9w">
            <body>The container format describes the container file format in which software image is provided.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_k5xGQDarEei23_xWdimG9w" name="diskFormat">
          <ownedComment xmi:type="uml:Comment" xmi:id="_pvp3IDarEei23_xWdimG9w" annotatedElement="_k5xGQDarEei23_xWdimG9w">
            <body>The disk format of a software image is the format of the underlying disk image.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_9W_HADm0EeiWMf5FLWfdLA" name="minRam" visibility="public">
          <ownedComment xmi:type="uml:Comment" xmi:id="_Je_aoDm1EeiWMf5FLWfdLA" annotatedElement="_9W_HADm0EeiWMf5FLWfdLA">
            <body>The minimal RAM requirement for this software image. The value of the &quot;size&quot; attribute of VirtualMemoryData of the Vdu referencing this SwImageDesc shall not be smaller than the value of minRam.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="Common.uml#_p3EKoDm0EeiWMf5FLWfdLA"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_HUYkQDm1EeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_HU0CEDm1EeiWMf5FLWfdLA" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_svqrgDarEei23_xWdimG9w" name="minDisk">
          <ownedComment xmi:type="uml:Comment" xmi:id="_1EVQYDarEei23_xWdimG9w" annotatedElement="_svqrgDarEei23_xWdimG9w">
            <body>The minimal disk size requirement for this software image. The value of the &quot;size of storage&quot; attribute of the VirtualStorageDesc referencing this SwImageDesc shall not be smaller than the value of minDisk.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="Common.uml#_p3EKoDm0EeiWMf5FLWfdLA"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_SW0-ADm1EeiWMf5FLWfdLA" name="size" visibility="public">
          <ownedComment xmi:type="uml:Comment" xmi:id="_ZjmGsDm1EeiWMf5FLWfdLA" annotatedElement="_SW0-ADm1EeiWMf5FLWfdLA">
            <body>The size of the software image.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="Common.uml#_p3EKoDm0EeiWMf5FLWfdLA"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_DhvVIDasEei23_xWdimG9w" name="operatingSystem">
          <ownedComment xmi:type="uml:Comment" xmi:id="_KKX2ADasEei23_xWdimG9w" annotatedElement="_DhvVIDasEei23_xWdimG9w">
            <body>Identifies the operating system used in the software image. This attribute may also identify if a 32 bit or 64 bit software image is used.&#xD;
 support:  </body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_HX5HUDasEei23_xWdimG9w"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_HX9_0DasEei23_xWdimG9w" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_QAAzsDasEei23_xWdimG9w" name="supportedVirtualisationEnvironment">
          <ownedComment xmi:type="uml:Comment" xmi:id="_WWOH0DasEei23_xWdimG9w" annotatedElement="_QAAzsDasEei23_xWdimG9w">
            <body>Identifies the virtualisation environments (e.g. hypervisor) compatible with this software image.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_Xw1rsDasEei23_xWdimG9w"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_Xw-1oDasEei23_xWdimG9w" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_43h1MDarEei23_xWdimG9w" name="swImage">
          <ownedComment xmi:type="uml:Comment" xmi:id="__sZbQDarEei23_xWdimG9w" annotatedElement="_43h1MDarEei23_xWdimG9w">
            <body>The minimal disk size requirement for this software image. The value of the &quot;size of storage&quot; attribute of the VirtualStorageDesc referencing this SwImageDesc shall not be smaller than the value of minDisk.</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_AuYtcDkBEeiWMf5FLWfdLA"/>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_ISONYDOSEeiHat9KcP8uWA" name="VduProfile">
        <ownedComment xmi:type="uml:Comment" xmi:id="_7TLoQFqaEeiTzriVSbKglg" annotatedElement="_ISONYDOSEeiHat9KcP8uWA">
          <body>The VduProfile describes additional instantiation data for a given VDU used in a DF.</body>
        </ownedComment>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_aikFADdzEeiIfPeSAqyGdQ" name="vdudId">
          <ownedComment xmi:type="uml:Comment" xmi:id="_ENWhEDd0EeiIfPeSAqyGdQ" annotatedElement="_aikFADdzEeiIfPeSAqyGdQ">
            <body>Uniquely identifies a VDU.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_AuYtcDkBEeiWMf5FLWfdLA"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_bEqsgDdzEeiIfPeSAqyGdQ" name="minNumberOfInstances">
          <ownedComment xmi:type="uml:Comment" xmi:id="_Jlr3sDd0EeiIfPeSAqyGdQ" annotatedElement="_bEqsgDdzEeiIfPeSAqyGdQ">
            <body>Minimum number of instances of the VNFC based on this VDU that is permitted to exist for this flavour.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Integer"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_cCrM4DdzEeiIfPeSAqyGdQ" name="maxNumberOfInstances">
          <ownedComment xmi:type="uml:Comment" xmi:id="_RiJigDd1EeiIfPeSAqyGdQ" annotatedElement="_cCrM4DdzEeiIfPeSAqyGdQ">
            <body>Maximum number of instances of the VNFC based on this VDU that is permitted to exist for this flavour.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Integer"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_dFetsDdzEeiIfPeSAqyGdQ" name="localAffinityOrAntiAffinityRule">
          <ownedComment xmi:type="uml:Comment" xmi:id="_2Ur2MDd1EeiIfPeSAqyGdQ" annotatedElement="_dFetsDdzEeiIfPeSAqyGdQ">
            <body>Specifies affinity or anti-affinity rules applicable between the virtualisation containers (e.g. virtual machines) to be created based on this VDU.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_7hn1IDd1EeiIfPeSAqyGdQ"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_hw0hYJmdEeibE8EgApNciA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_hw6oAJmdEeibE8EgApNciA" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_dl5TIDdzEeiIfPeSAqyGdQ" name="affinityOrAntiAffinityGroupId">
          <ownedComment xmi:type="uml:Comment" xmi:id="_8sOBUEceEei7eo5RdnNiBQ" annotatedElement="_dl5TIDdzEeiIfPeSAqyGdQ">
            <body>Identifier(s) of the affinity or anti-affinity group(s) the VDU belongs to.&#xD;
&#xD;
NOTE: Each identifier references an affinity or anti-affinity group which expresses affinity or anti-affinity relationships between the virtualisation container(s) (e.g. virtual machine(s)) to be created using this VDU and the virtualisation container(s) (e.g. virtual machine(s)) to be created using other VDU(s) in the same group.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_AuYtcDkBEeiWMf5FLWfdLA"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_3X5p4Dd5EeiIfPeSAqyGdQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_3X-iYDd5EeiIfPeSAqyGdQ" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_ehkRMDdzEeiIfPeSAqyGdQ" name="watchdog">
          <ownedComment xmi:type="uml:Comment" xmi:id="_9AlwsDd5EeiIfPeSAqyGdQ" annotatedElement="_ehkRMDdzEeiIfPeSAqyGdQ">
            <body>Watchdog action to be triggered by the VIM for the VNF in case the heart beat fails, e.g. reset or hard shutdown, etc.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_7AxOADd5EeiIfPeSAqyGdQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_7AzqQDd5EeiIfPeSAqyGdQ" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_fXB5kDdzEeiIfPeSAqyGdQ" name="vmBootUpTimeOut">
          <ownedComment xmi:type="uml:Comment" xmi:id="_G_55gDd6EeiIfPeSAqyGdQ" annotatedElement="_fXB5kDdzEeiIfPeSAqyGdQ">
            <body>Timeout value for the VNFM to wait before the successful booting up of the VDU.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Integer"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_DhBX0Dd6EeiIfPeSAqyGdQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_DhFCMDd6EeiIfPeSAqyGdQ" value="1"/>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_-gDvwDOREeiHat9KcP8uWA" name="VirtualComputeDesc ">
        <ownedComment xmi:type="uml:Comment" xmi:id="_JozqAFqbEeiTzriVSbKglg" annotatedElement="_-gDvwDOREeiHat9KcP8uWA">
          <body>The VirtualComputeDesc information element supports the specification of requirements related to virtual compute resources.</body>
        </ownedComment>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_CEDZsDatEei23_xWdimG9w" name="virtualComputeDescId">
          <ownedComment xmi:type="uml:Comment" xmi:id="_Hyva0DatEei23_xWdimG9w" annotatedElement="_CEDZsDatEei23_xWdimG9w">
            <body>Unique identifier of this VirtualComputeDesc in the VNFD</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_AuYtcDkBEeiWMf5FLWfdLA"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_Z9PKcDavEei23_xWdimG9w" name="logicalNode" type="_lp6e4DatEei23_xWdimG9w">
          <ownedComment xmi:type="uml:Comment" xmi:id="_kPju0DavEei23_xWdimG9w" annotatedElement="_Z9PKcDavEei23_xWdimG9w">
            <body>The logical Node requirements.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_gkl48DavEei23_xWdimG9w" value="1"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_gkvp8DavEei23_xWdimG9w" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_S4W1oDazEei23_xWdimG9w" name="requestAdditionalCapabilities" type="_dSO64DawEei23_xWdimG9w">
          <ownedComment xmi:type="uml:Comment" xmi:id="_FuKi8EcfEei7eo5RdnNiBQ" annotatedElement="_S4W1oDazEei23_xWdimG9w">
            <body>Specifies requirements for additional capabilities. These may be for a range of purposes. One example is acceleration related capabilities.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_H-BhsDm2EeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_H-olsDm2EeiWMf5FLWfdLA" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_cn9ugDazEei23_xWdimG9w" name="computeRequirements">
          <ownedComment xmi:type="uml:Comment" xmi:id="_j_cSYDazEei23_xWdimG9w" annotatedElement="_cn9ugDazEei23_xWdimG9w">
            <body>Specifies compute requirements.</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_vxJ9ADafEei23_xWdimG9w"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_hnim4DazEei23_xWdimG9w"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_hnvbMDazEei23_xWdimG9w" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_6gNJkDazEei23_xWdimG9w" name="virtualMemory" type="_AJK9MDa0Eei23_xWdimG9w">
          <ownedComment xmi:type="uml:Comment" xmi:id="_8Hio4Da1Eei23_xWdimG9w" annotatedElement="_6gNJkDazEei23_xWdimG9w">
            <body>The virtual memory of the virtualised compute.</body>
          </ownedComment>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_1iyicDa1Eei23_xWdimG9w" name="virtualCpu" type="_tIZ6oDa2Eei23_xWdimG9w">
          <ownedComment xmi:type="uml:Comment" xmi:id="_6FWusDa1Eei23_xWdimG9w" annotatedElement="_1iyicDa1Eei23_xWdimG9w">
            <body>The virtual CPU(s) of the virtualised compute.</body>
          </ownedComment>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_K_9mADOSEeiHat9KcP8uWA" name="VirtualStorageDesc">
        <ownedAttribute xmi:type="uml:Property" xmi:id="_4y_6QDdKEeiIfPeSAqyGdQ" name="id">
          <ownedComment xmi:type="uml:Comment" xmi:id="_IC7BEDdLEeiIfPeSAqyGdQ" annotatedElement="_4y_6QDdKEeiIfPeSAqyGdQ">
            <body>Unique identifier of this VirtualStorageDesc in the VNFD.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_AuYtcDkBEeiWMf5FLWfdLA"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_6sJ0QDdKEeiIfPeSAqyGdQ" name="typeOfStorage">
          <ownedComment xmi:type="uml:Comment" xmi:id="_NbjSoDdLEeiIfPeSAqyGdQ" annotatedElement="_6sJ0QDdKEeiIfPeSAqyGdQ">
            <body>Type of virtualised storage resource &#xD;
(e.g. volume, object).&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_7J45IDdKEeiIfPeSAqyGdQ" name="sizeOfStorage">
          <ownedComment xmi:type="uml:Comment" xmi:id="_TQV7wDdLEeiIfPeSAqyGdQ" annotatedElement="_7J45IDdKEeiIfPeSAqyGdQ">
            <body>Size of virtualised storage resource &#xD;
(e.g. size of volume, in GB).&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="Common.uml#_p3EKoDm0EeiWMf5FLWfdLA"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_8OQgMDdKEeiIfPeSAqyGdQ" name="vduStorageRequirements">
          <ownedComment xmi:type="uml:Comment" xmi:id="_ZlJhsDdLEeiIfPeSAqyGdQ" annotatedElement="_8OQgMDdKEeiIfPeSAqyGdQ">
            <body>An array of key-value pairs that articulate the storage deployment requirements.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_vxJ9ADafEei23_xWdimG9w"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_X7h4gDdLEeiIfPeSAqyGdQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_X7xJEDdLEeiIfPeSAqyGdQ" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_86kMkDdKEeiIfPeSAqyGdQ" name="rdmaEnabled">
          <ownedComment xmi:type="uml:Comment" xmi:id="_gRCx8DdLEeiIfPeSAqyGdQ" annotatedElement="_86kMkDdKEeiIfPeSAqyGdQ">
            <body>Indicate if the storage support RDMA.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Boolean"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_eWi0IDdLEeiIfPeSAqyGdQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_eWph0DdLEeiIfPeSAqyGdQ" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_9jZuMDdKEeiIfPeSAqyGdQ" name="swImageDesc">
          <ownedComment xmi:type="uml:Comment" xmi:id="_o2N4ADdLEeiIfPeSAqyGdQ" annotatedElement="_9jZuMDdKEeiIfPeSAqyGdQ">
            <body>Software image to be loaded on the VirtualStorage resource created based on this VirtualStorageDesc.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_AuYtcDkBEeiWMf5FLWfdLA"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_aOwRoDm3EeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_aPEasDm3EeiWMf5FLWfdLA" value="1"/>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_AC2eIDQUEeixv_sLOod4lQ" name="VnfVirtualLinkDesc ">
        <generalization xmi:type="uml:Generalization" xmi:id="_xcr5AJssEeiPBvbfaqSLYg" general="_DAQisJpXEeidy9iGT_F5-w"/>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_pszPADd9EeiIfPeSAqyGdQ" name="virtualLinkDescId">
          <ownedComment xmi:type="uml:Comment" xmi:id="_IJjFUDd-EeiIfPeSAqyGdQ" annotatedElement="_pszPADd9EeiIfPeSAqyGdQ">
            <body>Unique identifier of this internal VLD in VNFD.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_AuYtcDkBEeiWMf5FLWfdLA"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_qgZPIDd9EeiIfPeSAqyGdQ" name="connectivityType">
          <ownedComment xmi:type="uml:Comment" xmi:id="_WA_YAJwgEeiPD5fN_oRNAg" annotatedElement="_qgZPIDd9EeiIfPeSAqyGdQ">
            <body>Specifies the protocol exposed by a VL and the flow pattern supported by the VL.</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_ImxsgDeBEeiIfPeSAqyGdQ"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_rY7ZoDd9EeiIfPeSAqyGdQ" name="testAccess">
          <ownedComment xmi:type="uml:Comment" xmi:id="_0-aJUDeBEeiIfPeSAqyGdQ" annotatedElement="_rY7ZoDd9EeiIfPeSAqyGdQ">
            <body>Specifies test access facilities expected on the VL (e.g. none, passive monitoring, or active (intrusive) loopbacks at endpoints).</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_2BU-4DeBEeiIfPeSAqyGdQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_2BbskDeBEeiIfPeSAqyGdQ" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_1X3vADd9EeiIfPeSAqyGdQ" name="description">
          <ownedComment xmi:type="uml:Comment" xmi:id="_7k8YcDeBEeiIfPeSAqyGdQ" annotatedElement="_1X3vADd9EeiIfPeSAqyGdQ">
            <body>Provides human-readable information on the purpose of the VL (e.g. control plane traffic).</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_5ttxEDeBEeiIfPeSAqyGdQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_5t5XQDeBEeiIfPeSAqyGdQ" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_2FzMADd9EeiIfPeSAqyGdQ" name="monitoringParameter" type="_HlF2kDmxEeiWMf5FLWfdLA">
          <ownedComment xmi:type="uml:Comment" xmi:id="_aFr44EcjEei7eo5RdnNiBQ" annotatedElement="_2FzMADd9EeiIfPeSAqyGdQ">
            <body>Defines the virtualised resources monitoring parameters on VLD level. </body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_07bg4Dm9EeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_073lwDm9EeiWMf5FLWfdLA" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_oUh1Ujm-EeiWMf5FLWfdLA" name="_virtuaLlinkDescFlavour" type="_oFQM8Dd-EeiIfPeSAqyGdQ" aggregation="composite" association="_oUgnMDm-EeiWMf5FLWfdLA">
          <ownedComment xmi:type="uml:Comment" xmi:id="_pGbbQGNeEeio9amveq0yWQ" annotatedElement="_oUh1Ujm-EeiWMf5FLWfdLA">
            <body>Describes a specific flavour of the VL with specific bitrate requirements.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_oUjDcDm-EeiWMf5FLWfdLA" value="1"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_oUjqgDm-EeiWMf5FLWfdLA" value="*"/>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_zOfv8DQVEeixv_sLOod4lQ" name="VduCpd ">
        <ownedComment xmi:type="uml:Comment" xmi:id="_-4XYgFqVEeiTzriVSbKglg" annotatedElement="_zOfv8DQVEeixv_sLOod4lQ">
          <body>A VduCpd information element is a type of Cpd and describes network connectivity between a VNFC instance (based on this VDU) and an internal VL.</body>
        </ownedComment>
        <generalization xmi:type="uml:Generalization" xmi:id="_W3y74DdREeiIfPeSAqyGdQ">
          <general xmi:type="uml:Class" href="Common.uml#_7pUNEDa7EeivvI-m1BaAbA"/>
        </generalization>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_7nJYsDdREeiIfPeSAqyGdQ" name="bitrateRequirement">
          <ownedComment xmi:type="uml:Comment" xmi:id="_B1YckDdSEeiIfPeSAqyGdQ" annotatedElement="_7nJYsDdREeiIfPeSAqyGdQ">
            <body>Bitrate requirement on this CP.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="Common.uml#_p3EKoDm0EeiWMf5FLWfdLA"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="__UQjoDdREeiIfPeSAqyGdQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="__UXRUDdREeiIfPeSAqyGdQ" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_7dX8MDdSEeiIfPeSAqyGdQ" name="vnicName">
          <ownedComment xmi:type="uml:Comment" xmi:id="_FVkwYDdTEeiIfPeSAqyGdQ" annotatedElement="_7dX8MDdSEeiIfPeSAqyGdQ">
            <body>Describes the name of the vNIC this CP attaches to, e.g. eth0. It will be configured during the Vdu booting process.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_CJ3pYDdTEeiIfPeSAqyGdQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_CJ9I8DdTEeiIfPeSAqyGdQ" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_8R7loDdSEeiIfPeSAqyGdQ" name="vnicOrder">
          <ownedComment xmi:type="uml:Comment" xmi:id="_TfgfgDdTEeiIfPeSAqyGdQ" annotatedElement="_8R7loDdSEeiIfPeSAqyGdQ">
            <body>Describes the order to create the vNIC within the scope of this Vdu.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_Q4yU4DdTEeiIfPeSAqyGdQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_Q42mUDdTEeiIfPeSAqyGdQ" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_875IoDdSEeiIfPeSAqyGdQ" name="vnicType" type="_DaKYIDm6EeiWMf5FLWfdLA">
          <ownedComment xmi:type="uml:Comment" xmi:id="_iX-voDdTEeiIfPeSAqyGdQ" annotatedElement="_875IoDdSEeiIfPeSAqyGdQ">
            <body>Describes the type of the vNIC this CP attaches to.&#xD;
</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_etVC0DdTEeiIfPeSAqyGdQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_etYGIDdTEeiIfPeSAqyGdQ" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_guTdEjm5EeiWMf5FLWfdLA" name="_virtualNetworkInterfaceRequirements" type="_8BUXwDm4EeiWMf5FLWfdLA" aggregation="composite" association="_gt50cDm5EeiWMf5FLWfdLA">
          <ownedComment xmi:type="uml:Comment" xmi:id="_fiuZEFqaEeiTzriVSbKglg" annotatedElement="_guTdEjm5EeiWMf5FLWfdLA">
            <body>Specifies requirements on a virtual network interface realising the CPs instantiated from this CPD.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_guUrMDm5EeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_guVSQDm5EeiWMf5FLWfdLA" value="*"/>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_p0UVsDQvEeixv_sLOod4lQ" name="VnfDf ">
        <ownedComment xmi:type="uml:Comment" xmi:id="_l0ZY4GNVEeio9amveq0yWQ" annotatedElement="_p0UVsDQvEeixv_sLOod4lQ">
          <body>The VnfDf describes a specific deployment version of a VNF.</body>
        </ownedComment>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_vbvVgDeCEeiIfPeSAqyGdQ" name="flavorId">
          <ownedComment xmi:type="uml:Comment" xmi:id="_07GhMDeCEeiIfPeSAqyGdQ" annotatedElement="_vbvVgDeCEeiIfPeSAqyGdQ">
            <body>Identifier of this DF within the VNFD.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_AuYtcDkBEeiWMf5FLWfdLA"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_2cgCgDeCEeiIfPeSAqyGdQ" name="description">
          <ownedComment xmi:type="uml:Comment" xmi:id="_6mQGIDeCEeiIfPeSAqyGdQ" annotatedElement="_2cgCgDeCEeiIfPeSAqyGdQ">
            <body>Human readable description of the DF.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_KN9YcTnAEeiWMf5FLWfdLA" name="_virtuaLlinkProfile" type="_0lvvQDgREeiOYfGHew0BGg" aggregation="shared" association="_KN7jQDnAEeiWMf5FLWfdLA">
          <ownedComment xmi:type="uml:Comment" xmi:id="_GIMQYGNWEeio9amveq0yWQ" annotatedElement="_KN9YcTnAEeiWMf5FLWfdLA">
            <body>Defines the internal VLD along with additional data which is used in this DF.&#xD;
&#xD;
NOTE 1: This allows for different VNF internal topologies between DFs.&#xD;
&#xD;
NOTE 2: virtualLinkProfile needs to be provided for all VLs that the CPs of the VDUs in the VDU profiles connect to.&#xD;
</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_KN-mkDnAEeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_KN_NoDnAEeiWMf5FLWfdLA" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_OCdvYTnBEeiWMf5FLWfdLA" name="_instantiationLevel" type="_6C8F4DnAEeiWMf5FLWfdLA" aggregation="shared" association="_OCb6MDnBEeiWMf5FLWfdLA">
          <ownedComment xmi:type="uml:Comment" xmi:id="_NxSIsGNWEeio9amveq0yWQ" annotatedElement="_OCdvYTnBEeiWMf5FLWfdLA">
            <body>Describes the various levels of resources that can be used to instantiate the VNF using this flavour.&#xD;
&#xD;
Examples: Small, Medium, Large.&#xD;
&#xD;
If there is only one &quot;instantiationLevel&quot; entry, it shall be treated as the default instantiation level for this DF.&#xD;
</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_OCe9gDnBEeiWMf5FLWfdLA" value="1"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_OCfkkDnBEeiWMf5FLWfdLA" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_Y7jjYTnCEeiWMf5FLWfdLA" name="_affinityOrAntiAffinityGroup" aggregation="shared" association="_Y7f5ADnCEeiWMf5FLWfdLA">
          <ownedComment xmi:type="uml:Comment" xmi:id="_UIlpAGNWEeio9amveq0yWQ" annotatedElement="_Y7jjYTnCEeiWMf5FLWfdLA">
            <body>Specifies affinity or anti-affinity relationship applicable between the virtualisation containers (e.g. virtual machines) to be created using different VDUs or internal VLs to be created using different VnfVirtualLinkDesc(s) in the same affinity or anti-affinity group.&#xD;
&#xD;
NOTE: In the present specification, including either VDU(s) or VnfVirtualLinkDesc(s) into the same affinity or anti-affinity group is supported. Extension to support including both VDU(s) and VnfVirtualLinkDesc(s) into the same affinity or anti-affinity group is left for future specification.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:Class" href="Common.uml#_0AbUYDnBEeiWMf5FLWfdLA"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_Y8ia0DnCEeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_Y8ia0TnCEeiWMf5FLWfdLA" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_UZQncjnDEeiWMf5FLWfdLA" name="_scalingAspect" type="_DlOpkDnDEeiWMf5FLWfdLA" aggregation="shared" association="_UZOyQDnDEeiWMf5FLWfdLA">
          <ownedComment xmi:type="uml:Comment" xmi:id="_Y3avoGNWEeio9amveq0yWQ" annotatedElement="_UZQncjnDEeiWMf5FLWfdLA">
            <body>The scaling aspects supported by this DF of the VNF. scalingAspect shall be present if the VNF supports scaling.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_UZR1kDnDEeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_UZScoDnDEeiWMf5FLWfdLA" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_8qGysD5xEeijbdkIlrq2uQ" name="_vduProfile" type="_ISONYDOSEeiHat9KcP8uWA" aggregation="shared" association="_8qDIUD5xEeijbdkIlrq2uQ">
          <ownedComment xmi:type="uml:Comment" xmi:id="_9529AGNVEeio9amveq0yWQ" annotatedElement="_8qGysD5xEeijbdkIlrq2uQ">
            <body>Describes additional instantiation data for the VDUs used in this flavor.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_8qIA0D5xEeijbdkIlrq2uQ" value="1"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_8qIn4D5xEeijbdkIlrq2uQ" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_Z4iPEUKAEeiwbqJBYHKltg" name="_placementGroup" type="_FLWJYD0REeiuk5pWzMOpfA" aggregation="composite" association="_Z4hA8EKAEeiwbqJBYHKltg">
          <ownedComment xmi:type="uml:Comment" xmi:id="_eEU8kGNaEeio9amveq0yWQ" annotatedElement="_Z4iPEUKAEeiwbqJBYHKltg">
            <body>Determine where VNFC's (VDU's) are placed with respect to the VNF</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_wBKyEGNZEeio9amveq0yWQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_wBydIGNZEeio9amveq0yWQ" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_dlMuEkKAEeiwbqJBYHKltg" name="_baseConfigGroup" type="_IYL40D0REeiuk5pWzMOpfA" aggregation="composite" association="_dlMHAEKAEeiwbqJBYHKltg">
          <ownedComment xmi:type="uml:Comment" xmi:id="_4yiEkGNaEeio9amveq0yWQ" annotatedElement="_dlMuEkKAEeiwbqJBYHKltg">
            <body>BaseConfigGroup may set Access Control Lists (ACL's) and establish security groups and server groups.&#xD;
BaseConfigGroup creates/establishs storage for the VM's (OpenStack Cinder).&#xD;
BaseConfigGroup may establish internal networks such as OAM (VNF Mgmt) or MNS (Maintenance &amp; Surveillance)  established.&#xD;
</body>
          </ownedComment>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_g0pFkkKAEeiwbqJBYHKltg" name="_deploymentGroup" type="_KzEm4D0REeiuk5pWzMOpfA" aggregation="composite" association="_g0oegEKAEeiwbqJBYHKltg">
          <ownedComment xmi:type="uml:Comment" xmi:id="_6LfmIGNbEeio9amveq0yWQ" annotatedElement="_g0pFkkKAEeiwbqJBYHKltg">
            <body>DeploymentGroup provides the minimum viable VDU and associated VNFC configuration for a useable VNF.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_uNqiMGNbEeio9amveq0yWQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_uNvasGNbEeio9amveq0yWQ" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_h7IzkkKAEeiwbqJBYHKltg" name="_scalinggroup" type="_M45q8D0REeiuk5pWzMOpfA" aggregation="composite" association="_h7IMgEKAEeiwbqJBYHKltg">
          <ownedComment xmi:type="uml:Comment" xmi:id="_SF384HPJEeiuFfjlON-CuQ" annotatedElement="_h7IzkkKAEeiwbqJBYHKltg">
            <body>Identifies the vaious scaling groups within the VNF which identify which vnfcs that need to be scaled together. </body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_FMJ3MGNcEeio9amveq0yWQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_FMQk4GNcEeio9amveq0yWQ" value="*"/>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_AmzWYDQtEeixv_sLOod4lQ" name="VnfExtCpd ">
        <ownedAttribute xmi:type="uml:Property" xmi:id="_hzG3ETm7EeiWMf5FLWfdLA" name="_virtualNetworkInterfaceRequirements" type="_8BUXwDm4EeiWMf5FLWfdLA" aggregation="composite" association="_hzDMsDm7EeiWMf5FLWfdLA">
          <ownedComment xmi:type="uml:Comment" xmi:id="_Ml1voGNeEeio9amveq0yWQ" annotatedElement="_hzG3ETm7EeiWMf5FLWfdLA">
            <body>Specifies requirements on a virtual network interface realising the CPs instantiated from this CPD.&#xD;
&#xD;
NOTE: In case of referencing an intCpd via its identifier, the virtualNetworkInterfaceRequirements attribute of the referenced intCpd applies.&#xD;
</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_hzobgDm7EeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_hzyMgDm7EeiWMf5FLWfdLA" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_uf0ZQDdVEeiIfPeSAqyGdQ" name="_vduCpd" type="_zOfv8DQVEeixv_sLOod4lQ" association="_ufxV8DdVEeiIfPeSAqyGdQ">
          <ownedComment xmi:type="uml:Comment" xmi:id="_8z1zEJwfEeiPD5fN_oRNAg" annotatedElement="_uf0ZQDdVEeiIfPeSAqyGdQ">
            <body>Reference to the internal VDU CPD which is used to instantiate internal CPs. These internal CPs are, in turn, exposed as external CPs defined by this external CPD.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_7fXY4DdVEeiIfPeSAqyGdQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_7facMDdVEeiIfPeSAqyGdQ" value="1"/>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_X3eqgDTQEeiwQ6KPLHcy4g" name="VnfdElementGroup">
        <ownedComment xmi:type="uml:Comment" xmi:id="_uOZFUDTUEeiwQ6KPLHcy4g" annotatedElement="_X3eqgDTQEeiwQ6KPLHcy4g">
          <body>A VNFD Element Group is a mechanism for associating elements of a VNFD (Vdus and VnfVirtualLinkDesc(s)) for a&#xD;
certain purpose, for example, scaling aspects.&#xD;
&#xD;
A given element can belong to multiple groups.</body>
        </ownedComment>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_x-RHEDkLEeiWMf5FLWfdLA" name="vnfdElementGroupId" visibility="public">
          <ownedComment xmi:type="uml:Comment" xmi:id="__w6XkDkLEeiWMf5FLWfdLA" annotatedElement="_x-RHEDkLEeiWMf5FLWfdLA">
            <body>Unique identifier of this group in the VNFD.</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_AuYtcDkBEeiWMf5FLWfdLA"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_A4oNkDkMEeiWMf5FLWfdLA" name="description" visibility="public">
          <ownedComment xmi:type="uml:Comment" xmi:id="_JHFcwDkMEeiWMf5FLWfdLA" annotatedElement="_A4oNkDkMEeiWMf5FLWfdLA">
            <body>Human readable description of the group.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="__lR54DkMEeiWMf5FLWfdLA" name="_vdu" type="_e5WnwDOREeiHat9KcP8uWA" aggregation="shared" association="__knLgDkMEeiWMf5FLWfdLA">
          <ownedComment xmi:type="uml:Comment" xmi:id="_I0bmMJwXEeiPD5fN_oRNAg" annotatedElement="__lR54DkMEeiWMf5FLWfdLA">
            <body>References to Vdus that are part of this group.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="__lTvEDkMEeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="__lTvETkMEeiWMf5FLWfdLA" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_Xh4HwDnPEeiWMf5FLWfdLA" name="_vnfVirtualLinkdesc " type="_AC2eIDQUEeixv_sLOod4lQ" aggregation="shared" association="_Xh1EcDnPEeiWMf5FLWfdLA">
          <ownedComment xmi:type="uml:Comment" xmi:id="_UYe4MJwXEeiPD5fN_oRNAg" annotatedElement="_Xh4HwDnPEeiWMf5FLWfdLA">
            <body>References to VnfVirtualLinkDesc that are part of this group.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_XiAqoDnPEeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_XiRJUDnPEeiWMf5FLWfdLA" value="*"/>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_tEnEsDTSEeiwQ6KPLHcy4g" name="VnfIndicator">
        <ownedComment xmi:type="uml:Comment" xmi:id="_2u8xIDTUEeiwQ6KPLHcy4g" annotatedElement="_tEnEsDTSEeiwQ6KPLHcy4g">
          <body>The VnfIndicator information element defines the indicator the VNF supports.</body>
        </ownedComment>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_a5biQDg2EeiOYfGHew0BGg" name="id">
          <ownedComment xmi:type="uml:Comment" xmi:id="_nC-uADg2EeiOYfGHew0BGg" annotatedElement="_a5biQDg2EeiOYfGHew0BGg">
            <body>Unique identifier.</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_AuYtcDkBEeiWMf5FLWfdLA"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_btdAMDg2EeiOYfGHew0BGg" name="name">
          <ownedComment xmi:type="uml:Comment" xmi:id="_y7yvEDg2EeiOYfGHew0BGg" annotatedElement="_btdAMDg2EeiOYfGHew0BGg">
            <body>The human readable name of the VnfIndicator.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_t2_YcDg2EeiOYfGHew0BGg"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_t3E4ADg2EeiOYfGHew0BGg" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_cggNwDg2EeiOYfGHew0BGg" name="indicatorValue">
          <ownedComment xmi:type="uml:Comment" xmi:id="_4B_z4Dg2EeiOYfGHew0BGg" annotatedElement="_cggNwDg2EeiOYfGHew0BGg">
            <body>Defines the allowed values or value ranges of this indicator.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_2UjaoDg2EeiOYfGHew0BGg" value="1"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_2UoTIDg2EeiOYfGHew0BGg" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_dP31MDg2EeiOYfGHew0BGg" name="source" type="_EUC2YDnOEeiWMf5FLWfdLA">
          <ownedComment xmi:type="uml:Comment" xmi:id="_-pIf8Dg2EeiOYfGHew0BGg" annotatedElement="_dP31MDg2EeiOYfGHew0BGg">
            <body>Describe the source of the indicator. This tells the consumer where to send the subscription request.</body>
          </ownedComment>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_oFQM8Dd-EeiIfPeSAqyGdQ" name="VirtualLinkDescFlavour">
        <ownedComment xmi:type="uml:Comment" xmi:id="_dcvukFqbEeiTzriVSbKglg" annotatedElement="_oFQM8Dd-EeiIfPeSAqyGdQ">
          <body>The VirtualLinkDescFlavour describes additional instantiation data for a given internal VL used in a DF.</body>
        </ownedComment>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_v0nsYDd-EeiIfPeSAqyGdQ" name="qos" type="_B1G2UDd_EeiIfPeSAqyGdQ">
          <ownedComment xmi:type="uml:Comment" xmi:id="_28zsQDgcEeiOYfGHew0BGg" annotatedElement="_v0nsYDd-EeiIfPeSAqyGdQ">
            <body>QoS of the VL.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_zWK8wDgcEeiOYfGHew0BGg"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_zWS4kDgcEeiOYfGHew0BGg" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_uXGXkDnFEeiWMf5FLWfdLA" name="flavourId" visibility="public">
          <ownedComment xmi:type="uml:Comment" xmi:id="_0161IDnFEeiWMf5FLWfdLA" annotatedElement="_uXGXkDnFEeiWMf5FLWfdLA">
            <body>Identifies a flavour within a VnfVirtualLinkDesc.&#xD;
&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_AuYtcDkBEeiWMf5FLWfdLA"/>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_8BUXwDm4EeiWMf5FLWfdLA" name="VirtualNetworkInterfaceRequirements">
        <ownedComment xmi:type="uml:Comment" xmi:id="_DIyJsDm5EeiWMf5FLWfdLA" annotatedElement="_8BUXwDm4EeiWMf5FLWfdLA">
          <body>This class specifies requirements on a virtual network interface.</body>
        </ownedComment>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_H9PXMDm5EeiWMf5FLWfdLA" name="name">
          <ownedComment xmi:type="uml:Comment" xmi:id="_rghVsEbvEei7eo5RdnNiBQ" annotatedElement="_H9PXMDm5EeiWMf5FLWfdLA">
            <body>Provides a human readable name for the requirement.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_GyW7oDm9EeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_GyuIADm9EeiWMf5FLWfdLA" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_H9RMYDm5EeiWMf5FLWfdLA" name="description">
          <ownedComment xmi:type="uml:Comment" xmi:id="_uPFNsEbvEei7eo5RdnNiBQ" annotatedElement="_H9RMYDm5EeiWMf5FLWfdLA">
            <body>Provides a human readable description of the requirement.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_Lb1BIDm9EeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_LcK_YDm9EeiWMf5FLWfdLA" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_H9SagDm5EeiWMf5FLWfdLA" name="supportMandatory">
          <ownedComment xmi:type="uml:Comment" xmi:id="_wnOw0EbvEei7eo5RdnNiBQ" annotatedElement="_H9SagDm5EeiWMf5FLWfdLA">
            <body>Indicates whether fulfilling the constraint is mandatory (TRUE) for successful operation or desirable (FALSE).</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Boolean"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_H9TooDm5EeiWMf5FLWfdLA" name="networkInterfaceRequirements">
          <ownedComment xmi:type="uml:Comment" xmi:id="_y0Oz4EbvEei7eo5RdnNiBQ" annotatedElement="_H9TooDm5EeiWMf5FLWfdLA">
            <body>The network interface requirements. An element from an array of key-value pairs that articulate the network interface deployment requirements</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_vxJ9ADafEei23_xWdimG9w"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_VYZ_ADm9EeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_VYvWMDm9EeiWMf5FLWfdLA" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_H9Vd0Dm5EeiWMf5FLWfdLA" name="nicIoRequirements" type="_lp6e4DatEei23_xWdimG9w">
          <ownedComment xmi:type="uml:Comment" xmi:id="_1kSgsEbvEei7eo5RdnNiBQ" annotatedElement="_H9Vd0Dm5EeiWMf5FLWfdLA">
            <body>This references (couples) the CPD with any logical node I/O requirements (for network devices) that may have been created. Linking these attributes is necessary so that so that I/O requirements that need to be articulated at the logical node level can be associated with the network interface requirements associated with the CPD.&#xD;
</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_bumsEDm9EeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_bu6OEDm9EeiWMf5FLWfdLA" value="1"/>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_6C8F4DnAEeiWMf5FLWfdLA" name="InstantiationLevel">
        <ownedComment xmi:type="uml:Comment" xmi:id="_Edh1cDnBEeiWMf5FLWfdLA" annotatedElement="_6C8F4DnAEeiWMf5FLWfdLA">
          <body>The InstantiationLevel class describes a given level of resources to be instantiated within a DF in term of the number of VNFC instances to be created from each VDU.&#xD;
All the VDUs referenced in the level shall be part of the corresponding DF and their number shall be within the range (min/max) for this DF.&#xD;
&#xD;
 &#xD;
</body>
        </ownedComment>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_Y6Fm8DnGEeiWMf5FLWfdLA" name="levelId" visibility="public">
          <ownedComment xmi:type="uml:Comment" xmi:id="_fzg84DnGEeiWMf5FLWfdLA" annotatedElement="_Y6Fm8DnGEeiWMf5FLWfdLA">
            <body>Uniquely identifies a level with the DF.</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_AuYtcDkBEeiWMf5FLWfdLA"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_jViSIDnGEeiWMf5FLWfdLA" name="description" visibility="public">
          <ownedComment xmi:type="uml:Comment" xmi:id="_p6Lq4DnGEeiWMf5FLWfdLA" annotatedElement="_jViSIDnGEeiWMf5FLWfdLA">
            <body>Human readable description of the level.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_f1tDUDnIEeiWMf5FLWfdLA" name="scaleInfo" visibility="public" type="_EYaAsDnIEeiWMf5FLWfdLA">
          <ownedComment xmi:type="uml:Comment" xmi:id="_qMaYcDnIEeiWMf5FLWfdLA" annotatedElement="_f1tDUDnIEeiWMf5FLWfdLA">
            <body>Represents for each aspect the scale level that corresponds to this instantiation level. scaleInfo shall be present if the VNF supports scaling.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mNS3gDnIEeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mN0b8DnIEeiWMf5FLWfdLA" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_PJk5sjnHEeiWMf5FLWfdLA" name="_vduLevel" type="_DZsyMDnHEeiWMf5FLWfdLA" aggregation="composite" association="_PJjEgDnHEeiWMf5FLWfdLA">
          <ownedComment xmi:type="uml:Comment" xmi:id="_xYCLoFnHEeiE8vEL41trfQ" annotatedElement="_PJk5sjnHEeiWMf5FLWfdLA">
            <body>Indicates the number of instance of this VDU to deploy for this level.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_PJmu4DnHEeiWMf5FLWfdLA" value="1"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_PJmu4TnHEeiWMf5FLWfdLA" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_psa4QJmYEeibE8EgApNciA" name="virtualLinkBitRateLevel" type="_0RG8kEcmEei7eo5RdnNiBQ">
          <ownedComment xmi:type="uml:Comment" xmi:id="_G88b8JweEeiPD5fN_oRNAg" annotatedElement="_psa4QJmYEeibE8EgApNciA">
            <body>Specifies bitrate requirements applicable to virtual links created from particular virtual link descriptors for this level.&#xD;
&#xD;
NOTE: If not present, it is assumed that the bitrate requirements can be derived from those specified in the VduCpd instances applicable to the internal VL. If present in both the InstantiationLevel and the VduCpd instances applicable to the internal VL, the highest value takes precedence.&#xD;
</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_5Cj70JmYEeibE8EgApNciA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_5CrQkJmYEeibE8EgApNciA" value="*"/>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_DZsyMDnHEeiWMf5FLWfdLA" name="VduLevel">
        <ownedComment xmi:type="uml:Comment" xmi:id="_t2W2wFqaEeiTzriVSbKglg" annotatedElement="_DZsyMDnHEeiWMf5FLWfdLA">
          <body>The VduLevel information element indicates for a given VDU in a given level the number of instances to deploy.</body>
        </ownedComment>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_7vMSsDnIEeiWMf5FLWfdLA" name="vduId" visibility="public">
          <ownedComment xmi:type="uml:Comment" xmi:id="_B2Y6cDnJEeiWMf5FLWfdLA" annotatedElement="_7vMSsDnIEeiWMf5FLWfdLA">
            <body>Uniquely identifies a VDU.</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_AuYtcDkBEeiWMf5FLWfdLA"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_Eu3jcDnJEeiWMf5FLWfdLA" name="numberOfInstances" visibility="public">
          <ownedComment xmi:type="uml:Comment" xmi:id="_Lc1QQDnJEeiWMf5FLWfdLA" annotatedElement="_Eu3jcDnJEeiWMf5FLWfdLA">
            <body>Number of instances of VNFC based on this VDU to deploy for an instantiation level or for a scaling delta.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Integer"/>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_IYL40D0REeiuk5pWzMOpfA" name="BaseConfigGroup">
        <ownedComment xmi:type="uml:Comment" xmi:id="_x174wD5hEeijbdkIlrq2uQ" annotatedElement="_IYL40D0REeiuk5pWzMOpfA">
          <body>Every Vnf contains a BaseConfigGroup. &#xD;
&#xD;
BaseConfigGroup may set Access Control Lists (ACL's) and establish security groups and server groups.&#xD;
BaseConfigGroup reates/establishs storage for the VM's (OpenStack Cinder).&#xD;
BaseConfigGroup may establish internal networks such as OAM (VNF Mgmt) or MNS (Maintenance &amp; Surveillance)   established.&#xD;
&#xD;
A very simple VNF may only have a BaseConfig VnfElementGroup.&#xD;
</body>
        </ownedComment>
        <generalization xmi:type="uml:Generalization" xmi:id="_8bwtoD0REeiuk5pWzMOpfA" general="_X3eqgDTQEeiwQ6KPLHcy4g"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_KzEm4D0REeiuk5pWzMOpfA" name="DeploymentGroup">
        <ownedComment xmi:type="uml:Comment" xmi:id="_0Q3DED5hEeijbdkIlrq2uQ" annotatedElement="_KzEm4D0REeiuk5pWzMOpfA">
          <body>DeploymentGroup provides the minimum viable VDU and associated VNFC configuration for a useable VNF.  I can have a small, medium, large deployment configuration.&#xD;
</body>
        </ownedComment>
        <generalization xmi:type="uml:Generalization" xmi:id="_9TLd0D0REeiuk5pWzMOpfA" general="_X3eqgDTQEeiwQ6KPLHcy4g"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_CaBRQD0REeiuk5pWzMOpfA" name="HomingGroup">
        <ownedComment xmi:type="uml:Comment" xmi:id="_rMNywD5hEeijbdkIlrq2uQ" annotatedElement="_CaBRQD0REeiuk5pWzMOpfA">
          <body>Homing selects what cloud selection strategy will be used.&#xD;
&#xD;
HomingGroup is used to determine where VNF's within a given group are placed with respect to a service component.&#xD;
&#xD;
Homing strategy is as follows:&#xD;
Colocation - members of the group share the same cloud region (VIM Domain)&#xD;
isolation - members of the group do not share the same cloud region.&#xD;
&#xD;
&#xD;
</body>
        </ownedComment>
        <generalization xmi:type="uml:Generalization" xmi:id="_7DMYMD0REeiuk5pWzMOpfA" general="_X3eqgDTQEeiwQ6KPLHcy4g"/>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_JHLc0D3BEeiFiY3bcpqGkg" name="homingStrategy" type="_c8RX8D3BEeiFiY3bcpqGkg">
          <ownedComment xmi:type="uml:Comment" xmi:id="_WQLC8FnGEei6YtblpFtaoA" annotatedElement="_JHLc0D3BEeiFiY3bcpqGkg">
            <body>The homing strategy can be one of the following:&#xD;
&#xD;
Exclusivity - Resources within the cloud region are exclusive to the group &#xD;
Inclusively - Resources are co-located in the same cloud-region.&#xD;
Diversity - Resources are geo-diverse ( cannot be co-located).&#xD;
&#xD;
</body>
          </ownedComment>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_6IunoD5cEeijbdkIlrq2uQ" name="vnfdMembers"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_FLWJYD0REeiuk5pWzMOpfA" name="PlacementGroup">
        <generalization xmi:type="uml:Generalization" xmi:id="_707-MD0REeiuk5pWzMOpfA" general="_X3eqgDTQEeiwQ6KPLHcy4g"/>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_O0DAID5dEeijbdkIlrq2uQ" name="placementStrategy" type="_AeSbgD5dEeijbdkIlrq2uQ"/>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_o4b5oD5eEeijbdkIlrq2uQ" name="strategScope"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_fMPCUES6EeiVGPeZpaYNtQ" name="VnfExtCp">
        <ownedComment xmi:type="uml:Comment" xmi:id="_sxbFoES6EeiVGPeZpaYNtQ" annotatedElement="_fMPCUES6EeiVGPeZpaYNtQ">
          <body>Describes an external CP exposed by a VNF.</body>
        </ownedComment>
        <generalization xmi:type="uml:Generalization" xmi:id="_3Dbg8ES6EeiVGPeZpaYNtQ">
          <general xmi:type="uml:Class" href="Common.uml#_8naVoES0EeiVGPeZpaYNtQ"/>
        </generalization>
        <generalization xmi:type="uml:Generalization" xmi:id="_hHsFoIXlEei3S_qasA4xqA">
          <general xmi:type="uml:Class" href="Common.uml#_8naVoES0EeiVGPeZpaYNtQ"/>
        </generalization>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_Io3nQESzEeiVGPeZpaYNtQ" name="Vnf">
        <ownedComment xmi:type="uml:Comment" xmi:id="_g9jTIESzEeiVGPeZpaYNtQ" annotatedElement="_Io3nQESzEeiVGPeZpaYNtQ">
          <body>An implementation of an NF that can be deployed on a Network Function Virtualisation Infrastructure (NFVI).</body>
        </ownedComment>
        <generalization xmi:type="uml:Generalization" xmi:id="_WZrrwESzEeiVGPeZpaYNtQ">
          <general xmi:type="uml:Class" href="Common.uml#_VtzSoESyEeiVGPeZpaYNtQ"/>
        </generalization>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_8c1OkES6EeiVGPeZpaYNtQ" name="_vnfExtCp" type="_fMPCUES6EeiVGPeZpaYNtQ" aggregation="composite" association="_8cc0EES6EeiVGPeZpaYNtQ">
          <ownedComment xmi:type="uml:Comment" xmi:id="_djlNAES7EeiVGPeZpaYNtQ" annotatedElement="_8c1OkES6EeiVGPeZpaYNtQ">
            <body>External CP of the VNF.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_8dJ-sES6EeiVGPeZpaYNtQ" value="1"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_8dhLEES6EeiVGPeZpaYNtQ" value="*"/>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_jH_PgF3PEeiwL5tPgFMcjQ" name="Vnf">
        <ownedComment xmi:type="uml:Comment" xmi:id="_Qzli4F4CEei-d9bwZwcVEw" annotatedElement="_jH_PgF3PEeiwL5tPgFMcjQ">
          <body>An implementation of an NF that can be deployed on a Network Function Virtualisation Infrastructure (NFVI).</body>
        </ownedComment>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_xJolUF3PEeiwL5tPgFMcjQ" name="vnfInstanceId">
          <ownedComment xmi:type="uml:Comment" xmi:id="_5Pn1AF3PEeiwL5tPgFMcjQ" annotatedElement="_xJolUF3PEeiwL5tPgFMcjQ">
            <body>identifier of the VNF instance</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_AuYtcDkBEeiWMf5FLWfdLA"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_OD8jEF3REeiwL5tPgFMcjQ" name="vnfInstanceName">
          <ownedComment xmi:type="uml:Comment" xmi:id="_BiOG4F3cEeiwL5tPgFMcjQ" annotatedElement="_OD8jEF3REeiwL5tPgFMcjQ">
            <body>name of the VNF instance.  Multiple names are possible.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_vFDwEJdXEei-sOl6ywWHlg" value="1"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_vFPWQJdXEei-sOl6ywWHlg" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_xSnkYF3eEeiwL5tPgFMcjQ" name="vnfProductName">
          <ownedComment xmi:type="uml:Comment" xmi:id="_5gjPIF3eEeiwL5tPgFMcjQ" annotatedElement="_xSnkYF3eEeiwL5tPgFMcjQ">
            <body>name to identify the VNF Product, invariant for the VNF Product lifetime</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_zhxjkF3eEeiwL5tPgFMcjQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_zh6GcF3eEeiwL5tPgFMcjQ" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_jsFn0F3fEeiwL5tPgFMcjQ" name="description">
          <ownedComment xmi:type="uml:Comment" xmi:id="_pn8iQF3fEeiwL5tPgFMcjQ" annotatedElement="_jsFn0F3fEeiwL5tPgFMcjQ">
            <body>description of the VNF instance</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtT9IF3fEeiwL5tPgFMcjQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtbR4F3fEeiwL5tPgFMcjQ" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_HY63sF3gEeiwL5tPgFMcjQ" name="vnfProvider">
          <ownedComment xmi:type="uml:Comment" xmi:id="_ODWvYF3gEeiwL5tPgFMcjQ" annotatedElement="_HY63sF3gEeiwL5tPgFMcjQ">
            <body>provider of the VNF model</body>
          </ownedComment>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_ANTnwF3vEeiwL5tPgFMcjQ" name="vnfdId">
          <ownedComment xmi:type="uml:Comment" xmi:id="_Uapq0F3vEeiwL5tPgFMcjQ" annotatedElement="_ANTnwF3vEeiwL5tPgFMcjQ">
            <body>identifier of the VNF model</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_AuYtcDkBEeiWMf5FLWfdLA"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_rg2KUF3vEeiwL5tPgFMcjQ" name="vnfdVersion">
          <ownedComment xmi:type="uml:Comment" xmi:id="_x6fM8F3vEeiwL5tPgFMcjQ" annotatedElement="_rg2KUF3vEeiwL5tPgFMcjQ">
            <body>version of the VNF model</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_D0XjIF3xEeiwL5tPgFMcjQ" name="vnfSoftwareVersion">
          <ownedComment xmi:type="uml:Comment" xmi:id="_JKUUIF3xEeiwL5tPgFMcjQ" annotatedElement="_D0XjIF3xEeiwL5tPgFMcjQ">
            <body>Software version of the VNF. This is changed when there is any change to the software that is included in the VNF package</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_b9AvYF33EeiwL5tPgFMcjQ" name="onboardedVnfPkgInfoId">
          <ownedComment xmi:type="uml:Comment" xmi:id="_qk93QF33EeiwL5tPgFMcjQ" annotatedElement="_b9AvYF33EeiwL5tPgFMcjQ">
            <body>identifier of the specific VNF package on which the VNF instance is based</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_AuYtcDkBEeiWMf5FLWfdLA"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_yX0vkF33EeiwL5tPgFMcjQ" name="availabilityZone">
          <ownedComment xmi:type="uml:Comment" xmi:id="_2-FJAF33EeiwL5tPgFMcjQ" annotatedElement="_yX0vkF33EeiwL5tPgFMcjQ">
            <body>availability zone information of the VNF instance</body>
          </ownedComment>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_2BvAEF34EeiwL5tPgFMcjQ" name="operationalStatus" type="_JqA_UHPTEeiuFfjlON-CuQ">
          <ownedComment xmi:type="uml:Comment" xmi:id="_66NK4F34EeiwL5tPgFMcjQ" annotatedElement="_2BvAEF34EeiwL5tPgFMcjQ">
            <body>indicator for whether the resource is considered operational. Valid values are in-service-path and out-of-service-path.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_4tZ8IF34EeiwL5tPgFMcjQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_4tifAF34EeiwL5tPgFMcjQ" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_B2EJwF35EeiwL5tPgFMcjQ" name="orchestrationStatus" type="_5--AQJdUEei-sOl6ywWHlg">
          <ownedComment xmi:type="uml:Comment" xmi:id="_GtYeAF35EeiwL5tPgFMcjQ" annotatedElement="_B2EJwF35EeiwL5tPgFMcjQ">
            <body>whether the VNF instance is instantiated</body>
          </ownedComment>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_Pjwo0F35EeiwL5tPgFMcjQ" name="oamlpv4Address">
          <ownedComment xmi:type="uml:Comment" xmi:id="_WAKrkF35EeiwL5tPgFMcjQ" annotatedElement="_Pjwo0F35EeiwL5tPgFMcjQ">
            <body>oam ip address, ipv4</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_S169IF35EeiwL5tPgFMcjQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_S1_1oF35EeiwL5tPgFMcjQ" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_s23WgF35EeiwL5tPgFMcjQ" name="oamlpv6Address">
          <ownedComment xmi:type="uml:Comment" xmi:id="_9wtBcF35EeiwL5tPgFMcjQ" annotatedElement="_s23WgF35EeiwL5tPgFMcjQ">
            <body>oam ip address, ipv6</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_7NWT4F35EeiwL5tPgFMcjQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_7NbMYF35EeiwL5tPgFMcjQ" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_t2N6sF35EeiwL5tPgFMcjQ" name="instantiatedVnfInfo">
          <ownedComment xmi:type="uml:Comment" xmi:id="_iXMAsF37Eei-d9bwZwcVEw" annotatedElement="_t2N6sF35EeiwL5tPgFMcjQ">
            <body>information specific to an instantiated VNF instance, e.g., vm information</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fS6-cF37Eei-d9bwZwcVEw"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fTKPAF37Eei-d9bwZwcVEw" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_u8wsAF35EeiwL5tPgFMcjQ" name="inMaint">
          <ownedComment xmi:type="uml:Comment" xmi:id="_xP6IcF37Eei-d9bwZwcVEw" annotatedElement="_u8wsAF35EeiwL5tPgFMcjQ">
            <body>whether the VNF instance is in maintenance mode, if yes, DCAE will not observe alarms/traps, etc.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Boolean"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_tiO80F37Eei-d9bwZwcVEw"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_tic_QF37Eei-d9bwZwcVEw" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_wvGzYF35EeiwL5tPgFMcjQ" name="isClosedLoopDisabled">
          <ownedComment xmi:type="uml:Comment" xmi:id="_AtuhUF38Eei-d9bwZwcVEw" annotatedElement="_wvGzYF35EeiwL5tPgFMcjQ">
            <body>whether closed loop function is enabled</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Boolean"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_9r9ZcF37Eei-d9bwZwcVEw"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_9sF8UF37Eei-d9bwZwcVEw" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_xjSpYF35EeiwL5tPgFMcjQ" name="encryptedAccessFlag">
          <ownedComment xmi:type="uml:Comment" xmi:id="_DmT4AF38Eei-d9bwZwcVEw" annotatedElement="_xjSpYF35EeiwL5tPgFMcjQ">
            <body>whether this VNF is accessed using SSH</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Boolean"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_FVaeIF38Eei-d9bwZwcVEw"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_FVmrYF38Eei-d9bwZwcVEw" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_4zoYkF37Eei-d9bwZwcVEw" name="vnfConfigurableProperty">
          <ownedComment xmi:type="uml:Comment" xmi:id="_LuL-EF38Eei-d9bwZwcVEw">
            <body>indicator for whether autoHeal and autoScale is enabled</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_OBk9AF38Eei-d9bwZwcVEw"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_OBrDoF38Eei-d9bwZwcVEw" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_jU8QIF4AEei-d9bwZwcVEw" name="nfNamingCode">
          <ownedComment xmi:type="uml:Comment" xmi:id="__lXZoHPJEeiuFfjlON-CuQ" annotatedElement="_jU8QIF4AEei-d9bwZwcVEw">
            <body>String assigned to this model used for naming purpose.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_lfpNIF4AEei-d9bwZwcVEw" name="vnfNamingPolicyId">
          <ownedComment xmi:type="uml:Comment" xmi:id="_F-oBwHPKEeiuFfjlON-CuQ" annotatedElement="_lfpNIF4AEei-d9bwZwcVEw">
            <body>Identifier of the policy which has the naming logic for this VNF instance</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_mlc-oF4AEei-d9bwZwcVEw" name="vnfHomingPolicyId">
          <ownedComment xmi:type="uml:Comment" xmi:id="_KAPdEHPKEeiuFfjlON-CuQ" annotatedElement="_mlc-oF4AEei-d9bwZwcVEw">
            <body>Identifier of the policy which provides homing conditions.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_pavJsF4AEei-d9bwZwcVEw" name="nfType">
          <ownedComment xmi:type="uml:Comment" xmi:id="_MX2NoHPKEeiuFfjlON-CuQ" annotatedElement="_pavJsF4AEei-d9bwZwcVEw">
            <body>Generic description of the type of network function</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_wUfMgF7AEeirAtMhXaZZ3A" name="nfFunction">
          <ownedComment xmi:type="uml:Comment" xmi:id="_OvNtoHPKEeiuFfjlON-CuQ" annotatedElement="_wUfMgF7AEeirAtMhXaZZ3A">
            <body>English description of network function that the specific VNF deployment is providing.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_yk6-EF7AEeirAtMhXaZZ3A" name="nfRole">
          <ownedComment xmi:type="uml:Comment" xmi:id="_RYfdAHPKEeiuFfjlON-CuQ" annotatedElement="_yk6-EF7AEeirAtMhXaZZ3A">
            <body>Role in the network this model will be providing </body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_zU9T4F7AEeirAtMhXaZZ3A" name="closedLoopStatus" type="_DK1hoGjsEeip9umi7zNprw">
          <ownedComment xmi:type="uml:Comment" xmi:id="_UQngsHPKEeiuFfjlON-CuQ" annotatedElement="_zU9T4F7AEeirAtMhXaZZ3A">
            <body>Whether closed loop capabilities are enabled for this or not.</body>
          </ownedComment>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_HAitoF-FEeiaLPXj8My4aQ" name="_nfc (vnfcinstance)" type="_OpdBwF9vEeiaLPXj8My4aQ" aggregation="composite" association="_HAfqUF-FEeiaLPXj8My4aQ">
          <ownedComment xmi:type="uml:Comment" xmi:id="_kJCK4HPKEeiuFfjlON-CuQ" annotatedElement="_HAitoF-FEeiaLPXj8My4aQ">
            <body>Relatonship to the NF components that are part of this VNF.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_HAjUsV-FEeiaLPXj8My4aQ" value="1"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_HAjUsl-FEeiaLPXj8My4aQ" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_PG3MwGkCEeip9umi7zNprw" name="_vnfd" type="_aaEZADOREeiHat9KcP8uWA" association="_PG0wgGkCEeip9umi7zNprw">
          <ownedComment xmi:type="uml:Comment" xmi:id="_gevqcHPKEeiuFfjlON-CuQ" annotatedElement="_PG3MwGkCEeip9umi7zNprw">
            <body>Relationship to the VNF descriptor</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_PG4a4GkCEeip9umi7zNprw" value="1"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_PG5B8GkCEeip9umi7zNprw" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_inPiUH7eEei4v5WRHqfM1Q" name="_vnfvirtuallink" type="_TuRYYH7dEei4v5WRHqfM1Q" aggregation="shared" association="_inMfAH7eEei4v5WRHqfM1Q">
          <ownedComment xmi:type="uml:Comment" xmi:id="_jbazYJWqEeiBQt0DCQoFTw" annotatedElement="_inPiUH7eEei4v5WRHqfM1Q">
            <body>Relationship to VnfVirtualLink</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_inQwcH7eEei4v5WRHqfM1Q"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_inQwcX7eEei4v5WRHqfM1Q" value="*"/>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_B2hDUF-GEeiaLPXj8My4aQ" name="VnfcCp">
        <generalization xmi:type="uml:Generalization" xmi:id="_NomTQH7gEeifJIHxnlj6Cg">
          <general xmi:type="uml:Class" href="Common.uml#_8naVoES0EeiVGPeZpaYNtQ"/>
        </generalization>
        <generalization xmi:type="uml:Generalization" xmi:id="_y4l5UIUSEeiRGZJrXkgR0w">
          <general xmi:type="uml:Class" href="Common.uml#_8naVoES0EeiVGPeZpaYNtQ"/>
        </generalization>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_OpdBwF9vEeiaLPXj8My4aQ" name="Vnfc">
        <ownedComment xmi:type="uml:Comment" xmi:id="_RCJ2AGN2Eeio9amveq0yWQ" annotatedElement="_OpdBwF9vEeiaLPXj8My4aQ">
          <body>An internal component of a VNF providing a VNF Provider a defined sub-set of that VNF's functionality, with the main characteristic that a single instance of this component maps 1:1 against a single Virtualisation Container.</body>
        </ownedComment>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_dWIRkF9vEeiaLPXj8My4aQ" name="vnfcInstanceId">
          <ownedComment xmi:type="uml:Comment" xmi:id="_LPME4F9wEeiaLPXj8My4aQ" annotatedElement="_dWIRkF9vEeiaLPXj8My4aQ">
            <body>identifier of the NFC instance</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_AuYtcDkBEeiWMf5FLWfdLA"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_fIfAAF9vEeiaLPXj8My4aQ" name="nfcNamingCode">
          <ownedComment xmi:type="uml:Comment" xmi:id="_PNyocF9wEeiaLPXj8My4aQ" annotatedElement="_fIfAAF9vEeiaLPXj8My4aQ">
            <body>short code of the NFC instance</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_S6nfgF9wEeiaLPXj8My4aQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_S6wpcF9wEeiaLPXj8My4aQ" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_fpzkYF9vEeiaLPXj8My4aQ" name="description">
          <ownedComment xmi:type="uml:Comment" xmi:id="_YYzmgF9wEeiaLPXj8My4aQ" annotatedElement="_fpzkYF9vEeiaLPXj8My4aQ">
            <body>description of the NFC instance</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_V5E0sF9wEeiaLPXj8My4aQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_V5K7UF9wEeiaLPXj8My4aQ" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_gjdwQF9vEeiaLPXj8My4aQ" name="vdudId">
          <ownedComment xmi:type="uml:Comment" xmi:id="_AsnqwF-AEeiaLPXj8My4aQ" annotatedElement="_gjdwQF9vEeiaLPXj8My4aQ">
            <body>identifier of the model of the NFC instance</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_AuYtcDkBEeiWMf5FLWfdLA"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_lCv_AF9vEeiaLPXj8My4aQ" name="l3InterfaceIpv4AddressList">
          <ownedComment xmi:type="uml:Comment" xmi:id="_IWEIYF-AEeiaLPXj8My4aQ" annotatedElement="_lCv_AF9vEeiaLPXj8My4aQ">
            <body>layer-3 interface addresses, ipv4</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_GJOdYF-AEeiaLPXj8My4aQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_GJUkAF-AEeiaLPXj8My4aQ" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_mDlw8F9vEeiaLPXj8My4aQ" name="l3InterfaceIpv6AddressList">
          <ownedComment xmi:type="uml:Comment" xmi:id="_ur-d4F-BEeiaLPXj8My4aQ" annotatedElement="_mDlw8F9vEeiaLPXj8My4aQ">
            <body>layer-3 interface addresses, ipv6</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_MbfFoF-AEeiaLPXj8My4aQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_MblMQF-AEeiaLPXj8My4aQ" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_m9TAIF9vEeiaLPXj8My4aQ" name="vnfcState">
          <ownedComment xmi:type="uml:Comment" xmi:id="_0Zbv8F-BEeiaLPXj8My4aQ" annotatedElement="_m9TAIF9vEeiaLPXj8My4aQ">
            <body>operating status of the VM&#xD;
 valid value example: STARTED (POWER_ON), STOPPED (POWER_OFF)</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1tJakF-BEeiaLPXj8My4aQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1tQIQF-BEeiaLPXj8My4aQ" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_utZfYF9vEeiaLPXj8My4aQ" name="inMaint">
          <ownedComment xmi:type="uml:Comment" xmi:id="_WNe5QF-CEeiaLPXj8My4aQ" annotatedElement="_utZfYF9vEeiaLPXj8My4aQ">
            <body>whether the NFC instance is in maintenance mode, if yes, DCAE will not observe alarms/traps, etc.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Boolean"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_T1a1sF-CEeiaLPXj8My4aQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_T1g8UF-CEeiaLPXj8My4aQ" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_vnd68F9vEeiaLPXj8My4aQ" name="isClosedLoopDisabled">
          <ownedComment xmi:type="uml:Comment" xmi:id="_cJb6UF-CEeiaLPXj8My4aQ" annotatedElement="_vnd68F9vEeiaLPXj8My4aQ">
            <body>whether closed loop function is enabled</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Boolean"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_hKLQUF-CEeiaLPXj8My4aQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_hKTzMF-CEeiaLPXj8My4aQ" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_whdeAF9vEeiaLPXj8My4aQ" name="vnfcInstanceName">
          <ownedComment xmi:type="uml:Comment" xmi:id="_PbB1UHPLEeiuFfjlON-CuQ" annotatedElement="_whdeAF9vEeiaLPXj8My4aQ">
            <body>An intelligent or human readable name of the vnfc instance.  Multiple names are possible.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_qePV8JdXEei-sOl6ywWHlg" value="1"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_qeXRwJdXEei-sOl6ywWHlg" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_OXq2wV-GEeiaLPXj8My4aQ" name="_vnfcCp" type="_B2hDUF-GEeiaLPXj8My4aQ" aggregation="composite" association="_OXqPsF-GEeiaLPXj8My4aQ">
          <ownedComment xmi:type="uml:Comment" xmi:id="_UQr8sHPLEeiuFfjlON-CuQ" annotatedElement="_OXq2wV-GEeiaLPXj8My4aQ">
            <body>Reference to the connection points of the vnfc </body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_OXvvQF-GEeiaLPXj8My4aQ" value="1"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_OXyLgF-GEeiaLPXj8My4aQ" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_Ng78kGN3Eeio9amveq0yWQ" name="vnfcNamingPolicyId">
          <ownedComment xmi:type="uml:Comment" xmi:id="_Xdw8sHPLEeiuFfjlON-CuQ" annotatedElement="_Ng78kGN3Eeio9amveq0yWQ">
            <body>Identifier of the policy which has the naming logic for this VNFC instance</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_lYH-sGN4Eeio9amveq0yWQ" name="nfcFunction">
          <ownedComment xmi:type="uml:Comment" xmi:id="_e28JsHPLEeiuFfjlON-CuQ" annotatedElement="_lYH-sGN4Eeio9amveq0yWQ">
            <body>English description of network function component that the specific VNFC deployment is providing.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_oQAKwGN4Eeio9amveq0yWQ" name="operationalStatus" type="_JqA_UHPTEeiuFfjlON-CuQ">
          <ownedComment xmi:type="uml:Comment" xmi:id="_iLS2YHPLEeiuFfjlON-CuQ" annotatedElement="_oQAKwGN4Eeio9amveq0yWQ">
            <body> indicator for whether the resource is considered operational. Valid values are in-service-path and out-of-service-path.</body>
          </ownedComment>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_2Ykn8GN4Eeio9amveq0yWQ" name="orchestrationStatus" type="_5--AQJdUEei-sOl6ywWHlg">
          <ownedComment xmi:type="uml:Comment" xmi:id="_mTJckHPLEeiuFfjlON-CuQ" annotatedElement="_2Ykn8GN4Eeio9amveq0yWQ">
            <body>whether the VNFC instance is instantiated</body>
          </ownedComment>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_WbPTMGN5Eeio9amveq0yWQ" name="closedLoopStatus" type="_DK1hoGjsEeip9umi7zNprw">
          <ownedComment xmi:type="uml:Comment" xmi:id="_oQc2wHPLEeiuFfjlON-CuQ" annotatedElement="_WbPTMGN5Eeio9amveq0yWQ">
            <body>Whether closed loop capabilities are enabled for this or not.</body>
          </ownedComment>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_tZ9usGmNEeiIM-XECFR2Pw" name="_vdu" type="_e5WnwDOREeiHat9KcP8uWA" association="_tY4JkGmNEeiIM-XECFR2Pw">
          <ownedComment xmi:type="uml:Comment" xmi:id="_r4vMEHPLEeiuFfjlON-CuQ" annotatedElement="_tZ9usGmNEeiIM-XECFR2Pw">
            <body>Reference to the VDU</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_taIt0GmNEeiIM-XECFR2Pw" value="1"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_taO0cGmNEeiIM-XECFR2Pw" value="1"/>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_TuRYYH7dEei4v5WRHqfM1Q" name="VnfVirtualLink">
        <generalization xmi:type="uml:Generalization" xmi:id="_Fsnq8IUREeiRGZJrXkgR0w">
          <general xmi:type="uml:Class" href="Common.uml#_Tw5PIES0EeiVGPeZpaYNtQ"/>
        </generalization>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_nQZJYJpWEeidy9iGT_F5-w" name="AllottedResourceDesc">
        <ownedComment xmi:type="uml:Comment" xmi:id="_z6cv4KY4Eeily5uFlujj3Q" annotatedElement="_nQZJYJpWEeidy9iGT_F5-w">
          <body>An Allotted Resource is a generic resource which could never be considered a network function and thus is not derived from the network function class.  This “non-network function” based resource is provided (or allotted) by some service to be used or consumed by some other service.   The consuming service does not need to know that the resource is “allotted”.</body>
        </ownedComment>
        <generalization xmi:type="uml:Generalization" xmi:id="_W1tqMJpXEeidy9iGT_F5-w" general="_DAQisJpXEeidy9iGT_F5-w"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_DAQisJpXEeidy9iGT_F5-w" name="ResourceDesc (ResourceSpecification)"/>
      <packagedElement xmi:type="uml:Class" xmi:id="_xVaLUJs3EeiPBvbfaqSLYg" name="Anfd">
        <ownedComment xmi:type="uml:Comment" xmi:id="_2qM6sKY4Eeily5uFlujj3Q" annotatedElement="_xVaLUJs3EeiPBvbfaqSLYg">
          <body>An Anfd  (Allotted Network Function) is a network function provided (or allotted) by some service instance.   The allotted network function may be incorporated into the topology of some consuming service like other network functions.   The consuming service does not need to know that the resource is “allotted”.</body>
        </ownedComment>
        <generalization xmi:type="uml:Generalization" xmi:id="_7DhPYJs3EeiPBvbfaqSLYg" general="_O385oJssEeiPBvbfaqSLYg"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_O385oJssEeiPBvbfaqSLYg" name="NetworkFunctionDesc">
        <ownedComment xmi:type="uml:Comment" xmi:id="_vrMhMKY4Eeily5uFlujj3Q" annotatedElement="_O385oJssEeiPBvbfaqSLYg">
          <body>A NetworkFunction is a functional block within a network infrastructure that has well-defined external interfaces and well-defined functional behaviour.</body>
        </ownedComment>
        <generalization xmi:type="uml:Generalization" xmi:id="_ujjIsJssEeiPBvbfaqSLYg" general="_DAQisJpXEeidy9iGT_F5-w"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_0lvvQDgREeiOYfGHew0BGg" name="VirtualLinkProfile">
        <ownedComment xmi:type="uml:Comment" xmi:id="__mm0oDgREeiOYfGHew0BGg" annotatedElement="_0lvvQDgREeiOYfGHew0BGg">
          <body>The VirtualLinkProfile describes additional instantiation data for a given VL used in a DF.</body>
        </ownedComment>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_uA9FMDgUEeiOYfGHew0BGg" name="localAffinityOrAntiAffinityRule">
          <ownedComment xmi:type="uml:Comment" xmi:id="_3SRfkDgUEeiOYfGHew0BGg" annotatedElement="_uA9FMDgUEeiOYfGHew0BGg">
            <body>Specifies affinity or anti-affinity rules applicable between the VLs based on this VnfVirtualLinkDesc.&#xD;
&#xD;
When the cardinality is greater than 1, both affinity rule(s) and anti-affinity rule(s) with different scopes are applicable to the VLs based on this VnfVirtualLinkDesc.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_7hn1IDd1EeiIfPeSAqyGdQ"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_0ph7sDgUEeiOYfGHew0BGg"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_0puwADgUEeiOYfGHew0BGg" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_DgtLUDgVEeiOYfGHew0BGg" name="affinityOrAntiAffinityGroupId">
          <ownedComment xmi:type="uml:Comment" xmi:id="_0UUEMDgVEeiOYfGHew0BGg" annotatedElement="_DgtLUDgVEeiOYfGHew0BGg">
            <body>Identifier(s) of the affinity or anti-affinity group(s) the VnfVirtualLinkDesc belongs to.&#xD;
&#xD;
NOTE: Each identifier references an affinity or anti-affinity group which expresses affinity or anti-affinity relationship between the VL(s) using this VnfVirtualLinkDesc and the VL(s) using other VnfVirtualLinkDesc(s) in the same group.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_AuYtcDkBEeiWMf5FLWfdLA"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_LAkPIDgVEeiOYfGHew0BGg"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_LArj4DgVEeiOYfGHew0BGg" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_2-_hwDgVEeiOYfGHew0BGg" name="maxBitRateRequirements">
          <ownedComment xmi:type="uml:Comment" xmi:id="_n6_2wDgYEeiOYfGHew0BGg" annotatedElement="_2-_hwDgVEeiOYfGHew0BGg">
            <body>Specifies the minimum bitrate requirements for a VL instantiated according to this profile.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_LsX6UDgXEeiOYfGHew0BGg"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_s7WyQDgYEeiOYfGHew0BGg" name="minBitRateRequirements">
          <ownedComment xmi:type="uml:Comment" xmi:id="_0SpI4DgYEeiOYfGHew0BGg" annotatedElement="_s7WyQDgYEeiOYfGHew0BGg">
            <body>Specifies the minimum bitrate requirements for a VL instantiated according to this profile.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_LsX6UDgXEeiOYfGHew0BGg"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_-SutwDgYEeiOYfGHew0BGg" name="initiationParameters">
          <ownedComment xmi:type="uml:Comment" xmi:id="_VxkhUDgaEeiOYfGHew0BGg" annotatedElement="_-SutwDgYEeiOYfGHew0BGg">
            <body>Specifies initiation parameters for the virtual link.</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_vxJ9ADafEei23_xWdimG9w"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_XeSh0DgaEeiOYfGHew0BGg"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_XeWzQDgaEeiOYfGHew0BGg" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="__S0RwDgYEeiOYfGHew0BGg" name="networkType">
          <ownedComment xmi:type="uml:Comment" xmi:id="_2Dl3MDgaEeiOYfGHew0BGg" annotatedElement="__S0RwDgYEeiOYfGHew0BGg">
            <body>Type of the network</body>
          </ownedComment>
          <type xmi:type="uml:Enumeration" href="Common.uml#_Qmf1kDnFEeiWMf5FLWfdLA"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_z0F5wDgaEeiOYfGHew0BGg"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_z0JkIDgaEeiOYfGHew0BGg" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_AApoIDgZEeiOYfGHew0BGg" name="dhcpEnabled">
          <ownedComment xmi:type="uml:Comment" xmi:id="_Sprt4DgbEeiOYfGHew0BGg" annotatedElement="_AApoIDgZEeiOYfGHew0BGg">
            <body>Indicating whether DHCP is enabled. Default is &quot;FALSE&quot; if not specified otherwise.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Boolean"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_QRrUsDgbEeiOYfGHew0BGg"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_QRvmIDgbEeiOYfGHew0BGg" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_BYBDsDgZEeiOYfGHew0BGg" name="vlanTransparent">
          <ownedComment xmi:type="uml:Comment" xmi:id="_ZG8FMDgbEeiOYfGHew0BGg" annotatedElement="_BYBDsDgZEeiOYfGHew0BGg">
            <body>Indicating whether &quot;VLAN Transparent Mode&quot; is supported. Default is &quot;FALSE&quot; if not specified otherwise.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Boolean"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_XCkZsDgbEeiOYfGHew0BGg"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_XCndADgbEeiOYfGHew0BGg" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_uohQ8jgTEeiOYfGHew0BGg" name="_virtualLinkDescFlavour" type="_oFQM8Dd-EeiIfPeSAqyGdQ" aggregation="shared" association="_uogp4DgTEeiOYfGHew0BGg">
          <ownedComment xmi:type="uml:Comment" xmi:id="_Nj634FqfEeiTzriVSbKglg" annotatedElement="_uohQ8jgTEeiOYfGHew0BGg">
            <body>Identifies a flavour within the VnfVirtualLinkDesc.</body>
          </ownedComment>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_e_qiMDgSEeiOYfGHew0BGg" name="_virtualLinkDesc" type="_AC2eIDQUEeixv_sLOod4lQ" aggregation="shared" association="_e_oF8DgSEeiOYfGHew0BGg">
          <ownedComment xmi:type="uml:Comment" xmi:id="_mb4voFqiEeiTzriVSbKglg" annotatedElement="_e_qiMDgSEeiOYfGHew0BGg">
            <body>Uniquely identifies a Vnf VLD.</body>
          </ownedComment>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_DlOpkDnDEeiWMf5FLWfdLA" name="ScalingAspect">
        <ownedComment xmi:type="uml:Comment" xmi:id="_PNdQ8DnDEeiWMf5FLWfdLA" annotatedElement="_DlOpkDnDEeiWMf5FLWfdLA">
          <body>The ScalingAspect class describes the details of an aspect used for horizontal scaling.</body>
        </ownedComment>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_M45q8D0REeiuk5pWzMOpfA" name="ScalingGroup">
        <ownedComment xmi:type="uml:Comment" xmi:id="_2o0Y8D5hEeijbdkIlrq2uQ" annotatedElement="_M45q8D0REeiuk5pWzMOpfA">
          <body>A ScalingGroup determines which VNFC's (VDU's) are scaled together based on demand.&#xD;
&#xD;
&#xD;
</body>
        </ownedComment>
        <generalization xmi:type="uml:Generalization" xmi:id="_-kSgYD0REeiuk5pWzMOpfA" general="_X3eqgDTQEeiwQ6KPLHcy4g"/>
      </packagedElement>
    </packagedElement>
    <packagedElement xmi:type="uml:Package" xmi:id="_zPN5MzOHEei5Af8DcjrhIQ" name="TypeDefinitions">
      <packagedElement xmi:type="uml:DataType" xmi:id="_lp6e4DatEei23_xWdimG9w" name="LogicalNodeData ">
        <ownedComment xmi:type="uml:Comment" xmi:id="_9EwVcGNfEeio9amveq0yWQ" annotatedElement="_lp6e4DatEei23_xWdimG9w">
          <body>This information element describes compute, memory and I/O requirements that are to be associated with the logical node of infrastructure. The logical node requirements are a sub-component of the VDU level requirements. As an example for illustration purposes, a logical node correlates to the concept of a NUMA cell in libvirt terminology. </body>
        </ownedComment>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_vXCEcDatEei23_xWdimG9w" name="logicalNodeRequirement" visibility="public">
          <ownedComment xmi:type="uml:Comment" xmi:id="_3Nax4DatEei23_xWdimG9w" annotatedElement="_vXCEcDatEei23_xWdimG9w">
            <body>The logical node-level compute, memory and I/O requirements. An array of key-value pairs that articulate the deployment requirements.&#xD;
&#xD;
This could include the number of CPU cores on this logical node, a memory configuration specific to a logical node (e.g. such as available in the Linux kernel via the libnuma library) or a requirement related to the association of an I/O device with the logical node.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_vxJ9ADafEei23_xWdimG9w"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_y-JVEDatEei23_xWdimG9w"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_y-PbsDatEei23_xWdimG9w" value="*"/>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:DataType" xmi:id="_dSO64DawEei23_xWdimG9w" name="RequestedAdditionalCapabilityData">
        <ownedComment xmi:type="uml:Comment" xmi:id="_ByokYGNhEeio9amveq0yWQ" annotatedElement="_dSO64DawEei23_xWdimG9w">
          <body>This information element describes requested additional capability for a particular VDU. Such a capability may be for acceleration or specific tasks. </body>
        </ownedComment>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_d8Gh0DaxEei23_xWdimG9w" name="supportMandatory" visibility="public">
          <ownedComment xmi:type="uml:Comment" xmi:id="_jz6pwDaxEei23_xWdimG9w" annotatedElement="_d8Gh0DaxEei23_xWdimG9w">
            <body>Indicates whether the requested additional capability is mandatory for successful operation.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Boolean"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_j_7h8DawEei23_xWdimG9w" name="requestedAdditionalCapabilityName" visibility="public">
          <ownedComment xmi:type="uml:Comment" xmi:id="_s7MMwDawEei23_xWdimG9w" annotatedElement="_j_7h8DawEei23_xWdimG9w">
            <body>Identifies a requested additional capability for the VDU.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_4g-HoDaxEei23_xWdimG9w" name="minRequestedAdditionalCapabilityVersion">
          <ownedComment xmi:type="uml:Comment" xmi:id="_ArR2oDayEei23_xWdimG9w" annotatedElement="_4g-HoDaxEei23_xWdimG9w">
            <body>Identifies the minimum version of the requested additional capability.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_9JTksDaxEei23_xWdimG9w"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_9JZrUDaxEei23_xWdimG9w" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_EHA9sDayEei23_xWdimG9w" name="preferredRequestedAdditionalCapabilityVersion">
          <ownedComment xmi:type="uml:Comment" xmi:id="_LF3mMDayEei23_xWdimG9w" annotatedElement="_EHA9sDayEei23_xWdimG9w">
            <body>Identifies the preferred version of the requested additional capability.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_IGrRMDayEei23_xWdimG9w"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_IGyl8DayEei23_xWdimG9w" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_M3Ly0DayEei23_xWdimG9w" name="targetPerformanceParameters">
          <ownedComment xmi:type="uml:Comment" xmi:id="_a8PB8DayEei23_xWdimG9w" annotatedElement="_M3Ly0DayEei23_xWdimG9w">
            <body>Identifies specific attributes, dependent on the requested additional capability type.</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_vxJ9ADafEei23_xWdimG9w"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_Q6l8oDnNEeiWMf5FLWfdLA" value="1"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_Q6--MDnNEeiWMf5FLWfdLA" value="*"/>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:DataType" xmi:id="_AJK9MDa0Eei23_xWdimG9w" name="VirtualMemoryData">
        <ownedAttribute xmi:type="uml:Property" xmi:id="_HJMDUDa0Eei23_xWdimG9w" name="virtualMemSize">
          <ownedComment xmi:type="uml:Comment" xmi:id="_QinQ0Da0Eei23_xWdimG9w" annotatedElement="_HJMDUDa0Eei23_xWdimG9w">
            <body>Amount of virtual Memory (e.g. in MB).</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="Common.uml#_p3EKoDm0EeiWMf5FLWfdLA"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_TXQisDa0Eei23_xWdimG9w" name="virtualMemOversubscriptionPolicy">
          <ownedComment xmi:type="uml:Comment" xmi:id="_YB7iEDa0Eei23_xWdimG9w" annotatedElement="_TXQisDa0Eei23_xWdimG9w">
            <body>The memory core oversubscription policy in terms of virtual memory to physical memory on the platform. The cardinality can be 0 during the allocation request, if no particular value is requested.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_auRMgDa0Eei23_xWdimG9w"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_auen4Da0Eei23_xWdimG9w" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_c4PJsDa0Eei23_xWdimG9w" name="vduMemRequirements">
          <ownedComment xmi:type="uml:Comment" xmi:id="_kmHbYDa0Eei23_xWdimG9w" annotatedElement="_c4PJsDa0Eei23_xWdimG9w">
            <body>Array of key-value pair requirements on the memory for the VDU.</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_vxJ9ADafEei23_xWdimG9w"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_iQSzgDa0Eei23_xWdimG9w"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_iQaIQDa0Eei23_xWdimG9w" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_mxsiIDa0Eei23_xWdimG9w" name="numaEnabled">
          <ownedComment xmi:type="uml:Comment" xmi:id="_sJ9nUDa0Eei23_xWdimG9w" annotatedElement="_mxsiIDa0Eei23_xWdimG9w">
            <body>It specifies the memory allocation to be cognisant of the relevant process/core allocation. The cardinality can be 0 during the allocation request, if no particular value is requested.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Boolean"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_qc5BgDa0Eei23_xWdimG9w"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_qc7dwDa0Eei23_xWdimG9w" value="1"/>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:DataType" xmi:id="_tIZ6oDa2Eei23_xWdimG9w" name="VirtualCpuData ">
        <ownedComment xmi:type="uml:Comment" xmi:id="_LLo7IGNhEeio9amveq0yWQ" annotatedElement="_tIZ6oDa2Eei23_xWdimG9w">
          <body>The VirtualCpuData information element supports the specification of requirements related to virtual CPU(s) of a virtual compute resource.</body>
        </ownedComment>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_KD8ncDa4EeivvI-m1BaAbA" name="cpuArchitecture">
          <ownedComment xmi:type="uml:Comment" xmi:id="_S3gu0Da4EeivvI-m1BaAbA" annotatedElement="_KD8ncDa4EeivvI-m1BaAbA">
            <body>CPU architecture type. Examples are x86, ARM. The cardinality can be 0 during the allocation request, if no particular CPU architecture type is requested.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_PshZgDa4EeivvI-m1BaAbA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_PsrKgDa4EeivvI-m1BaAbA" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_WF3hMDa4EeivvI-m1BaAbA" name="numVirtualCpu">
          <ownedComment xmi:type="uml:Comment" xmi:id="_a8BX0Da4EeivvI-m1BaAbA" annotatedElement="_WF3hMDa4EeivvI-m1BaAbA">
            <body>Number of virtual CPUs.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Integer"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_c2wmMDa4EeivvI-m1BaAbA" name="virtualCpuClock">
          <ownedComment xmi:type="uml:Comment" xmi:id="_femyMDa4EeivvI-m1BaAbA" annotatedElement="_c2wmMDa4EeivvI-m1BaAbA">
            <body>Minimum virtual CPU clock rate (e.g. in MHz). The cardinality can be 0 during the allocation request, if no particular value is requested.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="Common.uml#_p3EKoDm0EeiWMf5FLWfdLA"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_gNcOIDa4EeivvI-m1BaAbA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_gNgfkDa4EeivvI-m1BaAbA" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_mqETUDa4EeivvI-m1BaAbA" name="virtualCpuOversubscriptionPolicy">
          <ownedComment xmi:type="uml:Comment" xmi:id="_rONM4Da4EeivvI-m1BaAbA" annotatedElement="_mqETUDa4EeivvI-m1BaAbA">
            <body>The CPU core oversubscription policy e.g. the relation of virtual CPU cores to physical CPU cores/threads. The cardinality can be 0 during the allocation request, if no particular value is requested.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_smIpIDa4EeivvI-m1BaAbA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_smU2YDa4EeivvI-m1BaAbA" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_vD0MgDa4EeivvI-m1BaAbA" name="vduCpuRequirements">
          <ownedComment xmi:type="uml:Comment" xmi:id="_1sPSADa4EeivvI-m1BaAbA" annotatedElement="_vD0MgDa4EeivvI-m1BaAbA">
            <body>Array of key-value pair requirements on the Compute (CPU) for the VDU.</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_vxJ9ADafEei23_xWdimG9w"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_z1LCsDa4EeivvI-m1BaAbA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_z1S-gDa4EeivvI-m1BaAbA" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_3WU1QDa4EeivvI-m1BaAbA" name="virtualCpuPinning" type="_DpVfADa5EeivvI-m1BaAbA">
          <ownedComment xmi:type="uml:Comment" xmi:id="_8NkRADa4EeivvI-m1BaAbA" annotatedElement="_3WU1QDa4EeivvI-m1BaAbA">
            <body>The virtual CPU pinning configuration for the virtualised compute resource.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_5yRTQDa4EeivvI-m1BaAbA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_5yVksDa4EeivvI-m1BaAbA" value="1"/>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:DataType" xmi:id="_DpVfADa5EeivvI-m1BaAbA" name="VirtualCpuPinningData">
        <ownedComment xmi:type="uml:Comment" xmi:id="_PmkOUGNhEeio9amveq0yWQ" annotatedElement="_DpVfADa5EeivvI-m1BaAbA">
          <body>The VirtualCpuPinningData information element supports the specification of requirements related to the virtual CPU pinning configuration of a virtual compute resource.</body>
        </ownedComment>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_gv2iMDa5EeivvI-m1BaAbA" name="virtualCpuPinningPolicy" type="_V9WhUDnMEeiWMf5FLWfdLA">
          <ownedComment xmi:type="uml:Comment" xmi:id="_VD7RIDa6EeivvI-m1BaAbA" annotatedElement="_gv2iMDa5EeivvI-m1BaAbA">
            <body>The policy can take values of &quot;static&quot; or &quot;dynamic&quot;. In case of &quot;static&quot; the virtual CPU cores are requested to be allocated to logical CPU cores according to the rules defined in virtualCpuPinningRules. In case of &quot;dynamic&quot; the allocation of virtual CPU cores to logical CPU cores is decided by the VIM. (e.g.: SMT (Simultaneous Multi-Threading) requirements).&#xD;
</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_wUoCMDa6EeivvI-m1BaAbA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_wUthwDa6EeivvI-m1BaAbA" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_heqI8Da5EeivvI-m1BaAbA" name="virtualCpuPinningRule">
          <ownedComment xmi:type="uml:Comment" xmi:id="_6G8Q0Da6EeivvI-m1BaAbA" annotatedElement="_heqI8Da5EeivvI-m1BaAbA">
            <body>A list of rules that should be considered during the allocation of the virtual CPUs to logical CPUs in case of &quot;static&quot; virtualCpuPinningPolicy.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_3ga6gDa6EeivvI-m1BaAbA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_3gek4Da6EeivvI-m1BaAbA" value="1"/>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:DataType" xmi:id="_B1G2UDd_EeiIfPeSAqyGdQ" name="QoS">
        <ownedComment xmi:type="uml:Comment" xmi:id="_DNOvkGNgEeio9amveq0yWQ" annotatedElement="_B1G2UDd_EeiIfPeSAqyGdQ">
          <body>The QoS information element describes QoS data for a given VL used in a DF.</body>
        </ownedComment>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_GA6IYDd_EeiIfPeSAqyGdQ" name="latency">
          <ownedComment xmi:type="uml:Comment" xmi:id="_P3EVMDd_EeiIfPeSAqyGdQ" annotatedElement="_GA6IYDd_EeiIfPeSAqyGdQ">
            <body>Maximum latency in ms.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="Common.uml#_p3EKoDm0EeiWMf5FLWfdLA"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_G-MQADd_EeiIfPeSAqyGdQ" name="packetDelayVariation">
          <ownedComment xmi:type="uml:Comment" xmi:id="_V5HXMDd_EeiIfPeSAqyGdQ" annotatedElement="_G-MQADd_EeiIfPeSAqyGdQ">
            <body>Maximum jitter in ms.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="Common.uml#_p3EKoDm0EeiWMf5FLWfdLA"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_Hy64kDd_EeiIfPeSAqyGdQ" name="packetLossRatio">
          <ownedComment xmi:type="uml:Comment" xmi:id="_bo3vUDd_EeiIfPeSAqyGdQ" annotatedElement="_Hy64kDd_EeiIfPeSAqyGdQ">
            <body>Maximum packet loss ratio. Cardinality is 0 if no packetLossRatio requirement exists.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="Common.uml#_p3EKoDm0EeiWMf5FLWfdLA"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_Z7MFgDd_EeiIfPeSAqyGdQ"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_Z7WdkDd_EeiIfPeSAqyGdQ" value="1"/>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:DataType" xmi:id="_ZqQQ8DkIEeiWMf5FLWfdLA" name="VnfConfigurableProperties">
        <ownedComment xmi:type="uml:Comment" xmi:id="_mg8PgDkIEeiWMf5FLWfdLA" annotatedElement="_ZqQQ8DkIEeiWMf5FLWfdLA">
          <body>This datatype defines the configurable properties of a VNF (e.g. related to auto scaling and auto healing). For a VNF instance, the value of these properties can be modified by the VNFM</body>
        </ownedComment>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_pslFEDkIEeiWMf5FLWfdLA" name="isAutoscaleEnabled">
          <ownedComment xmi:type="uml:Comment" xmi:id="_pslFETkIEeiWMf5FLWfdLA" annotatedElement="_pslFEDkIEeiWMf5FLWfdLA">
            <body>It permits to enable (TRUE)/disable (FALSE) the auto-scaling functionality.&#xD;
&#xD;
NOTE: A cardinality of &quot;0&quot; indicates that configuring this present VNF property is not supported.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Boolean"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_pslFEjkIEeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_pslFEzkIEeiWMf5FLWfdLA" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_pxVpQDkIEeiWMf5FLWfdLA" name="isAutohealEnabled">
          <ownedComment xmi:type="uml:Comment" xmi:id="_pxVpQTkIEeiWMf5FLWfdLA" annotatedElement="_pxVpQDkIEeiWMf5FLWfdLA">
            <body>It permits to enable (TRUE)/disable (FALSE) the auto-healing functionality.&#xD;
&#xD;
NOTE: A cardinality of &quot;0&quot; indicates that configuring this present VNF property is not supported.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Boolean"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_pxVpQjkIEeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_pxVpQzkIEeiWMf5FLWfdLA" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_pxdlEDkIEeiWMf5FLWfdLA" name="additionalConfigurableProperty">
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_pxdlETkIEeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_pxdlEjkIEeiWMf5FLWfdLA" value="*"/>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:DataType" xmi:id="_iZQzADkJEeiWMf5FLWfdLA" name="VnfInfoModifiableAttributes">
        <ownedComment xmi:type="uml:Comment" xmi:id="_22EOYDkJEeiWMf5FLWfdLA" annotatedElement="_iZQzADkJEeiWMf5FLWfdLA">
          <body>This datatype defines the VNF-specific extension and metadata attributes of the VnfInfo that are writeable via the ModifyVnfInfo operation.&#xD;
&#xD;
</body>
        </ownedComment>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_vYoMcDkJEeiWMf5FLWfdLA" name="extension">
          <ownedComment xmi:type="uml:Comment" xmi:id="_vYoMcTkJEeiWMf5FLWfdLA" annotatedElement="_vYoMcDkJEeiWMf5FLWfdLA">
            <body>&quot;Extension&quot; attributes of VnfInfo that are writeable.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_vYoMcjkJEeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_vYoMczkJEeiWMf5FLWfdLA" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_vYsd4DkJEeiWMf5FLWfdLA" name="metadata">
          <ownedComment xmi:type="uml:Comment" xmi:id="_vYsd4TkJEeiWMf5FLWfdLA" annotatedElement="_vYsd4DkJEeiWMf5FLWfdLA">
            <body>Metadata&quot; attributes of VnfInfo that are writeable</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_vYsd4jkJEeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_vYsd4zkJEeiWMf5FLWfdLA" value="*"/>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:DataType" xmi:id="_1HQGsDkKEeiWMf5FLWfdLA" name="LifecycleManagementScript">
        <ownedAttribute xmi:type="uml:Property" xmi:id="_9xGRYDkKEeiWMf5FLWfdLA" name="event" type="_nJzw0DnNEeiWMf5FLWfdLA">
          <ownedComment xmi:type="uml:Comment" xmi:id="_9xGRYTkKEeiWMf5FLWfdLA" annotatedElement="_9xGRYDkKEeiWMf5FLWfdLA">
            <body>Describes VNF lifecycle event(s) or an external stimulus detected on a VNFM reference point.</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_9xGRYjkKEeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_9xGRYzkKEeiWMf5FLWfdLA" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_9xO0QDkKEeiWMf5FLWfdLA" name="icmTransitionEvent">
          <ownedComment xmi:type="uml:Comment" xmi:id="_9xO0QTkKEeiWMf5FLWfdLA" annotatedElement="_9xO0QDkKEeiWMf5FLWfdLA">
            <body>Describes the transition VNF lifecycle event(s) that cannot be mapped to any of the enumerated values defined for the event attribute.&#xD;
&#xD;
NOTE: At least one of these two attributes shall be included.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_9xO0QjkKEeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_9xO0QzkKEeiWMf5FLWfdLA" value="*"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_9xQpcDkKEeiWMf5FLWfdLA" name="script">
          <ownedComment xmi:type="uml:Comment" xmi:id="_9xQpcTkKEeiWMf5FLWfdLA" annotatedElement="_9xQpcDkKEeiWMf5FLWfdLA">
            <body>Information to locate a VNF LCM script (e.g. written in a DSL as specified in requirement VNF_PACK.LCM.001) triggered to react to one of the events listed in the event attribute.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_9xU64DkKEeiWMf5FLWfdLA" name="scriptDsl">
          <ownedComment xmi:type="uml:Comment" xmi:id="_9xVh8DkKEeiWMf5FLWfdLA" annotatedElement="_9xU64DkKEeiWMf5FLWfdLA">
            <body>Defines the domain specific language (i.e. the type) of script that is provided. Types of scripts could include bash, python, etc.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_9xYlQDkKEeiWMf5FLWfdLA" name="scriptInput">
          <ownedComment xmi:type="uml:Comment" xmi:id="_9xYlQTkKEeiWMf5FLWfdLA" annotatedElement="_9xYlQDkKEeiWMf5FLWfdLA">
            <body>Array of KVP requirements with the key as the parameter name and the value as the parameter that need to be passed as an input to the script.&#xD;
&#xD;
NOTE: The scriptInput values are passed to the scripts in addition to the parameters received in the operation invocation request or indicator value change.&#xD;
</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_vxJ9ADafEei23_xWdimG9w"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_9xYlQjkKEeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_9xYlQzkKEeiWMf5FLWfdLA" value="*"/>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:DataType" xmi:id="_HlF2kDmxEeiWMf5FLWfdLA" name="MonitoringParameter">
        <ownedComment xmi:type="uml:Comment" xmi:id="_Vv0P4DmxEeiWMf5FLWfdLA" annotatedElement="_HlF2kDmxEeiWMf5FLWfdLA">
          <body>Specifies the virtualised resource related performance metric to be tracked by the VNFM, e.g. for auto-scaling purposes. The VNFM collects the values of performance metrics identified by this information element from the VIM(s) using one or more locally initiated PM Jobs. These values can be used as inputs to auto-scaling rules.</body>
        </ownedComment>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_ZccSoDmxEeiWMf5FLWfdLA" name="id">
          <ownedComment xmi:type="uml:Comment" xmi:id="_ZccSoTmxEeiWMf5FLWfdLA" annotatedElement="_ZccSoDmxEeiWMf5FLWfdLA">
            <body>Unique identifier of the monitoring parameter.</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_AuYtcDkBEeiWMf5FLWfdLA"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_ZcmqsDmxEeiWMf5FLWfdLA" name="name">
          <ownedComment xmi:type="uml:Comment" xmi:id="_ZcmqsTmxEeiWMf5FLWfdLA" annotatedElement="_ZcmqsDmxEeiWMf5FLWfdLA">
            <body>Human readable name of the monitoring parameter.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ZcmqsjmxEeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ZcmqszmxEeiWMf5FLWfdLA" value="1"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_Zcn40DmxEeiWMf5FLWfdLA" name="performanceMetric">
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_ZcpG8DmxEeiWMf5FLWfdLA" name="collectionPeriod">
          <ownedComment xmi:type="uml:Comment" xmi:id="_ZcpG8TmxEeiWMf5FLWfdLA" annotatedElement="_ZcpG8DmxEeiWMf5FLWfdLA">
            <body>An attribute that describes the recommended periodicity at which to collect the performance information.&#xD;
&#xD;
VNFM determines if this parameter is considered.&#xD;
&#xD;
The vendor may provide this information as a guidance for creating PmJobs if needed.&#xD;
&#xD;
NOTE: The MANO or NFVI may not support the recommended collectionPeriod based on their functionalities, and can reject the requests based on the recommended collectionPeriod in this case.&#xD;
</body>
          </ownedComment>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ZcpG8jmxEeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ZcpG8zmxEeiWMf5FLWfdLA" value="1"/>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:DataType" xmi:id="_MRthQDmyEeiWMf5FLWfdLA" name="VnfcConfigurableProperties">
        <ownedComment xmi:type="uml:Comment" xmi:id="_T2oEMDmyEeiWMf5FLWfdLA" annotatedElement="_MRthQDmyEeiWMf5FLWfdLA">
          <body>This datatype defines the configurable properties of a VNFC. For a VNFC instance, the value of these properties can be modified through the VNFM.</body>
        </ownedComment>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_awsTUDmyEeiWMf5FLWfdLA" name="additionalVnfcConfigurableProperty" visibility="public">
          <ownedComment xmi:type="uml:Comment" xmi:id="_jaxukDmyEeiWMf5FLWfdLA">
            <body>It provides VNFC configurable properties that can be modified using the ModifyVnfInfo operation.</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_gOyTsDmyEeiWMf5FLWfdLA"/>
          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_gPHq4DmyEeiWMf5FLWfdLA" value="*"/>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:Enumeration" xmi:id="_DaKYIDm6EeiWMf5FLWfdLA" name="VnicType">
        <ownedComment xmi:type="uml:Comment" xmi:id="_L8MDkDm6EeiWMf5FLWfdLA" annotatedElement="_DaKYIDm6EeiWMf5FLWfdLA">
          <body>Describes the type of VNIC to which a CP attaches.</body>
        </ownedComment>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_Nnw0kDm6EeiWMf5FLWfdLA" name="NORMAL"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_ReVdgDm6EeiWMf5FLWfdLA" name="MACVTAP"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_Vhg_EDm6EeiWMf5FLWfdLA" name="DIRECT"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_XYz34Dm6EeiWMf5FLWfdLA" name="BAREMETAL"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_bbN9YDm6EeiWMf5FLWfdLA" name="DIRECT_PHYSICAL"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_fCLdADm6EeiWMf5FLWfdLA" name="VIRTIO_FORWARDER"/>
      </packagedElement>
      <packagedElement xmi:type="uml:DataType" xmi:id="_EYaAsDnIEeiWMf5FLWfdLA" name="ScaleInfo">
        <ownedComment xmi:type="uml:Comment" xmi:id="_G0jmIGNhEeio9amveq0yWQ" annotatedElement="_EYaAsDnIEeiWMf5FLWfdLA">
          <body>The ScaleInfo information element represents a scale level for a particular scaling aspect. </body>
        </ownedComment>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_KFKIIDnIEeiWMf5FLWfdLA" name="aspectId" visibility="public">
          <ownedComment xmi:type="uml:Comment" xmi:id="_O1cnUDnIEeiWMf5FLWfdLA" annotatedElement="_KFKIIDnIEeiWMf5FLWfdLA">
            <body>Reference to the scaling aspect.</body>
          </ownedComment>
          <type xmi:type="uml:DataType" href="Common.uml#_AuYtcDkBEeiWMf5FLWfdLA"/>
        </ownedAttribute>
        <ownedAttribute xmi:type="uml:Property" xmi:id="_SHb8gDnIEeiWMf5FLWfdLA" name="scaleLevel" visibility="public">
          <ownedComment xmi:type="uml:Comment" xmi:id="_aWpZoDnIEeiWMf5FLWfdLA" annotatedElement="_SHb8gDnIEeiWMf5FLWfdLA">
            <body>The scale level, greater than or equal to 0</body>
          </ownedComment>
          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Integer"/>
        </ownedAttribute>
      </packagedElement>
      <packagedElement xmi:type="uml:Enumeration" xmi:id="_V9WhUDnMEeiWMf5FLWfdLA" name="PinningPolicy">
        <ownedComment xmi:type="uml:Comment" xmi:id="_Z4_QcDnMEeiWMf5FLWfdLA" annotatedElement="_V9WhUDnMEeiWMf5FLWfdLA">
          <body>Defines the CPU pinning policy.</body>
        </ownedComment>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_a2rnwDnMEeiWMf5FLWfdLA" name="STATIC"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_cc-3MDnMEeiWMf5FLWfdLA" name="DYNAMIC"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Enumeration" xmi:id="_nJzw0DnNEeiWMf5FLWfdLA" name="LcmEvent">
        <ownedComment xmi:type="uml:Comment" xmi:id="_r2384DnNEeiWMf5FLWfdLA" annotatedElement="_nJzw0DnNEeiWMf5FLWfdLA">
          <body>Describes VNF lifecycle event(s) or an external stimulus detected on a VNFM reference point.</body>
        </ownedComment>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_QCv24Jp-Eeidy9iGT_F5-w" name="EVENT_START_INSTANTIATION"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_Sxk0oJp-Eeidy9iGT_F5-w" name="EVENT_END_INSTANTIATION"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_UmJwoJp-Eeidy9iGT_F5-w" name="EVENT_START_SCALING"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_WqJosJp-Eeidy9iGT_F5-w" name="EVENT_END_SCALING"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_YmnVYJp-Eeidy9iGT_F5-w" name="EVENT_START_SCALING_TO_LEVEL"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_cYMwoJp-Eeidy9iGT_F5-w" name="EVENT_END_SCALING_TO_LEVEL"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_dxsTIJp-Eeidy9iGT_F5-w" name="EVENT_START_HEALING"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_f7USEJp-Eeidy9iGT_F5-w" name="EVENT_END_HEALING"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_hjRHUJp-Eeidy9iGT_F5-w" name="EVENT_START_TERMINATION"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_jLRm8Jp-Eeidy9iGT_F5-w" name="EVENT_END_TERMINATION"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_k00XoJp-Eeidy9iGT_F5-w" name="EVENT_START_VNF_FLAVOR_CHANGE"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_nf2agJp-Eeidy9iGT_F5-w" name="EVENT_END_VNF_FLAVOR_CHANGE"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_pB0jkJp-Eeidy9iGT_F5-w" name="EVENT_START_VNF_OPERATION_CHANGE"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_qhHzIJp-Eeidy9iGT_F5-w" name="EVENT_END_VNF_OPERATION_CHANGE"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_r_AGYJp-Eeidy9iGT_F5-w" name="EVENT_START_VNF_EXT_CONN_CHANGE"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_tbSeMJp-Eeidy9iGT_F5-w" name="EVENT_END_VNF_EXT_CONN_CHANGE"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_v4uxAJp-Eeidy9iGT_F5-w" name="EVENT_START_VNFINFO_MODIFICATION"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_xKR4cJp-Eeidy9iGT_F5-w" name="EVENT_END_VNFINFO_MODIFICATION"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Enumeration" xmi:id="_EUC2YDnOEeiWMf5FLWfdLA" name="VnfSource">
        <ownedComment xmi:type="uml:Comment" xmi:id="_Jva58DnOEeiWMf5FLWfdLA" annotatedElement="_EUC2YDnOEeiWMf5FLWfdLA">
          <body>Describes the source of the indicator.</body>
        </ownedComment>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_Llhf8DnOEeiWMf5FLWfdLA" name="VNF"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_PXMawDnOEeiWMf5FLWfdLA" name="EM"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_RTPQsDnOEeiWMf5FLWfdLA" name="BOTH"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Enumeration" xmi:id="_pRh10DnOEeiWMf5FLWfdLA" name="CollectionPeriod">
        <ownedComment xmi:type="uml:Comment" xmi:id="_tFpAoDnOEeiWMf5FLWfdLA" annotatedElement="_pRh10DnOEeiWMf5FLWfdLA">
          <body>Specifies the periodicity at which the producer will collect performance information.</body>
        </ownedComment>
      </packagedElement>
      <packagedElement xmi:type="uml:Enumeration" xmi:id="_c8RX8D3BEeiFiY3bcpqGkg" name="HomingStrategy">
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_zR55wD5cEeijbdkIlrq2uQ" name="Colocation"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_1euWoD5cEeijbdkIlrq2uQ" name="isolation"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Enumeration" xmi:id="_AeSbgD5dEeijbdkIlrq2uQ" name="PlacementStrategy">
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_FCQV8D5dEeijbdkIlrq2uQ" name="COLOCATION"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_GY4KoD5dEeijbdkIlrq2uQ" name="ISOLATION"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_JaCOgD5dEeijbdkIlrq2uQ" name="EXCLUSIVITY"/>
      </packagedElement>
      <packagedElement xmi:type="uml:DataType" xmi:id="_0RG8kEcmEei7eo5RdnNiBQ" name="VirtualLinkBitRateLevel">
        <ownedComment xmi:type="uml:Comment" xmi:id="_5UfW4EcmEei7eo5RdnNiBQ" annotatedElement="_0RG8kEcmEei7eo5RdnNiBQ">
          <body>The VirtualLinkBitRateLevel information element specifies bitrate requirements applicable to a virtual link instantiated from a particular VnfVirtualLinkDesc.</body>
        </ownedComment>
      </packagedElement>
      <packagedElement xmi:type="uml:Enumeration" xmi:id="_DK1hoGjsEeip9umi7zNprw" name="ClosedLoopStatus">
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_J4maIGjsEeip9umi7zNprw" name="ENABLED"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_L1m5YGjsEeip9umi7zNprw" name="DISABLED"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Enumeration" xmi:id="_aYK0IHPSEeiuFfjlON-CuQ" name="ProvStatus">
        <ownedComment xmi:type="uml:Comment" xmi:id="_Ij2twHVuEeityfM-lkDl2Q" annotatedElement="_aYK0IHPSEeiuFfjlON-CuQ">
          <body>Provisioning status, used as a trigger for operational monitoring of this resource by service assurance systems.</body>
        </ownedComment>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_kxfYYHPSEeiuFfjlON-CuQ" name="PROVISIONED"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_nDl94HPSEeiuFfjlON-CuQ" name="PREPROVISIONED"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_okbegHPSEeiuFfjlON-CuQ" name="CAPPED"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Enumeration" xmi:id="_JqA_UHPTEeiuFfjlON-CuQ" name="OperationalStatus">
        <ownedComment xmi:type="uml:Comment" xmi:id="_dtARwHVuEeityfM-lkDl2Q" annotatedElement="_JqA_UHPTEeiuFfjlON-CuQ">
          <body>Indicator for whether the resource is considered operational. Valid values are in-service-path and out-of-service-path.</body>
        </ownedComment>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_QPdCQHPTEeiuFfjlON-CuQ" name="IN-SERVICE-PATH"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_TkXIkHPTEeiuFfjlON-CuQ" name="OUT-OF-SERVICE-PATH"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Enumeration" xmi:id="_5--AQJdUEei-sOl6ywWHlg" name="OrchestrationStatus">
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_v6IPgJdaEei-sOl6ywWHlg" name="INVENTORIED"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_x5RcwJdaEei-sOl6ywWHlg" name="ASSIGNED"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_zQDCcJdaEei-sOl6ywWHlg" name="CREATED"/>
        <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_0SWM8JdaEei-sOl6ywWHlg" name="ACTIVE"/>
      </packagedElement>
    </packagedElement>
    <profileApplication xmi:type="uml:ProfileApplication" xmi:id="_0Mc-4D2KEeiFiY3bcpqGkg">
      <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_EesFsKVyEeikF6xsfT18UA" source="PapyrusVersion">
        <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_EesFsaVyEeikF6xsfT18UA" key="Version" value="0.2.14"/>
        <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_EesFsqVyEeikF6xsfT18UA" key="Comment" value=""/>
        <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_EesFs6VyEeikF6xsfT18UA" key="Copyright" value=""/>
        <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_EesFtKVyEeikF6xsfT18UA" key="Date" value="2018-08-21"/>
        <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_EesFtaVyEeikF6xsfT18UA" key="Author" value="J. Jewitt"/>
      </eAnnotations>
      <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_0MgpQD2KEeiFiY3bcpqGkg" source="http://www.eclipse.org/uml2/2.0.0/UML">
        <references xmi:type="ecore:EPackage" href="OpenModel_Profile.profile.uml#_zWYg8KVxEeikF6xsfT18UA"/>
      </eAnnotations>
      <appliedProfile xmi:type="uml:Profile" href="OpenModel_Profile.profile.uml#_m1xqsHBgEd6FKu9XX1078A"/>
    </profileApplication>
  </uml:Package>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONpBgzaIEei23_xWdimG9w" base_StructuralFeature="_u3j0EDOVEeiHat9KcP8uWA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONpokTaIEei23_xWdimG9w" base_StructuralFeature="_vRy4kDQPEeixv_sLOod4lQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONpolDaIEei23_xWdimG9w" base_StructuralFeature="_R8RWwjQUEeixv_sLOod4lQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONqPoDaIEei23_xWdimG9w" base_StructuralFeature="_R8R90DQUEeixv_sLOod4lQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONqPojaIEei23_xWdimG9w" base_StructuralFeature="_zxbfEDQvEeixv_sLOod4lQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONq2sDaIEei23_xWdimG9w" base_StructuralFeature="_LOOoEjQtEeixv_sLOod4lQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONrdwDaIEei23_xWdimG9w" base_StructuralFeature="_7QN84jTUEeiwQ6KPLHcy4g"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONl-MDaIEei23_xWdimG9w" base_StructuralFeature="_ETxIYDTSEeiwQ6KPLHcy4g"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="__lUWITkMEeiWMf5FLWfdLA" base_StructuralFeature="__lUWIDkMEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_nXzXUDkOEeiWMf5FLWfdLA" base_StructuralFeature="_nXywQjkOEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONrdwzaIEei23_xWdimG9w" base_StructuralFeature="_j-D2MDWeEei9Ia34RXjpEg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_346rIDabEei23_xWdimG9w" base_StructuralFeature="_346EEDabEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_uwFzgDadEei23_xWdimG9w" base_StructuralFeature="_uwFMcTadEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_Mx024TagEei23_xWdimG9w" base_StructuralFeature="_Mx024DagEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_xRw2QzdyEeiIfPeSAqyGdQ" base_StructuralFeature="_xRw2QjdyEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_xR4LATdyEeiIfPeSAqyGdQ" base_StructuralFeature="_xR4LADdyEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_abGfMzeAEeiIfPeSAqyGdQ" base_StructuralFeature="_abGfMjeAEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_abHGQTeAEeiIfPeSAqyGdQ" base_StructuralFeature="_abHGQDeAEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_uf1AUDdVEeiIfPeSAqyGdQ" base_StructuralFeature="_uf0ZQDdVEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_uf1nYTdVEeiIfPeSAqyGdQ" base_StructuralFeature="_uf1nYDdVEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_uohQ8zgTEeiOYfGHew0BGg" base_StructuralFeature="_uohQ8jgTEeiOYfGHew0BGg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_uok7UTgTEeiOYfGHew0BGg" base_StructuralFeature="_uok7UDgTEeiOYfGHew0BGg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_e_qiMTgSEeiOYfGHew0BGg" base_StructuralFeature="_e_qiMDgSEeiOYfGHew0BGg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_e_tlgTgSEeiOYfGHew0BGg" base_StructuralFeature="_e_tlgDgSEeiOYfGHew0BGg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_guVSQjm5EeiWMf5FLWfdLA" base_StructuralFeature="_guVSQTm5EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_XihA8DnPEeiWMf5FLWfdLA" base_StructuralFeature="_XigZ4DnPEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_Y8jB4TnCEeiWMf5FLWfdLA" base_StructuralFeature="_Y8jB4DnCEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_OCgLoDnBEeiWMf5FLWfdLA" base_StructuralFeature="_OCfkkTnBEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_UZScojnDEeiWMf5FLWfdLA" base_StructuralFeature="_UZScoTnDEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_KN_NojnAEeiWMf5FLWfdLA" base_StructuralFeature="_KN_NoTnAEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_mpmbQTkTEeiWMf5FLWfdLA" base_StructuralFeature="_mpmbQDkTEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_yfnR4TkREeiWMf5FLWfdLA" base_StructuralFeature="_yfnR4DkREeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_hz7WcTm7EeiWMf5FLWfdLA" base_StructuralFeature="_hz7WcDm7EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_oUjqgjm-EeiWMf5FLWfdLA" base_StructuralFeature="_oUjqgTm-EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_PJnV8DnHEeiWMf5FLWfdLA" base_StructuralFeature="_PJmu4jnHEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_8qIn4j5xEeijbdkIlrq2uQ" base_StructuralFeature="_8qIn4T5xEeijbdkIlrq2uQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_wjgxMEdtEei3KMAUV7YMMQ" base_StructuralFeature="_8dhyIES6EeiVGPeZpaYNtQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_KOSrIEJ9EeiwbqJBYHKltg" base_StructuralFeature="_KOSEEEJ9EeiwbqJBYHKltg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_KOYxwUJ9EeiwbqJBYHKltg" base_StructuralFeature="_KOYxwEJ9EeiwbqJBYHKltg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_oVpgQUJ9EeiwbqJBYHKltg" base_StructuralFeature="_oVpgQEJ9EeiwbqJBYHKltg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_m-HaskJ_EeiwbqJBYHKltg" base_StructuralFeature="_m-HasUJ_EeiwbqJBYHKltg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_m-RywEJ_EeiwbqJBYHKltg" base_StructuralFeature="_m-RLsEJ_EeiwbqJBYHKltg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_Z4iPEkKAEeiwbqJBYHKltg" base_StructuralFeature="_Z4iPEUKAEeiwbqJBYHKltg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_Z4pj0UKAEeiwbqJBYHKltg" base_StructuralFeature="_Z4pj0EKAEeiwbqJBYHKltg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_dlMuE0KAEeiwbqJBYHKltg" base_StructuralFeature="_dlMuEkKAEeiwbqJBYHKltg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_dlUC0UKAEeiwbqJBYHKltg" base_StructuralFeature="_dlUC0EKAEeiwbqJBYHKltg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_g0pFk0KAEeiwbqJBYHKltg" base_StructuralFeature="_g0pFkkKAEeiwbqJBYHKltg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_g0vzQUKAEeiwbqJBYHKltg" base_StructuralFeature="_g0vzQEKAEeiwbqJBYHKltg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_h7Izk0KAEeiwbqJBYHKltg" base_StructuralFeature="_h7IzkkKAEeiwbqJBYHKltg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_h7PhQUKAEeiwbqJBYHKltg" base_StructuralFeature="_h7PhQEKAEeiwbqJBYHKltg"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_ONsE0DaIEei23_xWdimG9w" base_Class="_e5WnwDOREeiHat9KcP8uWA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONsE0TaIEei23_xWdimG9w" base_StructuralFeature="_l8PhgDWbEei9Ia34RXjpEg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONsE0jaIEei23_xWdimG9w" base_StructuralFeature="_wWU6wDWbEei9Ia34RXjpEg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONsE0zaIEei23_xWdimG9w" base_StructuralFeature="_2-9boDWbEei9Ia34RXjpEg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_mq0DkTafEei23_xWdimG9w" base_StructuralFeature="_mq0DkDafEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_1yYfoDafEei23_xWdimG9w" base_StructuralFeature="_1yX4kDafEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_HN-FIDmzEeiWMf5FLWfdLA" base_StructuralFeature="_HN9eEDmzEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_mIpmITapEei23_xWdimG9w" base_StructuralFeature="_mIpmIDapEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_mC_G8DmyEeiWMf5FLWfdLA" base_StructuralFeature="_mC-f4DmyEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONrdwjaIEei23_xWdimG9w" base_StructuralFeature="_j9-9sDWeEei9Ia34RXjpEg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_345dATabEei23_xWdimG9w" base_StructuralFeature="_345dADabEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_uwIPwDadEei23_xWdimG9w" base_StructuralFeature="_uwHosDadEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_Mx0P0DagEei23_xWdimG9w" base_StructuralFeature="_MxzowjagEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_ONsr4DaIEei23_xWdimG9w" base_Class="_aaEZADOREeiHat9KcP8uWA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONsr4jaIEei23_xWdimG9w" base_StructuralFeature="_Sz6jIDOVEeiHat9KcP8uWA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONsr4zaIEei23_xWdimG9w" base_StructuralFeature="_hUYi8DOVEeiHat9KcP8uWA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONsr5DaIEei23_xWdimG9w" base_StructuralFeature="_Psi3oDOXEeiHat9KcP8uWA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONtS8DaIEei23_xWdimG9w" base_StructuralFeature="_Txwn0DQLEeixv_sLOod4lQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONtS8TaIEei23_xWdimG9w" base_StructuralFeature="_d9nX0DQLEeixv_sLOod4lQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONtS8jaIEei23_xWdimG9w" base_StructuralFeature="_nVSR0DQLEeixv_sLOod4lQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONtS8zaIEei23_xWdimG9w" base_StructuralFeature="_zS9kwDQLEeixv_sLOod4lQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONtS9DaIEei23_xWdimG9w" base_StructuralFeature="_-WAbcDQLEeixv_sLOod4lQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_CnvFoTkKEeiWMf5FLWfdLA" base_StructuralFeature="_CnvFoDkKEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONsr4TaIEei23_xWdimG9w" base_StructuralFeature="_qFisADOUEeiHat9KcP8uWA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONt6ADaIEei23_xWdimG9w" base_StructuralFeature="_IW__QDQMEeixv_sLOod4lQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_zr_UgDkIEeiWMf5FLWfdLA" base_StructuralFeature="_zr-tcDkIEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_HkmLwDkLEeiWMf5FLWfdLA" base_StructuralFeature="_HklksDkLEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONt6ATaIEei23_xWdimG9w" base_StructuralFeature="_LgNf8DTdEeiwQ6KPLHcy4g"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONt6AjaIEei23_xWdimG9w" base_StructuralFeature="_X1lEsDTeEeiwQ6KPLHcy4g"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONpokDaIEei23_xWdimG9w" base_StructuralFeature="_vRv1QDQPEeixv_sLOod4lQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONq2sTaIEei23_xWdimG9w" base_StructuralFeature="_LORrYDQtEeixv_sLOod4lQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONqPoTaIEei23_xWdimG9w" base_StructuralFeature="_zxa4AzQvEeixv_sLOod4lQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONrdwTaIEei23_xWdimG9w" base_StructuralFeature="_7QOj8DTUEeiwQ6KPLHcy4g"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONoacDaIEei23_xWdimG9w" base_StructuralFeature="_ET6SUDTSEeiwQ6KPLHcy4g"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ONpBgjaIEei23_xWdimG9w" base_StructuralFeature="_u3gwwDOVEeiHat9KcP8uWA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_nXw7EDkOEeiWMf5FLWfdLA" base_StructuralFeature="_nXwUATkOEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_yflcsDkREeiWMf5FLWfdLA" base_StructuralFeature="_yfk1oDkREeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_mpkmETkTEeiWMf5FLWfdLA" base_StructuralFeature="_mpkmEDkTEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_ONt6BDaIEei23_xWdimG9w" base_Class="_J0Zx0DOSEeiHat9KcP8uWA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_lDoCUTaqEei23_xWdimG9w" base_StructuralFeature="_lDoCUDaqEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_v5FwATaqEei23_xWdimG9w" base_StructuralFeature="_v5FwADaqEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_OYLvsTarEei23_xWdimG9w" base_StructuralFeature="_OYLvsDarEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_WJKYsDarEei23_xWdimG9w" base_StructuralFeature="_WJJxoDarEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_bcIHIDarEei23_xWdimG9w" base_StructuralFeature="_bcG5ADarEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_k5xtUDarEei23_xWdimG9w" base_StructuralFeature="_k5xGQDarEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_9W_HATm0EeiWMf5FLWfdLA" base_StructuralFeature="_9W_HADm0EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_svqrgTarEei23_xWdimG9w" base_StructuralFeature="_svqrgDarEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_SW1lEDm1EeiWMf5FLWfdLA" base_StructuralFeature="_SW0-ADm1EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_DhvVITasEei23_xWdimG9w" base_StructuralFeature="_DhvVIDasEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_QAAzsTasEei23_xWdimG9w" base_StructuralFeature="_QAAzsDasEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_43icQDarEei23_xWdimG9w" base_StructuralFeature="_43h1MDarEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_ONt6BTaIEei23_xWdimG9w" base_Class="_ISONYDOSEeiHat9KcP8uWA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_aikFATdzEeiIfPeSAqyGdQ" base_StructuralFeature="_aikFADdzEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_bEqsgTdzEeiIfPeSAqyGdQ" base_StructuralFeature="_bEqsgDdzEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_cCrM4TdzEeiIfPeSAqyGdQ" base_StructuralFeature="_cCrM4DdzEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_dFetsTdzEeiIfPeSAqyGdQ" base_StructuralFeature="_dFetsDdzEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_dl56MDdzEeiIfPeSAqyGdQ" base_StructuralFeature="_dl5TIDdzEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ehkRMTdzEeiIfPeSAqyGdQ" base_StructuralFeature="_ehkRMDdzEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_fXB5kTdzEeiIfPeSAqyGdQ" base_StructuralFeature="_fXB5kDdzEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_ONuhEDaIEei23_xWdimG9w" base_Class="_-gDvwDOREeiHat9KcP8uWA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_CEEAwDatEei23_xWdimG9w" base_StructuralFeature="_CEDZsDatEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_Z9PKcTavEei23_xWdimG9w" base_StructuralFeature="_Z9PKcDavEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_S4W1oTazEei23_xWdimG9w" base_StructuralFeature="_S4W1oDazEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_cn9ugTazEei23_xWdimG9w" base_StructuralFeature="_cn9ugDazEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_6gNwoDazEei23_xWdimG9w" base_StructuralFeature="_6gNJkDazEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_1izJgDa1Eei23_xWdimG9w" base_StructuralFeature="_1iyicDa1Eei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_ONuhEjaIEei23_xWdimG9w" base_Class="_K_9mADOSEeiHat9KcP8uWA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_4zAhUDdKEeiIfPeSAqyGdQ" base_StructuralFeature="_4y_6QDdKEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_6sJ0QTdKEeiIfPeSAqyGdQ" base_StructuralFeature="_6sJ0QDdKEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_7J5gMDdKEeiIfPeSAqyGdQ" base_StructuralFeature="_7J45IDdKEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_8OQgMTdKEeiIfPeSAqyGdQ" base_StructuralFeature="_8OQgMDdKEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_86kzoDdKEeiIfPeSAqyGdQ" base_StructuralFeature="_86kMkDdKEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_9jaVQDdKEeiIfPeSAqyGdQ" base_StructuralFeature="_9jZuMDdKEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_ONuhFDaIEei23_xWdimG9w" base_Class="_AC2eIDQUEeixv_sLOod4lQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_pszPATd9EeiIfPeSAqyGdQ" base_StructuralFeature="_pszPADd9EeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_qgZ2MDd9EeiIfPeSAqyGdQ" base_StructuralFeature="_qgZPIDd9EeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_rY7ZoTd9EeiIfPeSAqyGdQ" base_StructuralFeature="_rY7ZoDd9EeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_1X3vATd9EeiIfPeSAqyGdQ" base_StructuralFeature="_1X3vADd9EeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_2FzMATd9EeiIfPeSAqyGdQ" base_StructuralFeature="_2FzMADd9EeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_oUicYDm-EeiWMf5FLWfdLA" base_StructuralFeature="_oUh1Ujm-EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_ONvIIDaIEei23_xWdimG9w" base_Class="_zOfv8DQVEeixv_sLOod4lQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_7nJYsTdREeiIfPeSAqyGdQ" base_StructuralFeature="_7nJYsDdREeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_7dX8MTdSEeiIfPeSAqyGdQ" base_StructuralFeature="_7dX8MDdSEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_8R7loTdSEeiIfPeSAqyGdQ" base_StructuralFeature="_8R7loDdSEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_875IoTdSEeiIfPeSAqyGdQ" base_StructuralFeature="_875IoDdSEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_guUEIDm5EeiWMf5FLWfdLA" base_StructuralFeature="_guTdEjm5EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_ONvvMTaIEei23_xWdimG9w" base_Class="_p0UVsDQvEeixv_sLOod4lQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_vbvVgTeCEeiIfPeSAqyGdQ" base_StructuralFeature="_vbvVgDeCEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_2cgCgTeCEeiIfPeSAqyGdQ" base_StructuralFeature="_2cgCgDeCEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_KN9YcjnAEeiWMf5FLWfdLA" base_StructuralFeature="_KN9YcTnAEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_OCdvYjnBEeiWMf5FLWfdLA" base_StructuralFeature="_OCdvYTnBEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_Y7kKcDnCEeiWMf5FLWfdLA" base_StructuralFeature="_Y7jjYTnCEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_UZQncznDEeiWMf5FLWfdLA" base_StructuralFeature="_UZQncjnDEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_8qHZwD5xEeijbdkIlrq2uQ" base_StructuralFeature="_8qGysD5xEeijbdkIlrq2uQ"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_ONvvMjaIEei23_xWdimG9w" base_Class="_AmzWYDQtEeixv_sLOod4lQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_hzHeIDm7EeiWMf5FLWfdLA" base_StructuralFeature="_hzG3ETm7EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_ONwWQTaIEei23_xWdimG9w" base_Class="_X3eqgDTQEeiwQ6KPLHcy4g"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_x-RHETkLEeiWMf5FLWfdLA" base_StructuralFeature="_x-RHEDkLEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_A4qCwDkMEeiWMf5FLWfdLA" base_StructuralFeature="_A4oNkDkMEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="__lSg8DkMEeiWMf5FLWfdLA" base_StructuralFeature="__lR54DkMEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_Xh4HwTnPEeiWMf5FLWfdLA" base_StructuralFeature="_Xh4HwDnPEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_ONwWQjaIEei23_xWdimG9w" base_Class="_tEnEsDTSEeiwQ6KPLHcy4g"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_a5biQTg2EeiOYfGHew0BGg" base_StructuralFeature="_a5biQDg2EeiOYfGHew0BGg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_btdnQDg2EeiOYfGHew0BGg" base_StructuralFeature="_btdAMDg2EeiOYfGHew0BGg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_cggNwTg2EeiOYfGHew0BGg" base_StructuralFeature="_cggNwDg2EeiOYfGHew0BGg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_dP31MTg2EeiOYfGHew0BGg" base_StructuralFeature="_dP31MDg2EeiOYfGHew0BGg"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_7pU0IDa7EeivvI-m1BaAbA">
    <base_Class xmi:type="uml:Class" href="Common.uml#_7pUNEDa7EeivvI-m1BaAbA"/>
  </OpenModel_Profile:OpenModelClass>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_knSmcTa8EeivvI-m1BaAbA">
    <base_StructuralFeature xmi:type="uml:Property" href="Common.uml#_knSmcDa8EeivvI-m1BaAbA"/>
  </OpenModel_Profile:OpenModelAttribute>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_lRLQ8Ta8EeivvI-m1BaAbA">
    <base_StructuralFeature xmi:type="uml:Property" href="Common.uml#_lRLQ8Da8EeivvI-m1BaAbA"/>
  </OpenModel_Profile:OpenModelAttribute>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_luv9wDa8EeivvI-m1BaAbA">
    <base_StructuralFeature xmi:type="uml:Property" href="Common.uml#_luvWsDa8EeivvI-m1BaAbA"/>
  </OpenModel_Profile:OpenModelAttribute>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_oWHBkTa8EeivvI-m1BaAbA">
    <base_StructuralFeature xmi:type="uml:Property" href="Common.uml#_oWHBkDa8EeivvI-m1BaAbA"/>
  </OpenModel_Profile:OpenModelAttribute>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_pJTZETa8EeivvI-m1BaAbA">
    <base_StructuralFeature xmi:type="uml:Property" href="Common.uml#_pJTZEDa8EeivvI-m1BaAbA"/>
  </OpenModel_Profile:OpenModelAttribute>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_p8meQTa8EeivvI-m1BaAbA">
    <base_StructuralFeature xmi:type="uml:Property" href="Common.uml#_p8meQDa8EeivvI-m1BaAbA"/>
  </OpenModel_Profile:OpenModelAttribute>
  <OpenModel_Profile:OpenModelClass xmi:id="_oFQM8Td-EeiIfPeSAqyGdQ" base_Class="_oFQM8Dd-EeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_v0nsYTd-EeiIfPeSAqyGdQ" base_StructuralFeature="_v0nsYDd-EeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_uXG-oDnFEeiWMf5FLWfdLA" base_StructuralFeature="_uXGXkDnFEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_0lwWUDgREeiOYfGHew0BGg" base_Class="_0lvvQDgREeiOYfGHew0BGg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_uA9sQDgUEeiOYfGHew0BGg" base_StructuralFeature="_uA9FMDgUEeiOYfGHew0BGg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_DgtLUTgVEeiOYfGHew0BGg" base_StructuralFeature="_DgtLUDgVEeiOYfGHew0BGg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_2_AI0DgVEeiOYfGHew0BGg" base_StructuralFeature="_2-_hwDgVEeiOYfGHew0BGg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_s7WyQTgYEeiOYfGHew0BGg" base_StructuralFeature="_s7WyQDgYEeiOYfGHew0BGg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_-SvU0DgYEeiOYfGHew0BGg" base_StructuralFeature="_-SutwDgYEeiOYfGHew0BGg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="__S0RwTgYEeiOYfGHew0BGg" base_StructuralFeature="__S0RwDgYEeiOYfGHew0BGg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_AApoITgZEeiOYfGHew0BGg" base_StructuralFeature="_AApoIDgZEeiOYfGHew0BGg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_BYBDsTgZEeiOYfGHew0BGg" base_StructuralFeature="_BYBDsDgZEeiOYfGHew0BGg"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_8BU-0Dm4EeiWMf5FLWfdLA" base_Class="_8BUXwDm4EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_H9PXMTm5EeiWMf5FLWfdLA" base_StructuralFeature="_H9PXMDm5EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_H9RMYTm5EeiWMf5FLWfdLA" base_StructuralFeature="_H9RMYDm5EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_H9SagTm5EeiWMf5FLWfdLA" base_StructuralFeature="_H9SagDm5EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_H9UPsDm5EeiWMf5FLWfdLA" base_StructuralFeature="_H9TooDm5EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_H9Vd0Tm5EeiWMf5FLWfdLA" base_StructuralFeature="_H9Vd0Dm5EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_6C8s8DnAEeiWMf5FLWfdLA" base_Class="_6C8F4DnAEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_Y6HcIDnGEeiWMf5FLWfdLA" base_StructuralFeature="_Y6Fm8DnGEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_jVi5MDnGEeiWMf5FLWfdLA" base_StructuralFeature="_jViSIDnGEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_f1tqYDnIEeiWMf5FLWfdLA" base_StructuralFeature="_f1tDUDnIEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_PJlgwDnHEeiWMf5FLWfdLA" base_StructuralFeature="_PJk5sjnHEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_0Ab7cDnBEeiWMf5FLWfdLA">
    <base_Class xmi:type="uml:Class" href="Common.uml#_0AbUYDnBEeiWMf5FLWfdLA"/>
  </OpenModel_Profile:OpenModelClass>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_6g1tYjnBEeiWMf5FLWfdLA">
    <base_StructuralFeature xmi:type="uml:Property" href="Common.uml#_6g1tYDnBEeiWMf5FLWfdLA"/>
  </OpenModel_Profile:OpenModelAttribute>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_6g3ikjnBEeiWMf5FLWfdLA">
    <base_StructuralFeature xmi:type="uml:Property" href="Common.uml#_6g3ikDnBEeiWMf5FLWfdLA"/>
  </OpenModel_Profile:OpenModelAttribute>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_6g5XwDnBEeiWMf5FLWfdLA">
    <base_StructuralFeature xmi:type="uml:Property" href="Common.uml#_6g4wsDnBEeiWMf5FLWfdLA"/>
  </OpenModel_Profile:OpenModelAttribute>
  <OpenModel_Profile:OpenModelClass xmi:id="_DlPQoDnDEeiWMf5FLWfdLA" base_Class="_DlOpkDnDEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_DZsyMTnHEeiWMf5FLWfdLA" base_Class="_DZsyMDnHEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_7vM5wDnIEeiWMf5FLWfdLA" base_StructuralFeature="_7vMSsDnIEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_Eu4KgDnJEeiWMf5FLWfdLA" base_StructuralFeature="_Eu3jcDnJEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_IYMf4D0REeiuk5pWzMOpfA" base_Class="_IYL40D0REeiuk5pWzMOpfA"/>
  <OpenModel_Profile:Experimental xmi:id="_VYV60EJTEeiDS9blpN8EJw" base_Element="_IYL40D0REeiuk5pWzMOpfA"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_KzEm4T0REeiuk5pWzMOpfA" base_Class="_KzEm4D0REeiuk5pWzMOpfA"/>
  <OpenModel_Profile:Experimental xmi:id="_Aukd0EJ8EeiwbqJBYHKltg" base_Element="_KzEm4D0REeiuk5pWzMOpfA"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_CaB4UD0REeiuk5pWzMOpfA" base_Class="_CaBRQD0REeiuk5pWzMOpfA"/>
  <OpenModel_Profile:Experimental xmi:id="_SwBNsEJTEeiDS9blpN8EJw" base_Element="_CaBRQD0REeiuk5pWzMOpfA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_JHMD4D3BEeiFiY3bcpqGkg" base_StructuralFeature="_JHLc0D3BEeiFiY3bcpqGkg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_6IunoT5cEeijbdkIlrq2uQ" base_StructuralFeature="_6IunoD5cEeijbdkIlrq2uQ"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_FLWJYT0REeiuk5pWzMOpfA" base_Class="_FLWJYD0REeiuk5pWzMOpfA"/>
  <OpenModel_Profile:Experimental xmi:id="_T_i74EJTEeiDS9blpN8EJw" base_Element="_FLWJYD0REeiuk5pWzMOpfA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_O0DnMD5dEeijbdkIlrq2uQ" base_StructuralFeature="_O0DAID5dEeijbdkIlrq2uQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_o4b5oT5eEeijbdkIlrq2uQ" base_StructuralFeature="_o4b5oD5eEeijbdkIlrq2uQ"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_M45q8T0REeiuk5pWzMOpfA" base_Class="_M45q8D0REeiuk5pWzMOpfA"/>
  <OpenModel_Profile:Experimental xmi:id="_B1NVwEJ8EeiwbqJBYHKltg" base_Element="_M45q8D0REeiuk5pWzMOpfA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_vXCrgDatEei23_xWdimG9w" base_StructuralFeature="_vXCEcDatEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_d8Gh0TaxEei23_xWdimG9w" base_StructuralFeature="_d8Gh0DaxEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_j_7h8TawEei23_xWdimG9w" base_StructuralFeature="_j_7h8DawEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_4g-HoTaxEei23_xWdimG9w" base_StructuralFeature="_4g-HoDaxEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_EHA9sTayEei23_xWdimG9w" base_StructuralFeature="_EHA9sDayEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_M3Ly0TayEei23_xWdimG9w" base_StructuralFeature="_M3Ly0DayEei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_HJMDUTa0Eei23_xWdimG9w" base_StructuralFeature="_HJMDUDa0Eei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_TXQisTa0Eei23_xWdimG9w" base_StructuralFeature="_TXQisDa0Eei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_c4PwwDa0Eei23_xWdimG9w" base_StructuralFeature="_c4PJsDa0Eei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_mxsiITa0Eei23_xWdimG9w" base_StructuralFeature="_mxsiIDa0Eei23_xWdimG9w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_KD9OgDa4EeivvI-m1BaAbA" base_StructuralFeature="_KD8ncDa4EeivvI-m1BaAbA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_WF4IQDa4EeivvI-m1BaAbA" base_StructuralFeature="_WF3hMDa4EeivvI-m1BaAbA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_c2xNQDa4EeivvI-m1BaAbA" base_StructuralFeature="_c2wmMDa4EeivvI-m1BaAbA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_mqETUTa4EeivvI-m1BaAbA" base_StructuralFeature="_mqETUDa4EeivvI-m1BaAbA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_vD0MgTa4EeivvI-m1BaAbA" base_StructuralFeature="_vD0MgDa4EeivvI-m1BaAbA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_3WVcUDa4EeivvI-m1BaAbA" base_StructuralFeature="_3WU1QDa4EeivvI-m1BaAbA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_gv2iMTa5EeivvI-m1BaAbA" base_StructuralFeature="_gv2iMDa5EeivvI-m1BaAbA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_heqI8Ta5EeivvI-m1BaAbA" base_StructuralFeature="_heqI8Da5EeivvI-m1BaAbA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_A8dPwTa-EeivvI-m1BaAbA">
    <base_StructuralFeature xmi:type="uml:Property" href="Common.uml#_A8dPwDa-EeivvI-m1BaAbA"/>
  </OpenModel_Profile:OpenModelAttribute>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_BxpLUDa-EeivvI-m1BaAbA">
    <base_StructuralFeature xmi:type="uml:Property" href="Common.uml#_BxokQDa-EeivvI-m1BaAbA"/>
  </OpenModel_Profile:OpenModelAttribute>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_CUeLkTa-EeivvI-m1BaAbA">
    <base_StructuralFeature xmi:type="uml:Property" href="Common.uml#_CUeLkDa-EeivvI-m1BaAbA"/>
  </OpenModel_Profile:OpenModelAttribute>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_oa3JQDa9EeivvI-m1BaAbA">
    <base_StructuralFeature xmi:type="uml:Property" href="Common.uml#_oa2iMDa9EeivvI-m1BaAbA"/>
  </OpenModel_Profile:OpenModelAttribute>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_pMLRcDa9EeivvI-m1BaAbA">
    <base_StructuralFeature xmi:type="uml:Property" href="Common.uml#_pMKqYDa9EeivvI-m1BaAbA"/>
  </OpenModel_Profile:OpenModelAttribute>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_EjKHEDd2EeiIfPeSAqyGdQ">
    <base_StructuralFeature xmi:type="uml:Property" href="Common.uml#_EjJgADd2EeiIfPeSAqyGdQ"/>
  </OpenModel_Profile:OpenModelAttribute>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_F5b9gTd2EeiIfPeSAqyGdQ">
    <base_StructuralFeature xmi:type="uml:Property" href="Common.uml#_F5b9gDd2EeiIfPeSAqyGdQ"/>
  </OpenModel_Profile:OpenModelAttribute>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_GA6IYTd_EeiIfPeSAqyGdQ" base_StructuralFeature="_GA6IYDd_EeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_G-M3EDd_EeiIfPeSAqyGdQ" base_StructuralFeature="_G-MQADd_EeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_Hy64kTd_EeiIfPeSAqyGdQ" base_StructuralFeature="_Hy64kDd_EeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_pswrQDkIEeiWMf5FLWfdLA" base_StructuralFeature="_pslFEDkIEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_pxWQUDkIEeiWMf5FLWfdLA" base_StructuralFeature="_pxVpQDkIEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_pxdlEzkIEeiWMf5FLWfdLA" base_StructuralFeature="_pxdlEDkIEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_vYozgDkJEeiWMf5FLWfdLA" base_StructuralFeature="_vYoMcDkJEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_vYtE8DkJEeiWMf5FLWfdLA" base_StructuralFeature="_vYsd4DkJEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_9xG4cDkKEeiWMf5FLWfdLA" base_StructuralFeature="_9xGRYDkKEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_9xO0RDkKEeiWMf5FLWfdLA" base_StructuralFeature="_9xO0QDkKEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_9xRQgDkKEeiWMf5FLWfdLA" base_StructuralFeature="_9xQpcDkKEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_9xWJADkKEeiWMf5FLWfdLA" base_StructuralFeature="_9xU64DkKEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_9xZMUDkKEeiWMf5FLWfdLA" base_StructuralFeature="_9xYlQDkKEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_Zcc5sDmxEeiWMf5FLWfdLA" base_StructuralFeature="_ZccSoDmxEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ZcmqtDmxEeiWMf5FLWfdLA" base_StructuralFeature="_ZcmqsDmxEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_Zcn40TmxEeiWMf5FLWfdLA" base_StructuralFeature="_Zcn40DmxEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ZcpuADmxEeiWMf5FLWfdLA" base_StructuralFeature="_ZcpG8DmxEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_aws6YDmyEeiWMf5FLWfdLA" base_StructuralFeature="_awsTUDmyEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_KFKvMDnIEeiWMf5FLWfdLA" base_StructuralFeature="_KFKIIDnIEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_SHcjkDnIEeiWMf5FLWfdLA" base_StructuralFeature="_SHb8gDnIEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_mchsAFqmEeiTzriVSbKglg" base_StructuralFeature="_mcgd4FqmEeiTzriVSbKglg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_mci6IVqmEeiTzriVSbKglg" base_StructuralFeature="_mciTEFqmEeiTzriVSbKglg"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_jKtzYF3PEeiwL5tPgFMcjQ" base_Class="_jH_PgF3PEeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_xJpMYF3PEeiwL5tPgFMcjQ" base_StructuralFeature="_xJolUF3PEeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_OD8jEV3REeiwL5tPgFMcjQ" base_StructuralFeature="_OD8jEF3REeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_xSoLcF3eEeiwL5tPgFMcjQ" base_StructuralFeature="_xSnkYF3eEeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_jsFn0V3fEeiwL5tPgFMcjQ" base_StructuralFeature="_jsFn0F3fEeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_HY63sV3gEeiwL5tPgFMcjQ" base_StructuralFeature="_HY63sF3gEeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ANUO0F3vEeiwL5tPgFMcjQ" base_StructuralFeature="_ANTnwF3vEeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_rg2KUV3vEeiwL5tPgFMcjQ" base_StructuralFeature="_rg2KUF3vEeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_D0XjIV3xEeiwL5tPgFMcjQ" base_StructuralFeature="_D0XjIF3xEeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_b9BWcF33EeiwL5tPgFMcjQ" base_StructuralFeature="_b9AvYF33EeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_yX1WoF33EeiwL5tPgFMcjQ" base_StructuralFeature="_yX0vkF33EeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_2BvAEV34EeiwL5tPgFMcjQ" base_StructuralFeature="_2BvAEF34EeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_B2EJwV35EeiwL5tPgFMcjQ" base_StructuralFeature="_B2EJwF35EeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_PjxP4F35EeiwL5tPgFMcjQ" base_StructuralFeature="_Pjwo0F35EeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_s23WgV35EeiwL5tPgFMcjQ" base_StructuralFeature="_s23WgF35EeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_t2N6sV35EeiwL5tPgFMcjQ" base_StructuralFeature="_t2N6sF35EeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_u8xTEF35EeiwL5tPgFMcjQ" base_StructuralFeature="_u8wsAF35EeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_wvHacF35EeiwL5tPgFMcjQ" base_StructuralFeature="_wvGzYF35EeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_xjTQcF35EeiwL5tPgFMcjQ" base_StructuralFeature="_xjSpYF35EeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_4zo_oF37Eei-d9bwZwcVEw" base_StructuralFeature="_4zoYkF37Eei-d9bwZwcVEw"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_jU8QIV4AEei-d9bwZwcVEw" base_StructuralFeature="_jU8QIF4AEei-d9bwZwcVEw"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_lfp0MF4AEei-d9bwZwcVEw" base_StructuralFeature="_lfpNIF4AEei-d9bwZwcVEw"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_mlc-oV4AEei-d9bwZwcVEw" base_StructuralFeature="_mlc-oF4AEei-d9bwZwcVEw"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_pavwwF4AEei-d9bwZwcVEw" base_StructuralFeature="_pavJsF4AEei-d9bwZwcVEw"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_wUiP0F7AEeirAtMhXaZZ3A" base_StructuralFeature="_wUfMgF7AEeirAtMhXaZZ3A"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_yk7lIF7AEeirAtMhXaZZ3A" base_StructuralFeature="_yk6-EF7AEeirAtMhXaZZ3A"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_zU9T4V7AEeirAtMhXaZZ3A" base_StructuralFeature="_zU9T4F7AEeirAtMhXaZZ3A"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_Opdo0F9vEeiaLPXj8My4aQ" base_Class="_OpdBwF9vEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_dWI4oF9vEeiaLPXj8My4aQ" base_StructuralFeature="_dWIRkF9vEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_fIfAAV9vEeiaLPXj8My4aQ" base_StructuralFeature="_fIfAAF9vEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_fpzkYV9vEeiaLPXj8My4aQ" base_StructuralFeature="_fpzkYF9vEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_gjdwQV9vEeiaLPXj8My4aQ" base_StructuralFeature="_gjdwQF9vEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_lCwmEF9vEeiaLPXj8My4aQ" base_StructuralFeature="_lCv_AF9vEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_mDlw8V9vEeiaLPXj8My4aQ" base_StructuralFeature="_mDlw8F9vEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_m9TAIV9vEeiaLPXj8My4aQ" base_StructuralFeature="_m9TAIF9vEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_utZfYV9vEeiaLPXj8My4aQ" base_StructuralFeature="_utZfYF9vEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_vneiAF9vEeiaLPXj8My4aQ" base_StructuralFeature="_vnd68F9vEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_whdeAV9vEeiaLPXj8My4aQ" base_StructuralFeature="_whdeAF9vEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_HAitoV-FEeiaLPXj8My4aQ" base_StructuralFeature="_HAitoF-FEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_HAj7wV-FEeiaLPXj8My4aQ" base_StructuralFeature="_HAj7wF-FEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_B2hqYF-GEeiaLPXj8My4aQ" base_Class="_B2hDUF-GEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_OXq2wl-GEeiaLPXj8My4aQ" base_StructuralFeature="_OXq2wV-GEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_OX0nwV-GEeiaLPXj8My4aQ" base_StructuralFeature="_OX0nwF-GEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_Ng8joGN3Eeio9amveq0yWQ" base_StructuralFeature="_Ng78kGN3Eeio9amveq0yWQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_lYH-smN4Eeio9amveq0yWQ" base_StructuralFeature="_lYH-sGN4Eeio9amveq0yWQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_oQAKwmN4Eeio9amveq0yWQ" base_StructuralFeature="_oQAKwGN4Eeio9amveq0yWQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_2YlPAGN4Eeio9amveq0yWQ" base_StructuralFeature="_2Ykn8GN4Eeio9amveq0yWQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_WbP6QGN5Eeio9amveq0yWQ" base_StructuralFeature="_WbPTMGN5Eeio9amveq0yWQ"/>
  <OpenModel_Profile:Faulty xmi:id="_22ZWsGj6Eeip9umi7zNprw" base_Element="_xSnkYF3eEeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:Faulty xmi:id="_qJoTsGj7Eeip9umi7zNprw" base_Element="_jsFn0F3fEeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:Faulty xmi:id="_tbuWkGj7Eeip9umi7zNprw" base_Element="_HY63sF3gEeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:Faulty xmi:id="_weXBIGj7Eeip9umi7zNprw" base_Element="_rg2KUF3vEeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:Faulty xmi:id="_055YUGj7Eeip9umi7zNprw" base_Element="_D0XjIF3xEeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:Faulty xmi:id="_3m4jAGj7Eeip9umi7zNprw" base_Element="_yX0vkF33EeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:Faulty xmi:id="_BcsKgGj8Eeip9umi7zNprw" base_Element="_Pjwo0F35EeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:Faulty xmi:id="_Q1oN8Gj9Eeip9umi7zNprw" base_Element="_s23WgF35EeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:Faulty xmi:id="_TmWCEGj9Eeip9umi7zNprw" base_Element="_t2N6sF35EeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:Faulty xmi:id="_WEth8Gj9Eeip9umi7zNprw" base_Element="_u8wsAF35EeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:Faulty xmi:id="_ZTAC4Gj9Eeip9umi7zNprw" base_Element="_wvGzYF35EeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:Faulty xmi:id="_b7z4MGj9Eeip9umi7zNprw" base_Element="_xjSpYF35EeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:Faulty xmi:id="_VQxcMGkAEeip9umi7zNprw" base_Element="_4zoYkF37Eei-d9bwZwcVEw"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_PG3z0WkCEeip9umi7zNprw" base_StructuralFeature="_PG3MwGkCEeip9umi7zNprw"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_PG5B82kCEeip9umi7zNprw" base_StructuralFeature="_PG5B8WkCEeip9umi7zNprw"/>
  <OpenModel_Profile:Faulty xmi:id="_oyJ0UGkEEeip9umi7zNprw" base_Element="_ANTnwF3vEeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:Faulty xmi:id="_vTqkEGkFEeip9umi7zNprw" base_Element="_fpzkYF9vEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:Faulty xmi:id="_yOevYGkFEeip9umi7zNprw" base_Element="_gjdwQF9vEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:Faulty xmi:id="_1AiAQGkFEeip9umi7zNprw" base_Element="_lCv_AF9vEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:Faulty xmi:id="_I9RbgGkGEeip9umi7zNprw" base_Element="_mDlw8F9vEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:Faulty xmi:id="_OWNPEGkGEeip9umi7zNprw" base_Element="_m9TAIF9vEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:Faulty xmi:id="_UW0GoGkGEeip9umi7zNprw" base_Element="_utZfYF9vEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:Faulty xmi:id="_XJ-KwGkGEeip9umi7zNprw" base_Element="_vnd68F9vEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_taAyAGmNEeiIM-XECFR2Pw" base_StructuralFeature="_tZ9usGmNEeiIM-XECFR2Pw"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_taTs8WmNEeiIM-XECFR2Pw" base_StructuralFeature="_taTF4GmNEeiIM-XECFR2Pw"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_TuSmgH7dEei4v5WRHqfM1Q" base_Class="_TuRYYH7dEei4v5WRHqfM1Q"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_inPiUX7eEei4v5WRHqfM1Q" base_StructuralFeature="_inPiUH7eEei4v5WRHqfM1Q"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_inQwc37eEei4v5WRHqfM1Q" base_StructuralFeature="_inQwcn7eEei4v5WRHqfM1Q"/>
  <OpenModel_Profile:Obsolete xmi:id="_FJDJgJTYEeiYXO5wr78TUw" base_Element="_S4W1oDazEei23_xWdimG9w"/>
  <OpenModel_Profile:Obsolete xmi:id="_PAg94JTYEeiYXO5wr78TUw" base_Element="_mqETUDa4EeivvI-m1BaAbA"/>
  <OpenModel_Profile:Obsolete xmi:id="_Rur0UJTYEeiYXO5wr78TUw" base_Element="_3WU1QDa4EeivvI-m1BaAbA"/>
  <OpenModel_Profile:Obsolete xmi:id="_VfRxEJTYEeiYXO5wr78TUw" base_Element="_TXQisDa0Eei23_xWdimG9w"/>
  <OpenModel_Profile:Obsolete xmi:id="_XetSMJTYEeiYXO5wr78TUw" base_Element="_mxsiIDa0Eei23_xWdimG9w"/>
  <OpenModel_Profile:Obsolete xmi:id="_cq-iwJTYEeiYXO5wr78TUw" base_Element="_86kMkDdKEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Obsolete xmi:id="_kKQXwJTYEeiYXO5wr78TUw" base_Element="_DpVfADa5EeivvI-m1BaAbA"/>
  <OpenModel_Profile:Obsolete xmi:id="_nXoSsJTYEeiYXO5wr78TUw" base_Element="_gv2iMDa5EeivvI-m1BaAbA"/>
  <OpenModel_Profile:Obsolete xmi:id="_oh9-4JTYEeiYXO5wr78TUw" base_Element="_heqI8Da5EeivvI-m1BaAbA"/>
  <OpenModel_Profile:Obsolete xmi:id="_rgio0JTYEeiYXO5wr78TUw" base_Element="_dSO64DawEei23_xWdimG9w"/>
  <OpenModel_Profile:Obsolete xmi:id="_u499MJTYEeiYXO5wr78TUw" base_Element="_4g-HoDaxEei23_xWdimG9w"/>
  <OpenModel_Profile:Obsolete xmi:id="_v7ejEJTYEeiYXO5wr78TUw" base_Element="_EHA9sDayEei23_xWdimG9w"/>
  <OpenModel_Profile:Obsolete xmi:id="_xFmM0JTYEeiYXO5wr78TUw" base_Element="_j_7h8DawEei23_xWdimG9w"/>
  <OpenModel_Profile:Obsolete xmi:id="_yLk9cJTYEeiYXO5wr78TUw" base_Element="_d8Gh0DaxEei23_xWdimG9w"/>
  <OpenModel_Profile:Obsolete xmi:id="_zr0BIJTYEeiYXO5wr78TUw" base_Element="_M3Ly0DayEei23_xWdimG9w"/>
  <OpenModel_Profile:Preliminary xmi:id="_0G1fgJT0EeiYXO5wr78TUw" base_Element="_8BUXwDm4EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_2jFfgJT0EeiYXO5wr78TUw" base_Element="_H9PXMDm5EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_PZVAUJT1EeiYXO5wr78TUw" base_Element="_H9RMYDm5EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_QcLkcJT1EeiYXO5wr78TUw" base_Element="_H9SagDm5EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_Rf98sJT1EeiYXO5wr78TUw" base_Element="_H9Vd0Dm5EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_TCrFkJT1EeiYXO5wr78TUw" base_Element="_H9TooDm5EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_YMEoUJT1EeiYXO5wr78TUw">
    <base_Element xmi:type="uml:Class" href="Common.uml#_7pUNEDa7EeivvI-m1BaAbA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_glKaMJT1EeiYXO5wr78TUw">
    <base_Element xmi:type="uml:Property" href="Common.uml#_knSmcDa8EeivvI-m1BaAbA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_hvUgMJT1EeiYXO5wr78TUw">
    <base_Element xmi:type="uml:Property" href="Common.uml#_lRLQ8Da8EeivvI-m1BaAbA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_i388MJT1EeiYXO5wr78TUw">
    <base_Element xmi:type="uml:Property" href="Common.uml#_luvWsDa8EeivvI-m1BaAbA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_kDQ4wJT1EeiYXO5wr78TUw">
    <base_Element xmi:type="uml:Property" href="Common.uml#_oWHBkDa8EeivvI-m1BaAbA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_lmmTwJT1EeiYXO5wr78TUw">
    <base_Element xmi:type="uml:Property" href="Common.uml#_pJTZEDa8EeivvI-m1BaAbA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_mm4FAJT1EeiYXO5wr78TUw">
    <base_Element xmi:type="uml:Property" href="Common.uml#_p8meQDa8EeivvI-m1BaAbA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_VFbyEJT2EeiYXO5wr78TUw" base_Element="_zOfv8DQVEeixv_sLOod4lQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_WExIIJT2EeiYXO5wr78TUw" base_Element="_7nJYsDdREeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_XG894JT2EeiYXO5wr78TUw" base_Element="_8R7loDdSEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_YAWEAJT2EeiYXO5wr78TUw" base_Element="_7dX8MDdSEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_YzG9sJT2EeiYXO5wr78TUw" base_Element="_875IoDdSEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_cThwcJT2EeiYXO5wr78TUw" base_Element="_aaEZADOREeiHat9KcP8uWA"/>
  <OpenModel_Profile:Preliminary xmi:id="_dpYJEJT2EeiYXO5wr78TUw" base_Element="_Sz6jIDOVEeiHat9KcP8uWA"/>
  <OpenModel_Profile:Preliminary xmi:id="_e6OF4JT2EeiYXO5wr78TUw" base_Element="_qFisADOUEeiHat9KcP8uWA"/>
  <OpenModel_Profile:Preliminary xmi:id="_f39ggJT2EeiYXO5wr78TUw" base_Element="_hUYi8DOVEeiHat9KcP8uWA"/>
  <OpenModel_Profile:Preliminary xmi:id="_gyhEQJT2EeiYXO5wr78TUw" base_Element="_Psi3oDOXEeiHat9KcP8uWA"/>
  <OpenModel_Profile:Preliminary xmi:id="_h0AWcJT2EeiYXO5wr78TUw" base_Element="_Txwn0DQLEeixv_sLOod4lQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_inaJUJT2EeiYXO5wr78TUw" base_Element="_d9nX0DQLEeixv_sLOod4lQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_jbFpAJT2EeiYXO5wr78TUw" base_Element="_nVSR0DQLEeixv_sLOod4lQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_kKj-IJT2EeiYXO5wr78TUw" base_Element="_zS9kwDQLEeixv_sLOod4lQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_lANMsJT2EeiYXO5wr78TUw" base_Element="_-WAbcDQLEeixv_sLOod4lQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_lziuIJT2EeiYXO5wr78TUw" base_Element="_IW__QDQMEeixv_sLOod4lQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_mkCW8JT2EeiYXO5wr78TUw" base_Element="_LgNf8DTdEeiwQ6KPLHcy4g"/>
  <OpenModel_Profile:Preliminary xmi:id="_nSpwcJT2EeiYXO5wr78TUw" base_Element="_X1lEsDTeEeiwQ6KPLHcy4g"/>
  <OpenModel_Profile:Preliminary xmi:id="_oFOc4JT2EeiYXO5wr78TUw" base_Element="_CnvFoDkKEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_pD4dgJT2EeiYXO5wr78TUw" base_Element="_zr-tcDkIEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_p35UYJT2EeiYXO5wr78TUw" base_Element="_HklksDkLEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_0deL8JT2EeiYXO5wr78TUw" base_Element="_0lvvQDgREeiOYfGHew0BGg"/>
  <OpenModel_Profile:Preliminary xmi:id="_1cGXYJT2EeiYXO5wr78TUw" base_Element="_uA9FMDgUEeiOYfGHew0BGg"/>
  <OpenModel_Profile:Preliminary xmi:id="_2YGFkJT2EeiYXO5wr78TUw" base_Element="_DgtLUDgVEeiOYfGHew0BGg"/>
  <OpenModel_Profile:Preliminary xmi:id="_3WCUgJT2EeiYXO5wr78TUw" base_Element="_2-_hwDgVEeiOYfGHew0BGg"/>
  <OpenModel_Profile:Preliminary xmi:id="_4T-jcJT2EeiYXO5wr78TUw" base_Element="_s7WyQDgYEeiOYfGHew0BGg"/>
  <OpenModel_Profile:Preliminary xmi:id="_5KR5UJT2EeiYXO5wr78TUw" base_Element="_-SutwDgYEeiOYfGHew0BGg"/>
  <OpenModel_Profile:Preliminary xmi:id="_6D5B4JT2EeiYXO5wr78TUw" base_Element="__S0RwDgYEeiOYfGHew0BGg"/>
  <OpenModel_Profile:Preliminary xmi:id="_7RbzEJT2EeiYXO5wr78TUw" base_Element="_AApoIDgZEeiOYfGHew0BGg"/>
  <OpenModel_Profile:Preliminary xmi:id="_-cahUJT2EeiYXO5wr78TUw" base_Element="_BYBDsDgZEeiOYfGHew0BGg"/>
  <OpenModel_Profile:Preliminary xmi:id="_HjFx8JT3EeiYXO5wr78TUw" base_Element="_oFQM8Dd-EeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_IrN3oJT3EeiYXO5wr78TUw" base_Element="_v0nsYDd-EeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_zuNAQJT4EeiYXO5wr78TUw" base_Element="_AC2eIDQUEeixv_sLOod4lQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_00PbQJT4EeiYXO5wr78TUw" base_Element="_pszPADd9EeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_2KjG4JT4EeiYXO5wr78TUw" base_Element="_qgZPIDd9EeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_3eA54JT4EeiYXO5wr78TUw" base_Element="_rY7ZoDd9EeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_4brcAJT4EeiYXO5wr78TUw" base_Element="_1X3vADd9EeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_5l2wIJT4EeiYXO5wr78TUw" base_Element="_2FzMADd9EeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_-2rJgJT4EeiYXO5wr78TUw" base_Element="_AmzWYDQtEeixv_sLOod4lQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_DQS1IJT5EeiYXO5wr78TUw" base_Element="_e5WnwDOREeiHat9KcP8uWA"/>
  <OpenModel_Profile:Preliminary xmi:id="_ETQG8JT5EeiYXO5wr78TUw" base_Element="_l8PhgDWbEei9Ia34RXjpEg"/>
  <OpenModel_Profile:Preliminary xmi:id="_FelRoJT5EeiYXO5wr78TUw" base_Element="_wWU6wDWbEei9Ia34RXjpEg"/>
  <OpenModel_Profile:Preliminary xmi:id="_HVpg8JT5EeiYXO5wr78TUw" base_Element="_2-9boDWbEei9Ia34RXjpEg"/>
  <OpenModel_Profile:Preliminary xmi:id="_IWi9QJT5EeiYXO5wr78TUw" base_Element="_mq0DkDafEei23_xWdimG9w"/>
  <OpenModel_Profile:Preliminary xmi:id="_MK3jcJT5EeiYXO5wr78TUw" base_Element="_1yX4kDafEei23_xWdimG9w"/>
  <OpenModel_Profile:Preliminary xmi:id="_NAJloJT5EeiYXO5wr78TUw" base_Element="_mIpmIDapEei23_xWdimG9w"/>
  <OpenModel_Profile:Preliminary xmi:id="_qHd6EJT5EeiYXO5wr78TUw" base_Element="_uXGXkDnFEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_tJ6-cJT5EeiYXO5wr78TUw" base_Element="_X3eqgDTQEeiwQ6KPLHcy4g"/>
  <OpenModel_Profile:Preliminary xmi:id="_uBh74JT5EeiYXO5wr78TUw" base_Element="_x-RHEDkLEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_u8wOAJT5EeiYXO5wr78TUw" base_Element="_A4oNkDkMEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_wTMcgJT5EeiYXO5wr78TUw" base_Element="_tEnEsDTSEeiwQ6KPLHcy4g"/>
  <OpenModel_Profile:Preliminary xmi:id="_xVlGkJT5EeiYXO5wr78TUw" base_Element="_a5biQDg2EeiOYfGHew0BGg"/>
  <OpenModel_Profile:Preliminary xmi:id="_yMGe4JT5EeiYXO5wr78TUw" base_Element="_btdAMDg2EeiOYfGHew0BGg"/>
  <OpenModel_Profile:Preliminary xmi:id="_zChwkJT5EeiYXO5wr78TUw" base_Element="_cggNwDg2EeiOYfGHew0BGg"/>
  <OpenModel_Profile:Preliminary xmi:id="_2OIJ4JT5EeiYXO5wr78TUw" base_Element="_dP31MDg2EeiOYfGHew0BGg"/>
  <OpenModel_Profile:Preliminary xmi:id="_KwokoJT6EeiYXO5wr78TUw" base_Element="_-gDvwDOREeiHat9KcP8uWA"/>
  <OpenModel_Profile:Preliminary xmi:id="_LvyUgJT6EeiYXO5wr78TUw" base_Element="_CEDZsDatEei23_xWdimG9w"/>
  <OpenModel_Profile:Preliminary xmi:id="_MnfYkJT6EeiYXO5wr78TUw" base_Element="_Z9PKcDavEei23_xWdimG9w"/>
  <OpenModel_Profile:Preliminary xmi:id="_NpAf8JT6EeiYXO5wr78TUw" base_Element="_cn9ugDazEei23_xWdimG9w"/>
  <OpenModel_Profile:Preliminary xmi:id="_PgxS0JT6EeiYXO5wr78TUw" base_Element="_6gNJkDazEei23_xWdimG9w"/>
  <OpenModel_Profile:Preliminary xmi:id="_RGLxcJT6EeiYXO5wr78TUw" base_Element="_1iyicDa1Eei23_xWdimG9w"/>
  <OpenModel_Profile:Preliminary xmi:id="_TZG2UJT6EeiYXO5wr78TUw" base_Element="_p0UVsDQvEeixv_sLOod4lQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_X2Q-IJT6EeiYXO5wr78TUw" base_Element="_2cgCgDeCEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_Yw2XEJT6EeiYXO5wr78TUw" base_Element="_vbvVgDeCEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_bslvcJT6EeiYXO5wr78TUw" base_Element="_K_9mADOSEeiHat9KcP8uWA"/>
  <OpenModel_Profile:Preliminary xmi:id="_Yr7TcJT9EeiYXO5wr78TUw" base_Element="_mC-f4DmyEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_aVFCkJT9EeiYXO5wr78TUw" base_Element="_HN9eEDmzEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_b5mJUJT9EeiYXO5wr78TUw" base_Element="_J0Zx0DOSEeiHat9KcP8uWA"/>
  <OpenModel_Profile:Preliminary xmi:id="_cukpgJT9EeiYXO5wr78TUw" base_Element="_lDoCUDaqEei23_xWdimG9w"/>
  <OpenModel_Profile:Preliminary xmi:id="_dipKwJT9EeiYXO5wr78TUw" base_Element="_v5FwADaqEei23_xWdimG9w"/>
  <OpenModel_Profile:Preliminary xmi:id="_eOHwsJT9EeiYXO5wr78TUw" base_Element="_OYLvsDarEei23_xWdimG9w"/>
  <OpenModel_Profile:Preliminary xmi:id="_fFkWEJT9EeiYXO5wr78TUw" base_Element="_WJJxoDarEei23_xWdimG9w"/>
  <OpenModel_Profile:Preliminary xmi:id="_f7M9kJT9EeiYXO5wr78TUw" base_Element="_bcG5ADarEei23_xWdimG9w"/>
  <OpenModel_Profile:Preliminary xmi:id="_gzc0MJT9EeiYXO5wr78TUw" base_Element="_k5xGQDarEei23_xWdimG9w"/>
  <OpenModel_Profile:Preliminary xmi:id="_hk9wsJT9EeiYXO5wr78TUw" base_Element="_svqrgDarEei23_xWdimG9w"/>
  <OpenModel_Profile:Preliminary xmi:id="_iYv-EJT9EeiYXO5wr78TUw" base_Element="_43h1MDarEei23_xWdimG9w"/>
  <OpenModel_Profile:Preliminary xmi:id="_jPJakJT9EeiYXO5wr78TUw" base_Element="_DhvVIDasEei23_xWdimG9w"/>
  <OpenModel_Profile:Preliminary xmi:id="_kF4OQJT9EeiYXO5wr78TUw" base_Element="_QAAzsDasEei23_xWdimG9w"/>
  <OpenModel_Profile:Preliminary xmi:id="_k24NYJT9EeiYXO5wr78TUw" base_Element="_9W_HADm0EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_okUIcJT9EeiYXO5wr78TUw" base_Element="_SW0-ADm1EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_wwBloJT9EeiYXO5wr78TUw" base_Element="_4y_6QDdKEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_xmy1kJT9EeiYXO5wr78TUw" base_Element="_6sJ0QDdKEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_yaOdoJT9EeiYXO5wr78TUw" base_Element="_7J45IDdKEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_zQKAEJT9EeiYXO5wr78TUw" base_Element="_8OQgMDdKEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_0PJX4JT9EeiYXO5wr78TUw" base_Element="_9jZuMDdKEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Experimental xmi:id="_Ta13gJUBEeiYXO5wr78TUw" base_Element="_DlOpkDnDEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_XkYfwJUBEeiYXO5wr78TUw">
    <base_Element xmi:type="uml:Class" href="Common.uml#_0AbUYDnBEeiWMf5FLWfdLA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_YpUHgJUBEeiYXO5wr78TUw">
    <base_Element xmi:type="uml:Property" href="Common.uml#_6g1tYDnBEeiWMf5FLWfdLA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_ZkJ_IJUBEeiYXO5wr78TUw">
    <base_Element xmi:type="uml:Property" href="Common.uml#_6g3ikDnBEeiWMf5FLWfdLA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_awZv0JUBEeiYXO5wr78TUw">
    <base_Element xmi:type="uml:Property" href="Common.uml#_6g4wsDnBEeiWMf5FLWfdLA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_dvFHcJUBEeiYXO5wr78TUw" base_Element="_ISONYDOSEeiHat9KcP8uWA"/>
  <OpenModel_Profile:Preliminary xmi:id="_eoLSoJUBEeiYXO5wr78TUw" base_Element="_aikFADdzEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_fhlm4JUBEeiYXO5wr78TUw" base_Element="_bEqsgDdzEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_gUAiUJUBEeiYXO5wr78TUw" base_Element="_dFetsDdzEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_hMMukJUBEeiYXO5wr78TUw" base_Element="_cCrM4DdzEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_h8-rQJUBEeiYXO5wr78TUw" base_Element="_dl5TIDdzEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_i3xfkJUBEeiYXO5wr78TUw" base_Element="_ehkRMDdzEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_kswEMJUBEeiYXO5wr78TUw" base_Element="_fXB5kDdzEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_sdp0sJUBEeiYXO5wr78TUw" base_Element="_6C8F4DnAEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_z5L8sJUCEeiYXO5wr78TUw" base_Element="_Y6Fm8DnGEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_030vMJUCEeiYXO5wr78TUw" base_Element="_jViSIDnGEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_1-YuoJUCEeiYXO5wr78TUw" base_Element="_f1tDUDnIEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_3CVe8JUCEeiYXO5wr78TUw" base_Element="_PJk5sjnHEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_BPOwwJUDEeiYXO5wr78TUw" base_Element="_DZsyMDnHEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_CdZ0EJUDEeiYXO5wr78TUw" base_Element="_7vMSsDnIEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_DYdHEJUDEeiYXO5wr78TUw" base_Element="_Eu3jcDnJEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Experimental xmi:id="_sbe_kJUDEeiYXO5wr78TUw" base_Element="_jH_PgF3PEeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:Experimental xmi:id="_trhEEJUDEeiYXO5wr78TUw" base_Element="_xJolUF3PEeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:Experimental xmi:id="_u3KX0JUDEeiYXO5wr78TUw" base_Element="_OD8jEF3REeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:Experimental xmi:id="_xLACsJUDEeiYXO5wr78TUw" base_Element="_b9AvYF33EeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:Experimental xmi:id="_zYnJwJUDEeiYXO5wr78TUw" base_Element="_2BvAEF34EeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:Experimental xmi:id="_1aDdEJUDEeiYXO5wr78TUw" base_Element="_jU8QIF4AEei-d9bwZwcVEw"/>
  <OpenModel_Profile:Experimental xmi:id="_2uVvcJUDEeiYXO5wr78TUw" base_Element="_lfpNIF4AEei-d9bwZwcVEw"/>
  <OpenModel_Profile:Experimental xmi:id="_3-oSoJUDEeiYXO5wr78TUw" base_Element="_mlc-oF4AEei-d9bwZwcVEw"/>
  <OpenModel_Profile:Experimental xmi:id="_5VafYJUDEeiYXO5wr78TUw" base_Element="_pavJsF4AEei-d9bwZwcVEw"/>
  <OpenModel_Profile:Experimental xmi:id="_6nTlEJUDEeiYXO5wr78TUw" base_Element="_wUfMgF7AEeirAtMhXaZZ3A"/>
  <OpenModel_Profile:Experimental xmi:id="_74rGUJUDEeiYXO5wr78TUw" base_Element="_yk6-EF7AEeirAtMhXaZZ3A"/>
  <OpenModel_Profile:Experimental xmi:id="_9m4UkJUDEeiYXO5wr78TUw" base_Element="_zU9T4F7AEeirAtMhXaZZ3A"/>
  <OpenModel_Profile:Experimental xmi:id="_PWDFAJUEEeiYXO5wr78TUw" base_Element="_B2EJwF35EeiwL5tPgFMcjQ"/>
  <OpenModel_Profile:Experimental xmi:id="_RudG0JUEEeiYXO5wr78TUw" base_Element="_OpdBwF9vEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:Experimental xmi:id="_S-4z8JUEEeiYXO5wr78TUw" base_Element="_dWIRkF9vEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:Experimental xmi:id="_ggXb8JUEEeiYXO5wr78TUw" base_Element="_fIfAAF9vEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:Experimental xmi:id="_t-CskJUFEeiYXO5wr78TUw" base_Element="_whdeAF9vEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:Experimental xmi:id="_wvdrUJUFEeiYXO5wr78TUw" base_Element="_Ng78kGN3Eeio9amveq0yWQ"/>
  <OpenModel_Profile:Experimental xmi:id="_x78skJUFEeiYXO5wr78TUw" base_Element="_lYH-sGN4Eeio9amveq0yWQ"/>
  <OpenModel_Profile:Experimental xmi:id="_zIG9sJUFEeiYXO5wr78TUw" base_Element="_oQAKwGN4Eeio9amveq0yWQ"/>
  <OpenModel_Profile:Experimental xmi:id="_0dCJQJUFEeiYXO5wr78TUw" base_Element="_2Ykn8GN4Eeio9amveq0yWQ"/>
  <OpenModel_Profile:Experimental xmi:id="_1pv0AJUFEeiYXO5wr78TUw" base_Element="_WbPTMGN5Eeio9amveq0yWQ"/>
  <OpenModel_Profile:Experimental xmi:id="_4Z5ncJUFEeiYXO5wr78TUw" base_Element="_B2hDUF-GEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:Experimental xmi:id="_6RkTsJUFEeiYXO5wr78TUw" base_Element="_aYK0IHPSEeiuFfjlON-CuQ"/>
  <OpenModel_Profile:Experimental xmi:id="_8B_IcJUFEeiYXO5wr78TUw" base_Element="_kxfYYHPSEeiuFfjlON-CuQ"/>
  <OpenModel_Profile:Experimental xmi:id="_9nSSUJUFEeiYXO5wr78TUw" base_Element="_nDl94HPSEeiuFfjlON-CuQ"/>
  <OpenModel_Profile:Experimental xmi:id="_-rp5YJUFEeiYXO5wr78TUw" base_Element="_okbegHPSEeiuFfjlON-CuQ"/>
  <OpenModel_Profile:Experimental xmi:id="_Arg4UJUGEeiYXO5wr78TUw" base_Element="_JqA_UHPTEeiuFfjlON-CuQ"/>
  <OpenModel_Profile:Experimental xmi:id="_CRvPQJUGEeiYXO5wr78TUw" base_Element="_QPdCQHPTEeiuFfjlON-CuQ"/>
  <OpenModel_Profile:Experimental xmi:id="_DlFtgJUGEeiYXO5wr78TUw" base_Element="_TkXIkHPTEeiuFfjlON-CuQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_U3UDQJUGEeiYXO5wr78TUw">
    <base_Element xmi:type="uml:Property" href="Common.uml#_A8dPwDa-EeivvI-m1BaAbA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_W2o2sJUGEeiYXO5wr78TUw">
    <base_Element xmi:type="uml:DataType" href="Common.uml#_2aIggDa9EeivvI-m1BaAbA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_XpOxQJUGEeiYXO5wr78TUw">
    <base_Element xmi:type="uml:Property" href="Common.uml#_BxokQDa-EeivvI-m1BaAbA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_Yhnx0JUGEeiYXO5wr78TUw">
    <base_Element xmi:type="uml:Property" href="Common.uml#_CUeLkDa-EeivvI-m1BaAbA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_cBQhcJUGEeiYXO5wr78TUw" base_Element="_DK1hoGjsEeip9umi7zNprw"/>
  <OpenModel_Profile:Preliminary xmi:id="_c7EeUJUGEeiYXO5wr78TUw" base_Element="_J4maIGjsEeip9umi7zNprw"/>
  <OpenModel_Profile:Preliminary xmi:id="_dyG0AJUGEeiYXO5wr78TUw" base_Element="_L1m5YGjsEeip9umi7zNprw"/>
  <OpenModel_Profile:Preliminary xmi:id="_gDtDMJUGEeiYXO5wr78TUw" base_Element="_pRh10DnOEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_lkekIJUGEeiYXO5wr78TUw">
    <base_Element xmi:type="uml:DataType" href="Common.uml#_PjIasDa9EeivvI-m1BaAbA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_qg2XgJUGEeiYXO5wr78TUw">
    <base_Element xmi:type="uml:Property" href="Common.uml#_oa2iMDa9EeivvI-m1BaAbA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_rbHnYJUGEeiYXO5wr78TUw">
    <base_Element xmi:type="uml:Property" href="Common.uml#_pMKqYDa9EeivvI-m1BaAbA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_tzIAkJUGEeiYXO5wr78TUw" base_Element="_zR55wD5cEeijbdkIlrq2uQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_ugpN4JUGEeiYXO5wr78TUw" base_Element="_1euWoD5cEeijbdkIlrq2uQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_25PQgJUGEeiYXO5wr78TUw" base_Element="_c8RX8D3BEeiFiY3bcpqGkg"/>
  <OpenModel_Profile:Preliminary xmi:id="_AP5d4JUHEeiYXO5wr78TUw" base_Element="_nJzw0DnNEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_LCFOEJUHEeiYXO5wr78TUw">
    <base_Element xmi:type="uml:DataType" href="Common.uml#_7hn1IDd1EeiIfPeSAqyGdQ"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_L1qAEJUHEeiYXO5wr78TUw">
    <base_Element xmi:type="uml:Property" href="Common.uml#_EjJgADd2EeiIfPeSAqyGdQ"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_Mjc6MJUHEeiYXO5wr78TUw">
    <base_Element xmi:type="uml:Property" href="Common.uml#_F5b9gDd2EeiIfPeSAqyGdQ"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_Ok7pwJUHEeiYXO5wr78TUw" base_Element="_lp6e4DatEei23_xWdimG9w"/>
  <OpenModel_Profile:Preliminary xmi:id="_PanUkJUHEeiYXO5wr78TUw" base_Element="_vXCEcDatEei23_xWdimG9w"/>
  <OpenModel_Profile:Preliminary xmi:id="_Q-gwQJUHEeiYXO5wr78TUw" base_Element="_HlF2kDmxEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_RuzkwJUHEeiYXO5wr78TUw" base_Element="_ZccSoDmxEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_SYVC4JUHEeiYXO5wr78TUw" base_Element="_ZcmqsDmxEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_TEXpgJUHEeiYXO5wr78TUw" base_Element="_Zcn40DmxEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_T1j14JUHEeiYXO5wr78TUw" base_Element="_ZcpG8DmxEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_tn5ykJUHEeiYXO5wr78TUw">
    <base_Element xmi:type="uml:Enumeration" href="Common.uml#_Qmf1kDnFEeiWMf5FLWfdLA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_ugdLMJUHEeiYXO5wr78TUw">
    <base_Element xmi:type="uml:EnumerationLiteral" href="Common.uml#_W5tgEDnFEeiWMf5FLWfdLA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_vUP_oJUHEeiYXO5wr78TUw">
    <base_Element xmi:type="uml:EnumerationLiteral" href="Common.uml#_Z6H9EDnFEeiWMf5FLWfdLA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_yAT9QJUHEeiYXO5wr78TUw" base_Element="_V9WhUDnMEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_y6SSMJUHEeiYXO5wr78TUw" base_Element="_a2rnwDnMEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_z0URgJUHEeiYXO5wr78TUw" base_Element="_cc-3MDnMEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Experimental xmi:id="_2BYmAJUHEeiYXO5wr78TUw" base_Element="_AeSbgD5dEeijbdkIlrq2uQ"/>
  <OpenModel_Profile:Experimental xmi:id="_3mrI0JUHEeiYXO5wr78TUw" base_Element="_FCQV8D5dEeijbdkIlrq2uQ"/>
  <OpenModel_Profile:Experimental xmi:id="_4YckAJUHEeiYXO5wr78TUw" base_Element="_GY4KoD5dEeijbdkIlrq2uQ"/>
  <OpenModel_Profile:Experimental xmi:id="_5oJ4YJUHEeiYXO5wr78TUw" base_Element="_JaCOgD5dEeijbdkIlrq2uQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_8TIQ4JUHEeiYXO5wr78TUw" base_Element="_B1G2UDd_EeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_9Ult4JUHEeiYXO5wr78TUw" base_Element="_GA6IYDd_EeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_-NoOsJUHEeiYXO5wr78TUw" base_Element="_G-MQADd_EeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Preliminary xmi:id="__AwUwJUHEeiYXO5wr78TUw" base_Element="_Hy64kDd_EeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_ONrx8JUIEeiYXO5wr78TUw">
    <base_Element xmi:type="uml:Enumeration" href="Common.uml#_B3kJsDnKEeiWMf5FLWfdLA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_O-PFIJUIEeiYXO5wr78TUw">
    <base_Element xmi:type="uml:EnumerationLiteral" href="Common.uml#_IJCHwDnKEeiWMf5FLWfdLA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_PrZtIJUIEeiYXO5wr78TUw">
    <base_Element xmi:type="uml:EnumerationLiteral" href="Common.uml#_LgsnIDnKEeiWMf5FLWfdLA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_Qh8TkJUIEeiYXO5wr78TUw">
    <base_Element xmi:type="uml:EnumerationLiteral" href="Common.uml#_ON-FsDnKEeiWMf5FLWfdLA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_RUXPAJUIEeiYXO5wr78TUw">
    <base_Element xmi:type="uml:EnumerationLiteral" href="Common.uml#_RUyssDnKEeiWMf5FLWfdLA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_SxwaEJUIEeiYXO5wr78TUw">
    <base_Element xmi:type="uml:Enumeration" href="Common.uml#_tMoywDnJEeiWMf5FLWfdLA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_Tg3i0JUIEeiYXO5wr78TUw">
    <base_Element xmi:type="uml:EnumerationLiteral" href="Common.uml#_zZIKMDnJEeiWMf5FLWfdLA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_UQqoEJUIEeiYXO5wr78TUw">
    <base_Element xmi:type="uml:EnumerationLiteral" href="Common.uml#_1qskMDnJEeiWMf5FLWfdLA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_Wp030JUIEeiYXO5wr78TUw" base_Element="_EYaAsDnIEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_Xb5N8JUIEeiYXO5wr78TUw" base_Element="_KFKIIDnIEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_YKO6oJUIEeiYXO5wr78TUw" base_Element="_SHb8gDnIEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_aXMhcJUIEeiYXO5wr78TUw" base_Element="_KD8ncDa4EeivvI-m1BaAbA"/>
  <OpenModel_Profile:Preliminary xmi:id="_bLRpwJUIEeiYXO5wr78TUw" base_Element="_WF3hMDa4EeivvI-m1BaAbA"/>
  <OpenModel_Profile:Preliminary xmi:id="_b1JGIJUIEeiYXO5wr78TUw" base_Element="_c2wmMDa4EeivvI-m1BaAbA"/>
  <OpenModel_Profile:Preliminary xmi:id="_cpGSoJUIEeiYXO5wr78TUw" base_Element="_vD0MgDa4EeivvI-m1BaAbA"/>
  <OpenModel_Profile:Preliminary xmi:id="_fbVJsJUIEeiYXO5wr78TUw" base_Element="_0RG8kEcmEei7eo5RdnNiBQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_iO6EkJUIEeiYXO5wr78TUw" base_Element="_AJK9MDa0Eei23_xWdimG9w"/>
  <OpenModel_Profile:Preliminary xmi:id="_jCVFkJUIEeiYXO5wr78TUw" base_Element="_HJMDUDa0Eei23_xWdimG9w"/>
  <OpenModel_Profile:Preliminary xmi:id="_jzRaUJUIEeiYXO5wr78TUw" base_Element="_TXQisDa0Eei23_xWdimG9w"/>
  <OpenModel_Profile:Preliminary xmi:id="_khaSsJUIEeiYXO5wr78TUw" base_Element="_c4PJsDa0Eei23_xWdimG9w"/>
  <OpenModel_Profile:Preliminary xmi:id="_mKVYUJUIEeiYXO5wr78TUw" base_Element="_MRthQDmyEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_m7nrUJUIEeiYXO5wr78TUw" base_Element="_awsTUDmyEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_oK_BcJUIEeiYXO5wr78TUw" base_Element="_ZqQQ8DkIEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_o4XE0JUIEeiYXO5wr78TUw" base_Element="_pslFEDkIEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_pmLNEJUIEeiYXO5wr78TUw" base_Element="_pxVpQDkIEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_qUGDAJUIEeiYXO5wr78TUw" base_Element="_pxdlEDkIEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_sGqM0JUIEeiYXO5wr78TUw" base_Element="_iZQzADkJEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Experimental xmi:id="_wsYawJUIEeiYXO5wr78TUw" base_Element="_vYoMcDkJEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Experimental xmi:id="_x4oygJUIEeiYXO5wr78TUw" base_Element="_vYsd4DkJEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_fZkZsJUJEeiYXO5wr78TUw" base_Element="_1HQGsDkKEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_gKrtkJUJEeiYXO5wr78TUw" base_Element="_9xGRYDkKEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_g32VkJUJEeiYXO5wr78TUw" base_Element="_9xO0QDkKEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_hoM0cJUJEeiYXO5wr78TUw" base_Element="_9xQpcDkKEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_iXjNwJUJEeiYXO5wr78TUw" base_Element="_9xU64DkKEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_jMJ6gJUJEeiYXO5wr78TUw" base_Element="_9xYlQDkKEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_kYGwQJUJEeiYXO5wr78TUw" base_Element="_EUC2YDnOEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_lGh8gJUJEeiYXO5wr78TUw" base_Element="_Llhf8DnOEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_l-e4MJUJEeiYXO5wr78TUw" base_Element="_PXMawDnOEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_mpinYJUJEeiYXO5wr78TUw" base_Element="_RTPQsDnOEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_n0ewgJUJEeiYXO5wr78TUw" base_Element="_DaKYIDm6EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_opcpoJUJEeiYXO5wr78TUw" base_Element="_Nnw0kDm6EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_pb9EoJUJEeiYXO5wr78TUw" base_Element="_ReVdgDm6EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_qG7UQJUJEeiYXO5wr78TUw" base_Element="_Vhg_EDm6EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_qx3usJUJEeiYXO5wr78TUw" base_Element="_XYz34Dm6EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_rbXXoJUJEeiYXO5wr78TUw" base_Element="_bbN9YDm6EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_sb5AgJUJEeiYXO5wr78TUw" base_Element="_fCLdADm6EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_9VPjQJUJEeiYXO5wr78TUw" base_Element="_tIZ6oDa2Eei23_xWdimG9w"/>
  <OpenModel_Profile:Experimental xmi:id="_GAbnAJdVEei-sOl6ywWHlg" base_Element="_5--AQJdUEei-sOl6ywWHlg"/>
  <OpenModel_Profile:Experimental xmi:id="_18lkYJdeEei-sOl6ywWHlg" base_Element="_MevNkJddEei-sOl6ywWHlg"/>
  <OpenModel_Profile:Experimental xmi:id="_3b7QMJdeEei-sOl6ywWHlg" base_Element="_TXtQgJddEei-sOl6ywWHlg"/>
  <OpenModel_Profile:Experimental xmi:id="_41m_8JdeEei-sOl6ywWHlg" base_Element="_UVFewJddEei-sOl6ywWHlg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_psa4QZmYEeibE8EgApNciA" base_StructuralFeature="_psa4QJmYEeibE8EgApNciA"/>
  <OpenModel_Profile:Preliminary xmi:id="_76XPYJmYEeibE8EgApNciA" base_Element="_psa4QJmYEeibE8EgApNciA"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_nQZwcJpWEeidy9iGT_F5-w" base_Class="_nQZJYJpWEeidy9iGT_F5-w"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_DAQisZpXEeidy9iGT_F5-w" base_Class="_DAQisJpXEeidy9iGT_F5-w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_UugbMJpZEeidy9iGT_F5-w" base_StructuralFeature="_Uuf0IJpZEeidy9iGT_F5-w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_UuhpUZpZEeidy9iGT_F5-w" base_StructuralFeature="_UuhCQJpZEeidy9iGT_F5-w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_oiVLAZpZEeidy9iGT_F5-w" base_StructuralFeature="_oiUj8ppZEeidy9iGT_F5-w"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_oiY1YppZEeidy9iGT_F5-w" base_StructuralFeature="_oiY1YJpZEeidy9iGT_F5-w"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_O385opssEeiPBvbfaqSLYg" base_Class="_O385oJssEeiPBvbfaqSLYg"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_xVayYZs3EeiPBvbfaqSLYg" base_Class="_xVaLUJs3EeiPBvbfaqSLYg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_etjC4Zs4EeiPBvbfaqSLYg" base_StructuralFeature="_etjC4Js4EeiPBvbfaqSLYg"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_etn7YJs4EeiPBvbfaqSLYg" base_StructuralFeature="_etnUUJs4EeiPBvbfaqSLYg"/>
  <OpenModel_Profile:Preliminary xmi:id="_XJr_EJwYEeiPD5fN_oRNAg" base_Element="__lR54DkMEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_aIbBEJwYEeiPD5fN_oRNAg" base_Element="_zxa4AzQvEeixv_sLOod4lQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_bydhAJwYEeiPD5fN_oRNAg" base_Element="_ET6SUDTSEeiwQ6KPLHcy4g"/>
  <OpenModel_Profile:Preliminary xmi:id="_dfylgJwYEeiPD5fN_oRNAg" base_Element="_yfk1oDkREeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_gJ6pcJwYEeiPD5fN_oRNAg" base_Element="_vRv1QDQPEeixv_sLOod4lQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_hGY4wJwYEeiPD5fN_oRNAg" base_Element="_u3gwwDOVEeiHat9KcP8uWA"/>
  <OpenModel_Profile:Preliminary xmi:id="_iAtzAJwYEeiPD5fN_oRNAg" base_Element="_nXwUATkOEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_i48bgJwYEeiPD5fN_oRNAg" base_Element="_LORrYDQtEeixv_sLOod4lQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_kLxVUJwYEeiPD5fN_oRNAg" base_Element="_7QOj8DTUEeiwQ6KPLHcy4g"/>
  <OpenModel_Profile:Preliminary xmi:id="_lQTUcJwYEeiPD5fN_oRNAg" base_Element="_mpkmEDkTEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_nwW2YJwYEeiPD5fN_oRNAg" base_Element="_Xh4HwDnPEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Experimental xmi:id="_Y1EtYJwZEeiPD5fN_oRNAg" base_Element="_tZ9usGmNEeiIM-XECFR2Pw"/>
  <OpenModel_Profile:Experimental xmi:id="_dIiGoJwZEeiPD5fN_oRNAg" base_Element="_OXq2wV-GEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_Cw52IJwaEeiPD5fN_oRNAg" base_Element="_j9-9sDWeEei9Ia34RXjpEg"/>
  <OpenModel_Profile:Preliminary xmi:id="_D6DPgJwaEeiPD5fN_oRNAg" base_Element="_MxzowjagEei23_xWdimG9w"/>
  <OpenModel_Profile:Preliminary xmi:id="_E2paoJwaEeiPD5fN_oRNAg" base_Element="_345dADabEei23_xWdimG9w"/>
  <OpenModel_Profile:Preliminary xmi:id="_Fu54UJwaEeiPD5fN_oRNAg" base_Element="_uwHosDadEei23_xWdimG9w"/>
  <OpenModel_Profile:Preliminary xmi:id="_LHLkkJwaEeiPD5fN_oRNAg" base_Element="_guTdEjm5EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_QXm8YJwaEeiPD5fN_oRNAg" base_Element="_e_qiMDgSEeiOYfGHew0BGg"/>
  <OpenModel_Profile:Preliminary xmi:id="_RjrG4JwaEeiPD5fN_oRNAg" base_Element="_uohQ8jgTEeiOYfGHew0BGg"/>
  <OpenModel_Profile:Preliminary xmi:id="_ZIMoQJwaEeiPD5fN_oRNAg" base_Element="_Y7jjYTnCEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_aobE4JwaEeiPD5fN_oRNAg" base_Element="_dlMuEkKAEeiwbqJBYHKltg"/>
  <OpenModel_Profile:Preliminary xmi:id="_btnLUJwaEeiPD5fN_oRNAg" base_Element="_g0pFkkKAEeiwbqJBYHKltg"/>
  <OpenModel_Profile:Preliminary xmi:id="_coZ_oJwaEeiPD5fN_oRNAg" base_Element="_OCdvYTnBEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_dxV9oJwaEeiPD5fN_oRNAg" base_Element="_Z4iPEUKAEeiwbqJBYHKltg"/>
  <OpenModel_Profile:Preliminary xmi:id="_evH0gJwaEeiPD5fN_oRNAg" base_Element="_UZQncjnDEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_f9LjEJwaEeiPD5fN_oRNAg" base_Element="_h7IzkkKAEeiwbqJBYHKltg"/>
  <OpenModel_Profile:Preliminary xmi:id="_hGZN4JwaEeiPD5fN_oRNAg" base_Element="_8qGysD5xEeijbdkIlrq2uQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_iBQ6sJwaEeiPD5fN_oRNAg" base_Element="_KN9YcTnAEeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_lGtBoJwaEeiPD5fN_oRNAg" base_Element="_uf0ZQDdVEeiIfPeSAqyGdQ"/>
  <OpenModel_Profile:Preliminary xmi:id="_mUbZAJwaEeiPD5fN_oRNAg" base_Element="_hzG3ETm7EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Preliminary xmi:id="_n0WToJwaEeiPD5fN_oRNAg" base_Element="_oUh1Ujm-EeiWMf5FLWfdLA"/>
  <OpenModel_Profile:Experimental xmi:id="_x5OR4JwaEeiPD5fN_oRNAg" base_Element="_HAitoF-FEeiaLPXj8My4aQ"/>
  <OpenModel_Profile:Experimental xmi:id="_zAqbEJwaEeiPD5fN_oRNAg" base_Element="_PG3MwGkCEeip9umi7zNprw"/>
  <OpenModel_Profile:Experimental xmi:id="_0gpnIJwaEeiPD5fN_oRNAg" base_Element="_inPiUH7eEei4v5WRHqfM1Q"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_p_Z_8KVwEeikF6xsfT18UA" base_Class="_fMPCUES6EeiVGPeZpaYNtQ"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_p_bOEKVwEeikF6xsfT18UA" base_Class="_Io3nQESzEeiVGPeZpaYNtQ"/>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_p_ccMKVwEeikF6xsfT18UA" base_StructuralFeature="_8c1OkES6EeiVGPeZpaYNtQ"/>
  <OpenModel_Profile:OpenModelClass xmi:id="_f72YgKeuEeixw5Ke5QD1pQ">
    <base_Class xmi:type="uml:Class" href="Service.uml#_iQkugJpYEeidy9iGT_F5-w"/>
  </OpenModel_Profile:OpenModelClass>
  <OpenModel_Profile:OpenModelClass xmi:id="_f76p8KeuEeixw5Ke5QD1pQ">
    <base_Class xmi:type="uml:Class" href="Service.uml#_BQaDwJpZEeidy9iGT_F5-w"/>
  </OpenModel_Profile:OpenModelClass>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_erHJYKeuEeixw5Ke5QD1pQ">
    <base_StructuralFeature xmi:type="uml:Property" href="Service.uml#_NBiAApsrEeiPBvbfaqSLYg"/>
  </OpenModel_Profile:OpenModelAttribute>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_ftBSUKeuEeixw5Ke5QD1pQ">
    <base_StructuralFeature xmi:type="uml:Property" href="Service.uml#_NBj1MJsrEeiPBvbfaqSLYg"/>
  </OpenModel_Profile:OpenModelAttribute>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_YbTTIKY4Eeily5uFlujj3Q">
    <base_StructuralFeature xmi:type="uml:Property" href="Common.uml#_ifaxMDdPEeiIfPeSAqyGdQ"/>
  </OpenModel_Profile:OpenModelAttribute>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_YbQP0qY4Eeily5uFlujj3Q">
    <base_StructuralFeature xmi:type="uml:Property" href="Common.uml#_-b8GcDdPEeiIfPeSAqyGdQ"/>
  </OpenModel_Profile:OpenModelAttribute>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_YbQ24aY4Eeily5uFlujj3Q">
    <base_StructuralFeature xmi:type="uml:Property" href="Common.uml#__BqCoDdPEeiIfPeSAqyGdQ"/>
  </OpenModel_Profile:OpenModelAttribute>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_YbRd8KY4Eeily5uFlujj3Q">
    <base_StructuralFeature xmi:type="uml:Property" href="Common.uml#__o0JQDdPEeiIfPeSAqyGdQ"/>
  </OpenModel_Profile:OpenModelAttribute>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_YbSFAKY4Eeily5uFlujj3Q">
    <base_StructuralFeature xmi:type="uml:Property" href="Common.uml#_Ag8rIDdQEeiIfPeSAqyGdQ"/>
  </OpenModel_Profile:OpenModelAttribute>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_YbPBsKY4Eeily5uFlujj3Q">
    <base_StructuralFeature xmi:type="uml:Property" href="Common.uml#_N61nIDeBEeiIfPeSAqyGdQ"/>
  </OpenModel_Profile:OpenModelAttribute>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_YbPowKY4Eeily5uFlujj3Q">
    <base_StructuralFeature xmi:type="uml:Property" href="Common.uml#_O2y5EDeBEeiIfPeSAqyGdQ"/>
  </OpenModel_Profile:OpenModelAttribute>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_YbUhQaY4Eeily5uFlujj3Q">
    <base_StructuralFeature xmi:type="uml:Property" href="Common.uml#_TsnHUDgXEeiOYfGHew0BGg"/>
  </OpenModel_Profile:OpenModelAttribute>
  <OpenModel_Profile:OpenModelAttribute xmi:id="_YbVIUKY4Eeily5uFlujj3Q">
    <base_StructuralFeature xmi:type="uml:Property" href="Common.uml#_W5c2wDgXEeiOYfGHew0BGg"/>
  </OpenModel_Profile:OpenModelAttribute>
  <OpenModel_Profile:Preliminary xmi:id="_YbNzkKY4Eeily5uFlujj3Q">
    <base_Element xmi:type="uml:DataType" href="Common.uml#_ImxsgDeBEeiIfPeSAqyGdQ"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_YbPBsaY4Eeily5uFlujj3Q">
    <base_Element xmi:type="uml:Property" href="Common.uml#_N61nIDeBEeiIfPeSAqyGdQ"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_YbPowaY4Eeily5uFlujj3Q">
    <base_Element xmi:type="uml:Property" href="Common.uml#_O2y5EDeBEeiIfPeSAqyGdQ"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_YbSFAaY4Eeily5uFlujj3Q">
    <base_Element xmi:type="uml:DataType" href="Common.uml#_X9TdUDdPEeiIfPeSAqyGdQ"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_YbTTIaY4Eeily5uFlujj3Q">
    <base_Element xmi:type="uml:Property" href="Common.uml#_ifaxMDdPEeiIfPeSAqyGdQ"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_YbQP0KY4Eeily5uFlujj3Q">
    <base_Element xmi:type="uml:DataType" href="Common.uml#_4oResDdPEeiIfPeSAqyGdQ"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_YbVvYKY4Eeily5uFlujj3Q">
    <base_Element xmi:type="uml:Enumeration" href="Common.uml#_tFQGcDnLEeiWMf5FLWfdLA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_YbVvYaY4Eeily5uFlujj3Q">
    <base_Element xmi:type="uml:EnumerationLiteral" href="Common.uml#_0VFxQDnLEeiWMf5FLWfdLA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_YbVvYqY4Eeily5uFlujj3Q">
    <base_Element xmi:type="uml:EnumerationLiteral" href="Common.uml#_2M_uEDnLEeiWMf5FLWfdLA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_YbVvY6Y4Eeily5uFlujj3Q">
    <base_Element xmi:type="uml:EnumerationLiteral" href="Common.uml#_46OwYDnLEeiWMf5FLWfdLA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_YbVvZKY4Eeily5uFlujj3Q">
    <base_Element xmi:type="uml:EnumerationLiteral" href="Common.uml#_6gEFwDnLEeiWMf5FLWfdLA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_YbWWcKY4Eeily5uFlujj3Q">
    <base_Element xmi:type="uml:EnumerationLiteral" href="Common.uml#_95b1UDnLEeiWMf5FLWfdLA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_YbWWcaY4Eeily5uFlujj3Q">
    <base_Element xmi:type="uml:EnumerationLiteral" href="Common.uml#__bv8oDnLEeiWMf5FLWfdLA"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_YbT6MqY4Eeily5uFlujj3Q">
    <base_Element xmi:type="uml:DataType" href="Common.uml#_LsX6UDgXEeiOYfGHew0BGg"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_YbUhQqY4Eeily5uFlujj3Q">
    <base_Element xmi:type="uml:Property" href="Common.uml#_TsnHUDgXEeiOYfGHew0BGg"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Preliminary xmi:id="_YbVIUaY4Eeily5uFlujj3Q">
    <base_Element xmi:type="uml:Property" href="Common.uml#_W5c2wDgXEeiOYfGHew0BGg"/>
  </OpenModel_Profile:Preliminary>
  <OpenModel_Profile:Experimental xmi:id="_B0g3AKY5Eeily5uFlujj3Q" base_Element="_xVaLUJs3EeiPBvbfaqSLYg"/>
  <OpenModel_Profile:Experimental xmi:id="_DvCqAKY5Eeily5uFlujj3Q" base_Element="_nQZJYJpWEeidy9iGT_F5-w"/>
  <OpenModel_Profile:Experimental xmi:id="_HV6qEKY5Eeily5uFlujj3Q" base_Element="_O385oJssEeiPBvbfaqSLYg"/>
</xmi:XMI>