em:ComunicationComponentCodeSimpleType

simpleType ComunicationComponentCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.0/

Definition

A data type for the Comunication Components

Diagram

Enumerations

ValueDefinition
NetworkTowerNetwork Tower
OtherOther
TelephoneLinesTelephone Lines
TelephonePolesTelephone Poles
TerminalsTerminals

XML Schema

<xs:simpleType name="ComunicationComponentCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the Comunication Components
</xs:documentation>
</xs:annotation>
<xs:enumeration value="NetworkTower">
<xs:annotation>
<xs:documentation>
Network Tower
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Other
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TelephoneLines">
<xs:annotation>
<xs:documentation>
Telephone Lines
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TelephonePoles">
<xs:annotation>
<xs:documentation>
Telephone Poles
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Terminals">
<xs:annotation>
<xs:documentation>
Terminals
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>