"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.getMarked();
if (marked != null && !marked.getValue()) {
ve
.add(new ValidationError(
ValidationConstants.ERROR_METADATA_PROPERTY_MISSING,
"the XMP information (xmpRights:Marked) is invalid for the Font File Stream."));