David Price

Set SWP to work on MonthlyProductionReportGovernment class.

......@@ -42,7 +42,7 @@ arg:template
]
] .
<http://www.reportinghub.no/ep/schema/report#ProductionReport>
<http://www.reportinghub.no/ep/schema/report#MonthlyProductionReportGovernment>
ui:instanceView
[ rdf:type mprgswp:MPRGView ;
arg:report spin:_this
......@@ -61,7 +61,7 @@ mprgswp:MPRGView
[ rdf:type spl:Argument ;
rdfs:comment "The report to display."^^xsd:string ;
spl:predicate arg:report ;
spl:valueType <http://www.reportinghub.no/ep/schema/report#ProductionReport>
spl:valueType <http://www.reportinghub.no/ep/schema/report#MonthlyProductionReportGovernment>
] ;
ui:headIncludes
[ rdf:type html:Link ;
......@@ -95,6 +95,6 @@ mprgswp:Table
rdfs:comment "The report that serves as root of the template."^^xsd:string ;
spl:optional "true"^^xsd:boolean ;
spl:predicate arg:report ;
spl:valueType <http://www.reportinghub.no/ep/schema/report#ProductionReport>
spl:valueType <http://www.reportinghub.no/ep/schema/report#MonthlyProductionReportGovernment>
] ;
ui:prototype <http://www.reportinghub.no/swp/MPRGTable.uispin.html> .
......