At some point, we should add code to check the version of NCIP that
is in use and alter the response templates accordingly.
Signed-off-by: Jason Stephenson <jason@sigio.com>
# Versions of NCIP that we support as indicated by a list of schema
# URIs.
use constant SUPPORTED_VERSIONS => (
- 'http://www.niso.org/schemas/ncip/v2_02/ncip_v2_02.xsd'
+ 'http://www.niso.org/schemas/ncip/v2_02/ncip_v2_02.xsd',
+ 'http://www.niso.org/schemas/ncip/v2_0/ncip_v2_0.xsd'
);