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