aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/version/7.x/genericmodule.rnc
blob: 5f8ac3f7ddac7a067d47b2b4efbd0b4731309ace (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

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