aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/legacygenericcluster.rnc
blob: b00d4ff097b6e6904634e067e21fee3de691cdb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# Generic, application-specific service cluster
# 
include "legacygenericmodule.rnc"

LegacyGenericCluster = element cluster {
  attribute name { text } &
  attribute command { text } &
  attribute hostservice { text }? &
  attribute num-hosts { text }? &
  GenericConfig* &
  LegacyGenericModule* &
  element node {
    service.attlist &
    attribute name { text }? &
    LegacyGenericModule* &
    GenericConfig*
  }*
}