summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/containercluster.rnc
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/main/resources/schema/containercluster.rnc')
-rw-r--r--config-model/src/main/resources/schema/containercluster.rnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-model/src/main/resources/schema/containercluster.rnc b/config-model/src/main/resources/schema/containercluster.rnc
index 3026c386fd4..c9dd2c0239d 100644
--- a/config-model/src/main/resources/schema/containercluster.rnc
+++ b/config-model/src/main/resources/schema/containercluster.rnc
@@ -64,12 +64,12 @@ HttpServer = element server {
}
AccessLog = element accesslog {
- attribute type { "yapache" | "vespa" | "disabled" }? &
+ attribute type { string "yapache" | string "vespa" | string "disabled" }? &
attribute fileNamePattern { string }? &
attribute symlinkName { string }? &
attribute rotationInterval { string }? &
- attribute rotationScheme { "date" | "sequence" }?
+ attribute rotationScheme { string "date" | string "sequence" }?
}
# REST-API: