1 from sfa.rspecs.versions.pgv2 import PGv2Ad, PGv2Request, PGv2Manifest
3 class FedericaAd (PGv2Ad):
5 schema = 'http://sorch.netmode.ntua.gr/ws/RSpec/ad.xsd'
6 namespace = 'http://sorch.netmode.ntua.gr/ws/RSpec'
8 class FedericaRequest (PGv2Request):
10 schema = 'http://sorch.netmode.ntua.gr/ws/RSpec/request.xsd'
11 namespace = 'http://sorch.netmode.ntua.gr/ws/RSpec'
13 class FedericaManifest (PGv2Manifest):
15 schema = 'http://sorch.netmode.ntua.gr/ws/RSpec/manifest.xsd'
16 namespace = 'http://sorch.netmode.ntua.gr/ws/RSpec'