em:BridgeComponentCodeSimpleType
simpleType BridgeComponentCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for the major types of bridge components.
Diagram
Enumerations
Value | Definition |
Abutments | Abutments |
Approaches | Approaches |
Deck | Deck |
Other | Other |
ScourUndermining | Scour/Undermining |
Striping | Striping |
Substructure | Substructure |
Superstructure | Superstructure |
TrafficBarrier | Traffic Barrier |
XML Schema
<xs:simpleType name="BridgeComponentCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the major types of bridge components.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Abutments">
<xs:annotation>
<xs:documentation>
Abutments</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Approaches">
<xs:annotation>
<xs:documentation>
Approaches</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Deck">
<xs:annotation>
<xs:documentation>
Deck</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ScourUndermining">
<xs:annotation>
<xs:documentation>
Scour/Undermining</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Striping">
<xs:annotation>
<xs:documentation>
Striping</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Substructure">
<xs:annotation>
<xs:documentation>
Substructure</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Superstructure">
<xs:annotation>
<xs:documentation>
Superstructure</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TrafficBarrier">
<xs:annotation>
<xs:documentation>
Traffic Barrier</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>