From b468f50477fe4ac3c2b2f6cc42ddd3b4f814b475 Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Thu, 26 May 2011 13:47:39 +0200 Subject: [PATCH] schema: Add graphics element passwdValidTo attribute to schema We support this in code, but forgot to add this to RNG schema as well. According to documentation, the value match the dateTime type. --- docs/schemas/domain.rng | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/schemas/domain.rng b/docs/schemas/domain.rng index 1ae5b36a5b..c270815291 100644 --- a/docs/schemas/domain.rng +++ b/docs/schemas/domain.rng @@ -1222,6 +1222,11 @@ + + + + + @@ -1260,6 +1265,11 @@ + + + + + -- GitLab