Fixing path to xsd file in tests of _xml grids in xml group
[occt.git] / tests / xml / xcaf_xml / begin
CommitLineData
846858f0 1set SchemaFile [file join $env(CASROOT) src XmlOcafResource XmlXcaf.xsd]
607a96d4 2
3pload XDE
4set FileSuffix "xml"
5
6# Create a new document and set UndoLimit
7NewDocument D XmlXCAF
8UndoLimit D 100
9
10# Open a transaction
11NewCommand D
12
13set subgroup "xcaf_xml"