em:CulvertShapeCodeSimpleType
simpleType CulvertShapeCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.0/
Definition
A data type for the common types of culverts (shapes).
Diagram
Enumerations
Value | Definition |
BoxCulvert | Box/Rectangular |
CircularCulvert | Circular |
HorizontalElipseCulvert | Horizontal Elipse |
Other | Other |
PipearchCulvert | Pipe Arch |
VerticleElipseCulvert | Verticle Elipse |
XML Schema
<xs:simpleType name="CulvertShapeCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the common types of culverts (shapes).</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="BoxCulvert">
<xs:annotation>
<xs:documentation>
Box/Rectangular</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CircularCulvert">
<xs:annotation>
<xs:documentation>
Circular</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HorizontalElipseCulvert">
<xs:annotation>
<xs:documentation>
Horizontal Elipse</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PipearchCulvert">
<xs:annotation>
<xs:documentation>
Pipe Arch</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VerticleElipseCulvert">
<xs:annotation>
<xs:documentation>
Verticle Elipse</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>