em:DamageCostEstimateCodeSimpleType
simpleType DamageCostEstimateCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.0/
Definition
A data type code helps to understand how to estimate to repair was established. Determines level of scrutiny necessary.
Diagram
Enumerations
Value | Definition |
BestGuessEst | Best Guess (made due to unknown cost, variables, or unknown damage) |
CalculatedEst | Calculated Estimate (based off of cost/rate schedule information) |
CertifiedEst | Certified Estimate (developed and signed by engineer or other qualified personnel) |
InformedEst | Informed Estimate (based on historic costs for similar type of work) |
RealCostEst | Real 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:restriction base="xs:token">
<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>