em:GasComponentCodeSimpleType
simpleType GasComponentCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.1/
Definition
A data type for the common components of natural gas facilities
Diagram
Enumerations
| Value | Definition | 
| Compressor | Compressor Stations | 
| Metering | Metering Stations | 
| Other | Other | 
| Pipes | Pipes | 
| SCADA | Controls/SCADA | 
XML Schema
<xs:simpleType name="GasComponentCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the common components of natural gas facilities</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Compressor">
<xs:annotation>
<xs:documentation>
Compressor Stations</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Metering">
<xs:annotation>
<xs:documentation>
Metering Stations</xs:documentation>
</xs:annotation>
</xs:enumeration>
<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="SCADA">
<xs:annotation>
<xs:documentation>
Controls/SCADA</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>