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

element hosts {
   element host {
      attribute name { text },
      element alias { text }*
   }+
}