aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/clients-v2.rnc
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/main/resources/schema/clients-v2.rnc')
-rw-r--r--config-model/src/main/resources/schema/clients-v2.rnc35
1 files changed, 1 insertions, 34 deletions
diff --git a/config-model/src/main/resources/schema/clients-v2.rnc b/config-model/src/main/resources/schema/clients-v2.rnc
index 1076d332dd5..5e50135edee 100644
--- a/config-model/src/main/resources/schema/clients-v2.rnc
+++ b/config-model/src/main/resources/schema/clients-v2.rnc
@@ -1,8 +1,7 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
Clients20 =
attribute version { "2.0" } &
- LoadTypes? &
- Spoolers20?
+ LoadTypes?
LoadTypes = element load-types {
element type {
@@ -11,38 +10,6 @@ LoadTypes = element load-types {
}*
}
-Spoolers20 = element spoolers {
- attribute jvmargs { text }? &
- SpoolMaster20* &
- FeederOptions20? &
- Spooler20+
-}
-
-Spooler20 = element spooler {
- service.attlist? &
- attribute id { xsd:string }? &
- attribute directory { xsd:string }? &
- attribute keepsuccess { xsd:boolean }? &
- attribute maxfailuresize { xsd:integer }? &
- attribute maxfatalfailuresize { xsd:integer }? &
- attribute threads { xsd:integer }? &
- attribute maxretries { xsd:integer }? &
- FeederOptionsOpts20? &
- element parsers {
- element parser {
- attribute type { text } &
- element parameter {
- attribute key { xsd:string { minLength = "1" } } &
- attribute value { xsd:string { minLength = "1" } }
- }*
- }+
- }?
-}
-
-SpoolMaster20 = element spoolmaster {
- service.attlist?
-}
-
FeederOptions20 = element feederoptions {
FeederOptionsOpts20 &
DocProcChain?