summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/deployment.rnc
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/main/resources/schema/deployment.rnc')
-rw-r--r--config-model/src/main/resources/schema/deployment.rnc11
1 files changed, 1 insertions, 10 deletions
diff --git a/config-model/src/main/resources/schema/deployment.rnc b/config-model/src/main/resources/schema/deployment.rnc
index d63b8885a57..444f66a92ab 100644
--- a/config-model/src/main/resources/schema/deployment.rnc
+++ b/config-model/src/main/resources/schema/deployment.rnc
@@ -150,21 +150,12 @@ EndpointInstance = element instance {
text
}
-AllowedUrn = element allow {
- attribute with { xsd:string } &
- attribute arn { xsd:string }? &
- attribute project { xsd:string }?
-}
-
Endpoint = element endpoint {
attribute id { xsd:string }? &
attribute container-id { xsd:string } &
attribute region { xsd:string }? &
- attribute type { xsd:string }? &
- attribute enabled { xsd:boolean }? &
EndpointRegion* &
- EndpointInstance* &
- AllowedUrn*
+ EndpointInstance*
}
Endpoints = element endpoints {