summaryrefslogtreecommitdiffstats
path: root/sudoers/policy_metadata.rng
diff options
context:
space:
mode:
Diffstat (limited to 'sudoers/policy_metadata.rng')
-rw-r--r--sudoers/policy_metadata.rng29
1 files changed, 15 insertions, 14 deletions
diff --git a/sudoers/policy_metadata.rng b/sudoers/policy_metadata.rng
index 810d32c..ca5ac19 100644
--- a/sudoers/policy_metadata.rng
+++ b/sudoers/policy_metadata.rng
@@ -2,7 +2,8 @@
<grammar xmlns="http://relaxng.org/ns/structure/1.0"
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
xmlns:a="http://freeipa.org/xml/rng/ns/annotations/1.0"
-xmlns:ui="http://freeipa.org/xml/rng/ns/ui/1.0">
+xmlns:pa="http://freeipa.org/xml/rng/ns/plugable_architecture/1.0">
+
<define name="policy_metadata">
<element name="metadata">
@@ -13,44 +14,44 @@ xmlns:ui="http://freeipa.org/xml/rng/ns/ui/1.0">
<text/>
</element>
- <element name="author" ui:edit="no">
+ <element name="author" pa:edit="no">
<a:doc>should be added automatically, use login information</a:doc>
<text/>
</element>
- <element name="version" ui:edit="no">
+ <element name="version" pa:edit="no">
<a:doc>should be added automatically</a:doc>
<text/>
</element>
- <element name="RNGfile" ui:label="Name of the RELAX NG file">
+ <element name="RNGfile" pa:label="Name of the RELAX NG file">
<a:doc>should be added automatically from RelaxNG metadata</a:doc>
<ref name="rng_filename"/>
</element>
- <element name="XSLTfile" ui:label="Name of the XSLT file">
+ <element name="XSLTfile" pa:label="Name of the XSLT file">
<a:doc>should be added automatically from RelaxNG metadata</a:doc>
<ref name="xslt_filename"/>
</element>
<optional>
- <element name="mergeStrategyXML" ui:label="Howto merge with other policies">
+ <element name="mergeStrategyXML" pa:label="Howto merge with other policies">
<choice>
- <value ui:label="Use only this policy">exclusive</value>
- <value ui:label="Merge with other policies">merge</value>
- <value ui:label="Ignore this, if other policies apply">ignore</value>
+ <value pa:label="Use only this policy">exclusive</value>
+ <value pa:label="Merge with other policies">merge</value>
+ <value pa:label="Ignore this, if other policies apply">ignore</value>
</choice>
</element>
- <element name="mergeStrategyLocal" ui:label="Howto merge with local files">
+ <element name="mergeStrategyLocal" pa:label="Howto merge with local files">
<choice>
- <value ui:label="Use only this policy">exclusive</value>
- <value ui:label="Merge with local file">merge</value>
- <value ui:label="Ignore this, if local file exsits">ignore</value>
+ <value pa:label="Use only this policy">exclusive</value>
+ <value pa:label="Merge with local file">merge</value>
+ <value pa:label="Ignore this, if local file exsits">ignore</value>
</choice>
</element>
- <element name="description" ui:label="Description, what should the policy do and why, maybe a changelog">
+ <element name="description" pa:label="Description, what should the policy do and why, maybe a changelog">
<text/>
</element>