Merge branch 'master' of ssh://git.onelab.eu/git/sfa
[sfa.git] / sfa / rspecs / versions / federica.py
1 from sfa.rspecs.versions.pgv2 import PGv2Ad, PGv2Request, PGv2Manifest
2
3 class FedericaAd (PGv2Ad):
4     enabled = True
5     schema = 'http://sorch.netmode.ntua.gr/ws/RSpec/ad.xsd'
6     namespace = 'http://sorch.netmode.ntua.gr/ws/RSpec'
7
8 class FedericaRequest (PGv2Request):
9     enabled = True
10     schema = 'http://sorch.netmode.ntua.gr/ws/RSpec/request.xsd'
11     namespace = 'http://sorch.netmode.ntua.gr/ws/RSpec'
12
13 class FedericaManifest (PGv2Manifest):
14     enabled = True
15     schema = 'http://sorch.netmode.ntua.gr/ws/RSpec/manifest.xsd'
16     namespace = 'http://sorch.netmode.ntua.gr/ws/RSpec'
17