2.2.3 XML Import and Export Formats
The FSRM protocol uses XML to define all objects that can be imported or exported. The following methods can be used for import:
IFsrmFileGroupManager::ImportFileGroups (section 3.2.4.2.25.5)
IFsrmFileScreenTemplateManager::ImportTemplates (section 3.2.4.2.32.5)
IFsrmQuotaTemplateManager::ImportTemplates (section 3.2.4.2.22.5)
The following methods can be used for export:
IFsrmFileGroupManager::ExportFileGroups (section 3.2.4.2.25.4)
IFsrmFileScreenTemplateManager::ExportTemplates (section 3.2.4.2.32.4)
IFsrmQuotaTemplateManager::ExportTemplates (section 3.2.4.2.22.4)
Export and import XML documents MUST adhere to the XML schema (XSD) specified in this section. The server validates an export or import XML document's conformance to this schema and return an error if invalid, as specified for each of the preceding methods.