summaryrefslogtreecommitdiffstats
path: root/schemas/servicetype.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/servicetype.xsd')
-rw-r--r--schemas/servicetype.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/servicetype.xsd b/schemas/servicetype.xsd
index 787ca3110..51a79e6dc 100644
--- a/schemas/servicetype.xsd
+++ b/schemas/servicetype.xsd
@@ -19,12 +19,12 @@
</xsd:choice>
<xsd:attribute name='name' type='xsd:string' use='required'/>
<xsd:attribute name='status' type='xsd:string' use='required'/>
+ <xsd:attribute name='type' type='xsd:string' use='required'/>
<xsd:attribute name='port' type='xsd:string'/>
<xsd:attribute name='protocol' type='xsd:string'/>
<xsd:attribute name='reload' type='xsd:string'/>
<xsd:attribute name='FMRI' type='xsd:string'/>
<xsd:attribute name='supervised' type='xsd:string'/>
- <xsd:attribute name='type' type='xsd:string'/>
<xsd:attribute name='sequence' type='xsd:string'/>
</xsd:complexType>