aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/validation-overrides.rnc
blob: a0caa10fc601bde10d9f179ba22aaa1866c5dd11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright Yahoo. 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
}