"CopyRights is missing from the XMP information (dc:rights) of the Font File Stream."));
return false;
}
}
XMPRightsManagementSchema rights = metadata.getXMPRightsManagementSchema();
if (rights != null)
{
BooleanType marked = rights.getMarkedProperty();
if (marked != null && !marked.getValue())
{
ve.add(new ValidationError(PreflightConstants.ERROR_METADATA_PROPERTY_MISSING,
"the XMP information (xmpRights:Marked) is invalid for the Font File Stream."));
return false;