summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/inheritance/mother.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/derived/inheritance/mother.sd')
-rw-r--r--config-model/src/test/derived/inheritance/mother.sd13
1 files changed, 13 insertions, 0 deletions
diff --git a/config-model/src/test/derived/inheritance/mother.sd b/config-model/src/test/derived/inheritance/mother.sd
new file mode 100644
index 00000000000..437616eabbc
--- /dev/null
+++ b/config-model/src/test/derived/inheritance/mother.sd
@@ -0,0 +1,13 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+document mother inherits grandparent {
+
+ field onlymother type string {
+ indexing: attribute | index
+ index: prefix
+ }
+
+ field overridden type int {
+ indexing: attribute
+ }
+
+}