em:GasComponentCodeSimpleType

simpleType GasComponentCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/5.0/

Definition

A data type for the common components of natural gas facilities

Diagram

Enumerations

ValueDefinition
CompressorCompressor Stations
MeteringMetering Stations
OtherOther
PipesPipes
SCADAControls/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: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>