From 233810738faf31d18b029651d7ba36192e681d98 Mon Sep 17 00:00:00 2001 From: Clarisse Abalos <34665975+abalosc1@users.noreply.github.com> Date: Tue, 23 Apr 2024 13:31:12 -0400 Subject: [PATCH] change ZI020_GE4 type to textEnumeration (#5743) * change ZI020_GE4 type to textEnumeration * update node version to 16.0.0 * grab type instead of hardcoding enumeration * update tds71_full_schema.js with correct type enumeration --- VagrantProvisionVars.sh | 2 +- scripts/schema/ConvertTDSv71Schema_XML.py | 2 +- translations/tds71_full_schema.js | 1862 ++++++++++----------- 3 files changed, 933 insertions(+), 933 deletions(-) diff --git a/VagrantProvisionVars.sh b/VagrantProvisionVars.sh index 4d8e5a734a..d64da56b86 100644 --- a/VagrantProvisionVars.sh +++ b/VagrantProvisionVars.sh @@ -7,7 +7,7 @@ export GLPK_VERSION=4.64 export LIBOAUTHCPP_VERSION=0.1.0 export LIBPHONENUMBER_VERSION=8.12.39 export LIBPOSTAL_VERSION=1.1 -export NODE_VERSION=14.16.1 +export NODE_VERSION=16.0.0 export NPM_VERSION=6.14.12 export V8_VERSION=8.4.371.19 export STXXL_VERSION=1.3.1 diff --git a/scripts/schema/ConvertTDSv71Schema_XML.py b/scripts/schema/ConvertTDSv71Schema_XML.py index dc67011229..f873be4420 100755 --- a/scripts/schema/ConvertTDSv71Schema_XML.py +++ b/scripts/schema/ConvertTDSv71Schema_XML.py @@ -77,7 +77,7 @@ def printJavascript(schema,withDefs): aString += 'definition:"%s",' % (schema[f]['columns'][k]['definition']) if 'func' in schema[f]['columns'][k]: - aString += 'type:"enumeration",defValue:"%s",enumerations: %s}' % (schema[f]['columns'][k]['defValue'],schema[f]['columns'][k]['func']) + aString += 'type:"%s",defValue:"%s",enumerations: %s}' % (schema[f]['columns'][k]['type'], schema[f]['columns'][k]['defValue'],schema[f]['columns'][k]['func']) if num_attrib > 1: # Are we at the last attribute? yes = no trailing comma aString += ',' num_attrib -= 1 diff --git a/translations/tds71_full_schema.js b/translations/tds71_full_schema.js index 07711ec1bf..a5a91e3d92 100644 --- a/translations/tds71_full_schema.js +++ b/translations/tds71_full_schema.js @@ -22,7 +22,7 @@ * This will properly maintain the copyright information. Maxar * copyrights will be updated automatically. * - * @copyright Copyright (C) 2015, 2016, 2017, 2018, 2019, 2020, 2021 2022 Maxar (http://www.maxar.com/) + * @copyright Copyright (C) 2015-2024 Maxar (http://www.maxar.com/) */ //// @@ -1002,7 +1002,7 @@ var schema = [ {name:"ZI005_NFNA",desc:"Geopolitical Entity : Geographic Name Information (1) : Name Identifier (first side)",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFNB",desc:"Geopolitical Entity : Geographic Name Information (2) : Name Identifier (second side)",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -1104,7 +1104,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -1163,11 +1163,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -1284,11 +1284,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -1406,11 +1406,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -1488,7 +1488,7 @@ var schema = [ }, {name:"ZI001_VSD",desc:"Source Information : Vertical Source Date and Time",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -1550,7 +1550,7 @@ var schema = [ }, {name:"ZI001_VSD",desc:"Source Information : Vertical Source Date and Time",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -1712,7 +1712,7 @@ var schema = [ }, {name:"ZI001_VSD",desc:"Source Information : Vertical Source Date and Time",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -1929,11 +1929,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -2151,11 +2151,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -2242,11 +2242,11 @@ var schema = [ }, {name:"ZI001_VSD",desc:"Source Information : Vertical Source Date and Time",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, - {name:"ZI020_GE42",desc:"Location Country Designation : GENC Short URN-based Identifier second",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, - {name:"ZI020_GE43",desc:"Location Country Designation : GENC Short URN-based Identifier third",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, - {name:"ZI020_GE44",desc:"Location Country Designation : GENC Short URN-based Identifier fourth",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE42",desc:"Location Country Designation : GENC Short URN-based Identifier second",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE43",desc:"Location Country Designation : GENC Short URN-based Identifier third",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE44",desc:"Location Country Designation : GENC Short URN-based Identifier fourth",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -2308,11 +2308,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -2375,11 +2375,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -2465,11 +2465,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -2555,11 +2555,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -2645,11 +2645,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -2837,11 +2837,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -3029,11 +3029,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -3076,7 +3076,7 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -3118,7 +3118,7 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -3160,11 +3160,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -3206,11 +3206,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -3252,11 +3252,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -3545,11 +3545,11 @@ var schema = [ {name:"Excellent",value:"9"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -3628,7 +3628,7 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -3752,7 +3752,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI024_HYP",desc:"Water Resource Information : Hydrologic Persistence",optional:"R",type:"enumeration",defValue:"-999999", enumerations:[ {name:"noInformation",value:"-999999"}, @@ -3787,7 +3787,7 @@ var schema = [ {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -3912,7 +3912,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI024_HYP",desc:"Water Resource Information : Hydrologic Persistence",optional:"R",type:"enumeration",defValue:"-999999", enumerations:[ {name:"noInformation",value:"-999999"}, @@ -3947,7 +3947,7 @@ var schema = [ {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -4020,11 +4020,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -4097,11 +4097,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -4164,11 +4164,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -4231,11 +4231,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -4284,11 +4284,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -4449,11 +4449,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -4615,11 +4615,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -4833,11 +4833,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -5051,11 +5051,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -5166,11 +5166,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -5281,11 +5281,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -5447,11 +5447,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -5525,11 +5525,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -5603,11 +5603,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -5728,11 +5728,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -5825,11 +5825,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -6099,11 +6099,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -6374,11 +6374,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -6649,11 +6649,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -6851,11 +6851,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -7053,11 +7053,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -7255,11 +7255,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -7323,11 +7323,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -7402,11 +7402,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -7456,11 +7456,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -9099,7 +9099,7 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, @@ -9150,7 +9150,7 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -10789,7 +10789,7 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, @@ -10840,7 +10840,7 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -10939,11 +10939,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -11042,11 +11042,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -11145,11 +11145,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -11268,11 +11268,11 @@ var schema = [ {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN2",desc:"Geographic Name Information : Name Identifier (second)",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -11391,11 +11391,11 @@ var schema = [ {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN2",desc:"Geographic Name Information : Name Identifier (second)",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -11507,11 +11507,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -11669,7 +11669,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI025_WLE",desc:"Hydrographic Vertical Positioning Information : Water Level Effect",optional:"R",type:"enumeration",defValue:"-999999", enumerations:[ {name:"noInformation",value:"-999999"}, @@ -11685,7 +11685,7 @@ var schema = [ {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -11745,11 +11745,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -11885,11 +11885,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -12025,11 +12025,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -12089,11 +12089,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -12152,11 +12152,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -12204,11 +12204,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -12331,11 +12331,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -12459,11 +12459,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -12598,11 +12598,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -12747,11 +12747,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -12897,11 +12897,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -13048,11 +13048,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -13199,11 +13199,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -13319,11 +13319,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -13439,11 +13439,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -13601,11 +13601,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -13763,11 +13763,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -13827,7 +13827,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, @@ -13871,7 +13871,7 @@ var schema = [ {name:"Vertical Up",value:"5"} ] }, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -13944,7 +13944,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, @@ -13968,7 +13968,7 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -14042,7 +14042,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, @@ -14066,7 +14066,7 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -14190,11 +14190,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -14309,11 +14309,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -14362,11 +14362,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -14414,11 +14414,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -14494,11 +14494,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -14757,11 +14757,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -15021,11 +15021,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -15174,11 +15174,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -15327,11 +15327,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -15447,11 +15447,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -15567,11 +15567,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -15631,7 +15631,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, @@ -15682,7 +15682,7 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -15843,11 +15843,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -15894,11 +15894,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -15945,11 +15945,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -16020,11 +16020,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -16095,11 +16095,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -16328,11 +16328,11 @@ var schema = [ ] }, {name:"ZI013_PIG",desc:"Crop Information : Permanent Irrigation",optional:"R",type:"enumeration",defValue:"-999999",enumerations: truefalse}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -16434,11 +16434,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -16540,11 +16540,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -16650,11 +16650,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -16734,11 +16734,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -16911,11 +16911,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -17089,11 +17089,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -17267,11 +17267,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -17404,11 +17404,11 @@ var schema = [ {name:"RTL",desc:"Resource Title",optional:"R",type:"String",defValue:"noInformation"}, {name:"URI",desc:"Unique Resource Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"VDT",desc:"Vertical Datum",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_VDT}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, - {name:"ZI020_GE42",desc:"Location Country Designation : GENC Short URN-based Identifier second",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, - {name:"ZI020_GE43",desc:"Location Country Designation : GENC Short URN-based Identifier third",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, - {name:"ZI020_GE44",desc:"Location Country Designation : GENC Short URN-based Identifier fourth",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE42",desc:"Location Country Designation : GENC Short URN-based Identifier second",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE43",desc:"Location Country Designation : GENC Short URN-based Identifier third",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE44",desc:"Location Country Designation : GENC Short URN-based Identifier fourth",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -17518,11 +17518,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -17575,7 +17575,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -17670,11 +17670,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -17767,11 +17767,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -17864,11 +17864,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -17909,7 +17909,7 @@ var schema = [ }, {name:"ZI001_VSD",desc:"Source Information : Vertical Source Date and Time",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -18011,7 +18011,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI024_HYP",desc:"Water Resource Information : Hydrologic Persistence",optional:"R",type:"enumeration",defValue:"-999999", enumerations:[ {name:"noInformation",value:"-999999"}, @@ -18033,7 +18033,7 @@ var schema = [ {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -18136,7 +18136,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI024_HYP",desc:"Water Resource Information : Hydrologic Persistence",optional:"R",type:"enumeration",defValue:"-999999", enumerations:[ {name:"noInformation",value:"-999999"}, @@ -18158,7 +18158,7 @@ var schema = [ {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -18198,7 +18198,7 @@ var schema = [ }, {name:"ZI001_VSD",desc:"Source Information : Vertical Source Date and Time",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -18282,11 +18282,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -18370,11 +18370,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -18489,11 +18489,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -18609,11 +18609,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -18740,11 +18740,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -18900,11 +18900,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -19060,11 +19060,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -19145,11 +19145,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -19336,11 +19336,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -19527,11 +19527,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -19603,11 +19603,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -19678,11 +19678,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -19776,11 +19776,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -19872,11 +19872,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -19969,11 +19969,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -20155,11 +20155,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -20234,11 +20234,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -20497,11 +20497,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -20760,11 +20760,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -22345,7 +22345,7 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, @@ -22396,7 +22396,7 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -23977,7 +23977,7 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, @@ -24028,7 +24028,7 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -24183,11 +24183,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -24342,11 +24342,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -24475,11 +24475,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -24624,11 +24624,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -24772,11 +24772,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -24987,11 +24987,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -25203,11 +25203,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -25358,11 +25358,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -25513,11 +25513,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -25625,11 +25625,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -25736,11 +25736,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -25806,11 +25806,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -25876,11 +25876,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -25940,11 +25940,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -26054,11 +26054,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -26147,11 +26147,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -26274,11 +26274,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -26401,11 +26401,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -26528,11 +26528,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -26574,7 +26574,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -26699,11 +26699,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -26828,11 +26828,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -26893,7 +26893,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -26955,11 +26955,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -27007,11 +27007,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -27073,11 +27073,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -28739,11 +28739,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -30405,11 +30405,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -30470,7 +30470,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI024_YWQ",desc:"Water Resource Information : Water Potability",optional:"R",type:"enumeration",defValue:"-999999", enumerations:[ {name:"noInformation",value:"-999999"}, @@ -30484,7 +30484,7 @@ var schema = [ {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -30545,7 +30545,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI024_YWQ",desc:"Water Resource Information : Water Potability",optional:"R",type:"enumeration",defValue:"-999999", enumerations:[ {name:"noInformation",value:"-999999"}, @@ -30559,7 +30559,7 @@ var schema = [ {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -30693,11 +30693,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -30831,11 +30831,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -30982,11 +30982,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -31142,11 +31142,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -31301,11 +31301,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -31353,11 +31353,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -31396,7 +31396,7 @@ var schema = [ }, {name:"ZI001_VSD",desc:"Source Information : Vertical Source Date and Time",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -31458,7 +31458,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -31518,11 +31518,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -31582,11 +31582,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -31633,11 +31633,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -31710,11 +31710,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -31786,11 +31786,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -31850,11 +31850,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -32008,11 +32008,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -32167,11 +32167,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -32326,11 +32326,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -32485,11 +32485,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -32563,11 +32563,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -32641,11 +32641,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -32731,11 +32731,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -32888,11 +32888,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -33046,11 +33046,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -33174,11 +33174,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -33336,11 +33336,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -33499,11 +33499,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -33573,7 +33573,7 @@ var schema = [ {name:"Awash at Chart Datum",value:"9"} ] }, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -33621,11 +33621,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -33866,11 +33866,11 @@ var schema = [ {name:"Excellent",value:"9"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -34112,11 +34112,11 @@ var schema = [ {name:"Excellent",value:"9"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -34211,11 +34211,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -34311,11 +34311,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -34378,11 +34378,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -34444,11 +34444,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -34522,11 +34522,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -34635,11 +34635,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -34711,11 +34711,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -34761,11 +34761,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -34894,11 +34894,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -35028,11 +35028,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -35115,11 +35115,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -35201,11 +35201,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -35271,11 +35271,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -35322,11 +35322,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -35406,11 +35406,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -35504,11 +35504,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -35555,11 +35555,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -35915,11 +35915,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -36277,11 +36277,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -36390,11 +36390,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -36503,11 +36503,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -36670,7 +36670,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI024_HYP",desc:"Water Resource Information : Hydrologic Persistence",optional:"R",type:"enumeration",defValue:"-999999", enumerations:[ {name:"noInformation",value:"-999999"}, @@ -36705,7 +36705,7 @@ var schema = [ {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -36868,7 +36868,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI024_HYP",desc:"Water Resource Information : Hydrologic Persistence",optional:"R",type:"enumeration",defValue:"-999999", enumerations:[ {name:"noInformation",value:"-999999"}, @@ -36903,7 +36903,7 @@ var schema = [ {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -36965,11 +36965,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -37030,11 +37030,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -37073,7 +37073,7 @@ var schema = [ }, {name:"ZI001_VSD",desc:"Source Information : Vertical Source Date and Time",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -37144,11 +37144,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -37220,11 +37220,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -37265,7 +37265,7 @@ var schema = [ }, {name:"ZI001_VSD",desc:"Source Information : Vertical Source Date and Time",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -37409,11 +37409,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -37559,11 +37559,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -37617,11 +37617,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -37705,11 +37705,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -37805,11 +37805,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -37906,11 +37906,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -37952,7 +37952,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -38152,11 +38152,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -38357,11 +38357,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -38499,11 +38499,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -38615,11 +38615,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -38741,11 +38741,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -38867,11 +38867,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -38993,11 +38993,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -39045,11 +39045,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -39226,11 +39226,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -39408,11 +39408,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -39533,11 +39533,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -39658,11 +39658,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -39724,7 +39724,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -39785,7 +39785,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -39856,7 +39856,7 @@ var schema = [ }, {name:"ZI001_VSD",desc:"Source Information : Vertical Source Date and Time",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -39952,7 +39952,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI024_HYP",desc:"Water Resource Information : Hydrologic Persistence",optional:"R",type:"enumeration",defValue:"-999999", enumerations:[ {name:"noInformation",value:"-999999"}, @@ -39964,7 +39964,7 @@ var schema = [ {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -40111,11 +40111,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -40250,11 +40250,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -40389,11 +40389,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -40468,11 +40468,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -40546,11 +40546,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -40607,11 +40607,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -40668,11 +40668,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -40774,11 +40774,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -40881,11 +40881,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -41017,11 +41017,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -41153,11 +41153,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -41215,7 +41215,7 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI024_HYP",desc:"Water Resource Information : Hydrologic Persistence",optional:"R",type:"enumeration",defValue:"-999999", enumerations:[ {name:"noInformation",value:"-999999"}, @@ -41240,7 +41240,7 @@ var schema = [ {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -41298,7 +41298,7 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI024_HYP",desc:"Water Resource Information : Hydrologic Persistence",optional:"R",type:"enumeration",defValue:"-999999", enumerations:[ {name:"noInformation",value:"-999999"}, @@ -41323,7 +41323,7 @@ var schema = [ {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -41420,11 +41420,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -41472,11 +41472,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -41630,11 +41630,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -41789,11 +41789,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -41842,11 +41842,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -41920,11 +41920,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -41998,11 +41998,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -42058,11 +42058,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -42130,7 +42130,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI024_HYP",desc:"Water Resource Information : Hydrologic Persistence",optional:"R",type:"enumeration",defValue:"-999999", enumerations:[ {name:"noInformation",value:"-999999"}, @@ -42165,7 +42165,7 @@ var schema = [ {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -42359,7 +42359,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI024_HYP",desc:"Water Resource Information : Hydrologic Persistence",optional:"R",type:"enumeration",defValue:"-999999", enumerations:[ {name:"noInformation",value:"-999999"}, @@ -42381,7 +42381,7 @@ var schema = [ {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -42576,7 +42576,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI024_HYP",desc:"Water Resource Information : Hydrologic Persistence",optional:"R",type:"enumeration",defValue:"-999999", enumerations:[ {name:"noInformation",value:"-999999"}, @@ -42598,7 +42598,7 @@ var schema = [ {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -42639,7 +42639,7 @@ var schema = [ }, {name:"ZI001_VSD",desc:"Source Information : Vertical Source Date and Time",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -43135,11 +43135,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -43636,11 +43636,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -43792,11 +43792,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -43937,11 +43937,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -44082,11 +44082,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -44145,11 +44145,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -44207,11 +44207,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -44333,11 +44333,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -44460,11 +44460,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -44647,11 +44647,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -44725,11 +44725,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -44861,11 +44861,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -44996,11 +44996,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -45168,11 +45168,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -45341,11 +45341,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -45417,11 +45417,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -45492,11 +45492,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -45555,11 +45555,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -45618,11 +45618,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -45689,11 +45689,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -45874,11 +45874,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -45937,11 +45937,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -46031,11 +46031,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -46075,7 +46075,7 @@ var schema = [ {name:"ZI001_VSD",desc:"Source Information : Vertical Source Date and Time",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -46125,11 +46125,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -46733,11 +46733,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -47341,11 +47341,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -47493,11 +47493,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -47645,11 +47645,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -47709,11 +47709,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -47772,11 +47772,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -47969,11 +47969,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -48167,11 +48167,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -48305,7 +48305,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, @@ -48346,7 +48346,7 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -48407,11 +48407,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -48472,11 +48472,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -48536,11 +48536,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -48600,11 +48600,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -48739,11 +48739,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -48879,11 +48879,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -49087,7 +49087,7 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, @@ -49099,7 +49099,7 @@ var schema = [ {name:"Unsurveyed",value:"3"} ] }, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -49233,11 +49233,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -49331,11 +49331,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -49429,11 +49429,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -49579,11 +49579,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -49633,11 +49633,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -49686,11 +49686,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -49739,11 +49739,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -49815,11 +49815,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -49892,11 +49892,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -49967,7 +49967,7 @@ var schema = [ {name:"Awash at Chart Datum",value:"9"} ] }, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -50037,7 +50037,7 @@ var schema = [ {name:"Awash at Chart Datum",value:"9"} ] }, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -50107,7 +50107,7 @@ var schema = [ {name:"Awash at Chart Datum",value:"9"} ] }, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -50231,11 +50231,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -50379,11 +50379,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -50528,11 +50528,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -50724,7 +50724,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI024_HYP",desc:"Water Resource Information : Hydrologic Persistence",optional:"R",type:"enumeration",defValue:"-999999", enumerations:[ {name:"noInformation",value:"-999999"}, @@ -50746,7 +50746,7 @@ var schema = [ {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -50938,7 +50938,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI024_HYP",desc:"Water Resource Information : Hydrologic Persistence",optional:"R",type:"enumeration",defValue:"-999999", enumerations:[ {name:"noInformation",value:"-999999"}, @@ -50960,7 +50960,7 @@ var schema = [ {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -51099,11 +51099,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -51242,11 +51242,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -51464,7 +51464,7 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, @@ -51476,7 +51476,7 @@ var schema = [ {name:"Unsurveyed",value:"3"} ] }, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -51586,11 +51586,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -51631,7 +51631,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -51692,11 +51692,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -51758,11 +51758,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -51985,11 +51985,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -52212,11 +52212,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -52268,11 +52268,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -52324,11 +52324,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -52587,11 +52587,11 @@ var schema = [ {name:"Excellent",value:"9"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -52850,11 +52850,11 @@ var schema = [ {name:"Excellent",value:"9"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -53113,11 +53113,11 @@ var schema = [ {name:"Excellent",value:"9"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -53166,11 +53166,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -53230,11 +53230,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -53294,11 +53294,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -53372,11 +53372,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -53440,11 +53440,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -53517,11 +53517,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -53592,11 +53592,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -53704,11 +53704,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -53816,11 +53816,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -53880,11 +53880,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -53944,11 +53944,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -54009,11 +54009,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -54059,11 +54059,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -54110,11 +54110,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -54772,11 +54772,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -55434,11 +55434,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -55546,11 +55546,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -55658,11 +55658,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -55770,11 +55770,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -56082,11 +56082,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -56290,11 +56290,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -56498,11 +56498,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -56625,11 +56625,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -56752,11 +56752,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -56857,11 +56857,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -56935,11 +56935,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -57013,11 +57013,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -57114,11 +57114,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -57214,11 +57214,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -57331,11 +57331,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -57383,11 +57383,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -57434,11 +57434,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -57515,11 +57515,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -57713,11 +57713,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -57852,11 +57852,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -57992,11 +57992,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -58082,11 +58082,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -58172,11 +58172,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -58294,11 +58294,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -58416,11 +58416,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -58524,11 +58524,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -58631,11 +58631,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -58696,11 +58696,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -58762,11 +58762,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -58819,11 +58819,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -59009,11 +59009,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -59184,11 +59184,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -59248,11 +59248,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -59312,11 +59312,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -59385,11 +59385,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -59529,11 +59529,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -59758,11 +59758,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -59987,11 +59987,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -60194,11 +60194,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -60401,11 +60401,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -60502,7 +60502,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI025_WLE",desc:"Hydrographic Vertical Positioning Information : Water Level Effect",optional:"R",type:"enumeration",defValue:"-999999", enumerations:[ {name:"noInformation",value:"-999999"}, @@ -60518,7 +60518,7 @@ var schema = [ {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -60615,7 +60615,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI025_WLE",desc:"Hydrographic Vertical Positioning Information : Water Level Effect",optional:"R",type:"enumeration",defValue:"-999999", enumerations:[ {name:"noInformation",value:"-999999"}, @@ -60631,7 +60631,7 @@ var schema = [ {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -60739,11 +60739,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -60851,11 +60851,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -60928,11 +60928,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -61068,11 +61068,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -61132,11 +61132,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -61196,11 +61196,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -61242,7 +61242,7 @@ var schema = [ }, {name:"ZI001_VSD",desc:"Source Information : Vertical Source Date and Time",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -61396,11 +61396,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -61555,11 +61555,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -61796,11 +61796,11 @@ var schema = [ {name:"Excellent",value:"9"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -62037,11 +62037,11 @@ var schema = [ {name:"Excellent",value:"9"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -62100,11 +62100,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -62152,11 +62152,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -62206,11 +62206,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -62320,11 +62320,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -62426,7 +62426,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, @@ -62450,7 +62450,7 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -62553,7 +62553,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, @@ -62577,7 +62577,7 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -62779,11 +62779,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -62985,11 +62985,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -63088,11 +63088,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -63230,11 +63230,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -63373,11 +63373,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -63473,11 +63473,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -63572,11 +63572,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -63858,11 +63858,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -64145,11 +64145,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -64256,11 +64256,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -64367,11 +64367,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -64478,11 +64478,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -64535,11 +64535,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -64587,11 +64587,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -64719,11 +64719,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -64793,11 +64793,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -64926,11 +64926,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -65078,11 +65078,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -65232,11 +65232,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -65296,11 +65296,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -65342,7 +65342,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -65398,11 +65398,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -65528,11 +65528,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -65659,11 +65659,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -65775,11 +65775,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -65819,7 +65819,7 @@ var schema = [ {name:"ZI001_VSD",desc:"Source Information : Vertical Source Date and Time",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -65892,11 +65892,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -65937,7 +65937,7 @@ var schema = [ }, {name:"ZI001_VSD",desc:"Source Information : Vertical Source Date and Time",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -66047,11 +66047,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -66178,11 +66178,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -66233,11 +66233,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -66305,11 +66305,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -66377,11 +66377,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -66519,11 +66519,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -66574,11 +66574,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -66629,11 +66629,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -66684,11 +66684,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -66739,11 +66739,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -66829,11 +66829,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -66920,11 +66920,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -67047,11 +67047,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -67173,11 +67173,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -67323,11 +67323,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -67473,11 +67473,11 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -67533,7 +67533,7 @@ var schema = [ }, {name:"ZI001_VSD",desc:"Source Information : Vertical Source Date and Time",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -67617,11 +67617,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -67720,11 +67720,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -67824,11 +67824,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -67888,11 +67888,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -67963,7 +67963,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI024_HYP",desc:"Water Resource Information : Hydrologic Persistence",optional:"R",type:"enumeration",defValue:"-999999", enumerations:[ {name:"noInformation",value:"-999999"}, @@ -67998,7 +67998,7 @@ var schema = [ {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -68070,7 +68070,7 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI024_HYP",desc:"Water Resource Information : Hydrologic Persistence",optional:"R",type:"enumeration",defValue:"-999999", enumerations:[ {name:"noInformation",value:"-999999"}, @@ -68105,7 +68105,7 @@ var schema = [ {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -68259,11 +68259,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -68417,11 +68417,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -68494,11 +68494,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -68571,11 +68571,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -68705,11 +68705,11 @@ var schema = [ {name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI004_RCG",desc:"Feature Metadata : Process Step Information : Resource Content Originator",optional:"R",type:"enumeration",defValue:"-999999",enumerations: full_ZI004_RCG}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -68794,7 +68794,7 @@ var schema = [ {name:"Other",value:"999"} ] }, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -68868,11 +68868,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"}, @@ -68946,11 +68946,11 @@ var schema = [ {name:"ZI005_FNA",desc:"Geographic Name Information : Full Name",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI005_NFN",desc:"Geographic Name Information : Name Identifier",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZI006_MEM",desc:"Note : Memorandum",optional:"R",type:"String",defValue:"noInformation"}, - {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, + {name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4}, {name:"ZI026_CTUC",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"enumeration",defValue:"5",enumerations: full_ZI026_CTUC}, {name:"ZI026_CTUL",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, {name:"ZI026_CTUU",desc:"Feature Metadata : Cartographic Usability Range ",optional:"R",type:"Integer",defValue:"-999999"}, - {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"enumeration",defValue:"U",enumerations: full_ZSAX_RS0}, + {name:"ZSAX_RS0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"textEnumeration",defValue:"U",enumerations: full_ZSAX_RS0}, {name:"ZSAX_RX0",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX3",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"noInformation"}, {name:"ZSAX_RX4",desc:"Restriction Information : Security Attributes Group ",optional:"R",type:"String",defValue:"USA"},