| icXMLFileName | input | character | full path file name to write the instance data to (when blanc, no file will be created) |
| icXSDFileName | input | character | full path file name to write the XML schema of the instance data to (when blanc, no file will be created) |
| oiReturnStatus | output | integer | Return status of the method. |
if icXMLFileName <> ""
and icXMLFileName <> ?
then vhFcStateDataSet:write-xml("FILE":U,icXMLFileName).
if icXSDFileName <> ""
and icXSDFileName <> ?
then vhFcStateDataSet:write-xmlschema("FILE":U,icXSDFileName).