Some schematron questions. 1) Can I use both XSD validation and Schematron validation at the same time? I want to do XSD validation (regular validation="on"), and then also have the schematron check run because there are a few things that need to be checked that XML Schema (version 1.0) validation cannot express.
Specifically, I have a dfdl:binaryNumberRep='bcd' number, the last digit of which must be 0 or 5. DFDL doesn't allow pattern facets on numbers. 2) How can I verify that I'm getting the schematron validation errors detected from a TDML test? Will schematron errors come out as Validation errors just like Xerces validation errors do? I can't find examples that use schematron with TDML in the Daffodil source tree. Thanks