em:BuildingComponentCodeSimpleType
simpleType BuildingComponentCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for the common building components damaged.
Diagram
Enumerations
Value | Definition |
Electrical | Electrical |
Hvac | HVAC |
Mechanical | Mechanical |
Other | Other |
Plumbing | Plumbing |
RoadParking | Road Parking |
Roofing | Roofing |
Sidewalks | Sidewalks |
TotalLoss | TotalLoss |
Walls | Walls |
Windows | Windows |
XML Schema
<xs:simpleType name="BuildingComponentCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the common building components damaged.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Electrical">
<xs:annotation>
<xs:documentation>
Electrical</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Hvac">
<xs:annotation>
<xs:documentation>
HVAC</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Mechanical">
<xs:annotation>
<xs:documentation>
Mechanical</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Plumbing">
<xs:annotation>
<xs:documentation>
Plumbing</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RoadParking">
<xs:annotation>
<xs:documentation>
Road Parking</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Roofing">
<xs:annotation>
<xs:documentation>
Roofing</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Sidewalks">
<xs:annotation>
<xs:documentation>
Sidewalks</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TotalLoss">
<xs:annotation>
<xs:documentation>
TotalLoss</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Walls">
<xs:annotation>
<xs:documentation>
Walls</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Windows">
<xs:annotation>
<xs:documentation>
Windows</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>