loadAttributes(schema, description);
}
ComplexPropertyContainer container = schema.getContainer();
PropertyType type = checkPropertyDefinition(xmp,
new QName(attr.getNamespaceURI(), attr.getLocalName()));
AbstractSimpleProperty sp = tm.instanciateSimpleProperty(namespace, schema.getPrefix(),
attr.getLocalName(), attr.getValue(), type.type());
container.addProperty(sp);
}
}