diff options
Diffstat (limited to 'schema/layman-global.rng')
-rw-r--r-- | schema/layman-global.rng | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/schema/layman-global.rng b/schema/layman-global.rng index 131eb59..0b571a2 100644 --- a/schema/layman-global.rng +++ b/schema/layman-global.rng @@ -17,6 +17,11 @@ <attribute name="name"> <text/> </attribute> + <optional> + <attribute name="priority"> + <data type="integer"/> + </attribute> + </optional> <attribute name="src"> <data type="anyURI"/> </attribute> |