aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/reference_from_several/bar.sd
blob: 68e1b22da3aa95b58fdf3f6d93813d00f5e70414 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
schema bar {
    document bar {
        field bpref type reference<parent> {
            indexing: attribute
        }
        field bartitle type string {
            indexing: attribute
        }
    }
    import field bpref.x as barsximp {}
    document-summary other {
        summary bartitle type string {}
        summary barsximp type int {}
    }
}