em:WaterStorageComponentCodeSimpleType
simpleType WaterStorageComponentCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for the water storage components
Diagram
Enumerations
Value | Definition |
Other | Other |
Pipes | Pipes |
Pumps | Pumps |
Tanks | Tanks |
XML Schema
<xs:simpleType name="WaterStorageComponentCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the water storage components</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<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>