aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/services.rnc
blob: aed627203a06650a2c961eea0d529f7c534995af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
include "common.rnc"
include "admin.rnc"
include "content.rnc"
include "routing.rnc"
include "containercluster.rnc"

start = element services {
   attribute version { "1.0" }? &
   attribute application-type { "hosted-infrastructure" }? &
   element legacy { element v7-geo-positions { xsd:boolean } }? &
   GenericConfig* &
   Admin? &
   Content* &
   ContainerCluster* &
   Routing?
}
| Admin
| Content
| ContainerCluster