dita_rde_xsd_from_map
dita_rde_xsd_from_map(doc[, file])
This function generates a resolved document for editing (rdedit) XML schema that includes all of the DITA topic document types referenced from the given DITA map. If the ditaincludemapsinrde preference is set to on, DITA map document types are also included.
The doc parameter is the DITA map to use as the basis of the new rdedit schema. The file parameter is the path to the location where you want to write the new schema. The function returns the full path to the generated file.
If file is a null string or omitted, a temporary rdedit schema is generated and will be deleted at the end of the current Arbortext Editor session.
Related Topics