bceb81dad7a92d33b258ea0c4580723d75294d30
[sfa.git] / sfa / rspecs / extensions / ext / sfa / 1 / planetlab.xsd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3
4    Extension for the "initscript" type for RSpecV2 on PlanetLab
5    Version 1
6
7 -->
8 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" 
9 elementFormDefault="qualified" 
10 targetNamespace="http://www.planet-lab.org/resources/sfa/ext/planetlab/1" 
11 xmlns:planetlab="http://www.planet-lab.org/resources/sfa/ext/planetlab/1">
12    <xs:element name="initscript">
13      <xs:complexType>
14        <xs:attribute name="name" use="required"/>
15      </xs:complexType>
16    </xs:element>
17    <xs:element name="attribute">
18      <xs:complexType>
19        <xs:attribute name="name" use="required">
20         <xs:annotation>
21           <xs:documentation>Name of this attribute</xs:documentation>
22         </xs:annotation>
23        </xs:attribute>
24        <xs:attribute name="value" use="required">
25         <xs:annotation>
26           <xs:documentation>Value associated with this attribute</xs:documentation>
27         </xs:annotation>
28        </xs:attribute>      
29      </xs:complexType>
30    </xs:element> 
31 </xs:schema>