1This clase is derived from
2[%-
3IF (name = simpleType.get_itemType);
4    type = definitions.get_types.0.find_type(simpleType.expand( name )); %]
5    [% XSD.create_xsd_name(type) %]
6[% ELSE;
7    # THROW NOT_IMPLEMENTED "atomic simpleType list not implemented yet in $simpleType.get_name";
8    %] a atomic base type. Unfortunately there's no documenatation generation for atomic base types yet. [%
9END -%].
10
11You may pass the following structure to new():
12
13 [ $value_1, .. $value_n ]
14
15All elements of the list must be of the class' base type (or valid arguments
16to it's constructor).
17