ValidateMRIXML: Validate MRI XML with xsd Schema

Description Usage Arguments Value Examples

Description

Uses schema in MRIZH.xsd to test an XML file.

Usage

1
ValidateMRIXML(mriFile)

Arguments

mriFile

the path of the MRI file in XML format

Value

valid on success, or a list of error strings on failure

Examples

1
2
badMriFile = system.file("extdata", "testBadMRIZH.xml", package = "Dmrixml")
ValidateMRIXML(badMriFile)

dmenne/dmrixml documentation built on May 15, 2019, 9:32 a.m.