aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/schemainheritance/importedschema.sd
blob: 1b5acff8a2699614fa3d355532ecb13a18ffeacf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
schema importedschema {

    document importedschema {

        field importedfield1 type string {
           indexing: attribute
        }

        field importedfield2 type string {
           indexing: attribute
        }

    }

}