protected MultiValue(String id, CompoundType type, Map<String, Object> items) {
   this(id, type);
   type.validate(items);
   this.putAll(items);
 }