summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/inheritance/mother.sd
blob: 437616eabbc124783080ed8683bea31c9ffa92a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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
  }

}