plos schema
[sfa.git] / sfa / rspecs / extensions / ext / plos / 1 / plos.rnc
diff --git a/sfa/rspecs/extensions/ext/plos/1/plos.rnc b/sfa/rspecs/extensions/ext/plos/1/plos.rnc
new file mode 100644 (file)
index 0000000..a68113f
--- /dev/null
@@ -0,0 +1,15 @@
+#
+# Extensions for PlanetLab Resources
+# Version 1
+#
+
+namespace plos = "http://www.planet-lab.org/resources/sfa/ext/plos/1"
+
+FWRuleSpec = element plos:attribute {
+    attribute protocol { text }, 
+    attribute port_range { text },
+    attribute cidr_ip { text } 
+}
+
+start = FWRuleSpec
+