em:WaterStorageComponentCodeSimpleType

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

Definition

A data type for the water storage components

Diagram

Enumerations

ValueDefinition
OtherOther
PipesPipes
PumpsPumps
TanksTanks

XML Schema

<xs:simpleType name="WaterStorageComponentCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the water storage components
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Other
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Pipes">
<xs:annotation>
<xs:documentation>
Pipes
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Pumps">
<xs:annotation>
<xs:documentation>
Pumps
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Tanks">
<xs:annotation>
<xs:documentation>
Tanks
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>