summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/types/types.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/derived/types/types.sd')
-rw-r--r--config-model/src/test/derived/types/types.sd15
1 files changed, 9 insertions, 6 deletions
diff --git a/config-model/src/test/derived/types/types.sd b/config-model/src/test/derived/types/types.sd
index d3d8aa82b28..839cb08dbd6 100644
--- a/config-model/src/test/derived/types/types.sd
+++ b/config-model/src/test/derived/types/types.sd
@@ -93,9 +93,9 @@ search types {
#field wildcardfield2 type map<?,?> {
#}
- field arrarr type array<array<array<string>>> {}
- field maparr type array<map<string, string>> {}
- field complexarray type array< map<int, array<array<string>>> > {}
+ field arrarr type array<array<array<string>>> {header}
+ field maparr type array<map<string, string>> {header}
+ field complexarray type array< map<int, array<array<string>>> > {body}
struct mystruct {
field bytearr type array<byte>{}
@@ -104,9 +104,9 @@ search types {
field structfield type string {}
}
- field mystructfield type mystruct {}
- field mystructmap type map<int, mystruct> {}
- field mystructarr type array<mystruct> {}
+ field mystructfield type mystruct {header}
+ field mystructmap type map<int, mystruct> {header}
+ field mystructarr type array<mystruct> {header}
struct folder {
field Version type int {}
@@ -133,6 +133,7 @@ search types {
create-if-nonexistent
remove-if-zero
}
+ header
}
# Field defined same way as tag
@@ -142,11 +143,13 @@ search types {
create-if-nonexistent
remove-if-zero
}
+ header
}
}
field pst_sta_boldingoff_nomatch_tag_01 type tag {
+ body
}
field other type long {