The Access Relationship represents the ability of behavior and active structure elements to observe or act upon passive structure elements.
+
+
Category:
+
Dependency.
+
+
Examples:
+
Create a new object, Read data from an object, Write or modify object data, Delete an object.
+ The “Create Invoice” sub-process writes/creates the “Invoice” business object; the “Send Invoice” sub-process reads that object
+
+
+
\ No newline at end of file
diff --git a/hints/aggregation.html b/hints/aggregation.html
new file mode 100644
index 00000000..1249959f
--- /dev/null
+++ b/hints/aggregation.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Aggregation Relationship
+
+
+
+
The Aggregation Relationship represents that an element combines one or more other concepts.
+
+
Category:
+
Structural.
+
+
Examples:
+
A Car Insurance Business Product aggregates a Business Contract and some Business Services. "Customer File" aggregates an "Insurance Policy" and "Insurance Claim".
+
+
\ No newline at end of file
diff --git a/hints/application_collaboration.html b/hints/application_collaboration.html
new file mode 100644
index 00000000..e83669bb
--- /dev/null
+++ b/hints/application_collaboration.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Application Collaboration
+
+
+
+
An Application Collaboration represents an aggregate of two or more application internal active structure elements that work together to perform collective application behavior.
+
+
Category:
+
Application. Active Structure.
+
+
Examples:
+
Two Application Components collaborate in transaction administration: an Accounting component and a Billing component. This collaboration performs the task "Administrate transactions".
+
+
\ No newline at end of file
diff --git a/hints/application_component.html b/hints/application_component.html
new file mode 100644
index 00000000..80136c06
--- /dev/null
+++ b/hints/application_component.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Application Component
+
+
+
+
An Application Component represents an encapsulation of application functionality aligned to implementation structure, which is modular and replaceable.
+
+
Category:
+
Application. Active Structure.
+
+
Examples:
+
CRM System, Web portal, Financial Application, Customer Data Access.
+
+
\ No newline at end of file
diff --git a/hints/application_event.html b/hints/application_event.html
new file mode 100644
index 00000000..866f1533
--- /dev/null
+++ b/hints/application_event.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Application Event
+
+
+
+
An Application Event represents an application state change.
+
+
Category:
+
Application. Behavioural.
+
+
Examples:
+
Claim received, Request for quotation.
+
+
\ No newline at end of file
diff --git a/hints/application_function.html b/hints/application_function.html
new file mode 100644
index 00000000..fc7febfc
--- /dev/null
+++ b/hints/application_function.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Application Function
+
+
+
+
An Application Function represents automated behavior that can be performed by an application component.
+
+
\ No newline at end of file
diff --git a/hints/application_interaction.html b/hints/application_interaction.html
new file mode 100644
index 00000000..baa4f050
--- /dev/null
+++ b/hints/application_interaction.html
@@ -0,0 +1,19 @@
+
+
+
+
+
+ Application Interaction
+
+
+
+
+
An Application Interaction represents a unit of collective application behavior performed by (a collaboration of) two or more application components.
+
+
Category:
+
Application. Behavioural.
+
+
Examples:
+
Administrate transactions, Client profile creation, Update customer records
+
+
\ No newline at end of file
diff --git a/hints/application_interface.html b/hints/application_interface.html
new file mode 100644
index 00000000..d9550e6d
--- /dev/null
+++ b/hints/application_interface.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Application Interface
+
+
+
+
An Application Interface represents a point of access where application services are made available to a user, another application component, or a node.
+
+
Category:
+
Application. Active Structure.
+
+
Examples:
+
Transaction data exchange, Web services
+
+
\ No newline at end of file
diff --git a/hints/application_process.html b/hints/application_process.html
new file mode 100644
index 00000000..464e016a
--- /dev/null
+++ b/hints/application_process.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Application Process
+
+
+
+
An Application Process represents a sequence of application behaviors that achieves a specific result.
+
+
Category:
+
Application. Behavioural.
+
+
Examples:
+
Claims adjudication process, General ledger update job.
+
+
\ No newline at end of file
diff --git a/hints/application_service.html b/hints/application_service.html
new file mode 100644
index 00000000..94774fb5
--- /dev/null
+++ b/hints/application_service.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Application Service
+
+
+
+
An Application Service represents an explicitly defined exposed application behavior.
+
+
\ No newline at end of file
diff --git a/hints/assignment.html b/hints/assignment.html
new file mode 100644
index 00000000..7f16fd81
--- /dev/null
+++ b/hints/assignment.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Assignment Relationship
+
+
+
+
The Assignment Relationship represents the allocation of responsibility, performance of behavior, storage, or execution.
+
+
Category:
+
Structural.
+
+
Examples:
+
A Business Actor assigned to a Business Role. A Business Role assigned to a Business Process or Function. An Application Component assigned to an Application Function.
+
+
\ No newline at end of file
diff --git a/hints/association.html b/hints/association.html
new file mode 100644
index 00000000..b319238c
--- /dev/null
+++ b/hints/association.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Association Relationship
+
+
+
+
The Association Relationship represents an unspecified relationship, or one that is not represented by another ArchiMate relationship.
+
+
Category:
+
Dependency.
+
+
Examples:
+
Some Business Objects and a Business Contract are all associated with each other.
+
+
\ No newline at end of file
diff --git a/hints/business_actor.html b/hints/business_actor.html
new file mode 100644
index 00000000..13b641ba
--- /dev/null
+++ b/hints/business_actor.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Business Actor
+
+
+
+
A Business Actor represents a business entity that is capable of performing behavior.
+
+
Category:
+
Business. Active Structure.
+
+
Examples:
+
A Customer, Marketing & Communications department, Director of Finance, Secretary, Admissions Department, Product Development.
+
+
\ No newline at end of file
diff --git a/hints/business_collaboration.html b/hints/business_collaboration.html
new file mode 100644
index 00000000..3b2ea3e5
--- /dev/null
+++ b/hints/business_collaboration.html
@@ -0,0 +1,19 @@
+
+
+
+
+
+ Business Collaboration
+
+
+
+
A Business Collaboration represents an aggregate of two or more business internal active structure elements that work together to perform collective behavior.
+
+
+
Category:
+
Business. Active Structure.
+
+
Examples:
+
The Business Roles of Sales Department and Advertising may form a temporary Business Collaboration in order to push a product to market. The Business Roles of Home Insurance Seller and Travel Insurance Seller may form a temporary Business Collaboration in order to form combined Insurance Selling service.
+
+
\ No newline at end of file
diff --git a/hints/business_event.html b/hints/business_event.html
new file mode 100644
index 00000000..bfd0d905
--- /dev/null
+++ b/hints/business_event.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Business Event
+
+
+
+
A Business Event represents a business-related state change.
+
+
Category:
+
Business. Behavioural.
+
+
Examples:
+
Request for Insurance, Claim Received, Application Form Received, Send Product Portfolio.
+
+
\ No newline at end of file
diff --git a/hints/business_function.html b/hints/business_function.html
new file mode 100644
index 00000000..b633f85f
--- /dev/null
+++ b/hints/business_function.html
@@ -0,0 +1,19 @@
+
+
+
+
+
+ Business Function
+
+
+
+
A Business Function represents a collection of business behavior based on a chosen set of criteria such as required business resources and/or competencies, and is managed or performed as a whole.
+
+
+
\ No newline at end of file
diff --git a/hints/business_interaction.html b/hints/business_interaction.html
new file mode 100644
index 00000000..f02f96cf
--- /dev/null
+++ b/hints/business_interaction.html
@@ -0,0 +1,19 @@
+
+
+
+
+
+ Business Interaction
+
+
+
+
A Business Interaction represents a unit of collective business behavior performed by (a collaboration of) two or more business actors, business roles, or business collaborations.
+
+
Category:
+
Business. Behavioural.
+
+
Examples:
+
Formalise Request, Check and Sign Contract, Take out Combined Insurance.
+
+
+
\ No newline at end of file
diff --git a/hints/business_interface.html b/hints/business_interface.html
new file mode 100644
index 00000000..338bf6e7
--- /dev/null
+++ b/hints/business_interface.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Business Interface
+
+
+
+
A Business Interface represents a point of access where business services are made available to the environment.
+
+
Category:
+
Business. Active Structure.
+
+
Examples:
+
Telephone, Email, Call centre, Web Chat, Help Desk.
+
+
\ No newline at end of file
diff --git a/hints/business_process.html b/hints/business_process.html
new file mode 100644
index 00000000..361ee295
--- /dev/null
+++ b/hints/business_process.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Business Process
+
+
+
+
A Business Process represents a sequence of business behaviors that achieves a specific result such as a defined set of products or business services.
+
+
\ No newline at end of file
diff --git a/hints/business_role.html b/hints/business_role.html
new file mode 100644
index 00000000..4ddd1114
--- /dev/null
+++ b/hints/business_role.html
@@ -0,0 +1,19 @@
+
+
+
+
+
+ Business Role
+
+
+
+
A Business Role represents the responsibility for performing specific behavior, to which an actor can be assigned, or the part an actor plays in a particular action or event.
+
+
+
\ No newline at end of file
diff --git a/hints/business_service.html b/hints/business_service.html
new file mode 100644
index 00000000..1d01066f
--- /dev/null
+++ b/hints/business_service.html
@@ -0,0 +1,17 @@
+
+
+
+
+
+ Business Service
+
+
+
A Business Service represents explicitly defined behavior that a business role, business actor, or business collaboration exposes to its environment.
+
+
Category:
+
Business. Behavioural.
+
+
Examples:
+
Customer Information Service, Claims Payment Service, Enrolment Service.
+
+
\ No newline at end of file
diff --git a/hints/canvas_block.html b/hints/canvas_block.html
new file mode 100644
index 00000000..a56bf0a1
--- /dev/null
+++ b/hints/canvas_block.html
@@ -0,0 +1,9 @@
+
+
+
+
+
+
A Block Object is a container area that can contain text and an icon. You can also provide your own Help Hints. You can lock the Block if you want to make it read-only.
+
A typical scenario is to create a number of container Blocks on the Canvas, arrange them into the desired framework, lock them, and then save the Canvas as a template.
+
+
\ No newline at end of file
diff --git a/hints/canvas_connection.html b/hints/canvas_connection.html
new file mode 100644
index 00000000..3165c2dd
--- /dev/null
+++ b/hints/canvas_connection.html
@@ -0,0 +1,9 @@
+
+
+
+
+
+
A connection between two objects with no explicit semantic meaning.
+ You can lock the Connection if you want to make it read-only.
+
+
\ No newline at end of file
diff --git a/hints/canvas_diagram.html b/hints/canvas_diagram.html
new file mode 100644
index 00000000..a1ed2df9
--- /dev/null
+++ b/hints/canvas_diagram.html
@@ -0,0 +1,10 @@
+
+
+
+
+
+
A Canvas to hold Blocks, Images, Stickies and Connections. You can also provide your own Help Hints.
+
A typical scenario is to create a number of container Blocks and Stickies on the Canvas, arrange them into the desired framework, lock them, and then save the Canvas as a template.
+
You can drag and drop image files from the desktop to create Images on the Canvas.
+
+
\ No newline at end of file
diff --git a/hints/canvas_image.html b/hints/canvas_image.html
new file mode 100644
index 00000000..228aba4f
--- /dev/null
+++ b/hints/canvas_image.html
@@ -0,0 +1,7 @@
+
+
+
+
+
+
A Canvas Image. Choose your own image to add to the area. You can lock the Image if you want to make it read-only.
+
\ No newline at end of file
diff --git a/hints/canvas_sticky.html b/hints/canvas_sticky.html
new file mode 100644
index 00000000..13ece494
--- /dev/null
+++ b/hints/canvas_sticky.html
@@ -0,0 +1,10 @@
+
+
+
+
+
+
A Sticky element for the Canvas.
+
Add text and an icon to the Sticky. You can lock the Sticky if you want to make it read-only.
+
Any Notes will appear in the tooltip for the Sticky.
+
+
\ No newline at end of file
diff --git a/hints/capability.html b/hints/capability.html
new file mode 100644
index 00000000..074fefec
--- /dev/null
+++ b/hints/capability.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Capability
+
+
+
+
A Capability represents an ability that an active structure element, such as an organization, person, or system, possesses.
+
+
Category:
+
Strategy. Behaviour.
+
+
Examples:
+
Digital Customer Management, Data Analysis, Product Management, Productise Open Source Software.
+
+
\ No newline at end of file
diff --git a/hints/communication_network.html b/hints/communication_network.html
new file mode 100644
index 00000000..ef2f2f7f
--- /dev/null
+++ b/hints/communication_network.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Communication Network
+
+
+
+
A Communication Network represents a set of structures that connects devices or system software for transmission, routing, and reception of data.
+
+
Category:
+
Technology. Active Structure.
+
+
Examples:
+
LAN. Wireless. Wide Area Network.
+
+
\ No newline at end of file
diff --git a/hints/composition.html b/hints/composition.html
new file mode 100644
index 00000000..7849207d
--- /dev/null
+++ b/hints/composition.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Composition Relationship
+
+
+
+
The Composition relationship represents that an element consists of one or more other concepts.
+
+
Category:
+
Structural.
+
+
Examples:
+
An Application Component may be composed of two or more sub-components.
+
+
\ No newline at end of file
diff --git a/hints/connection.html b/hints/connection.html
new file mode 100644
index 00000000..4bdd7994
--- /dev/null
+++ b/hints/connection.html
@@ -0,0 +1,12 @@
+
+
+
+
+
+ Connection
+
+
+
+
A plain connection between two objects with no explicit semantic meaning.
+
+
\ No newline at end of file
diff --git a/hints/constraint.html b/hints/constraint.html
new file mode 100644
index 00000000..6d0b5375
--- /dev/null
+++ b/hints/constraint.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Constraint
+
+
+
+
A Constraint represents a limitation on aspects of the architecture, its implementation process, or its realization.
+
+
Category:
+
Motivation
+
+
Examples:
+
"Application should be realised in Java", "Cost should be below budget", "iPad only version", "Must use MIT license"
+
+
\ No newline at end of file
diff --git a/hints/contract.html b/hints/contract.html
new file mode 100644
index 00000000..439bf8a0
--- /dev/null
+++ b/hints/contract.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Contract
+
+
+
+
A Contract represents a formal or informal specification of an agreement between a provider and a consumer that specifies the rights and obligations associated with a product and establishes functional and non-functional parameters for interaction.
+
+
Category:
+
Business. Passive Structure.
+
+
Examples:
+
Travel Insurance Policy.
+
+
\ No newline at end of file
diff --git a/hints/course_of_action.html b/hints/course_of_action.html
new file mode 100644
index 00000000..fb2d84b3
--- /dev/null
+++ b/hints/course_of_action.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Course of Action
+
+
+
+
A Course of Action represents an approach or plan for configuring some capabilities and resources of the enterprise, undertaken to achieve a goal.
+
+
Category:
+
Strategy. Behaviour.
+
+
Examples:
+
Acquire company, Merge organizations, Provide repository support.
+
+
\ No newline at end of file
diff --git a/hints/data_object.html b/hints/data_object.html
new file mode 100644
index 00000000..47db28a4
--- /dev/null
+++ b/hints/data_object.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Data Object
+
+
+
+
A Data Object represents data structured for automated processing.
+
+
\ No newline at end of file
diff --git a/hints/deliverable.html b/hints/deliverable.html
new file mode 100644
index 00000000..adb37ffb
--- /dev/null
+++ b/hints/deliverable.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Deliverable
+
+
+
+
A Deliverable represents a precisely-defined result of a work package.
+
+
Category:
+
Implementation and Migration
+
+
Examples:
+
Software, Hardware, CRM System, Report, Paper
+
+
\ No newline at end of file
diff --git a/hints/device.html b/hints/device.html
new file mode 100644
index 00000000..1aec3a94
--- /dev/null
+++ b/hints/device.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Device
+
+
+
+
A Device represents a physical IT resource upon which system software and artifacts may be stored or deployed for execution.
+
+
Category:
+
Technology. Active Structure.
+
+
Examples:
+
File Server, Router, Mainframe, Desktop PC, IBM System Z.
+
+
\ No newline at end of file
diff --git a/hints/diagram_image.html b/hints/diagram_image.html
new file mode 100644
index 00000000..7d9d3a82
--- /dev/null
+++ b/hints/diagram_image.html
@@ -0,0 +1,12 @@
+
+
+
+
+
+ Image
+
+
+
+
A diagram image.
+
+
\ No newline at end of file
diff --git a/hints/distribution_network.html b/hints/distribution_network.html
new file mode 100644
index 00000000..1f771adf
--- /dev/null
+++ b/hints/distribution_network.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Distribution Network
+
+
+
+
A Distribution Network represents a physical network used to transport materials or energy.
+
+
Category:
+
Physical. Active Structure.
+
+
Examples:
+
Local Trucking, Overseas Shipping.
+
+
\ No newline at end of file
diff --git a/hints/driver.html b/hints/driver.html
new file mode 100644
index 00000000..cb511ee6
--- /dev/null
+++ b/hints/driver.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Driver
+
+
+
+
A Driver represents an external or internal condition that motivates an organization to define its goals and implement the changes necessary to achieve them.
+
+
Category:
+
Motivation
+
+
Examples:
+
"Customer satisfaction", "Compliance to legislation", "Profitability", "Economic changes", "Changing legislation"
+
+
\ No newline at end of file
diff --git a/hints/equipment.html b/hints/equipment.html
new file mode 100644
index 00000000..d452a992
--- /dev/null
+++ b/hints/equipment.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Equipment
+
+
+
+
Equipment represents one or more physical machines, tools, or instruments that can create, use, store, move, or transform materials.
+
+
Category:
+
Physical. Active Structure.
+
+
Examples:
+
MRI scanner, Assembly line.
+
+
\ No newline at end of file
diff --git a/hints/facility.html b/hints/facility.html
new file mode 100644
index 00000000..46931b59
--- /dev/null
+++ b/hints/facility.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Facility
+
+
+
+
A Facility represents a physical structure or environment.
+
+
\ No newline at end of file
diff --git a/hints/flow.html b/hints/flow.html
new file mode 100644
index 00000000..cef62b28
--- /dev/null
+++ b/hints/flow.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Flow Relationship
+
+
+
+
The Flow Relationship represents transfer (e.g. of information, goods or money) from one element to another.
+
+
Category:
+
Dynamic.
+
+
Examples:
+
A "Claim assessment" Business Function forwards decisions about the claim to the "Claim settlement" Business Function.
+
+
\ No newline at end of file
diff --git a/hints/folder.html b/hints/folder.html
new file mode 100644
index 00000000..bb682f6c
--- /dev/null
+++ b/hints/folder.html
@@ -0,0 +1,13 @@
+
+
+
+
+
+ Folder
+
+
+
+
A folder to contain elements.
+
Note that the root folders cannot be deleted.
+
+
\ No newline at end of file
diff --git a/hints/gap.html b/hints/gap.html
new file mode 100644
index 00000000..cab67908
--- /dev/null
+++ b/hints/gap.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Gap
+
+
+
+
A Gap represents a statement of difference between two plateaus.
+
+
Category:
+
Implementation and Migration
+
+
Examples:
+
"Gap between the Baseline and Target infrastructure", "Knowledge of how to address customer needs".
+
+
\ No newline at end of file
diff --git a/hints/goal.html b/hints/goal.html
new file mode 100644
index 00000000..d47ac0e7
--- /dev/null
+++ b/hints/goal.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Goal
+
+
+
+
A Goal represents a high-level statement of intent, direction, or desired end state for an organization and its stakeholders.
+
+
Category:
+
Motivation
+
+
Examples:
+
Increase profit, reduce waiting times at the helpdesk, introduce on-line portfolio management, more sales
+
+
\ No newline at end of file
diff --git a/hints/group.html b/hints/group.html
new file mode 100644
index 00000000..cc068a8c
--- /dev/null
+++ b/hints/group.html
@@ -0,0 +1,17 @@
+
+
+
+
+
+ Group
+
+
+
+
The Group box denotes a collection of objects that belong together but are not aggregated or composed as with the Grouping element.
+
+
The Group provides a convenient visual collection of elements, without any semantic relationships.
+
+
Examples:
+
Group Roles and Actors, Business Layers, Application Layers.
+
+
\ No newline at end of file
diff --git a/hints/grouping.html b/hints/grouping.html
new file mode 100644
index 00000000..453dea68
--- /dev/null
+++ b/hints/grouping.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Grouping
+
+
+
+
The Grouping element aggregates or composes concepts that belong together based on some common characteristic.
+
+
Category:
+
Other. Composite.
+
+
Examples:
+
Aggregate two Processes and an Object that together Realize a Service
+
+
\ No newline at end of file
diff --git a/hints/implementation_event.html b/hints/implementation_event.html
new file mode 100644
index 00000000..37dfe7c5
--- /dev/null
+++ b/hints/implementation_event.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Implementation Event
+
+
+
+
An Implementation Event represents a state change related to implementation or migration.
+
+
Category:
+
Implementation and Migration
+
+
Examples:
+
"Release to production", "Project initiation phase completed".
+
+
\ No newline at end of file
diff --git a/hints/influence.html b/hints/influence.html
new file mode 100644
index 00000000..a609d1d8
--- /dev/null
+++ b/hints/influence.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Influence Relationship
+
+
+
+
The Influence Relationship represents that an element affects the implementation or achievement of some motivation element.
+
+
Category:
+
Dependency.
+
+
Examples:
+
The degree in which the goal to increase customer satisfaction is realized may be represented by the percentage of satisfied customers that participate in a market interview.
+
+
\ No newline at end of file
diff --git a/hints/junction.html b/hints/junction.html
new file mode 100644
index 00000000..f39c91da
--- /dev/null
+++ b/hints/junction.html
@@ -0,0 +1,20 @@
+
+
+
+
+
+ Junction
+
+
+
+
A Junction is used to connect relationships of the same type.
+
+
There are two types - And and Or.
+
+
Category:
+
Other.
+
+
Examples:
+
An "assess application" Business Process can lead to a choice Junction (split) to accept or reject the client application and route to alternative processes for each case.
+
+
\ No newline at end of file
diff --git a/hints/location.html b/hints/location.html
new file mode 100644
index 00000000..386e4d89
--- /dev/null
+++ b/hints/location.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Location
+
+
+
+
A Location represents a conceptual or physical place or position where concepts are located (e.g., structure elements) or performed (e.g., behavior elements).
+
+
Category:
+
Other. Composite.
+
+
Examples:
+
Main Office, Local Office, Room.
+
+
\ No newline at end of file
diff --git a/hints/material.html b/hints/material.html
new file mode 100644
index 00000000..80a36073
--- /dev/null
+++ b/hints/material.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Material
+
+
+
+
Material represents tangible physical matter or energy.
+
+
Category:
+
Physical. Passive Structure.
+
+
Examples:
+
Plastic Case, Internal Antenna, Speedometer.
+
+
\ No newline at end of file
diff --git a/hints/meaning.html b/hints/meaning.html
new file mode 100644
index 00000000..fbddfeb0
--- /dev/null
+++ b/hints/meaning.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Meaning
+
+
+
+
Meaning represents the knowledge or expertise present in, or the interpretation given to, a concept in a particular context.
A Node represents a computational or physical resource that hosts, manipulates, or interacts with other computational or physical resources.
+
+
Category:
+
Technology. Active Structure.
+
+
Examples:
+
Mainframe, Unix Server Farm, Application Server, Firewall.
+
+
\ No newline at end of file
diff --git a/hints/note.html b/hints/note.html
new file mode 100644
index 00000000..319ab02b
--- /dev/null
+++ b/hints/note.html
@@ -0,0 +1,13 @@
+
+
+
+
+
+ Note
+
+
+
+
A Note is simply a place to add user annotations to a diagram.
+
A Note has no semantic meaning in the ArchiMate language.
+
+
\ No newline at end of file
diff --git a/hints/outcome.html b/hints/outcome.html
new file mode 100644
index 00000000..d82a805c
--- /dev/null
+++ b/hints/outcome.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Outcome
+
+
+
+
An Outcome represents an end result, effect, or consequence of a certain state of affairs.
+
+
Category:
+
Motivation
+
+
Examples:
+
"First-place ranking achieved", "Key supplier partnerships in place", "2015 quarterly profits rose 10%"
+
+
\ No newline at end of file
diff --git a/hints/path.html b/hints/path.html
new file mode 100644
index 00000000..8507c39c
--- /dev/null
+++ b/hints/path.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Path
+
+
+
+
A Path represents a link between two or more technology internal active structure elements, through which these elements can exchange data, energy, or material.
+
+
Category:
+
Technology. Active Structure.
+
+
Examples:
+
Message Queuing, Data Replication Path.
+
+
\ No newline at end of file
diff --git a/hints/plateau.html b/hints/plateau.html
new file mode 100644
index 00000000..82bdd619
--- /dev/null
+++ b/hints/plateau.html
@@ -0,0 +1,20 @@
+
+
+
+
+
+ Plateau
+
+
+
+
+
+
A Plateau represents a relatively stable state of the architecture that exists during a limited period of time.
+
+
Category:
+
Implementation and Migration
+
+
Examples:
+
Baseline, Transition 1, Strategic Plan complete, Services in place.
+
+
\ No newline at end of file
diff --git a/hints/principle.html b/hints/principle.html
new file mode 100644
index 00000000..4085e117
--- /dev/null
+++ b/hints/principle.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Principle
+
+
+
+
A Principle represents a statement of intent defining a general property that applies to any system in a certain context in the architecture.
+
+
Category:
+
Motivation
+
+
Examples:
+
"Systems should be customer facing", "Customers should have a great experience", "Colleagues should be informed", "Open Source Software should be used"
+
+
\ No newline at end of file
diff --git a/hints/product.html b/hints/product.html
new file mode 100644
index 00000000..35aa902e
--- /dev/null
+++ b/hints/product.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Product
+
+
+
+
A Product represents a coherent collection of services and/or passive structure elements, accompanied by a contract, which is offered as a whole to (internal or external) customers.
+
+
Category:
+
Business. Composite.
+
+
Examples:
+
A Travel Insurance Product consisting of Insurance Services and a Contract.
+
+
\ No newline at end of file
diff --git a/hints/realization.html b/hints/realization.html
new file mode 100644
index 00000000..96dd6183
--- /dev/null
+++ b/hints/realization.html
@@ -0,0 +1,19 @@
+
+
+
+
+
+ Realization Relationship
+
+
+
+
The Realization Relationship represents that an element plays a critical role in the creation, achievement, sustenance, or operation of a more abstract element.
+
+
+
Category:
+
Structural.
+
+
Examples:
+
An Application Component, "Financial Application", realizes a "Billing" Service. A "Billing" Data Object realizes the Business Object, "Invoice".
+
+
\ No newline at end of file
diff --git a/hints/representation.html b/hints/representation.html
new file mode 100644
index 00000000..b57cca2d
--- /dev/null
+++ b/hints/representation.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Representation
+
+
+
+
A Representation represents a perceptible form of the information carried by a business object.
+
+
Category:
+
Business. Passive Structure.
+
+
Examples:
+
Paper Bill, Request Form, Claim Form, Online Form.
+
+
\ No newline at end of file
diff --git a/hints/requirement.html b/hints/requirement.html
new file mode 100644
index 00000000..edc01f70
--- /dev/null
+++ b/hints/requirement.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Requirement
+
+
+
+
A Requirement represents a statement of need defining a property that applies to a specific system as described by the architecture.
+
+
Category:
+
Motivation
+
+
Examples:
+
"Assign personal assistant", "Provide on-line portfolio service", "Provide on-line information service", "Use open source software"
+
+
\ No newline at end of file
diff --git a/hints/resource.html b/hints/resource.html
new file mode 100644
index 00000000..408d39b7
--- /dev/null
+++ b/hints/resource.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Resource
+
+
+
+
A Resource represents an asset owned or controlled by an individual or organization.
+
+
\ No newline at end of file
diff --git a/hints/sketch_sticky.html b/hints/sketch_sticky.html
new file mode 100644
index 00000000..a3137c6d
--- /dev/null
+++ b/hints/sketch_sticky.html
@@ -0,0 +1,11 @@
+
+
+
+
+
+ Sticky
+
+
+
A "Sticky" figure for your Sketch.
+
+
\ No newline at end of file
diff --git a/hints/specialization.html b/hints/specialization.html
new file mode 100644
index 00000000..ed86259f
--- /dev/null
+++ b/hints/specialization.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Specialization Relationship
+
+
+
+
The Specialization Relationship Represents that an element is a particular kind of another element.
+
+
Category:
+
Other.
+
+
Examples:
+
A "Take out travel insurance" and a "Take out luggage insurance" process are a specialization of a more generic "Take out insurance" process.
+
+
\ No newline at end of file
diff --git a/hints/stakeholder.html b/hints/stakeholder.html
new file mode 100644
index 00000000..f4bd5d36
--- /dev/null
+++ b/hints/stakeholder.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Stakeholder
+
+
+
+
A Stakeholder represents the role of an individual, team, or organization (or classes thereof) that represents their interests in the effects of the architecture.
+
+
Category:
+
Motivation
+
+
Examples:
+
CEO, the board of directors, shareholders, customers, business, and application architects
System Software represents software that provides or contributes to an environment for storing, executing, and using software or data deployed within it.
+
+
Category:
+
Technology. Active Structure.
+
+
Examples:
+
DBMS, DB2 System Software, Message Queuing, Operating System, J2EE Application Server
+
+
\ No newline at end of file
diff --git a/hints/technology_collaboration.html b/hints/technology_collaboration.html
new file mode 100644
index 00000000..8e0a3527
--- /dev/null
+++ b/hints/technology_collaboration.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Technology Collaboration
+
+
+
+
A Technology Collaboration represents an aggregate of two or more technology internal active structure elements that work together to perform collective technology behavior.
+
+
Category:
+
Technology. Active Structure.
+
+
Examples:
+
E-Commerce Hosting.
+
+
\ No newline at end of file
diff --git a/hints/technology_event.html b/hints/technology_event.html
new file mode 100644
index 00000000..2e6009b6
--- /dev/null
+++ b/hints/technology_event.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Technology Event
+
+
+
+
A Technology Event represents a technology state change.
+
+
Category:
+
Technology. Behavioural.
+
+
Examples:
+
Message received, Database update.
+
+
\ No newline at end of file
diff --git a/hints/technology_function.html b/hints/technology_function.html
new file mode 100644
index 00000000..3d425d7e
--- /dev/null
+++ b/hints/technology_function.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Technology Function
+
+
+
+
A Technology Function represents a collection of technology behavior that can be performed by a technology internal active structure element.
+
+
Category:
+
Technology. Behavioural.
+
+
Examples:
+
Providing Data Access, Managing Data.
+
+
\ No newline at end of file
diff --git a/hints/technology_interaction.html b/hints/technology_interaction.html
new file mode 100644
index 00000000..457060d3
--- /dev/null
+++ b/hints/technology_interaction.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Technology Interaction
+
+
+
+
A Technology Interaction represents a unit of collective technology behavior performed by (a collaboration of) two or more technology internal active structure elements.
+
+
Category:
+
Technology. Behavioural.
+
+
Examples:
+
Client profile creation, Update customer records.
+
+
\ No newline at end of file
diff --git a/hints/technology_interface.html b/hints/technology_interface.html
new file mode 100644
index 00000000..8f413626
--- /dev/null
+++ b/hints/technology_interface.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Technology Interface
+
+
+
+
A Technology Interface represents a point of access where technology services offered by a technology internal active structure element can be accessed.
+
+
Category:
+
Technology. Active Structure.
+
+
Examples:
+
Client software, Management Interface.
+
+
\ No newline at end of file
diff --git a/hints/technology_process.html b/hints/technology_process.html
new file mode 100644
index 00000000..5a657c30
--- /dev/null
+++ b/hints/technology_process.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Technology Process
+
+
+
+
A Technology Process represents a sequence of technology behaviors that achieves a specific result.
+
+
Category:
+
Technology. Behavioural.
+
+
Examples:
+
Boot up system, Replicate database
+
+
\ No newline at end of file
diff --git a/hints/technology_service.html b/hints/technology_service.html
new file mode 100644
index 00000000..1c1985bc
--- /dev/null
+++ b/hints/technology_service.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Technology Service
+
+
+
+
A Technology Service represents an explicitly defined exposed technology behavior.
+
+
\ No newline at end of file
diff --git a/hints/view.html b/hints/view.html
new file mode 100644
index 00000000..371c7607
--- /dev/null
+++ b/hints/view.html
@@ -0,0 +1,14 @@
+
+
+
+
+
+ View
+
+
+
+
A View is a part of an Architecture Description that addresses a set of related concerns and is tailored for specific stakeholders.
+
A View is specified by means of a Viewpoint, which prescribes the concepts, models, analysis techniques, and visualizations that are provided by the View.
+
The same elements from the Model Tree can be re-used multiple times in the same or different View.
+
+
\ No newline at end of file
diff --git a/hints/view_ref.html b/hints/view_ref.html
new file mode 100644
index 00000000..1b7597ef
--- /dev/null
+++ b/hints/view_ref.html
@@ -0,0 +1,13 @@
+
+
+
+
+
+ View Reference
+
+
+
+
A View Reference is simply a shortcut to another View in the same model.
+
Add a View Reference to a View if you wish to create a link to another View of the model. Double-click on it to jump to the View it references.
+
+
\ No newline at end of file
diff --git a/hints/vp_application_cooperation.html b/hints/vp_application_cooperation.html
new file mode 100644
index 00000000..201f5c50
--- /dev/null
+++ b/hints/vp_application_cooperation.html
@@ -0,0 +1,24 @@
+
+
+
+
+
+ Application Cooperation Viewpoint
+
+
+
+
The Application Cooperation viewpoint describes the relationships between applications components in terms of the information flows between them, or in terms of the services they offer and use. This viewpoint is typically used to create an overview of the application landscape of an organization. This viewpoint is also used to express the (internal) cooperation or orchestration of services that together support the execution of a business process.
+
+
Stakeholders:
+
Enterprise, process, application, and domain architects
+
+
Concerns:
+
Relationships and dependencies between applications, orchestration/choreography of services, consistency and completeness, reduction of complexity
+
+
Purpose:
+
Designing
+
+
Scope:
+
Multiple layer/Multiple aspect
+
+
\ No newline at end of file
diff --git a/hints/vp_application_structure.html b/hints/vp_application_structure.html
new file mode 100644
index 00000000..64f13fb9
--- /dev/null
+++ b/hints/vp_application_structure.html
@@ -0,0 +1,24 @@
+
+
+
+
+
+ Application Structure Viewpoint
+
+
+
+
The Application Structure viewpoint shows the structure of one or more applications or components. This viewpoint is useful in designing or understanding the main structure of applications or components and the associated data; e.g., to break down the structure of the system under construction, or to identify legacy application components that are suitable for migration/integration.
+
+
Stakeholders:
+
Application and solution architects
+
+
Concerns:
+
Application structure, consistency and completeness, reduction of complexity
+
+
Purpose:
+
Designing
+
+
Scope:
+
Single layer/Multiple aspect
+
+
\ No newline at end of file
diff --git a/hints/vp_application_usage.html b/hints/vp_application_usage.html
new file mode 100644
index 00000000..736ca841
--- /dev/null
+++ b/hints/vp_application_usage.html
@@ -0,0 +1,24 @@
+
+
+
+
+
+ Application Usage Viewpoint
+
+
+
+
The Application Usage viewpoint describes how applications are used to support one or more business processes, and how they are used by other applications. It can be used in designing an application by identifying the services needed by business processes and other applications, or in designing business processes by describing the services that are available. Furthermore, since it identifies the dependencies of business processes upon applications, it may be useful to operational managers responsible for these processes.
+
+
Stakeholders:
+
Enterprise, process, and application architects, operational managers
+
+
Concerns:
+
Consistency and completeness, reduction of complexity
+
+
Purpose:
+
Designing, deciding
+
+
Scope:
+
Multiple layer/Multiple aspect
+
+
\ No newline at end of file
diff --git a/hints/vp_business_process_cooperation.html b/hints/vp_business_process_cooperation.html
new file mode 100644
index 00000000..d0c8b6de
--- /dev/null
+++ b/hints/vp_business_process_cooperation.html
@@ -0,0 +1,31 @@
+
+
+
+
+
+ Business Process Cooperation Viewpoint
+
+
+
+
The Business Process Cooperation viewpoint is used to show the relationships of one or more business processes with each other and/or with their environment. It can both be used to create a high-level design of business processes within their context and to provide an operational manager responsible for one or more such processes with insight into their dependencies. Important aspects of business process cooperation are:
+
+
Causal relationships between the main business processes of the enterprise
+
Mapping of business processes onto business functions
+
Realization of services by business processes
+
Use of shared data
+
+
Each of these can be regarded as a "sub-viewpoint" of the business process cooperation viewpoint.
+
+
Stakeholders:
+
Process and domain architects, operational managers
+
+
Concerns:
+
Dependencies between business processes, consistency and completeness, responsibilities
+
+
Purpose:
+
Designing, deciding
+
+
Scope:
+
Multiple layer/Multiple aspect
+
+
\ No newline at end of file
diff --git a/hints/vp_capability.html b/hints/vp_capability.html
new file mode 100644
index 00000000..bcbac819
--- /dev/null
+++ b/hints/vp_capability.html
@@ -0,0 +1,24 @@
+
+
+
+
+
+ Capability Viewpoint
+
+
+
+
The Capability map viewpoint allows the business architect to create a structured overview of the capabilities of the enterprise. A capability map typically shows two or three levels of capabilities across the entire enterprise. It can, for example, be used as a heat map to identify areas of investment. In some cases, a capability map may also show specific outcomes delivered by these capabilities.
+
+
Stakeholders:
+
Business managers, enterprise and business architects
+
+
Concerns:
+
Architecture strategy and tactics, motivation
+
+
Purpose:
+
Designing, deciding
+
+
Scope:
+
Strategy
+
+
\ No newline at end of file
diff --git a/hints/vp_goal_realization.html b/hints/vp_goal_realization.html
new file mode 100644
index 00000000..489611ff
--- /dev/null
+++ b/hints/vp_goal_realization.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+ Goal Realization Viewpoint
+
+
+
+
The Goal Realization viewpoint allows a designer to model the refinement of (high-level) goals into more tangible goals, and the refinement of tangible goals into requirements or constraints that describe the properties that are needed to realize the goals. The refinement of goals into sub-goals is modeled using the aggregation relationship. The refinement of goals into requirements is modeled using the realization relationship.
+
+
In addition, the principles may be modeled that guide the refinement of goals into requirements.
+
+
Stakeholders:
+
Stakeholders, business managers, enterprise and ICT architects, business analysts, requirements managers
+
+
Concerns:
+
Architecture mission, strategy and tactics, motivation
+
+
Purpose:
+
Designing, deciding
+
+
Scope:
+
Motivation
+
+
\ No newline at end of file
diff --git a/hints/vp_implementation_deployment.html b/hints/vp_implementation_deployment.html
new file mode 100644
index 00000000..c92c2320
--- /dev/null
+++ b/hints/vp_implementation_deployment.html
@@ -0,0 +1,24 @@
+
+
+
+
+
+ Implementation and Deployment Viewpoint
+
+
+
+
The Implementation and Deployment viewpoint shows how one or more applications are realized on the infrastructure. This comprises the mapping of applications and components onto artifacts, and the mapping of the information used by these applications and components onto the underlying storage infrastructure.
+
+
Stakeholders:
+
Application and domain architects
+
+
Concerns:
+
Structure of application platforms and how they relate to supporting technology
+
+
Purpose:
+
Designing, deciding
+
+
Scope:
+
Multiple layer/Multiple aspect
+
+
\ No newline at end of file
diff --git a/hints/vp_implementation_migration.html b/hints/vp_implementation_migration.html
new file mode 100644
index 00000000..03dbed01
--- /dev/null
+++ b/hints/vp_implementation_migration.html
@@ -0,0 +1,30 @@
+
+
+
+
+
+ Implementation and Migration Viewpoint
+
+
+
+
The Implementation and Migration viewpoint is used to relate programs and projects to the parts of the architecture that they implement. This view allows modeling of the scope of programs, projects, project activities in terms of the plateaus that are realized or the individual architecture elements that are affected. In addition, the way the elements are affected may be indicated by annotating the relationships.
+
+
Furthermore, this viewpoint can be used in combination with the programs and projects viewpoint to support portfolio management:
+
+
The programs and projects viewpoint is suited to relate business goals to programs and projects. For example, this makes it possible to analyze at a high level whether all business goals are covered sufficiently by the current portfolio(s).
+
The implementation and migration viewpoint is suited to relate business goals (and requirements) via programs and projects to (parts of) the architecture. For example, this makes it possible to analyze potential overlap between project activities or to analyze the consistency between project dependencies and dependencies among plateaus or architecture elements.
+
+
+
Stakeholders:
+
(Operational) managers, enterprise and ICT architects, employees, shareholders
+
+
Concerns:
+
Architecture vision and policies, motivation
+
+
Purpose:
+
Deciding, informing
+
+
Scope:
+
Multiple layer/Multiple aspect
+
+
\ No newline at end of file
diff --git a/hints/vp_information_structure.html b/hints/vp_information_structure.html
new file mode 100644
index 00000000..61defe2d
--- /dev/null
+++ b/hints/vp_information_structure.html
@@ -0,0 +1,24 @@
+
+
+
+
+
+ Information Structure Viewpoint
+
+
+
+
The Information Structure viewpoint is comparable to the traditional information models created in the development of almost any information system. It shows the structure of the information used in the enterprise or in a specific business process or application, in terms of data types or (object-oriented) class structures. Furthermore, it may show how the information at the business level is represented at the application level in the form of the data structures used there, and how these are then mapped onto the underlying technology infrastructure; e.g., by means of a database schema.
+
+
Stakeholders:
+
Domain and information architects
+
+
Concerns:
+
Structure and dependencies of the used data and information, consistency and completeness
+
+
Purpose:
+
Designing
+
+
Scope:
+
Multiple layer/Single aspect
+
+
\ No newline at end of file
diff --git a/hints/vp_layered.html b/hints/vp_layered.html
new file mode 100644
index 00000000..4034e324
--- /dev/null
+++ b/hints/vp_layered.html
@@ -0,0 +1,30 @@
+
+
+
+
+
+ Layered Viewpoint
+
+
+
+
The Layered viewpoint pictures several layers and aspects of an Enterprise Architecture in one diagram.
+
+
There are two categories of layers, namely dedicated layers and service layers. The layers are the result of the use of the "grouping" relationship for a natural partitioning of the entire set of objects and relationships that belong to a model. The technology, application, process, and actor/role layers belong to the first category. The structural principle behind a fully layered viewpoint is that each dedicated layer exposes, by means of the "realization" relationship, a layer of services, which are further on "serving" the next dedicated layer.
+
+
Thus, we can easily separate the internal structure and organization of a dedicated layer from its externally observable behavior expressed as the service layer that the dedicated layer realizes.
+
+
The main goal of the layered viewpoint is to provide an overview in one diagram. Furthermore, this viewpoint can be used as support for impact of change analysis and performance analysis or for extending the service portfolio.
+
+
Stakeholders:
+
Enterprise, process, application, infrastructure, and domain architects
+
+
Concerns:
+
Consistency, reduction of complexity, impact of change, flexibility
+
+
Purpose:
+
Designing, deciding, informing
+
+
Scope:
+
Multiple layer/Multiple aspect
+
+
\ No newline at end of file
diff --git a/hints/vp_migration.html b/hints/vp_migration.html
new file mode 100644
index 00000000..cfa45672
--- /dev/null
+++ b/hints/vp_migration.html
@@ -0,0 +1,24 @@
+
+
+
+
+
+ Migration Viewpoint
+
+
+
+
The Migration viewpoint entails models and concepts that can be used for specifying the transition from an existing architecture to a desired architecture. Since the plateau and gap elements have been quite extensively presented in Section 13.2, here the migration viewpoint is only briefly described and positioned by means of the table below.
+
+
Stakeholders:
+
Enterprise architects, process architects, application architects, infrastructure architects and domain architects, employees, shareholders
+
+
Concerns:
+
History of models
+
+
Purpose:
+
Designing, deciding, informing
+
+
Scope:
+
Implementation and Migration
+
+
\ No newline at end of file
diff --git a/hints/vp_motivation.html b/hints/vp_motivation.html
new file mode 100644
index 00000000..c8fa9b9e
--- /dev/null
+++ b/hints/vp_motivation.html
@@ -0,0 +1,24 @@
+
+
+
+
+
+ Motivation Viewpoint
+
+
+
+
The Motivation viewpoint allows the designer or analyst to model the motivation aspect, without focusing on certain elements within this aspect. For example, this viewpoint can be used to present a complete or partial overview of the motivation aspect by relating stakeholders, their primary goals, the principles that are applied, and the main requirements on services, processes, applications, and objects.
+
+
Stakeholders:
+
Enterprise and ICT architects, business analysts, requirements managers
+
+
Concerns:
+
Architecture strategy and tactics, motivation
+
+
Purpose:
+
Designing, deciding, informing
+
+
Scope:
+
Motivation
+
+
\ No newline at end of file
diff --git a/hints/vp_organization.html b/hints/vp_organization.html
new file mode 100644
index 00000000..a79576b2
--- /dev/null
+++ b/hints/vp_organization.html
@@ -0,0 +1,24 @@
+
+
+
+
+
+ Organization Viewpoint
+
+
+
+
The Organization viewpoint focuses on the (internal) organization of a company, department, network of companies, or of another organizational entity. It is possible to present models in this viewpoint as nested block diagrams, but also in a more traditional way, such as organizational charts. The Organization viewpoint is very useful in identifying competencies, authority, and responsibilities in an organization.
+
+
Stakeholders:
+
Enterprise, process and domain architects, managers, employees, shareholders
+
+
Concerns:
+
Identification of competencies, authority, and responsibilities
+
+
Purpose:
+
Designing, deciding, informing
+
+
Scope:
+
Single layer/Single aspect
+
+
\ No newline at end of file
diff --git a/hints/vp_outcome_realization.html b/hints/vp_outcome_realization.html
new file mode 100644
index 00000000..1a9040d0
--- /dev/null
+++ b/hints/vp_outcome_realization.html
@@ -0,0 +1,24 @@
+
+
+
+
+
+ Outcome Realization Viewpoint
+
+
+
+
The Outcome Realization viewpoint is used to show how the highest-level, business-oriented results are produced by the capabilities and underlying core elements.
+
+
Stakeholders:
+
Business managers, enterprise and business architects
+
+
Concerns:
+
Business-oriented results
+
+
Purpose:
+
Designing, deciding
+
+
Scope:
+
Strategy
+
+
\ No newline at end of file
diff --git a/hints/vp_physical.html b/hints/vp_physical.html
new file mode 100644
index 00000000..8b9301ea
--- /dev/null
+++ b/hints/vp_physical.html
@@ -0,0 +1,24 @@
+
+
+
+
+
+ Physical Viewpoint
+
+
+
+
The Physical viewpoint contains equipment (one or more physical machines, tools, or instruments) that can create, use, store, move, or transform materials, how the equipment is connected via the distribution network, and what other active elements are assigned to the equipment.
+
+
Stakeholders:
+
Infrastructure architects, operational managers
+
+
Concerns:
+
Relationships and dependencies of the physical environment and how this relates to IT infrastructure
+
+
Purpose:
+
Designing
+
+
Scope:
+
Multiple layer/Multiple aspect
+
+
\ No newline at end of file
diff --git a/hints/vp_product.html b/hints/vp_product.html
new file mode 100644
index 00000000..e1c3df24
--- /dev/null
+++ b/hints/vp_product.html
@@ -0,0 +1,24 @@
+
+
+
+
+
+ Product Viewpoint
+
+
+
+
The Product viewpoint depicts the value that these products offer to the customers or other external parties involved and shows the composition of one or more products in terms of the constituting (business, application, or technology) services, and the associated contract(s) or other agreements. It may also be used to show the interfaces (channels) through which this product is offered, and the events associated with the product. A product viewpoint is typically used in product development to design a product by composing existing services or by identifying which new services have to be created for this product, given the value a customer expects from it. It may then serve as input for business process architects and others that need to design the processes and ICT realizing these products.
+
+
Stakeholders:
+
Product developers, product managers, process and domain architects
+
+
Concerns:
+
Product development, value offered by the products of the enterprise
+
+
Purpose:
+
Designing, deciding
+
+
Scope:
+
Multiple layer/Multiple aspect
+
+
\ No newline at end of file
diff --git a/hints/vp_project.html b/hints/vp_project.html
new file mode 100644
index 00000000..3ce76c10
--- /dev/null
+++ b/hints/vp_project.html
@@ -0,0 +1,31 @@
+
+
+
+
+
+ Project Viewpoint
+
+
+
+
A Project viewpoint is primarily used to model the management of architecture change. The “architecture” of the migration process from an old situation (current state Enterprise Architecture) to a new desired situation (target state Enterprise Architecture) has significant consequences on the medium and long-term growth strategy and the subsequent decision-making process. Some of the issues that should be taken into account by the models designed in this viewpoint are:
+
+
Developing a fully-fledged organization-wide Enterprise Architecture is a task that may require several years.
+
All systems and services must remain operational regardless of the presumed modifications and changes of the Enterprise Architecture during the change process.
+
The change process may have to deal with immature technology standards (e.g., messaging, security, data, etc.).
+
The change has serious consequences for the personnel, culture, way of working, and organization.
+
+
Furthermore, there are several other governance aspects that might constrain the transformation process, such as internal and external cooperation, project portfolio management, project management (deliverables, goals, etc.), plateau planning, financial and legal aspects, etc.
+
+
Stakeholders:
+
(Operational) managers, enterprise and ICT architects, employees, shareholders
+
+
Concerns:
+
Architecture vision and policies, motivation
+
+
Purpose:
+
Deciding, informing
+
+
Scope:
+
Implementation and Migration
+
+
\ No newline at end of file
diff --git a/hints/vp_requirements_realization.html b/hints/vp_requirements_realization.html
new file mode 100644
index 00000000..cf1d0543
--- /dev/null
+++ b/hints/vp_requirements_realization.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+ Requirements Realization Viewpoint
+
+
+
+
The Requirements Realization viewpoint allows the designer to model the realization of requirements by the core elements, such as business actors, business services, business processes, application services, application components, etc. Typically, the requirements result from the goal refinement viewpoint.
+
+
In addition, this viewpoint can be used to refine requirements into more detailed requirements. The aggregation relationship is used for this purpose.
+
+
Stakeholders:
+
Enterprise and ICT architects, business analysts, requirements managers
+
+
Concerns:
+
Architecture strategy and tactics, motivation
+
+
Purpose:
+
Designing, deciding, informing
+
+
Scope:
+
Motivation
+
+
\ No newline at end of file
diff --git a/hints/vp_resource.html b/hints/vp_resource.html
new file mode 100644
index 00000000..7111fc67
--- /dev/null
+++ b/hints/vp_resource.html
@@ -0,0 +1,24 @@
+
+
+
+
+
+ Resource Map Viewpoint
+
+
+
+
The Resource map viewpoint allows the business architect to create a structured overview of the resources of the enterprise. A resource map typically shows two or three levels of resources across the entire enterprise. It can, for example, be used as a heat map to identify areas of investment. In some cases, a resource map may also show relationships between resources and the capabilities they are assigned to.
+
+
Stakeholders:
+
Business managers, enterprise and business architects
+
+
Concerns:
+
Architecture strategy and tactics, motivation
+
+
Purpose:
+
Designing, deciding
+
+
Scope:
+
Strategy
+
+
\ No newline at end of file
diff --git a/hints/vp_service_realization.html b/hints/vp_service_realization.html
new file mode 100644
index 00000000..6255f10f
--- /dev/null
+++ b/hints/vp_service_realization.html
@@ -0,0 +1,24 @@
+
+
+
+
+
+ Service Realization Viewpoint
+
+
+
+
The Service Realization viewpoint is used to show how one or more business services are realized by the underlying processes (and sometimes by application components). Thus, it forms the bridge between the business products viewpoint and the business process view. It provides a "view from the outside" on one or more business processes.
+
+
Stakeholders:
+
Process and domain architects, product and operational managers
+
+
Concerns:
+
Added-value of business processes, consistency and completeness, responsibilities
+
+
Purpose:
+
Designing, deciding
+
+
Scope:
+
Multiple layer/Multiple aspect
+
+
\ No newline at end of file
diff --git a/hints/vp_stakeholder.html b/hints/vp_stakeholder.html
new file mode 100644
index 00000000..3530e217
--- /dev/null
+++ b/hints/vp_stakeholder.html
@@ -0,0 +1,24 @@
+
+
+
+
+
+ Stakeholder Viewpoint
+
+
+
+
The Stakeholder viewpoint allows the analyst to model the stakeholders, the internal and external drivers for change, and the assessments (in terms of strengths, weaknesses, opportunities, and threats) of these drivers. Also, the links to the initial (high-level) goals that address these concerns and assessments may be described. These goals form the basis for the requirements engineering process, including goal refinement, contribution and conflict analysis, and the derivation of requirements that realize the goals.
+
+
Stakeholders:
+
Stakeholders, business managers, enterprise and ICT architects, business analysts, requirements managers
+
+
Concerns:
+
Architecture mission and strategy, motivation
+
+
Purpose:
+
Designing, deciding, informing
+
+
Scope:
+
Motivation
+
+
\ No newline at end of file
diff --git a/hints/vp_strategy.html b/hints/vp_strategy.html
new file mode 100644
index 00000000..36fe1cdc
--- /dev/null
+++ b/hints/vp_strategy.html
@@ -0,0 +1,24 @@
+
+
+
+
+
+ Strategy Viewpoint
+
+
+
+
The Strategy viewpoint allows the business architect to model a high-level, strategic overview of the strategies (courses of action) of the enterprise, the capabilities and resources supporting those, and the envisaged outcomes.
+
+
Stakeholders:
+
CxOs, business managers, enterprise and business architects
+
+
Concerns:
+
Strategy development
+
+
Purpose:
+
Designing, deciding
+
+
Scope:
+
Strategy
+
+
\ No newline at end of file
diff --git a/hints/vp_technology.html b/hints/vp_technology.html
new file mode 100644
index 00000000..0152b85c
--- /dev/null
+++ b/hints/vp_technology.html
@@ -0,0 +1,24 @@
+
+
+
+
+
+ Technology Viewpoint
+
+
+
+
The Technology viewpoint contains the software and hardware technology elements supporting the Application Layer, such as physical devices, networks, or system software (e.g., operating systems, databases, and middleware).
+
+
Stakeholders:
+
Infrastructure architects, operational managers
+
+
Concerns:
+
Stability, security, dependencies, costs of the infrastructure
+
+
Purpose:
+
Designing
+
+
Scope:
+
Single layer/Multiple aspect
+
+
\ No newline at end of file
diff --git a/hints/vp_technology_usage.html b/hints/vp_technology_usage.html
new file mode 100644
index 00000000..471c0ae8
--- /dev/null
+++ b/hints/vp_technology_usage.html
@@ -0,0 +1,24 @@
+
+
+
+
+
+ Technology Usage Viewpoint
+
+
+
+
The Technology Usage viewpoint shows how applications are supported by the software and hardware technology: the technology services are delivered by the devices; system software and networks are provided to the applications. This viewpoint plays an important role in the analysis of performance and scalability, since it relates the physical infrastructure to the logical world of applications. It is very useful in determining the performance and quality requirements on the infrastructure based on the demands of the various applications that use it.
+
+
\ No newline at end of file
diff --git a/hints/vp_value_stream.html b/hints/vp_value_stream.html
new file mode 100644
index 00000000..97b87f81
--- /dev/null
+++ b/hints/vp_value_stream.html
@@ -0,0 +1,24 @@
+
+
+
+
+
+ Value Stream Viewpoint
+
+
+
+
The Value Stream viewpoint allows the Business Architect to create a structured overview of a value stream, the capabilities supporting the stages in that value stream, the value created, and the stakeholders involved.
+
+
Stakeholders:
+
Business managers, enterprise and business architects
+
+
Concerns:
+
Architecture strategy and tactics, motivation
+
+
Purpose:
+
Designing, deciding
+
+
Scope:
+
Strategy
+
+
\ No newline at end of file
diff --git a/hints/workpackage.html b/hints/workpackage.html
new file mode 100644
index 00000000..cd6767de
--- /dev/null
+++ b/hints/workpackage.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Work Package
+
+
+
+
A Work Package represents a series of actions identified and designed to achieve specific results within specified time and resource constraints.
+
+
Category:
+
Implementation and Migration
+
+
Examples:
+
"Program to sustain implementation", "Project to secure funding", "Project for CRM system integration"
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-0092f4a169f440b399219b6f046cfb5b.html b/id-3466983937ea448bac822055acd8324c/elements/id-0092f4a169f440b399219b6f046cfb5b.html
new file mode 100644
index 00000000..d09dcf55
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-0092f4a169f440b399219b6f046cfb5b.html
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-02c390615a6148c4bf25583e791a5b54.html b/id-3466983937ea448bac822055acd8324c/elements/id-02c390615a6148c4bf25583e791a5b54.html
new file mode 100644
index 00000000..ef2a9a8f
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-02c390615a6148c4bf25583e791a5b54.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Конфликт интересов сертификационных организаций, финансирование которых находится в зависимости от количества претендентов и проданных курсов подготовки.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Конфликт интересов сертификационных организаций, финансирование которых находится в зависимости от количества претендентов и проданных курсов подготовки.
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-02f612ec3d1c4d86b758b41b0bee5c21.html b/id-3466983937ea448bac822055acd8324c/elements/id-02f612ec3d1c4d86b758b41b0bee5c21.html
new file mode 100644
index 00000000..16f73257
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-02f612ec3d1c4d86b758b41b0bee5c21.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-0732addd74d949738e5f9ec6c4d5a3ab.html b/id-3466983937ea448bac822055acd8324c/elements/id-0732addd74d949738e5f9ec6c4d5a3ab.html
new file mode 100644
index 00000000..7726a469
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-0732addd74d949738e5f9ec6c4d5a3ab.html
@@ -0,0 +1,68 @@
+
+
+
+
+ рекомендуемая трудоемкость одного артефакта на каждого его исполнителя должна составлять от 20 до 80 часов; маленькие артефакты рекомендуется группировать, большие - декомпозировать;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ рекомендуемая трудоемкость одного артефакта на каждого его исполнителя должна составлять от 20 до 80 часов; маленькие артефакты рекомендуется группировать, большие - декомпозировать;
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-073c8d0c43ed48d68c93ae9d0f7917df.html b/id-3466983937ea448bac822055acd8324c/elements/id-073c8d0c43ed48d68c93ae9d0f7917df.html
new file mode 100644
index 00000000..03276a0f
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-073c8d0c43ed48d68c93ae9d0f7917df.html
@@ -0,0 +1,68 @@
+
+
+
+
+ PendingArtifacts
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PendingArtifacts
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-0790a4a21074415ca69df4c7aeae2651.html b/id-3466983937ea448bac822055acd8324c/elements/id-0790a4a21074415ca69df4c7aeae2651.html
new file mode 100644
index 00000000..c56e889e
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-0790a4a21074415ca69df4c7aeae2651.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Artifact
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Artifact
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-08db43874403436c8a16980f443f983a.html b/id-3466983937ea448bac822055acd8324c/elements/id-08db43874403436c8a16980f443f983a.html
new file mode 100644
index 00000000..8c591437
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-08db43874403436c8a16980f443f983a.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Артефакты должны классифицироваться по компетенциям
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Артефакты должны классифицироваться по компетенциям
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-0a75db2e954e4490b382e932e720d790.html b/id-3466983937ea448bac822055acd8324c/elements/id-0a75db2e954e4490b382e932e720d790.html
new file mode 100644
index 00000000..fda05d04
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-0a75db2e954e4490b382e932e720d790.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Junction
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Junction
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-0bc2525a61884bd28abfe7815d8e35a4.html b/id-3466983937ea448bac822055acd8324c/elements/id-0bc2525a61884bd28abfe7815d8e35a4.html
new file mode 100644
index 00000000..858e0ab2
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-0bc2525a61884bd28abfe7815d8e35a4.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-28461aa67ad24be8b3d19df230fd88ac.html b/id-3466983937ea448bac822055acd8324c/elements/id-28461aa67ad24be8b3d19df230fd88ac.html
new file mode 100644
index 00000000..fa45b416
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-28461aa67ad24be8b3d19df230fd88ac.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Любой эталон является планкой (барьером), очерчивающей горизонт развития. Взятие планки останавливает развитие, а не стимулирует. Это неприемлемо для таких наукоемких и постоянно эволюционирующих отраслей, как ИТ.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Любой эталон является планкой (барьером), очерчивающей горизонт развития. Взятие планки останавливает развитие, а не стимулирует. Это неприемлемо для таких наукоемких и постоянно эволюционирующих отраслей, как ИТ.
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-2861b0939f6447ec8dc205d32decf113.html b/id-3466983937ea448bac822055acd8324c/elements/id-2861b0939f6447ec8dc205d32decf113.html
new file mode 100644
index 00000000..d1837959
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-2861b0939f6447ec8dc205d32decf113.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-2926bd5da7e448679fdc61bdd67cd598.html b/id-3466983937ea448bac822055acd8324c/elements/id-2926bd5da7e448679fdc61bdd67cd598.html
new file mode 100644
index 00000000..083d6279
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-2926bd5da7e448679fdc61bdd67cd598.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Системы тестирования зачастую обросли шпаргалками, которые специалист может выучить за один-два вечера.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Системы тестирования зачастую обросли шпаргалками, которые специалист может выучить за один-два вечера.
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-296d95cdfe324342b1f7dc565ef2bac7.html b/id-3466983937ea448bac822055acd8324c/elements/id-296d95cdfe324342b1f7dc565ef2bac7.html
new file mode 100644
index 00000000..8aad6d0d
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-296d95cdfe324342b1f7dc565ef2bac7.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Стесненностью ресурсов времени практикующих специалистов на освоение информации
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Стесненностью ресурсов времени практикующих специалистов на освоение информации
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-296f074908f94f508ba54a1856ca5842.html b/id-3466983937ea448bac822055acd8324c/elements/id-296f074908f94f508ba54a1856ca5842.html
new file mode 100644
index 00000000..0210ed0d
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-296f074908f94f508ba54a1856ca5842.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-29dd9e8248854daca69ce8603464cac0.html b/id-3466983937ea448bac822055acd8324c/elements/id-29dd9e8248854daca69ce8603464cac0.html
new file mode 100644
index 00000000..4c15a9d5
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-29dd9e8248854daca69ce8603464cac0.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Самообразование и обретение опыта требуют затрат времени, поэтому грамотные специалисты стеснены в свободным времени, что зачастую приводит к гегемонии бескомпетентности в информационном пространстве экспертных сообществ - от этого страдает большинство технических пабликов.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Самообразование и обретение опыта требуют затрат времени, поэтому грамотные специалисты стеснены в свободным времени, что зачастую приводит к гегемонии бескомпетентности в информационном пространстве экспертных сообществ - от этого страдает большинство технических пабликов.
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-29ebc43337684d8cb22a492ec6992f43.html b/id-3466983937ea448bac822055acd8324c/elements/id-29ebc43337684d8cb22a492ec6992f43.html
new file mode 100644
index 00000000..76646178
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-29ebc43337684d8cb22a492ec6992f43.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-2a74ca8221fe4e0c858dae805eca5599.html b/id-3466983937ea448bac822055acd8324c/elements/id-2a74ca8221fe4e0c858dae805eca5599.html
new file mode 100644
index 00000000..f9bf1ce9
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-2a74ca8221fe4e0c858dae805eca5599.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Тестирование не отражает ни широты, на глубины знаний, ни способности специалиста применять эти знания на практике.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Тестирование не отражает ни широты, на глубины знаний, ни способности специалиста применять эти знания на практике.
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-2b14e6bd15254abe93fd47d6cd078338.html b/id-3466983937ea448bac822055acd8324c/elements/id-2b14e6bd15254abe93fd47d6cd078338.html
new file mode 100644
index 00000000..528db2ce
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-2b14e6bd15254abe93fd47d6cd078338.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-3832fa5628dd439eb7706a52740ecfee.html b/id-3466983937ea448bac822055acd8324c/elements/id-3832fa5628dd439eb7706a52740ecfee.html
new file mode 100644
index 00000000..07dbd2c9
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-3832fa5628dd439eb7706a52740ecfee.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Квалифицировать должно лицо, обладающее способностями объективной квалификации, т.е. квалифицировать должен специалист с известным/подтвержденным уровнем квалификации не ниже уровня квалифицируемого, а не заказчик.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Квалифицировать должно лицо, обладающее способностями объективной квалификации, т.е. квалифицировать должен специалист с известным/подтвержденным уровнем квалификации не ниже уровня квалифицируемого, а не заказчик.
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-38e5348b77c4423f83109e07eadc53c4.html b/id-3466983937ea448bac822055acd8324c/elements/id-38e5348b77c4423f83109e07eadc53c4.html
new file mode 100644
index 00000000..ab7b466b
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-38e5348b77c4423f83109e07eadc53c4.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-40b137a8feac4642beff244ba5d01c18.html b/id-3466983937ea448bac822055acd8324c/elements/id-40b137a8feac4642beff244ba5d01c18.html
new file mode 100644
index 00000000..9b8e262e
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-40b137a8feac4642beff244ba5d01c18.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Высокая стоимость внемения изменения в реализацию
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Высокая стоимость внемения изменения в реализацию
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-4186610940b741adadce9509f7ce1631.html b/id-3466983937ea448bac822055acd8324c/elements/id-4186610940b741adadce9509f7ce1631.html
new file mode 100644
index 00000000..34ff6573
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-4186610940b741adadce9509f7ce1631.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Система рейтингов подрядных бирж отражает не уровень квалификации, а уровень лояльности исполнителя, ибо если бы заказчик был способен оценить компетентность, то он не обращался бы за этой компетентностью на биржу.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Система рейтингов подрядных бирж отражает не уровень квалификации, а уровень лояльности исполнителя, ибо если бы заказчик был способен оценить компетентность, то он не обращался бы за этой компетентностью на биржу.
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-419e526fba7c4a468452a48816c8b06e.html b/id-3466983937ea448bac822055acd8324c/elements/id-419e526fba7c4a468452a48816c8b06e.html
new file mode 100644
index 00000000..5e79f4fd
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-419e526fba7c4a468452a48816c8b06e.html
@@ -0,0 +1,68 @@
+
+
+
+
+ AcceptArtifact
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AcceptArtifact
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-41d99b03a95041138679e16536e2eca3.html b/id-3466983937ea448bac822055acd8324c/elements/id-41d99b03a95041138679e16536e2eca3.html
new file mode 100644
index 00000000..8249c0b3
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-41d99b03a95041138679e16536e2eca3.html
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-53af985fba3444189f8e69c10c2b4c81.html b/id-3466983937ea448bac822055acd8324c/elements/id-53af985fba3444189f8e69c10c2b4c81.html
new file mode 100644
index 00000000..ea817d23
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-53af985fba3444189f8e69c10c2b4c81.html
@@ -0,0 +1,68 @@
+
+
+
+
+ вклад и квалификация члена Организации оцениваются одновременно и неразрывно, как и неразрывны теория с практикой; вклад не обязан быть кем-то оцененным, если он не отражает квалификацию исполнителя в виде конкретной ценности для достижения уставных целей Организации, а без практического вклада оценить отдельно квалификацию система тоже не позволяет; рекомендация означает признание экспертности члена Организации, выраженной на примере конкретного практического опыта, другими членами Организации.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ вклад и квалификация члена Организации оцениваются одновременно и неразрывно, как и неразрывны теория с практикой; вклад не обязан быть кем-то оцененным, если он не отражает квалификацию исполнителя в виде конкретной ценности для достижения уставных целей Организации, а без практического вклада оценить отдельно квалификацию система тоже не позволяет; рекомендация означает признание экспертности члена Организации, выраженной на примере конкретного практического опыта, другими членами Организации.
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-546bdf06d0fb4bc191e3727318a5ed7b.html b/id-3466983937ea448bac822055acd8324c/elements/id-546bdf06d0fb4bc191e3727318a5ed7b.html
new file mode 100644
index 00000000..fee4064f
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-546bdf06d0fb4bc191e3727318a5ed7b.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-54a8f7db6bde49b68665fcef3ed0191d.html b/id-3466983937ea448bac822055acd8324c/elements/id-54a8f7db6bde49b68665fcef3ed0191d.html
new file mode 100644
index 00000000..74e5d0c7
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-54a8f7db6bde49b68665fcef3ed0191d.html
@@ -0,0 +1,68 @@
+
+
+
+
+ В экспертные сообщества нередко обращаются за услугами консалтинга
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ В экспертные сообщества нередко обращаются за услугами консалтинга
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-552982eaf66d4468869fe9ca67f1adef.html b/id-3466983937ea448bac822055acd8324c/elements/id-552982eaf66d4468869fe9ca67f1adef.html
new file mode 100644
index 00000000..e95e6380
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-552982eaf66d4468869fe9ca67f1adef.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Конкуренция сертификационных организаций склоняет их к достижению рыночной гегемонии путем формирования приоритета на количество выпущенных сертификатов в ущерб качеству.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Конкуренция сертификационных организаций склоняет их к достижению рыночной гегемонии путем формирования приоритета на количество выпущенных сертификатов в ущерб качеству.
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-55f970aae8df44a5bcbec94633bcabce.html b/id-3466983937ea448bac822055acd8324c/elements/id-55f970aae8df44a5bcbec94633bcabce.html
new file mode 100644
index 00000000..672fc0bf
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-55f970aae8df44a5bcbec94633bcabce.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-56c8eb5cbff64b4dbd72afbab469b9a2.html b/id-3466983937ea448bac822055acd8324c/elements/id-56c8eb5cbff64b4dbd72afbab469b9a2.html
new file mode 100644
index 00000000..c0820ab3
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-56c8eb5cbff64b4dbd72afbab469b9a2.html
@@ -0,0 +1,68 @@
+
+
+
+
+ В процессе конструирования кода, 91% времени (в лучшем случае) занимает именно чтение кода и борьба со сложностью (каждым разработчиком постоянно), и только 9% времени (1:10) занимает ввод символов с клавиатуры (одним разработчиком единократно)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ В процессе конструирования кода, 91% времени (в лучшем случае) занимает именно чтение кода и борьба со сложностью (каждым разработчиком постоянно), и только 9% времени (1:10) занимает ввод символов с клавиатуры (одним разработчиком единократно)
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-58f448c269214371828eb1fda96ec377.html b/id-3466983937ea448bac822055acd8324c/elements/id-58f448c269214371828eb1fda96ec377.html
new file mode 100644
index 00000000..4cd90985
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-58f448c269214371828eb1fda96ec377.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-5ab1cd6a1b3d403c92ed46559b93e5bf.html b/id-3466983937ea448bac822055acd8324c/elements/id-5ab1cd6a1b3d403c92ed46559b93e5bf.html
new file mode 100644
index 00000000..f65eb9b0
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-5ab1cd6a1b3d403c92ed46559b93e5bf.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Требуемые количества рекомендаций по квалификационным классам: эксперт - 20 рекомендаций Экспертов; кандидат в эксперты - 10 рекомендаций Кандидатов в эксперты; 1 класс - 7 рекомендаций 1-го класса; 2 класс - 5 рекомендаций 2-го класса; 3 класс - 3 рекомендации 3-го класса; без класса - по умолчанию.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Требуемые количества рекомендаций по квалификационным классам: эксперт - 20 рекомендаций Экспертов; кандидат в эксперты - 10 рекомендаций Кандидатов в эксперты; 1 класс - 7 рекомендаций 1-го класса; 2 класс - 5 рекомендаций 2-го класса; 3 класс - 3 рекомендации 3-го класса; без класса - по умолчанию.
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-5afa83a6b1224b11b8326774aa3a0aae.html b/id-3466983937ea448bac822055acd8324c/elements/id-5afa83a6b1224b11b8326774aa3a0aae.html
new file mode 100644
index 00000000..05b80b7e
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-5afa83a6b1224b11b8326774aa3a0aae.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Endorser
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Endorser
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-5b8ed98d6f6d4c8da5911428d6ce5a6d.html b/id-3466983937ea448bac822055acd8324c/elements/id-5b8ed98d6f6d4c8da5911428d6ce5a6d.html
new file mode 100644
index 00000000..66917249
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-5b8ed98d6f6d4c8da5911428d6ce5a6d.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-678fdd4114144108b1cf2fbc5cf2afed.html b/id-3466983937ea448bac822055acd8324c/elements/id-678fdd4114144108b1cf2fbc5cf2afed.html
new file mode 100644
index 00000000..302a9706
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-678fdd4114144108b1cf2fbc5cf2afed.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Обеспечить представление об уровне квалификации участников
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Обеспечить представление об уровне квалификации участников
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-6848c758b6d74d6c9eb7235eeaf45f2c.html b/id-3466983937ea448bac822055acd8324c/elements/id-6848c758b6d74d6c9eb7235eeaf45f2c.html
new file mode 100644
index 00000000..c40972db
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-6848c758b6d74d6c9eb7235eeaf45f2c.html
@@ -0,0 +1,68 @@
+
+
+
+
+ CompleteEndorsement
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ CompleteEndorsement
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-686c5203db2549a6808797a1a625a04d.html b/id-3466983937ea448bac822055acd8324c/elements/id-686c5203db2549a6808797a1a625a04d.html
new file mode 100644
index 00000000..68ff4950
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-686c5203db2549a6808797a1a625a04d.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-6aa68ff1590743aba27aded5e94c10e9.html b/id-3466983937ea448bac822055acd8324c/elements/id-6aa68ff1590743aba27aded5e94c10e9.html
new file mode 100644
index 00000000..867d7377
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-6aa68ff1590743aba27aded5e94c10e9.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Наличие эталона подразумевает монополию на компетентность, что вызывает вопрос доверия к ней. Нередко экзаменуемый демонстрирует большую компетентностью, нежели экзаменатор, что ограничивает развитие остальных уровнем экзаменатора.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Наличие эталона подразумевает монополию на компетентность, что вызывает вопрос доверия к ней. Нередко экзаменуемый демонстрирует большую компетентностью, нежели экзаменатор, что ограничивает развитие остальных уровнем экзаменатора.
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-6b162f46b0294dbf8e37446ad3f52830.html b/id-3466983937ea448bac822055acd8324c/elements/id-6b162f46b0294dbf8e37446ad3f52830.html
new file mode 100644
index 00000000..dfea8d29
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-6b162f46b0294dbf8e37446ad3f52830.html
@@ -0,0 +1,68 @@
+
+
+
+
+ ReleaseEndorsement
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ReleaseEndorsement
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-6c72c3798b614ea2a5e5a8290d7e3371.html b/id-3466983937ea448bac822055acd8324c/elements/id-6c72c3798b614ea2a5e5a8290d7e3371.html
new file mode 100644
index 00000000..00d97914
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-6c72c3798b614ea2a5e5a8290d7e3371.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Консалтинг
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Консалтинг
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-6ccd07c40a224a7dac887ab17b1e81da.html b/id-3466983937ea448bac822055acd8324c/elements/id-6ccd07c40a224a7dac887ab17b1e81da.html
new file mode 100644
index 00000000..ed0a8be8
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-6ccd07c40a224a7dac887ab17b1e81da.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-6f36345b209e458983c4846cd6ea7463.html b/id-3466983937ea448bac822055acd8324c/elements/id-6f36345b209e458983c4846cd6ea7463.html
new file mode 100644
index 00000000..1c6fb892
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-6f36345b209e458983c4846cd6ea7463.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Стимулировать развитие участников
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Стимулировать развитие участников
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-7108b009146541d1b42a1578e10a7c77.html b/id-3466983937ea448bac822055acd8324c/elements/id-7108b009146541d1b42a1578e10a7c77.html
new file mode 100644
index 00000000..9f6084bd
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-7108b009146541d1b42a1578e10a7c77.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Грамотные специалисты не всегда спешат ввязываться во флейм с малограмотными оппонентами. Зачастую это приводит к их демотивации и самоустранению из пабликов.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Грамотные специалисты не всегда спешат ввязываться во флейм с малограмотными оппонентами. Зачастую это приводит к их демотивации и самоустранению из пабликов.
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-7161d26f2fe1405e865d18da8498a288.html b/id-3466983937ea448bac822055acd8324c/elements/id-7161d26f2fe1405e865d18da8498a288.html
new file mode 100644
index 00000000..67cbb51f
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-7161d26f2fe1405e865d18da8498a288.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-741bc21ef4134680a4ef632bf35f71c5.html b/id-3466983937ea448bac822055acd8324c/elements/id-741bc21ef4134680a4ef632bf35f71c5.html
new file mode 100644
index 00000000..ab6436bd
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-741bc21ef4134680a4ef632bf35f71c5.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Обеспечить квалификационную классификацию на основе хорошо зарекомендовавшего себя на практике алгоритма спортивной разрядности, где уровень мастерства спортсмена определяется относительно известного (т.е. доказанного) уровня мастерства других спортсменов.Т.е., по сути, методом сравнительного анализа.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Обеспечить квалификационную классификацию на основе хорошо зарекомендовавшего себя на практике алгоритма спортивной разрядности, где уровень мастерства спортсмена определяется относительно известного (т.е. доказанного) уровня мастерства других спортсменов.Т.е., по сути, методом сравнительного анализа.
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-74548b3f0a694bef849c75895f9d1709.html b/id-3466983937ea448bac822055acd8324c/elements/id-74548b3f0a694bef849c75895f9d1709.html
new file mode 100644
index 00000000..058d0f3b
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-74548b3f0a694bef849c75895f9d1709.html
@@ -0,0 +1,68 @@
+
+
+
+
+ RecentArtifacts
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ RecentArtifacts
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-74f8ddc62e0e49469dd538835860801a.html b/id-3466983937ea448bac822055acd8324c/elements/id-74f8ddc62e0e49469dd538835860801a.html
new file mode 100644
index 00000000..0082c4b9
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-74f8ddc62e0e49469dd538835860801a.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Основанием для каждой рекомендации должен служить факт конкретного вклада участника в достижение целей Организации.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Основанием для каждой рекомендации должен служить факт конкретного вклада участника в достижение целей Организации.
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-752dbdf5e93f4767b47e8e63d8436431.html b/id-3466983937ea448bac822055acd8324c/elements/id-752dbdf5e93f4767b47e8e63d8436431.html
new file mode 100644
index 00000000..f01a7805
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-752dbdf5e93f4767b47e8e63d8436431.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-7d394350e33c4b7eb34cd8790e3cbcee.html b/id-3466983937ea448bac822055acd8324c/elements/id-7d394350e33c4b7eb34cd8790e3cbcee.html
new file mode 100644
index 00000000..4162f196
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-7d394350e33c4b7eb34cd8790e3cbcee.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Работодатели
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Работодатели
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-7f8180c187754a54a74c1c69516fadef.html b/id-3466983937ea448bac822055acd8324c/elements/id-7f8180c187754a54a74c1c69516fadef.html
new file mode 100644
index 00000000..6a625e44
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-7f8180c187754a54a74c1c69516fadef.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Рассматриваемый единовременно уровень сложности (Coupling) должен быть меньше ограничения краткосрочной памяти человека (З-н магического числа 7 ± 2).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Рассматриваемый единовременно уровень сложности (Coupling) должен быть меньше ограничения краткосрочной памяти человека (З-н магического числа 7 ± 2).
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-810b39ce9b2d4c5992e3b5ae09b98b11.html b/id-3466983937ea448bac822055acd8324c/elements/id-810b39ce9b2d4c5992e3b5ae09b98b11.html
new file mode 100644
index 00000000..676d1432
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-810b39ce9b2d4c5992e3b5ae09b98b11.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Количество голосов, требуемых для блокирования участника, должно учитывать уровень его квалификации.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Количество голосов, требуемых для блокирования участника, должно учитывать уровень его квалификации.
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-81ba7e0770a34604a8c1178ccedba14d.html b/id-3466983937ea448bac822055acd8324c/elements/id-81ba7e0770a34604a8c1178ccedba14d.html
new file mode 100644
index 00000000..265c0c3f
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-81ba7e0770a34604a8c1178ccedba14d.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-87bf380c7fea4c85a38fb8120b43995a.html b/id-3466983937ea448bac822055acd8324c/elements/id-87bf380c7fea4c85a38fb8120b43995a.html
new file mode 100644
index 00000000..c2e10019
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-87bf380c7fea4c85a38fb8120b43995a.html
@@ -0,0 +1,68 @@
+
+
+
+
+ @banofbot может быть использован для атаки против ценных участников сообщества и необратимого уничтожения их информации в паблике.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ @banofbot может быть использован для атаки против ценных участников сообщества и необратимого уничтожения их информации в паблике.
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-87d4c431ee0e469fa3d2a79ef6964bb8.html b/id-3466983937ea448bac822055acd8324c/elements/id-87d4c431ee0e469fa3d2a79ef6964bb8.html
new file mode 100644
index 00000000..50a267fd
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-87d4c431ee0e469fa3d2a79ef6964bb8.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Ухудшение внутреннего качества программы
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ухудшение внутреннего качества программы
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-883196bccaa44c889ad79ea61f111463.html b/id-3466983937ea448bac822055acd8324c/elements/id-883196bccaa44c889ad79ea61f111463.html
new file mode 100644
index 00000000..417355f5
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-883196bccaa44c889ad79ea61f111463.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Уровень зарплаты специалиста зачастую не коррелирует с реальным уровнем квалификации
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Уровень зарплаты специалиста зачастую не коррелирует с реальным уровнем квалификации
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-8a6545ad66f7493abf713f2307ead067.html b/id-3466983937ea448bac822055acd8324c/elements/id-8a6545ad66f7493abf713f2307ead067.html
new file mode 100644
index 00000000..c7c1628f
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-8a6545ad66f7493abf713f2307ead067.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Многие системы тестирования слабо защищены технически от обмана (например, допускают вмешательство в работу JavaScript кода web-страницы).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Многие системы тестирования слабо защищены технически от обмана (например, допускают вмешательство в работу JavaScript кода web-страницы).
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-8c54bf0b0b504906bd6fbca93e6a4e63.html b/id-3466983937ea448bac822055acd8324c/elements/id-8c54bf0b0b504906bd6fbca93e6a4e63.html
new file mode 100644
index 00000000..74280630
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-8c54bf0b0b504906bd6fbca93e6a4e63.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-95d08c78ac494257b8bbfdc3c19afdb8.html b/id-3466983937ea448bac822055acd8324c/elements/id-95d08c78ac494257b8bbfdc3c19afdb8.html
new file mode 100644
index 00000000..3f0e2457
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-95d08c78ac494257b8bbfdc3c19afdb8.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Обеспечить максимальную полноту передачи (на основе принципа соразмерности) экспертности своих участников в представлениях экспертно-рекомендательных органов Организации.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Обеспечить максимальную полноту передачи (на основе принципа соразмерности) экспертности своих участников в представлениях экспертно-рекомендательных органов Организации.
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-96a02c8ab643492bac640057850feb37.html b/id-3466983937ea448bac822055acd8324c/elements/id-96a02c8ab643492bac640057850feb37.html
new file mode 100644
index 00000000..edf6c466
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-96a02c8ab643492bac640057850feb37.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-a3a212bcf0bb464aa99f02260cdbde51.html b/id-3466983937ea448bac822055acd8324c/elements/id-a3a212bcf0bb464aa99f02260cdbde51.html
new file mode 100644
index 00000000..f95e8d31
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-a3a212bcf0bb464aa99f02260cdbde51.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Компенсировать зависимость исполнителя от оценки заказчика (на краткосрочном горизонте) введением зависимости от перспектив (на долгосрочном горизонте).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Компенсировать зависимость исполнителя от оценки заказчика (на краткосрочном горизонте) введением зависимости от перспектив (на долгосрочном горизонте).
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-a3c13e86510b4c038c4039d62fe16622.html b/id-3466983937ea448bac822055acd8324c/elements/id-a3c13e86510b4c038c4039d62fe16622.html
new file mode 100644
index 00000000..82cf5f26
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-a3c13e86510b4c038c4039d62fe16622.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Удовлетворение квалификационного голода малых компаний на основе нерегулярной частичной форме занятости высококвалифицированных специалистов (консалтинг).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Удовлетворение квалификационного голода малых компаний на основе нерегулярной частичной форме занятости высококвалифицированных специалистов (консалтинг).
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-a4108a4b9e554f47af524e893d43cdb0.html b/id-3466983937ea448bac822055acd8324c/elements/id-a4108a4b9e554f47af524e893d43cdb0.html
new file mode 100644
index 00000000..57352998
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-a4108a4b9e554f47af524e893d43cdb0.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-a86e7d836b2947d88b4e66c58c93e8f4.html b/id-3466983937ea448bac822055acd8324c/elements/id-a86e7d836b2947d88b4e66c58c93e8f4.html
new file mode 100644
index 00000000..39e6b4fd
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-a86e7d836b2947d88b4e66c58c93e8f4.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Адресовать запросы в первую очередь к участникам, обладающим наивысшим уровнем экспертности, выраженной конкретным опытом, ценность которого подтверждена другими членами организации.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Адресовать запросы в первую очередь к участникам, обладающим наивысшим уровнем экспертности, выраженной конкретным опытом, ценность которого подтверждена другими членами организации.
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-a8a53a3cd48e494abe8bbed94d45eac0.html b/id-3466983937ea448bac822055acd8324c/elements/id-a8a53a3cd48e494abe8bbed94d45eac0.html
new file mode 100644
index 00000000..9c9236ee
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-a8a53a3cd48e494abe8bbed94d45eac0.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-a8cc376f152d426b953d068a441549b1.html b/id-3466983937ea448bac822055acd8324c/elements/id-a8cc376f152d426b953d068a441549b1.html
new file mode 100644
index 00000000..9ed68ad8
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-a8cc376f152d426b953d068a441549b1.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Наделить высококвалифицированных специалистов мерами административного воздействия, например, предоставить право установления временного запрета на публикацию сообщений в тг-канале.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Наделить высококвалифицированных специалистов мерами административного воздействия, например, предоставить право установления временного запрета на публикацию сообщений в тг-канале.
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-a92e78c0a8af400dafb8e6f50e35f739.html b/id-3466983937ea448bac822055acd8324c/elements/id-a92e78c0a8af400dafb8e6f50e35f739.html
new file mode 100644
index 00000000..29627dad
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-a92e78c0a8af400dafb8e6f50e35f739.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-ab7e90c823564eb9a5d42be078f140e1.html b/id-3466983937ea448bac822055acd8324c/elements/id-ab7e90c823564eb9a5d42be078f140e1.html
new file mode 100644
index 00000000..bab4e099
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-ab7e90c823564eb9a5d42be078f140e1.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Каждый участник может отдать 20 рекомендаций (признаний) в год в пользу других участников.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Каждый участник может отдать 20 рекомендаций (признаний) в год в пользу других участников.
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-abb70b1e7edc488da3a2b8abbd3e13be.html b/id-3466983937ea448bac822055acd8324c/elements/id-abb70b1e7edc488da3a2b8abbd3e13be.html
new file mode 100644
index 00000000..01b3e53b
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-abb70b1e7edc488da3a2b8abbd3e13be.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-ac4410e616184a3ca9547cf6113a7872.html b/id-3466983937ea448bac822055acd8324c/elements/id-ac4410e616184a3ca9547cf6113a7872.html
new file mode 100644
index 00000000..803997b4
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-ac4410e616184a3ca9547cf6113a7872.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Одна рекомендация от участника претендуемого (или более высокого) квалификационного класса равноценна двум рекомендациям от участников текущего квалификационного класса.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Одна рекомендация от участника претендуемого (или более высокого) квалификационного класса равноценна двум рекомендациям от участников текущего квалификационного класса.
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-ad529df09e0d427e8161e4d24e31b0d2.html b/id-3466983937ea448bac822055acd8324c/elements/id-ad529df09e0d427e8161e4d24e31b0d2.html
new file mode 100644
index 00000000..a2796144
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-ad529df09e0d427e8161e4d24e31b0d2.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Низкая эффективность грейдов на основе матриц компетентности
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Низкая эффективность грейдов на основе матриц компетентности
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-ad841f0f368c4362bdccd58e6af0e0c7.html b/id-3466983937ea448bac822055acd8324c/elements/id-ad841f0f368c4362bdccd58e6af0e0c7.html
new file mode 100644
index 00000000..87b389c7
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-ad841f0f368c4362bdccd58e6af0e0c7.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Новичкам не всегда понятно кого слушать, т.к. у них не сформированы критерии оценки.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Новичкам не всегда понятно кого слушать, т.к. у них не сформированы критерии оценки.
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-af81f5a05532488f904804fa50c5e8f8.html b/id-3466983937ea448bac822055acd8324c/elements/id-af81f5a05532488f904804fa50c5e8f8.html
new file mode 100644
index 00000000..1d96be5a
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-af81f5a05532488f904804fa50c5e8f8.html
@@ -0,0 +1,68 @@
+
+
+
+
+ EndorsementReleased
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EndorsementReleased
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-b016a6bc09964399b2e524c517851cb5.html b/id-3466983937ea448bac822055acd8324c/elements/id-b016a6bc09964399b2e524c517851cb5.html
new file mode 100644
index 00000000..6b129d47
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-b016a6bc09964399b2e524c517851cb5.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Квалифицированные кадры не видят репутационной и карьерной привлекательности в вакансиях малых компаний на постоянной форме занятости (по причине повышенных финансовых рисков, невысокой карьерной целесообразности и недостаточной конкурентноспособности зарплат)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Квалифицированные кадры не видят репутационной и карьерной привлекательности в вакансиях малых компаний на постоянной форме занятости (по причине повышенных финансовых рисков, невысокой карьерной целесообразности и недостаточной конкурентноспособности зарплат)
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-b0ee763b8b4a42349632888db8b5c0fc.html b/id-3466983937ea448bac822055acd8324c/elements/id-b0ee763b8b4a42349632888db8b5c0fc.html
new file mode 100644
index 00000000..6d822fa9
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-b0ee763b8b4a42349632888db8b5c0fc.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-cdf470579d7e4156808644b2bb6868b9.html b/id-3466983937ea448bac822055acd8324c/elements/id-cdf470579d7e4156808644b2bb6868b9.html
new file mode 100644
index 00000000..7348e38e
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-cdf470579d7e4156808644b2bb6868b9.html
@@ -0,0 +1,71 @@
+
+
+
+
+ 💬 "There's a definite Dunning-Kruger effect for authors. The people who hold a ton of knowledge hesitate because they find their insights "obvious" or "nothing special". Then you have people who write a lot but do little real work that they could base their writing on..." -- Gregor Hohpe https://twitter.com/ghohpe/status/1332200805852606470?s=20
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ "There's a definite Dunning-Kruger effect for authors. The people who hold a ton of knowledge hesitate because they find their insights "obvious" or "nothing special". Then you have people who write a lot but do little real work that they could base their writing on..." -- Gregor Hohpe https://twitter.com/ghohpe/status/1332200805852606470?s=20
+
+
+ ()
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-d0f047c010f641089cbf3494ae164ceb.html b/id-3466983937ea448bac822055acd8324c/elements/id-d0f047c010f641089cbf3494ae164ceb.html
new file mode 100644
index 00000000..66c4f898
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-d0f047c010f641089cbf3494ae164ceb.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Традиционные методы голосования не позволяют в полной мере отразить отразить экспертность в рекомендациях добровольных совещательных органов
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Традиционные методы голосования не позволяют в полной мере отразить отразить экспертность в рекомендациях добровольных совещательных органов
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-d1a1cfcb5e6940989ae1a026c46f28c0.html b/id-3466983937ea448bac822055acd8324c/elements/id-d1a1cfcb5e6940989ae1a026c46f28c0.html
new file mode 100644
index 00000000..35026010
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-d1a1cfcb5e6940989ae1a026c46f28c0.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-e35f1de9c3c64960bc1a3eb2b9a2967b.html b/id-3466983937ea448bac822055acd8324c/elements/id-e35f1de9c3c64960bc1a3eb2b9a2967b.html
new file mode 100644
index 00000000..d488c8ff
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-e35f1de9c3c64960bc1a3eb2b9a2967b.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Разные участники организации обладают различным уровнем экспертности
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Разные участники организации обладают различным уровнем экспертности
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-e47866051f4e4f0b8baaaea39e601a55.html b/id-3466983937ea448bac822055acd8324c/elements/id-e47866051f4e4f0b8baaaea39e601a55.html
new file mode 100644
index 00000000..77273ee5
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-e47866051f4e4f0b8baaaea39e601a55.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-ede09441628349a3af6e32cb08d29b9e.html b/id-3466983937ea448bac822055acd8324c/elements/id-ede09441628349a3af6e32cb08d29b9e.html
new file mode 100644
index 00000000..215b3ab3
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-ede09441628349a3af6e32cb08d29b9e.html
@@ -0,0 +1,68 @@
+
+
+
+
+ представление нанимателю данных об уровне экспертности члена Организации (по его желанию), выраженного конкретным опытом, ценность которого подтверждена другими членами Организации
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ представление нанимателю данных об уровне экспертности члена Организации (по его желанию), выраженного конкретным опытом, ценность которого подтверждена другими членами Организации
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-ee1e7bc1a35c42f6beb5cc8c199cb3ea.html b/id-3466983937ea448bac822055acd8324c/elements/id-ee1e7bc1a35c42f6beb5cc8c199cb3ea.html
new file mode 100644
index 00000000..c251547f
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-ee1e7bc1a35c42f6beb5cc8c199cb3ea.html
@@ -0,0 +1,68 @@
+
+
+
+
+ предлагаемые артефакты могут проходить процедуру одобрения Комитетом Организации по его усмотрению.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ предлагаемые артефакты могут проходить процедуру одобрения Комитетом Организации по его усмотрению.
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/elements/id-ee767b6dc9b84afa81846d9900c6ef8e.html b/id-3466983937ea448bac822055acd8324c/elements/id-ee767b6dc9b84afa81846d9900c6ef8e.html
new file mode 100644
index 00000000..165cec58
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/elements/id-ee767b6dc9b84afa81846d9900c6ef8e.html
@@ -0,0 +1,68 @@
+
+
+
+
+ Максимизировать объективность квалифицирования
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/objects/id-248fc8c9a49b449fbce93fa401346bfb.html b/id-3466983937ea448bac822055acd8324c/objects/id-248fc8c9a49b449fbce93fa401346bfb.html
new file mode 100644
index 00000000..307723da
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/objects/id-248fc8c9a49b449fbce93fa401346bfb.html
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/objects/id-2c79c92e1d484932836ba2fc1cdd84c0.html b/id-3466983937ea448bac822055acd8324c/objects/id-2c79c92e1d484932836ba2fc1cdd84c0.html
new file mode 100644
index 00000000..307723da
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/objects/id-2c79c92e1d484932836ba2fc1cdd84c0.html
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/objects/id-2f4f888262844813b8a64d2eca584ff7.html b/id-3466983937ea448bac822055acd8324c/objects/id-2f4f888262844813b8a64d2eca584ff7.html
new file mode 100644
index 00000000..4d8eba22
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/objects/id-2f4f888262844813b8a64d2eca584ff7.html
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
specialistId: Specialist.id
+specialistVersion: int
+assignedGrade: int
+createdAt: datetime
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/objects/id-42bc421e2f734173828c2a950e4209a5.html b/id-3466983937ea448bac822055acd8324c/objects/id-42bc421e2f734173828c2a950e4209a5.html
new file mode 100644
index 00000000..9d5f6c67
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/objects/id-42bc421e2f734173828c2a950e4209a5.html
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
In this Context Map, relations can be:
+- Conformist: 2 teams in an upstream/downstream relationship. Upstream has no motivation to provide specific or new features for the downstream team. Downstream team doesn't put effort in translation.
+- Customer/Supplier: 2 teams in an upstream/downstream relationship. Upstream can succeed interdependently of the downstream team. Downstream priorities factor into upstream planning.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/objects/id-4508e1b4c93144508883958e748ae1e7.html b/id-3466983937ea448bac822055acd8324c/objects/id-4508e1b4c93144508883958e748ae1e7.html
new file mode 100644
index 00000000..307723da
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/objects/id-4508e1b4c93144508883958e748ae1e7.html
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/objects/id-45a0d5bacbaf4b53ab4057eb91df32da.html b/id-3466983937ea448bac822055acd8324c/objects/id-45a0d5bacbaf4b53ab4057eb91df32da.html
new file mode 100644
index 00000000..59d97c32
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/objects/id-45a0d5bacbaf4b53ab4057eb91df32da.html
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
id: {
+ tenantId: int
+ memberId: int
+}
+grade: int
+receivedEndorsements: []Endorsement
+assignments: []Assignment
+createdAt: datetime
+version: int
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/objects/id-4f23e4e9f43b4f2d80ec5599fc3ef7f0.html b/id-3466983937ea448bac822055acd8324c/objects/id-4f23e4e9f43b4f2d80ec5599fc3ef7f0.html
new file mode 100644
index 00000000..5d2cf7cc
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/objects/id-4f23e4e9f43b4f2d80ec5599fc3ef7f0.html
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Bounded Context
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/objects/id-533d870f4f224949b9a742b8639538a1.html b/id-3466983937ea448bac822055acd8324c/objects/id-533d870f4f224949b9a742b8639538a1.html
new file mode 100644
index 00000000..b3c547aa
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/objects/id-533d870f4f224949b9a742b8639538a1.html
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Aggregates from this Application/Bounded Context
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/objects/id-5e36213e4bf74b6b9f27fffac8f10b7c.html b/id-3466983937ea448bac822055acd8324c/objects/id-5e36213e4bf74b6b9f27fffac8f10b7c.html
new file mode 100644
index 00000000..181226ea
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/objects/id-5e36213e4bf74b6b9f27fffac8f10b7c.html
@@ -0,0 +1,76 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
endorserId: Endorser.id
+endorserGrade: int
+endorserVersion: int
+
+specialistId: Specialist.id
+specialistGrade: int
+specialistVersion: int
+
+artifactId: Artifact.id
+createdAt: datetime
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/objects/id-612370e7f4a94a989b73ce36689e96a0.html b/id-3466983937ea448bac822055acd8324c/objects/id-612370e7f4a94a989b73ce36689e96a0.html
new file mode 100644
index 00000000..307723da
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/objects/id-612370e7f4a94a989b73ce36689e96a0.html
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/objects/id-677f6abc91da48f58e7e535dd05a6703.html b/id-3466983937ea448bac822055acd8324c/objects/id-677f6abc91da48f58e7e535dd05a6703.html
new file mode 100644
index 00000000..2d94b6ea
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/objects/id-677f6abc91da48f58e7e535dd05a6703.html
@@ -0,0 +1,123 @@
+
+
+
+
+ LEGEND
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LEGEND
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/objects/id-8b3ef885a5b84ae59d2c68348fa3692b.html b/id-3466983937ea448bac822055acd8324c/objects/id-8b3ef885a5b84ae59d2c68348fa3692b.html
new file mode 100644
index 00000000..80090785
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/objects/id-8b3ef885a5b84ae59d2c68348fa3692b.html
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Aggregates from other Application/Bounded Context
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/objects/id-95301bb1318a445dbd9b6df8ba1945e6.html b/id-3466983937ea448bac822055acd8324c/objects/id-95301bb1318a445dbd9b6df8ba1945e6.html
new file mode 100644
index 00000000..307723da
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/objects/id-95301bb1318a445dbd9b6df8ba1945e6.html
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/objects/id-9faaf60610e54c0e90d0b0bcc76be2fb.html b/id-3466983937ea448bac822055acd8324c/objects/id-9faaf60610e54c0e90d0b0bcc76be2fb.html
new file mode 100644
index 00000000..307723da
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/objects/id-9faaf60610e54c0e90d0b0bcc76be2fb.html
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/objects/id-de87da4e42db40e682b4d237c17244f1.html b/id-3466983937ea448bac822055acd8324c/objects/id-de87da4e42db40e682b4d237c17244f1.html
new file mode 100644
index 00000000..307723da
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/objects/id-de87da4e42db40e682b4d237c17244f1.html
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/objects/id-de9d18c916f84b339a5fe76f4e372e6d.html b/id-3466983937ea448bac822055acd8324c/objects/id-de9d18c916f84b339a5fe76f4e372e6d.html
new file mode 100644
index 00000000..61deab80
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/objects/id-de9d18c916f84b339a5fe76f4e372e6d.html
@@ -0,0 +1,129 @@
+
+
+
+
+ LEGEND
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LEGEND
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/objects/id-eceab846bac3435aa69b722812ab97f3.html b/id-3466983937ea448bac822055acd8324c/objects/id-eceab846bac3435aa69b722812ab97f3.html
new file mode 100644
index 00000000..b3c547aa
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/objects/id-eceab846bac3435aa69b722812ab97f3.html
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Aggregates from this Application/Bounded Context
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/objects/id-efb8e75b2f12456c9e81c9fda1a9668c.html b/id-3466983937ea448bac822055acd8324c/objects/id-efb8e75b2f12456c9e81c9fda1a9668c.html
new file mode 100644
index 00000000..1d519d84
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/objects/id-efb8e75b2f12456c9e81c9fda1a9668c.html
@@ -0,0 +1,123 @@
+
+
+
+
+ LEGEND
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LEGEND
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/objects/id-f7f568853057440b842b727948a4fb8c.html b/id-3466983937ea448bac822055acd8324c/objects/id-f7f568853057440b842b727948a4fb8c.html
new file mode 100644
index 00000000..80090785
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/objects/id-f7f568853057440b842b727948a4fb8c.html
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Aggregates from other Application/Bounded Context
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/id-3466983937ea448bac822055acd8324c/views/id-08a91e4bf449431180b1470c2f4d156c.html b/id-3466983937ea448bac822055acd8324c/views/id-08a91e4bf449431180b1470c2f4d156c.html
new file mode 100644
index 00000000..0d59e336
--- /dev/null
+++ b/id-3466983937ea448bac822055acd8324c/views/id-08a91e4bf449431180b1470c2f4d156c.html
@@ -0,0 +1,222 @@
+
+
+
+
+ ContextMap
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+