EDNA Plugin: EDPluginExecSimpleHTMLPagev2_0

Name:EDPluginExecSimpleHTMLPagev2_0
Project:mxv2
Path:mxv2/plugins/EDPluginExecSimpleHTMLPage-v2.0/plugins/EDPluginExecSimpleHTMLPagev2_0.py
Author:
Date:
Copyright:
License:
Module doc:
Class doc:This plugin launches the EDPluginExecOutputHTMLv1_0 for creating web pages for ISPyB

Datamodels: XSDataInputSimpleHTMLPage
targetNamespace "http://www.edna-site.org"

import XSDataCommon.XSDataInput
import XSDataCommon.XSDataResult
import XSDataCommon.XSDataFile
import XSDataMXv1.XSDataResultCharacterisation
import XSDataMXv2.XSDataResultCharacterisationv2_0

complex type XSDataInputSimpleHTMLPage extends XSDataInput {
    characterisationResult : XSDataResultCharacterisation optional
    characterisationResultv2_0 : XSDataResultCharacterisationv2_0 optional
    fileGraph : XSDataFile [] optional
}

complex type XSDataResultSimpleHTMLPage extends XSDataResult {
    pathToHTMLFile : XSDataFile
    pathToHTMLDirectory : XSDataFile
}