Merge branch 'master' into senslab2
[sfa.git] / sfa / rspecs / extensions / ext / sfa / 1 / planetlab.rnc
1 #
2 # Extensions for PlanetLab Resources
3 # Version 1
4 #
5
6 namespace planetlab = "http://www.planet-lab.org/resources/ext/planetlab/1"
7
8 InitscriptSpec = element planetlab:initscript {
9     attribute name { text }
10 }
11
12 AttributeSpec = element planetlab:attribute {
13     attribute name { text }, 
14     attribute value { text }
15 }
16
17 start = InitscriptSpec | AttributeSpec
18