You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: IG Core/IG Collection Relationship.json
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,9 @@
13
13
"tags" : [ {
14
14
"tag_name" : "AND Relationship",
15
15
"tag_description" : "Identifies elements as AND-combined"
16
+
}, {
17
+
"tag_name" : "NOR Relationship",
18
+
"tag_description" : "Identifies elements as NEITHER/NOR (NOR)-combined"
16
19
}, {
17
20
"tag_name" : "OR Relationship",
18
21
"tag_description" : "Identifies elements as AND/OR-combined"
@@ -21,7 +24,7 @@
21
24
"tag_description" : "Identifies a parent-child relationship between elements, with the parent being the element defined or composed, and the child as a component."
22
25
}, {
23
26
"tag_name" : "XOR Relationship",
24
-
"tag_description" : "Identifies elements as XOR-combined"
27
+
"tag_description" : "Identifies elements as EITHER/OR (XOR)-combined"
"description" : "Indicates that listing or collection is exhaustive (i.e., statement does not use terms that signal open-ended relationships, such as \"included\")",
0 commit comments