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