em:DamageCostEstimateCodeSimpleType

simpleType DamageCostEstimateCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/5.0/

Definition

A data type code helps to understand how to estimate to repair was established. Determines level of scrutiny necessary.

Diagram

Enumerations

ValueDefinition
BestGuessEstBest Guess (made due to unknown cost, variables, or unknown damage)
CalculatedEstCalculated Estimate (based off of cost/rate schedule information)
CertifiedEstCertified Estimate (developed and signed by engineer or other qualified personnel)
InformedEstInformed Estimate (based on historic costs for similar type of work)
RealCostEstReal Cost (based on submitted receipts, invoices, and other documentation)

XML Schema

<xs:simpleType name="DamageCostEstimateCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type code helps to understand how to estimate to repair was established. Determines level of scrutiny necessary.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="BestGuessEst">
<xs:annotation>
<xs:documentation>
Best Guess (made due to unknown cost, variables, or unknown damage)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CalculatedEst">
<xs:annotation>
<xs:documentation>
Calculated Estimate (based off of cost/rate schedule information)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CertifiedEst">
<xs:annotation>
<xs:documentation>
Certified Estimate (developed and signed by engineer or other qualified personnel)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="InformedEst">
<xs:annotation>
<xs:documentation>
Informed Estimate (based on historic costs for similar type of work)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RealCostEst">
<xs:annotation>
<xs:documentation>
Real Cost (based on submitted receipts, invoices, and other documentation)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>