CEDE 8.0 Database Reference
tIntensityAttribute Table
Description
Stores information about the intensity attributes that may be used during a hazard analysis.
Properties
Creation Date10/22/2014 3:18 PM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows27
Data Space Used8.00 KB
Index Space Used8.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key IntensityAttributeCode

Code that represents the intensity attribute types.

  • 101 = Earthquake          
  • 102 = Tropical Cyclone  
  • 103 = Peak Ground Acceleration
  • 104 = Spectral Acceleration 0.3 seconds
  • 105 = Spectral Acceleration 1.0 seconds  
  • 106 = Maximum Wind Speed  
  • 107 = Duration  
  • 108 = Storm Surge Depth  
  • 109 = Event Set SID
  • 110 = Disaggregation
  • 111 = Average Properties  
  • 112 = Maximum Wind Speed Unit  
  • 113 = Storm Surge Depth Unit 
  • 114 = Duration Unit
  • 115 = Peak Ground Acceleration Unit 
  • 116 = Spectral Acceleration 0.3 seconds
  • 117 = Spectral Acceleration 1.0 seconds
  • 118 = Inland Flood
  • 119 = Coastal Flood
  • 120 = Inland On Plain Flood Depth
  • 121 = Coastal On Plain Flood Depth
  • 122 = Inland On Plain Flood Depth Unit
  • 123 = Coastal On Plain Flood Depth Unit
smallint2   
 OutputTypeCode

Code that represents the type of output generated during the analysis.

For a complete list of codes, see dbo.tOutputType Table.

varchar10   
 IntensityAttributeTypeCode

Code that represents how the intensity attribute parameter is presented.

For a complete list of codes, see dbo.tIntensityAttributeType Table.

varchar5   
 SubsetIntensityAttributeCode

Code that represents the intensity attribute types. This value is a subset of the primary intensity attribute identified in IntensityAttributeCode.

smallint2  
 IntensityAttribute

Name of the attribute.

Corresponds to the code in IntensityAttributeCode.

varchar255  
 IntensityFieldNameDatabase field name for the attribute.varchar255  
 IntensityFieldTypeDatatype for the IntensityFieldName.varchar40  
 Description

Description of the attribute type.

varchar1024  
 IntensityAttributeTableReferenceCodeReserved for future use.smallint2  
 DefaultValueReserved for future use.varchar1024  
 SortOrderReserved for future use.smallint2  
See Also

Related Objects

AIRReference Database