FixNamespace | If the namespace of the content item's root element is not the same as the Schema's, it is set to the Schema's. |
RemoveUnknownFields | Any fields in the content item that are not in the Schema are removed from the content item. |
RemoveAdditionalValues | Any value beyond the first value in a field that the Schema defines as single-value are removed from the content item. |
ApplyDefaultValuesForMissingMandatoryFields | If the Schema contains a mandatory field (with a default value) but the content item does not, the field is added to the content item, set to its default value. |
ApplyDefaultValuesForMissingNonMandatoryFields | If the Schema contains a non-mandatory field (with a default value) but the content item does not, the field is added to the content item, set to its default value. |
ApplyFilterXsltToXhtmlFields | If the Schema contains a Format Area field with an associated XSLT stylesheet to be applied to it, but the content item's version of the field has not had the stylesheet applied it, the stylesheet will be applied to the content item's field. |
ConvertFieldType | If the Schema field has a different data type than its corresponding content item field, the data in the content item field will be converted to the new type. |
All | Do all of the above |