initial checkin
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Fri, 22 Jul 2011 18:59:16 +0000 (14:59 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Fri, 22 Jul 2011 18:59:16 +0000 (14:59 -0400)
sfa/rspecs/resources/ext/planetlab.xsd [new file with mode: 0644]

diff --git a/sfa/rspecs/resources/ext/planetlab.xsd b/sfa/rspecs/resources/ext/planetlab.xsd
new file mode 100644 (file)
index 0000000..cbbaf5b
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+   Extension for the "initscript" type for RSpecV2 on PlanetLab
+   Version 1
+
+-->
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" 
+elementFormDefault="qualified" 
+targetNamespace="http://www.planet-lab.org/resources/ext/planetlab/1" 
+xmlns:planetlab="http://www.planet-lab.org/resources/ext/planetlab/1">
+   <xs:element name="initscript">
+     <xs:complexType>
+       <xs:attribute name="name" use="required"/>
+     </xs:complexType>
+   </xs:element>
+</xs:schema>