em:BridgeComponentCodeSimpleType

simpleType BridgeComponentCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.1/

Definition

A data type for the major types of bridge components.

Diagram

Enumerations

ValueDefinition
AbutmentsAbutments
ApproachesApproaches
DeckDeck
OtherOther
ScourUnderminingScour/Undermining
StripingStriping
SubstructureSubstructure
SuperstructureSuperstructure
TrafficBarrierTraffic 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: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>