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