Touchstone Re 2022 Database Reference
tCountryScheme Table
AIRGeography Database : tCountryScheme Table
Description
Stores the area and subarea schemes supported for each country.
Properties
Creation Date4/7/2017 2:01 PM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows138
Data Space Used8.00 KB
Index Space Used8.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

Code for the country.

For a complete list of codes, see tCountry Table.

varchar15   
Primary Key 

Code that represents the area scheme for the country.

The area scheme specifies the type of area that the application supports for the country, for example, CRESTA.

int4   
 Name of the area scheme.varchar30   
 

Code that represents the subarea scheme for the country.

The subarea scheme specifies the type of subarea that the application supports for the area, for example, county.

int4  
 Name of the subarea scheme.varchar30  
 

Indicates whether the subarea scheme supports string values for subarea names.

  • 1 = Yes (supports strings)
  • 0 = No (supports only numeric codes)
bit1  
 

Indicates whether the subarea scheme is the default subarea scheme for the area scheme.

  • 1 = Yes (default)
  • 0 = No (not default)
bit1  
 

Indicates whether the CRESTA resolution is supported for the country.

  • 1 = Yes (supported)
  • 0 = No (not supported)

If the CRESTA resolution is supported, the application displays the CRESTA identifier in the exposure screens.

bit1   
See Also

Related Objects

AIRGeography Database