As SimpleDB does not provide any way to obtain all attribute names for
given domain (one can query only attribute names for single item) and
querrying all items in domain to get complete set of attribute names
would be very slow and resource consuming, this approach has been
selected: For each domain only first item is queried for attribute names
and metadata are created using this information.