Add NCIP v2.0 to supported versions.
authorJason Stephenson <jason@sigio.com>
Sat, 19 Jul 2014 14:47:11 +0000 (10:47 -0400)
committerJason Stephenson <jason@sigio.com>
Sat, 19 Jul 2014 15:21:18 +0000 (11:21 -0400)
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>
lib/NCIP/Const.pm

index 950eb45..f1c4951 100644 (file)
@@ -21,7 +21,8 @@ package NCIP::Const;
 # 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'
 );