updated planetlab.rnc and regenrated planetlab.xsd
[sfa.git] / sfa / rspecs / extensions / ext / sfa / 1 / planetlab.rnc
index f1ff971..f9d7d17 100644 (file)
@@ -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