{
List<XMPSchema> schemas = metadata.getAllSchemas();
if (schemas.size() == 0)
{
throw new ValidationException("Schemas not found in the given metadata representation");
}
String about = schemas.get(0).getAboutValue();
// rdf:description must have an rdf:about attribute
for (XMPSchema xmpSchema : schemas)
{