aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/hosts.rnc
blob: d089b23804e754d6741c5d07e3148b1729050291 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Yahoo. 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 }*
   }+
}