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
Value | Definition |
NetworkTower | Network Tower |
Other | Other |
TelephoneLines | Telephone Lines |
TelephonePoles | Telephone Poles |
Terminals | Terminals |
XML Schema
<xs:simpleType name="ComunicationComponentCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the Comunication Components</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<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>