/* 
This is only for reference purposes. There is no strict binding between the error codes
and the schematron rules file. Wish there was a way that schematron could use constants
defined in a file.
*/

// Length constraint violation
ERR-01

// Required property missing
ERR-02

// a property must exist because of some co-constraint
ERR-03

// value of a property must be from the given set because of some co-constraint
ERR-04

// Only 'n' occurances of this property are allowed
ERR-05 

// not supported property
ERR-06

// specific data type requirement
ERR-07

// property must be in the given format
ERR-08

// values of the two properties must match
ERR-09

// value must be in this range
ERR-10

// valid set of characters should be provided
ERR-11