summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/services.rnc
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/main/resources/schema/services.rnc')
-rw-r--r--config-model/src/main/resources/schema/services.rnc3
1 files changed, 0 insertions, 3 deletions
diff --git a/config-model/src/main/resources/schema/services.rnc b/config-model/src/main/resources/schema/services.rnc
index 3a8ffe30563..e8bb1c0c6c2 100644
--- a/config-model/src/main/resources/schema/services.rnc
+++ b/config-model/src/main/resources/schema/services.rnc
@@ -1,7 +1,6 @@
# 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 "clients.rnc"
include "content.rnc"
include "docproc.rnc"
include "routing.rnc"
@@ -15,14 +14,12 @@ start = element services {
GenericCluster* &
GenericConfig* &
Admin? &
- Clients? &
Content* &
ContainerCluster* &
Routing?
}
| GenericCluster
| Admin
-| Clients
| Content
| ContainerCluster