Such a table is necessary to help work around limitations in the XML processing that node names of the same name can not be nested with in each other: LandNode/LandNode thus instead we say LandNode1/LandNode2 and rename as the last step. Therefore in most cases a user should add this table near the end of the XML pipeline.

add_rename_landnode_xml(dot)

Arguments

dot

The current state of the pipeline started from create_xml

Value

A "data structure" to hold the various parts needed to run the model interface CSV to XML conversion.

Author

Pralit Patel