219
219
self.raw_value = self._convert_to_string(value, stype)
220
220
elif type in ('XmpAlt', 'XmpBag', 'XmpSeq'):
222
224
if stype.lower().startswith('closed choice of'):
224
226
self.raw_value = map(lambda x: self._convert_to_string(x, stype), value)
227
233
for k, v in value.iteritems():