Built-In Data Schemas |
This help file applies to an out-of-date version of MainBoss.
The most recent version of MainBoss is MainBoss 4.2.4.
This help file does not exist in MainBoss 4.2.4, but the index for that version can be found here.
< Previous section | Table of Contents | Index | Next section >
A data schema consists of XML code describing the format of data in a database. Schemas are used when importing data into a database or exporting data from the database. MBUtility has a number of built-in schemas that can be used for this purpose. To get a list of these built-in schemas, execute the command
mbutility ListImportSchemas
The result is a list of keywords that may be used on an MBUtility command line, as described in later sections of this guide.
Generating Schema Definitions: You can obtain the actual XML code for a built-in schema using MBUtility's GenerateImportSchema verb. The command line has the format:
mbutility GenerateImportSchema option option ...
where the options are:
/si:"Storeroom Assignment"
For example, the following creates a schema for unit records, in a format acceptable to Excel:
mbutility gis /si:Unit /out:unitdef.xml +excel
< Previous section | Table of Contents | Index | Next section >