Create a new classifier.

Handling:

int err = ac_request("classification","CreateClassificationSystem", int iguiddescr, string name, string description, string source, string editionVersion, int year, int month, int day)


Here:

err = 0 if created without errors,

iguiddescr - descriptor of the newly created classifier,

name - name of the created classifier,

description - arbitrary description of the created classifier,

source - arbitrary text describing the data source,

editionVersion - arbitrary text describing the version,

year - year number,

month - month number,

day - the number of the day to be specified when creating the classifier.