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