Source document validation - Whether or not an XML Schema is required to validate the source document. Strict (-val) requires an XML Schema, and the source document must validate against that XML Schema. Lax (-vlax) validates the source document if an XML Schema is provided, and the source document must validate against that XML Schema; but if no XML Schema is provided, the source document passes validation.