pyegeria 5.3.10__py3-none-any.whl → 5.4.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (163) hide show
  1. commands/cat/debug_log +2806 -0
  2. commands/cat/debug_log.2025-07-15_14-28-38_087378.zip +0 -0
  3. commands/cat/debug_log.2025-07-16_15-48-50_037087.zip +0 -0
  4. commands/cat/dr_egeria_command_help.py +273 -0
  5. commands/cat/dr_egeria_md.py +90 -20
  6. commands/cat/glossary_actions.py +2 -2
  7. commands/cat/list_collections.py +24 -10
  8. commands/cat/list_data_designer.py +183 -0
  9. md_processing/__init__.py +28 -5
  10. md_processing/data/commands.json +31474 -1096
  11. md_processing/dr_egeria_outbox-pycharm/.obsidian/app.json +1 -0
  12. md_processing/dr_egeria_outbox-pycharm/.obsidian/appearance.json +1 -0
  13. md_processing/dr_egeria_outbox-pycharm/.obsidian/core-plugins.json +31 -0
  14. md_processing/dr_egeria_outbox-pycharm/.obsidian/workspace.json +177 -0
  15. md_processing/dr_egeria_outbox-pycharm/monday/processed-2025-07-14 12:38-data_designer_out.md +663 -0
  16. md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md +719 -0
  17. md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md +41 -0
  18. md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md +33 -0
  19. md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:50-Derive-Dr-Gov-Defs.md +192 -0
  20. md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-16 19:15-gov_def2.md +527 -0
  21. md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-17 12:08-gov_def2.md +527 -0
  22. md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-17 14:27-gov_def2.md +474 -0
  23. md_processing/family_docs/Data Designer/Create_Data_Class.md +164 -0
  24. md_processing/family_docs/Data Designer/Create_Data_Dictionary.md +30 -0
  25. md_processing/family_docs/Data Designer/Create_Data_Field.md +162 -0
  26. md_processing/family_docs/Data Designer/Create_Data_Specification.md +36 -0
  27. md_processing/family_docs/Data Designer/Create_Data_Structure.md +38 -0
  28. md_processing/family_docs/Data Designer/View_Data_Classes.md +78 -0
  29. md_processing/family_docs/Data Designer/View_Data_Dictionaries.md +78 -0
  30. md_processing/family_docs/Data Designer/View_Data_Fields.md +78 -0
  31. md_processing/family_docs/Data Designer/View_Data_Specifications.md +78 -0
  32. md_processing/family_docs/Data Designer/View_Data_Structures.md +78 -0
  33. md_processing/family_docs/Data Designer.md +842 -0
  34. md_processing/family_docs/Digital Product Manager/Add_Member->Collection.md +42 -0
  35. md_processing/family_docs/Digital Product Manager/Attach_Collection->Resource.md +36 -0
  36. md_processing/family_docs/Digital Product Manager/Create_Agreement.md +96 -0
  37. md_processing/family_docs/Digital Product Manager/Create_Data_Sharing_Agreement.md +72 -0
  38. md_processing/family_docs/Digital Product Manager/Create_DigitalSubscription.md +102 -0
  39. md_processing/family_docs/Digital Product Manager/Create_Digital_Product.md +134 -0
  40. md_processing/family_docs/Digital Product Manager/Link_Agreement_Items.md +60 -0
  41. md_processing/family_docs/Digital Product Manager/Link_Contracts.md +26 -0
  42. md_processing/family_docs/Digital Product Manager/Link_Digital_Product_-_Digital_Product.md +30 -0
  43. md_processing/family_docs/Digital Product Manager/Link_Subscribers.md +48 -0
  44. md_processing/family_docs/Digital Product Manager.md +668 -0
  45. md_processing/family_docs/Glossary/Attach_Category_Parent.md +18 -0
  46. md_processing/family_docs/Glossary/Attach_Term-Term_Relationship.md +26 -0
  47. md_processing/family_docs/Glossary/Create_Category.md +38 -0
  48. md_processing/family_docs/Glossary/Create_Glossary.md +42 -0
  49. md_processing/family_docs/Glossary/Create_Term.md +70 -0
  50. md_processing/family_docs/Glossary.md +206 -0
  51. md_processing/family_docs/Governance Officer/Create_Business_Imperative.md +106 -0
  52. md_processing/family_docs/Governance Officer/Create_Certification_Type.md +112 -0
  53. md_processing/family_docs/Governance Officer/Create_Governance_Approach.md +114 -0
  54. md_processing/family_docs/Governance Officer/Create_Governance_Obligation.md +114 -0
  55. md_processing/family_docs/Governance Officer/Create_Governance_Principle.md +114 -0
  56. md_processing/family_docs/Governance Officer/Create_Governance_Procedure.md +128 -0
  57. md_processing/family_docs/Governance Officer/Create_Governance_Process.md +122 -0
  58. md_processing/family_docs/Governance Officer/Create_Governance_Processing_Purpose.md +106 -0
  59. md_processing/family_docs/Governance Officer/Create_Governance_Responsibility.md +122 -0
  60. md_processing/family_docs/Governance Officer/Create_Governance_Rule.md +122 -0
  61. md_processing/family_docs/Governance Officer/Create_Governance_Strategy.md +106 -0
  62. md_processing/family_docs/Governance Officer/Create_License_Type.md +112 -0
  63. md_processing/family_docs/Governance Officer/Create_Naming_Standard_Rule.md +122 -0
  64. md_processing/family_docs/Governance Officer/Create_Regulation_Article.md +106 -0
  65. md_processing/family_docs/Governance Officer/Create_Regulation_Definition.md +118 -0
  66. md_processing/family_docs/Governance Officer/Create_Security_Access_Control.md +114 -0
  67. md_processing/family_docs/Governance Officer/Create_Security_Group.md +120 -0
  68. md_processing/family_docs/Governance Officer/Create_Service_Level_Objectives.md +122 -0
  69. md_processing/family_docs/Governance Officer/Create_Threat_Definition.md +106 -0
  70. md_processing/family_docs/Governance Officer/Link_Governance_Controls.md +32 -0
  71. md_processing/family_docs/Governance Officer/Link_Governance_Drivers.md +32 -0
  72. md_processing/family_docs/Governance Officer/Link_Governance_Policies.md +32 -0
  73. md_processing/family_docs/Governance Officer/View_Governance_Definitions.md +82 -0
  74. md_processing/family_docs/Governance Officer.md +2412 -0
  75. md_processing/family_docs/Solution Architect/Create_Information_Supply_Chain.md +70 -0
  76. md_processing/family_docs/Solution Architect/Create_Solution_Blueprint.md +44 -0
  77. md_processing/family_docs/Solution Architect/Create_Solution_Component.md +96 -0
  78. md_processing/family_docs/Solution Architect/Create_Solution_Role.md +66 -0
  79. md_processing/family_docs/Solution Architect/Link_Information_Supply_Chain_Peers.md +32 -0
  80. md_processing/family_docs/Solution Architect/Link_Solution_Component_Peers.md +32 -0
  81. md_processing/family_docs/Solution Architect/View_Information_Supply_Chains.md +32 -0
  82. md_processing/family_docs/Solution Architect/View_Solution_Blueprints.md +32 -0
  83. md_processing/family_docs/Solution Architect/View_Solution_Components.md +32 -0
  84. md_processing/family_docs/Solution Architect/View_Solution_Roles.md +32 -0
  85. md_processing/family_docs/Solution Architect.md +490 -0
  86. md_processing/md_commands/data_designer_commands.py +1192 -710
  87. md_processing/md_commands/glossary_commands.py +19 -32
  88. md_processing/md_commands/governance_officer_commands.py +420 -0
  89. md_processing/md_commands/product_manager_commands.py +1180 -0
  90. md_processing/md_commands/project_commands.py +5 -2
  91. md_processing/md_commands/solution_architect_commands.py +1140 -0
  92. md_processing/md_processing_utils/common_md_proc_utils.py +288 -96
  93. md_processing/md_processing_utils/common_md_utils.py +205 -6
  94. md_processing/md_processing_utils/debug_log +574 -0
  95. md_processing/md_processing_utils/dr-egeria-help-2025-07-17T17:22:09.md +2065 -0
  96. md_processing/md_processing_utils/extraction_utils.py +1 -1
  97. md_processing/md_processing_utils/generate_dr_help.py +165 -0
  98. md_processing/md_processing_utils/generate_md_cmd_templates.py +143 -0
  99. md_processing/md_processing_utils/generate_md_templates.py +92 -0
  100. md_processing/md_processing_utils/generated_help_terms.md +842 -0
  101. md_processing/md_processing_utils/md_processing_constants.py +94 -17
  102. pyegeria/__init__.py +1 -0
  103. pyegeria/_client.py +39 -1
  104. pyegeria/classification_manager_omvs.py +1 -1
  105. pyegeria/collection_manager_omvs.py +4667 -1178
  106. pyegeria/data_designer_omvs.py +348 -31
  107. pyegeria/egeria_tech_client.py +9 -25
  108. pyegeria/glossary_browser_omvs.py +5 -6
  109. pyegeria/glossary_manager_omvs.py +2 -2
  110. pyegeria/governance_officer_omvs.py +2367 -0
  111. pyegeria/output_formatter.py +157 -32
  112. pyegeria/solution_architect_omvs.py +5063 -1110
  113. pyegeria/utils.py +22 -2
  114. {pyegeria-5.3.10.dist-info → pyegeria-5.4.0.dist-info}/METADATA +3 -1
  115. pyegeria-5.4.0.dist-info/RECORD +243 -0
  116. {pyegeria-5.3.10.dist-info → pyegeria-5.4.0.dist-info}/entry_points.txt +5 -0
  117. commands/cat/.DS_Store +0 -0
  118. md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +0 -254
  119. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +0 -696
  120. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +0 -254
  121. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +0 -298
  122. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +0 -608
  123. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +0 -94
  124. md_processing/dr_egeria_inbox/archive/freddie_intro.md +0 -284
  125. md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +0 -275
  126. md_processing/dr_egeria_inbox/archive/test-term.md +0 -110
  127. md_processing/dr_egeria_inbox/cat_test.md +0 -100
  128. md_processing/dr_egeria_inbox/data_field.md +0 -54
  129. md_processing/dr_egeria_inbox/data_spec.md +0 -77
  130. md_processing/dr_egeria_inbox/data_spec_test.md +0 -2406
  131. md_processing/dr_egeria_inbox/data_test.md +0 -86
  132. md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +0 -168
  133. md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +0 -280
  134. md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +0 -313
  135. md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +0 -1073
  136. md_processing/dr_egeria_inbox/dr_egeria_isc1.md +0 -44
  137. md_processing/dr_egeria_inbox/glossary_test1.md +0 -324
  138. md_processing/dr_egeria_inbox/rel.md +0 -8
  139. md_processing/dr_egeria_inbox/sb.md +0 -119
  140. md_processing/dr_egeria_inbox/search_test.md +0 -39
  141. md_processing/dr_egeria_inbox/solution-components.md +0 -154
  142. md_processing/dr_egeria_inbox/solution_blueprints.md +0 -118
  143. md_processing/dr_egeria_inbox/synonym_test.md +0 -42
  144. md_processing/dr_egeria_inbox/t1.md +0 -0
  145. md_processing/dr_egeria_inbox/t2.md +0 -268
  146. md_processing/dr_egeria_outbox/processed-2025-05-15 19:52-data_test.md +0 -94
  147. md_processing/dr_egeria_outbox/processed-2025-05-16 07:39-data_test.md +0 -88
  148. md_processing/dr_egeria_outbox/processed-2025-05-17 16:01-data_field.md +0 -56
  149. md_processing/dr_egeria_outbox/processed-2025-05-18 15:51-data_test.md +0 -103
  150. md_processing/dr_egeria_outbox/processed-2025-05-18 16:47-data_test.md +0 -94
  151. md_processing/dr_egeria_outbox/processed-2025-05-19 07:14-data_test.md +0 -96
  152. md_processing/dr_egeria_outbox/processed-2025-05-19 07:20-data_test.md +0 -100
  153. md_processing/dr_egeria_outbox/processed-2025-05-19 07:22-data_test.md +0 -88
  154. md_processing/dr_egeria_outbox/processed-2025-05-19 09:26-data_test.md +0 -91
  155. md_processing/dr_egeria_outbox/processed-2025-05-19 10:27-data_test.md +0 -91
  156. md_processing/dr_egeria_outbox/processed-2025-05-19 14:04-data_test.md +0 -91
  157. md_processing/md_commands/blueprint_commands.py +0 -303
  158. pyegeria/.DS_Store +0 -0
  159. pyegeria/m_test.py +0 -118
  160. pyegeria-5.3.10.dist-info/RECORD +0 -196
  161. /commands/cat/{list_data_structures.py → list_data_structures_full.py} +0 -0
  162. {pyegeria-5.3.10.dist-info → pyegeria-5.4.0.dist-info}/LICENSE +0 -0
  163. {pyegeria-5.3.10.dist-info → pyegeria-5.4.0.dist-info}/WHEEL +0 -0
@@ -0,0 +1,38 @@
1
+ # **Create Category**
2
+ > A group of terms that are useful to collect together.
3
+
4
+ ## **Category Name**
5
+ > **Input Required**: True
6
+
7
+ > **Description**: The name of a category.
8
+
9
+ > **Alternative Labels**: Glossary Category Name; Glossary Category; Category; Display Name
10
+
11
+
12
+ ## **Description**
13
+ > **Input Required**: False
14
+
15
+ > **Description**: A description of the Category.
16
+
17
+
18
+ ## **In Glossary**
19
+ > **Input Required**: True
20
+
21
+ > **Description**: The name of the glossary that contains the Category. Recommend using the Qualified Name of the Glossary, if known.
22
+
23
+ > **Alternative Labels**: Owning Glossary; Glossary; In Glossary
24
+
25
+
26
+ ## **Qualified Name**
27
+ > **Input Required**: False
28
+
29
+ > **Description**: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
30
+
31
+
32
+ ## **GUID**
33
+ > **Input Required**: False
34
+
35
+ > **Description**: A system generated unique identifier.
36
+
37
+ > **Alternative Labels**: Guid; guid
38
+
@@ -0,0 +1,42 @@
1
+ # **Create Glossary**
2
+ > A grouping of definitions.
3
+
4
+ ## **Glossary Name**
5
+ > **Input Required**: True
6
+
7
+ > **Description**: The name of the glossary to create or update.
8
+
9
+ > **Alternative Labels**: Glossary; Display Name
10
+
11
+
12
+ ## **Description**
13
+ > **Input Required**: False
14
+
15
+ > **Description**: A description of the Glossary.
16
+
17
+
18
+ ## **Language**
19
+ > **Input Required**: False
20
+
21
+ > **Description**: The language of the glossary. Note that multilingual descriptions are supported. Please see web site for details.
22
+
23
+
24
+ ## **Usage**
25
+ > **Input Required**: False
26
+
27
+ > **Description**: A description of how the glossary is to be used.
28
+
29
+
30
+ ## **Qualified Name**
31
+ > **Input Required**: False
32
+
33
+ > **Description**: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
34
+
35
+
36
+ ## **GUID**
37
+ > **Input Required**: False
38
+
39
+ > **Description**: A system generated unique identifier.
40
+
41
+ > **Alternative Labels**: Guid; guid
42
+
@@ -0,0 +1,70 @@
1
+ # **Create Term**
2
+ >
3
+
4
+ ## **Term Name**
5
+ > **Input Required**: True
6
+
7
+ > **Description**: The name of the term to create or update.
8
+
9
+ > **Alternative Labels**: Glossary Term Name; Display Name; Term
10
+
11
+
12
+ ## **Summary**
13
+ > **Input Required**: False
14
+
15
+ > **Description**: A summary description of the term.
16
+
17
+
18
+ ## **Description**
19
+ > **Input Required**: False
20
+
21
+ > **Description**: A description of the term.
22
+
23
+
24
+ ## **Abbreviation**
25
+ > **Input Required**: False
26
+
27
+ > **Description**: An abbreviation for the term.
28
+
29
+
30
+ ## **Example**
31
+ > **Input Required**: False
32
+
33
+ > **Description**: An example of how the term is used.
34
+
35
+
36
+ ## **Usage**
37
+ > **Input Required**: False
38
+
39
+ > **Description**: A description of how the term is to be used.
40
+
41
+
42
+ ## **Status**
43
+ > **Input Required**: False
44
+
45
+ > **Description**: The lifecycle status of a term.
46
+
47
+ > **Valid Values**: DRAFT; ACTIVE, DEPRECATED; OBSOLETE; OTHER
48
+
49
+ > **Default Value**: ACTIVE
50
+
51
+
52
+ ## **Published Version Identifier**
53
+ > **Input Required**: False
54
+
55
+ > **Description**:
56
+
57
+
58
+ ## **Qualified Name**
59
+ > **Input Required**: False
60
+
61
+ > **Description**: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
62
+
63
+
64
+ ## **GUID**
65
+ > **Input Required**: False
66
+
67
+ > **Description**: A system generated unique identifier.
68
+
69
+ > **Alternative Labels**: Guid; guid
70
+
@@ -0,0 +1,206 @@
1
+
2
+ # Family: Glossary
3
+
4
+ ## **Attach Category Parent**
5
+ > Attaches a parent category to a child category.
6
+ ### **Category Name**
7
+ > **Input Required**: True
8
+
9
+ > **Description**: The name of a category.
10
+
11
+ > **Alternative Labels**: Glossary Category Name; Glossary Category; Category; Display Name
12
+
13
+
14
+ ### **Parent Category**
15
+ > **Input Required**: True
16
+
17
+ > **Description**: The name of the parent category to attach to.
18
+
19
+ > **Alternative Labels**: Parent Category Name; Parent Category Names
20
+
21
+
22
+ ___
23
+
24
+ ## **Attach Term-Term Relationship**
25
+ > Create a relationship between terms.
26
+ ### **Term 1**
27
+ > **Input Required**: True
28
+
29
+ > **Description**: The name of the first term term to connect.
30
+
31
+ > **Alternative Labels**: Term Name 1
32
+
33
+
34
+ ### **Term 2**
35
+ > **Input Required**: True
36
+
37
+ > **Description**: The name of the second term term to connect.
38
+
39
+ > **Alternative Labels**: Term Name 2
40
+
41
+
42
+ ### **Relationship**
43
+ > **Input Required**: True
44
+
45
+ > **Description**: The type of relationship to connecting the two terms.
46
+
47
+ > **Valid Values**: Synonym; Translation; PreferredTerm; TermISATYPEOFRelationship; TermTYPEDBYRelationship; Antonym; ReplacementTerm; ValidValue; TermHASARelationship; RelatedTerm; ISARelationship
48
+
49
+
50
+ ___
51
+
52
+ ## **Create Category**
53
+ > A group of terms that are useful to collect together.
54
+ ### **Category Name**
55
+ > **Input Required**: True
56
+
57
+ > **Description**: The name of a category.
58
+
59
+ > **Alternative Labels**: Glossary Category Name; Glossary Category; Category; Display Name
60
+
61
+
62
+ ### **Description**
63
+ > **Input Required**: False
64
+
65
+ > **Description**: A description of the Category.
66
+
67
+
68
+ ### **In Glossary**
69
+ > **Input Required**: True
70
+
71
+ > **Description**: The name of the glossary that contains the Category. Recommend using the Qualified Name of the Glossary, if known.
72
+
73
+ > **Alternative Labels**: Owning Glossary; Glossary; In Glossary
74
+
75
+
76
+ ### **Qualified Name**
77
+ > **Input Required**: False
78
+
79
+ > **Description**: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
80
+
81
+
82
+ ### **GUID**
83
+ > **Input Required**: False
84
+
85
+ > **Description**: A system generated unique identifier.
86
+
87
+ > **Alternative Labels**: Guid; guid
88
+
89
+
90
+ ___
91
+
92
+ ## **Create Glossary**
93
+ > A grouping of definitions.
94
+ ### **Glossary Name**
95
+ > **Input Required**: True
96
+
97
+ > **Description**: The name of the glossary to create or update.
98
+
99
+ > **Alternative Labels**: Glossary; Display Name
100
+
101
+
102
+ ### **Description**
103
+ > **Input Required**: False
104
+
105
+ > **Description**: A description of the Glossary.
106
+
107
+
108
+ ### **Language**
109
+ > **Input Required**: False
110
+
111
+ > **Description**: The language of the glossary. Note that multilingual descriptions are supported. Please see web site for details.
112
+
113
+
114
+ ### **Usage**
115
+ > **Input Required**: False
116
+
117
+ > **Description**: A description of how the glossary is to be used.
118
+
119
+
120
+ ### **Qualified Name**
121
+ > **Input Required**: False
122
+
123
+ > **Description**: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
124
+
125
+
126
+ ### **GUID**
127
+ > **Input Required**: False
128
+
129
+ > **Description**: A system generated unique identifier.
130
+
131
+ > **Alternative Labels**: Guid; guid
132
+
133
+
134
+ ___
135
+
136
+ ## **Create Term**
137
+ >
138
+ ### **Term Name**
139
+ > **Input Required**: True
140
+
141
+ > **Description**: The name of the term to create or update.
142
+
143
+ > **Alternative Labels**: Glossary Term Name; Display Name; Term
144
+
145
+
146
+ ### **Summary**
147
+ > **Input Required**: False
148
+
149
+ > **Description**: A summary description of the term.
150
+
151
+
152
+ ### **Description**
153
+ > **Input Required**: False
154
+
155
+ > **Description**: A description of the term.
156
+
157
+
158
+ ### **Abbreviation**
159
+ > **Input Required**: False
160
+
161
+ > **Description**: An abbreviation for the term.
162
+
163
+
164
+ ### **Example**
165
+ > **Input Required**: False
166
+
167
+ > **Description**: An example of how the term is used.
168
+
169
+
170
+ ### **Usage**
171
+ > **Input Required**: False
172
+
173
+ > **Description**: A description of how the term is to be used.
174
+
175
+
176
+ ### **Status**
177
+ > **Input Required**: False
178
+
179
+ > **Description**: The lifecycle status of a term.
180
+
181
+ > **Valid Values**: DRAFT; ACTIVE, DEPRECATED; OBSOLETE; OTHER
182
+
183
+ > **Default Value**: ACTIVE
184
+
185
+
186
+ ### **Published Version Identifier**
187
+ > **Input Required**: False
188
+
189
+ > **Description**:
190
+
191
+
192
+ ### **Qualified Name**
193
+ > **Input Required**: False
194
+
195
+ > **Description**: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
196
+
197
+
198
+ ### **GUID**
199
+ > **Input Required**: False
200
+
201
+ > **Description**: A system generated unique identifier.
202
+
203
+ > **Alternative Labels**: Guid; guid
204
+
205
+
206
+ ___
@@ -0,0 +1,106 @@
1
+ # **Create Business Imperative**
2
+ > The BusinessImperative entity defines a business goal that is critical to the success of the organization.
3
+
4
+ ## **Display Name**
5
+ > **Input Required**: True
6
+
7
+ > **Description**: Name of the definition.
8
+
9
+ > **Alternative Labels**: Name
10
+
11
+
12
+ ## **Summary**
13
+ > **Input Required**: False
14
+
15
+ > **Description**: Summary of the definition.
16
+
17
+
18
+ ## **Description**
19
+ > **Input Required**: False
20
+
21
+ > **Description**: Description of the contents of the definition.
22
+
23
+
24
+ ## **Domain Identifier**
25
+ > **Input Required**: False
26
+
27
+ > **Description**: Integer representing the governance domain. All domains is 0.
28
+
29
+ > **Default Value**: 0
30
+
31
+
32
+ ## **Document Identifier**
33
+ > **Input Required**: False
34
+
35
+ > **Description**: A user supplied identifier for the governance document.
36
+
37
+ > **Alternative Labels**: Doc Id
38
+
39
+
40
+ ## **Version Identifier**
41
+ > **Input Required**: False
42
+
43
+ > **Description**: Published version identifier.
44
+
45
+
46
+ ## **Scope**
47
+ > **Input Required**: False
48
+
49
+ > **Description**: Scope of the definition.
50
+
51
+
52
+ ## **Importance**
53
+ > **Input Required**: False
54
+
55
+ > **Description**: Importance of the definition.
56
+
57
+
58
+ ## **Implications**
59
+ > **Input Required**: False
60
+
61
+ > **Description**: List of implications.
62
+
63
+
64
+ ## **Outcomes**
65
+ > **Input Required**: False
66
+
67
+ > **Description**: List of desired outcomes.
68
+
69
+
70
+ ## **Results**
71
+ > **Input Required**: False
72
+
73
+ > **Description**: A list of expected results.
74
+
75
+
76
+ ## **Status**
77
+ > **Input Required**: False
78
+
79
+ > **Description**: The status of the agreement. There is a list of valid values that this conforms to.
80
+
81
+ > **Alternative Labels**: Definition Status
82
+
83
+ > **Valid Values**: DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE'; DEPRECATED; OTHER
84
+
85
+ > **Default Value**: DRAFT
86
+
87
+
88
+ ## **User Defined Status**
89
+ > **Input Required**: False
90
+
91
+ > **Description**: Only valid if Product Status is set to OTHER. User defined & managed status values.
92
+
93
+
94
+ ## **Qualified Name**
95
+ > **Input Required**: False
96
+
97
+ > **Description**: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
98
+
99
+
100
+ ## **GUID**
101
+ > **Input Required**: False
102
+
103
+ > **Description**: A system generated unique identifier.
104
+
105
+ > **Alternative Labels**: Guid; guid
106
+
@@ -0,0 +1,112 @@
1
+ # **Create Certification Type**
2
+ > A type of certification.
3
+
4
+ ## **Display Name**
5
+ > **Input Required**: True
6
+
7
+ > **Description**: Name of the definition.
8
+
9
+ > **Alternative Labels**: Name
10
+
11
+
12
+ ## **Summary**
13
+ > **Input Required**: False
14
+
15
+ > **Description**: Summary of the definition.
16
+
17
+
18
+ ## **Description**
19
+ > **Input Required**: False
20
+
21
+ > **Description**: Description of the contents of the definition.
22
+
23
+
24
+ ## **Domain Identifier**
25
+ > **Input Required**: False
26
+
27
+ > **Description**: Integer representing the governance domain. All domains is 0.
28
+
29
+ > **Default Value**: 0
30
+
31
+
32
+ ## **Document Identifier**
33
+ > **Input Required**: False
34
+
35
+ > **Description**: A user supplied identifier for the governance document.
36
+
37
+ > **Alternative Labels**: Doc Id
38
+
39
+
40
+ ## **Version Identifier**
41
+ > **Input Required**: False
42
+
43
+ > **Description**: Published version identifier.
44
+
45
+
46
+ ## **Scope**
47
+ > **Input Required**: False
48
+
49
+ > **Description**: Scope of the definition.
50
+
51
+
52
+ ## **Importance**
53
+ > **Input Required**: False
54
+
55
+ > **Description**: Importance of the definition.
56
+
57
+
58
+ ## **Details**
59
+ > **Input Required**: False
60
+
61
+ > **Description**: Details of the certification.
62
+
63
+
64
+ ## **Implications**
65
+ > **Input Required**: False
66
+
67
+ > **Description**: List of implications.
68
+
69
+
70
+ ## **Outcomes**
71
+ > **Input Required**: False
72
+
73
+ > **Description**: List of desired outcomes.
74
+
75
+
76
+ ## **Results**
77
+ > **Input Required**: False
78
+
79
+ > **Description**: A list of expected results.
80
+
81
+
82
+ ## **Status**
83
+ > **Input Required**: False
84
+
85
+ > **Description**: The status of the agreement. There is a list of valid values that this conforms to.
86
+
87
+ > **Alternative Labels**: Definition Status
88
+
89
+ > **Valid Values**: DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE'; DEPRECATED; OTHER
90
+
91
+ > **Default Value**: DRAFT
92
+
93
+
94
+ ## **User Defined Status**
95
+ > **Input Required**: False
96
+
97
+ > **Description**: Only valid if Product Status is set to OTHER. User defined & managed status values.
98
+
99
+
100
+ ## **Qualified Name**
101
+ > **Input Required**: False
102
+
103
+ > **Description**: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
104
+
105
+
106
+ ## **GUID**
107
+ > **Input Required**: False
108
+
109
+ > **Description**: A system generated unique identifier.
110
+
111
+ > **Alternative Labels**: Guid; guid
112
+
@@ -0,0 +1,114 @@
1
+ # **Create Governance Approach**
2
+ > The GovernanceApproach entity defines a policy that describes a method that should be used for a particular activity.
3
+
4
+ ## **Display Name**
5
+ > **Input Required**: True
6
+
7
+ > **Description**: Name of the definition.
8
+
9
+ > **Alternative Labels**: Name
10
+
11
+
12
+ ## **Summary**
13
+ > **Input Required**: False
14
+
15
+ > **Description**: Summary of the definition.
16
+
17
+
18
+ ## **Description**
19
+ > **Input Required**: False
20
+
21
+ > **Description**: Description of the contents of the definition.
22
+
23
+
24
+ ## **Domain Identifier**
25
+ > **Input Required**: False
26
+
27
+ > **Description**: Integer representing the governance domain. All domains is 0.
28
+
29
+ > **Default Value**: 0
30
+
31
+
32
+ ## **Document Identifier**
33
+ > **Input Required**: False
34
+
35
+ > **Description**: A user supplied identifier for the governance document.
36
+
37
+ > **Alternative Labels**: Doc Id
38
+
39
+
40
+ ## **Version Identifier**
41
+ > **Input Required**: False
42
+
43
+ > **Description**: Published version identifier.
44
+
45
+
46
+ ## **Scope**
47
+ > **Input Required**: False
48
+
49
+ > **Description**: Scope of the definition.
50
+
51
+
52
+ ## **Importance**
53
+ > **Input Required**: False
54
+
55
+ > **Description**: Importance of the definition.
56
+
57
+
58
+ ## **Governance Drivers**
59
+ > **Input Required**: False
60
+
61
+ > **Description**: The drivers this policy is in response to. Drivers may be Business Imperatives, Regulations, Governance Strategy or Threats.
62
+
63
+ > **Alternative Labels**: Drivers
64
+
65
+
66
+ ## **Implications**
67
+ > **Input Required**: False
68
+
69
+ > **Description**: List of implications.
70
+
71
+
72
+ ## **Outcomes**
73
+ > **Input Required**: False
74
+
75
+ > **Description**: List of desired outcomes.
76
+
77
+
78
+ ## **Results**
79
+ > **Input Required**: False
80
+
81
+ > **Description**: A list of expected results.
82
+
83
+
84
+ ## **Status**
85
+ > **Input Required**: False
86
+
87
+ > **Description**: The status of the agreement. There is a list of valid values that this conforms to.
88
+
89
+ > **Alternative Labels**: Definition Status
90
+
91
+ > **Valid Values**: DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE'; DEPRECATED; OTHER
92
+
93
+ > **Default Value**: DRAFT
94
+
95
+
96
+ ## **User Defined Status**
97
+ > **Input Required**: False
98
+
99
+ > **Description**: Only valid if Product Status is set to OTHER. User defined & managed status values.
100
+
101
+
102
+ ## **Qualified Name**
103
+ > **Input Required**: False
104
+
105
+ > **Description**: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
106
+
107
+
108
+ ## **GUID**
109
+ > **Input Required**: False
110
+
111
+ > **Description**: A system generated unique identifier.
112
+
113
+ > **Alternative Labels**: Guid; guid
114
+