updated planetlab.rnc and regenrated planetlab.xsd
[sfa.git] / sfa / rspecs / extensions / ext / sfa / 1 / planetlab.xsd
index bceb81d..f6b2082 100644 (file)
@@ -1,31 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-
-   Extension for the "initscript" type for RSpecV2 on PlanetLab
-   Version 1
-
+  
+  Extensions for PlanetLab Resources
+  Version 1
+  
 -->
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" 
-elementFormDefault="qualified" 
-targetNamespace="http://www.planet-lab.org/resources/sfa/ext/planetlab/1" 
-xmlns:planetlab="http://www.planet-lab.org/resources/sfa/ext/planetlab/1">
-   <xs:element name="initscript">
-     <xs:complexType>
-       <xs:attribute name="name" use="required"/>
-     </xs:complexType>
-   </xs:element>
-   <xs:element name="attribute">
-     <xs:complexType>
-       <xs:attribute name="name" use="required">
-        <xs:annotation>
-          <xs:documentation>Name of this attribute</xs:documentation>
-        </xs:annotation>
-       </xs:attribute>
-       <xs:attribute name="value" use="required">
-        <xs:annotation>
-          <xs:documentation>Value associated with this attribute</xs:documentation>
-        </xs:annotation>
-       </xs:attribute>      
-     </xs:complexType>
-   </xs:element> 
+<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:element name="attribute">
+    <xs:complexType>
+      <xs:attribute name="name" use="required"/>
+      <xs:attribute name="value" use="required"/>
+    </xs:complexType>
+  </xs:element>
 </xs:schema>