diff options
-rw-r--r-- | schemas/rules.xsd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/schemas/rules.xsd b/schemas/rules.xsd index 82ed4aaa0..81859613b 100644 --- a/schemas/rules.xsd +++ b/schemas/rules.xsd @@ -15,6 +15,8 @@ <xsd:attribute type='StatusEnum' name='status'/> <xsd:attribute type='xsd:string' name='reload'/> <xsd:attribute type='xsd:string' name='type'/> + <xsd:attribute type='xsd:string' name='protocol'/> + <xsd:attribute type='xsd:string' name='port'/> </xsd:complexType> <xsd:complexType name='PackageType'> |