David Price

Set SWP to work on MonthlyProductionReportGovernment class.

...@@ -42,7 +42,7 @@ arg:template ...@@ -42,7 +42,7 @@ arg:template
42 ] 42 ]
43 ] . 43 ] .
44 44
45 -<http://www.reportinghub.no/ep/schema/report#ProductionReport> 45 +<http://www.reportinghub.no/ep/schema/report#MonthlyProductionReportGovernment>
46 ui:instanceView 46 ui:instanceView
47 [ rdf:type mprgswp:MPRGView ; 47 [ rdf:type mprgswp:MPRGView ;
48 arg:report spin:_this 48 arg:report spin:_this
...@@ -61,7 +61,7 @@ mprgswp:MPRGView ...@@ -61,7 +61,7 @@ mprgswp:MPRGView
61 [ rdf:type spl:Argument ; 61 [ rdf:type spl:Argument ;
62 rdfs:comment "The report to display."^^xsd:string ; 62 rdfs:comment "The report to display."^^xsd:string ;
63 spl:predicate arg:report ; 63 spl:predicate arg:report ;
64 - spl:valueType <http://www.reportinghub.no/ep/schema/report#ProductionReport> 64 + spl:valueType <http://www.reportinghub.no/ep/schema/report#MonthlyProductionReportGovernment>
65 ] ; 65 ] ;
66 ui:headIncludes 66 ui:headIncludes
67 [ rdf:type html:Link ; 67 [ rdf:type html:Link ;
...@@ -95,6 +95,6 @@ mprgswp:Table ...@@ -95,6 +95,6 @@ mprgswp:Table
95 rdfs:comment "The report that serves as root of the template."^^xsd:string ; 95 rdfs:comment "The report that serves as root of the template."^^xsd:string ;
96 spl:optional "true"^^xsd:boolean ; 96 spl:optional "true"^^xsd:boolean ;
97 spl:predicate arg:report ; 97 spl:predicate arg:report ;
98 - spl:valueType <http://www.reportinghub.no/ep/schema/report#ProductionReport> 98 + spl:valueType <http://www.reportinghub.no/ep/schema/report#MonthlyProductionReportGovernment>
99 ] ; 99 ] ;
100 ui:prototype <http://www.reportinghub.no/swp/MPRGTable.uispin.html> . 100 ui:prototype <http://www.reportinghub.no/swp/MPRGTable.uispin.html> .
......