assert(attr_set.contains(unqual_title));
assert(attr_set.contains(unqual_title_2));
Map<String,AttributeSetDBO> valid_attributes = new HashMap<String,AttributeSetDBO>();
AttributeSetDBO valid_access_points = new AttributeSetDBO();
valid_access_points.getAttrs().add(new AttrValue("title")); // No namespace
AttributeSetDBO valid_relations = new AttributeSetDBO();
valid_relations.getAttrs().add(new AttrValue("=")); // No namespace
valid_attributes.put("AccessPoint",valid_access_points);
valid_attributes.put("Relation",valid_relations);
Map<String,AttrValue> transforms = new HashMap<String,AttrValue>();