em:Cat-CCategoryCodeSimpleType
simpleType Cat-CCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for the Roads and Bridges (Cat-C) types.
Diagram
Enumerations
Value | Definition |
Bridge | Bridge |
LowWater | Low Water Crossing |
Road | Road (no culvert) |
RoadCulvert | Road with culvert |
XML Schema
<xs:simpleType name="Cat-CCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the Roads and Bridges (Cat-C) types.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Bridge">
<xs:annotation>
<xs:documentation>
Bridge</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LowWater">
<xs:annotation>
<xs:documentation>
Low Water Crossing</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Road">
<xs:annotation>
<xs:documentation>
Road (no culvert)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RoadCulvert">
<xs:annotation>
<xs:documentation>
Road with culvert</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>