em:PowerComponentCodeSimpleType
simpleType PowerComponentCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for the common components of power generating and distribution facilities
Diagram
Enumerations
Value | Definition |
Conductor | Conductor |
Insulator | Insulator |
Other | Other |
Poles | Poles |
ServiceRoads | Service Roads |
Transformers | Transformers |
XML Schema
<xs:simpleType name="PowerComponentCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the common components of power generating and distribution facilities</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Conductor">
<xs:annotation>
<xs:documentation>
Conductor</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Insulator">
<xs:annotation>
<xs:documentation>
Insulator</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Poles">
<xs:annotation>
<xs:documentation>
Poles</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ServiceRoads">
<xs:annotation>
<xs:documentation>
Service Roads</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Transformers">
<xs:annotation>
<xs:documentation>
Transformers</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>