Handle slice table update upon creation of a job.
[sfa.git] / sfa / rspecs / resources / ext / 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:schema>