summaryrefslogtreecommitdiffstats
path: root/sudoers/policy_metadata.rng
diff options
context:
space:
mode:
authorSumit Bose <sbose@nb.localdomain>2008-10-20 11:14:54 +0200
committerSumit Bose <sbose@nb.localdomain>2008-10-20 11:14:54 +0200
commit98824689e3f11cac83e9ee785ecd76616490d21c (patch)
tree68cc9207523a5e5e361f42edc4f4251e7be6f543 /sudoers/policy_metadata.rng
parentbc009a849c81888f45f123f3bea473df8fd494f6 (diff)
downloadipa_policy-98824689e3f11cac83e9ee785ecd76616490d21c.tar.gz
ipa_policy-98824689e3f11cac83e9ee785ecd76616490d21c.tar.xz
ipa_policy-98824689e3f11cac83e9ee785ecd76616490d21c.zip
added ipaaction example
Diffstat (limited to 'sudoers/policy_metadata.rng')
-rw-r--r--sudoers/policy_metadata.rng7
1 files changed, 6 insertions, 1 deletions
diff --git a/sudoers/policy_metadata.rng b/sudoers/policy_metadata.rng
index ca5ac19..404d64d 100644
--- a/sudoers/policy_metadata.rng
+++ b/sudoers/policy_metadata.rng
@@ -8,7 +8,7 @@ xmlns:pa="http://freeipa.org/xml/rng/ns/plugable_architecture/1.0">
<define name="policy_metadata">
<element name="metadata">
- <a:doc>The metadata information should be generic for all policies. The RelaxNG schema can be found in a separate file (this file :) and can be included by the schema file of a specific policy with the externalRef pattern. With this separation the policy and the metadata schema can be modified independently and the metadata schema can be used by the UI to render a separate page for the metadata of a policy.</a:doc>
+ <a:doc>The metadata information should be generic for all policies. The RelaxNG schema can be found in a separate file (this file :) and can be included by the schema file of a specific policy with the include pattern. With this separation the policy and the metadata schema can be modified independently and the metadata schema can be used by the UI to render a separate page for the metadata of a policy.</a:doc>
<element name="name">
<text/>
@@ -34,6 +34,11 @@ xmlns:pa="http://freeipa.org/xml/rng/ns/plugable_architecture/1.0">
<ref name="xslt_filename"/>
</element>
+ <element name="app" pa:label="Name of the application">
+ <a:doc>should be added automatically from RelaxNG metadata</a:doc>
+ <ref name="application_name"/>
+ </element>
+
<optional>
<element name="mergeStrategyXML" pa:label="Howto merge with other policies">
<choice>