s1kd-newsmc(1) s1kd-tools s1kd-newsmc(1) NAME s1kd-newsmc - Create new S1000D SCORM content package SYNOPSIS s1kd-newsmc [options] [...] DESCRIPTION The s1kd-newsmc tool creates a new S1000D SCORM content package with the SCORM content package code and other metadata specified. OPTIONS -#, --code The SCORM content package code of the new SCORM content package. -$, --issue Specify which issue of S1000D to use. Currently supported is‐ sues are: · 5.0 (default) · 4.2 · 4.1 -@, --out Save the new SCORM content package to . If is an existing directory, the SCORM content package will be created in it instead of the current directory. Otherwise, the SCORM con‐ tent package will be saved as the filename instead of be‐ ing automatically named. -%, --templates Use the XML template in instead of the built-in template. The template must be named scormcontentpackage.xml in and must conform to the default S1000D issue (5.0). -~, --dump-templates Dump the built-in XML template to the specified directory. -a, --act ACT data module code. -b, --brex BREX data module code. -C, --country The country ISO code of the new SCORM content package. -c, --security The security classification of the new SCORM content package. -D, --include-date Include issue date in referenced data modules. -d, --defaults Specify the .defaults file name. -f, --overwrite Overwrite existing file. -h, -?, --help Show help/usage message. -I, --date The issue date of the new SCORM content package in the form of YYYY-MM-DD. -i, --include-issue Include issue information in referenced data modules. -k, --skill The skill level code of the new SCORM content package. -L, --language The language ISO code of the new SCORM content package. -l, --include-lang Include language information in referenced data modules. -m, --remarks Set remarks for the new SCORM content package. -n, --issno The issue number of the new SCORM content package. -p, --prompt Prompt the user for any values left unspecified. -q, --quiet Do not report an error when the file already exists. -R, --rpccode The CAGE code of the responsible partner company. -r, --rpcname The responsible partner company enterprise name of the new SCORM content package. -T, --include-title Include titles in referenced data modules. -t, --title The title of the new SCORM content package. -v, --verbose Print the file name of the newly created SCORM content package. -w, --inwork <inwork> The inwork number of the new SCORM content package. -z, --issue-type <type> The issue type of the new SCORM content package. --version Show version information. <DM>... Any number of data modules to automatically reference in the new SCORM content package's content. In addition, the following options allow configuration of the XML pars‐ er: --dtdload Load the external DTD. --huge Remove any internal arbitrary parser limits. --net Allow network access to load external DTD and entities. --noent Resolve entities. --parser-errors Emit errors from parser. --parser-warnings Emit warnings from parser. --xinclude Do XInclude processing. --xml-catalog <file> Use an XML catalog when resolving entities. Multiple catalogs may be loaded by specifying this option multiple times. .defaults file Refer to s1kd-newdm(1) for information on the .defaults file which is used by all the s1kd-new* commands. EXAMPLE $ s1kd-newsmc -# EX-12345-00001-00 AUTHORS khzae.net. 2021-04-16 s1kd-newsmc(1)