aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/legacygenericmodule.rnc
blob: a3b7527a81a51d1c8ac545770367ec6b279c2918 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# Generic, nestable module

LegacyGenericModule = element module {
  attribute name { text } &
  GenericConfig* &
  LegacyGenericModule*
}