summaryrefslogtreecommitdiffstats
path: root/schemas/services.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/services.xsd')
-rw-r--r--schemas/services.xsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/schemas/services.xsd b/schemas/services.xsd
index 2299725df..8c2aabc47 100644
--- a/schemas/services.xsd
+++ b/schemas/services.xsd
@@ -19,8 +19,8 @@
</xsd:choice>
<xsd:attribute name='name' type='xsd:string' use='required'/>
<xsd:attribute name='status' type='xsd:string' use='required'/>
- <xsd:attribute name='port' type='xsd:string' use='required'/>
- <xsd:attribute name='protocol' type='xsd:string' use='required'/>
+ <xsd:attribute name='port' type='xsd:string'/>
+ <xsd:attribute name='protocol' type='xsd:string'/>
</xsd:complexType>
<xsd:complexType name='ContainerType'>