aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/validation-overrides.rnc
blob: b1ac7978b226f268e3cf2a78f2808aadd5770c85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# RELAX NG Compact Syntax
# Vespa validation overrides

start = element validation-overrides {
   Allow*
}

Allow = element allow {
    attribute until { xsd:string } &
    attribute comment { xsd:string }? &
    text
}