We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d44b492 commit 41b8793Copy full SHA for 41b8793
1 file changed
documentation/user-guides/design-patterns/Design Pattern 1/Document_Field_Documentation.md
@@ -0,0 +1,19 @@
1
+# Pattern Name
2
+Document Field
3
+
4
+## Compentency Questions
5
+1) What document is this document field a part of?
6
7
+2) How many document fields are in the document?
8
9
+3) What is the content on these document fields?
10
11
+## Intent
12
+Showing the document field is a part of a document.
13
14
+Comes in hand when representing documents with multiple fields, so that we can link more than one ICE to the same IBE.
15
16
+## Structure
17
+The document has as parts two document fields. One of them carries one ICE, specifically a designative Name.
18
19
+Despite using names as an example, this pattern can be used with any other ICE.
0 commit comments