From: Tony Mack Date: Wed, 7 Dec 2011 21:18:54 +0000 (-0500) Subject: updated planetlab.rnc and regenrated planetlab.xsd X-Git-Tag: sfa-2.0-3~18^2 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=29d20bbb1637fee2b688bf6aa4cd3d896b22852e updated planetlab.rnc and regenrated planetlab.xsd --- diff --git a/sfa/rspecs/extensions/ext/sfa/1/planetlab.rnc b/sfa/rspecs/extensions/ext/sfa/1/planetlab.rnc index f1ff971e..f9d7d17e 100644 --- a/sfa/rspecs/extensions/ext/sfa/1/planetlab.rnc +++ b/sfa/rspecs/extensions/ext/sfa/1/planetlab.rnc @@ -1,13 +1,18 @@ # -## Extension for the "initscript" type for RSpecV2 on PlanetLab -## Version 1 -## +# Extensions for PlanetLab Resources +# Version 1 +# + +namespace planetlab = "http://www.planet-lab.org/resources/ext/planetlab/1" -default namespace = "http://www.planet-lab.org/resources/ext/initscript/1" +InitscriptSpec = element planetlab:initscript { + attribute name { text } +} -Node = element initscript { - attribute name { text } +AttributeSpec = element planetlab:attribute { + attribute name { text }, + attribute value { text } } -start = Node +start = InitscriptSpec | AttributeSpec diff --git a/sfa/rspecs/extensions/ext/sfa/1/planetlab.xsd b/sfa/rspecs/extensions/ext/sfa/1/planetlab.xsd index bceb81da..f6b20821 100644 --- a/sfa/rspecs/extensions/ext/sfa/1/planetlab.xsd +++ b/sfa/rspecs/extensions/ext/sfa/1/planetlab.xsd @@ -1,31 +1,20 @@ - - - - - - - - - - - Name of this attribute - - - - - Value associated with this attribute - - - - + + + + + + + + + + + +