aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2021-11-02 13:11:30 +0100
committerMartin Polden <mpolden@mpolden.no>2021-11-02 13:11:30 +0100
commit089dc8ebcdd206c98b8e8a0a2a2fcb831a217f48 (patch)
tree5b92a56cab48f06be0bf31f54c587a131758fb4a /config-model/src/main/resources
parenta94b77dac660a63b677c6efc26ddc357e3d5ad7f (diff)
Add instance and weight attributes to deployment schema
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/deployment.rnc2
1 files changed, 2 insertions, 0 deletions
diff --git a/config-model/src/main/resources/schema/deployment.rnc b/config-model/src/main/resources/schema/deployment.rnc
index 9b2338b32ea..ecd43d1ad28 100644
--- a/config-model/src/main/resources/schema/deployment.rnc
+++ b/config-model/src/main/resources/schema/deployment.rnc
@@ -113,6 +113,8 @@ Delay = element delay {
}
EndpointRegion = element region {
+ attribute instance { xsd:string }? &
+ attribute weight { xsd:long }? &
text
}