diff options
-rw-r--r-- | schemas/services.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/services.xsd b/schemas/services.xsd index 74c9e377d..bdc2b8d41 100644 --- a/schemas/services.xsd +++ b/schemas/services.xsd @@ -23,6 +23,7 @@ <xsd:attribute name='protocol' type='xsd:string'/> <xsd:attribute name='reload' type='xsd:string'/> <xsd:attribute name='FMRI' type='xsd:string'/> + <xsd:attribute name='type' type='xsd:string'/> </xsd:complexType> <xsd:complexType name='ContainerType'> |