IfcCommunicationsApplianceTypeEnum

Natural language names
Communications Appliance Type Enum
Enumération des types d'appareils de communications
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4 4.0.0.0
    IfcCommunicationsApplianceTypeEnumADDED
IFC4x2 to IFC4x3_RC1
    IfcCommunicationsApplianceTypeEnum
      AUTOMATONADDED
      INTELLIGENT_PERIPHERALADDED
      IP_NETWORK_EQUIPMENTADDED
      OPTICAL_NETWORK_UNITADDED
      TELECOMMANDADDED
      TELEPHONYEXCHANGEADDED
      TRANSITIONCOMPONENTADDED
      TRANSPONDERADDED
      TRANSPORTEQUIPMENTADDED
IFC4x3_RC3 to IFC4x3_RC4
    IfcCommunicationsApplianceTypeEnum
      INTELLIGENTPERIPHERALMODIFIEDName changed from INTELLIGENT_PERIPHERAL to INTELLIGENTPERIPHERAL.
      IPNETWORKEQUIPMENTMODIFIEDName changed from IP_NETWORK_EQUIPMENT to IPNETWORKEQUIPMENT.
      OPTICALNETWORKUNITMODIFIEDName changed from OPTICAL_NETWORK_UNIT to OPTICALNETWORKUNIT.
      OPTICALLINETERMINALADDED
      LINESIDEELECTRONICUNITADDED
      RADIOBLOCKCENTERADDED
Semantic definitions at the type
Type definition

Defines the range of different types of communications appliance that can be specified.

HISTORY  New enumeration in IFC4.

Enumeration definition
ConstantDescription
ANTENNA

A transducer designed to transmit or receive electromagnetic waves.

COMPUTER

A desktop, laptop, tablet, or other type of computer that can be moved from one place to another and connected to an electrical supply via a plugged outlet.

FAX

A machine that has the primary function of transmitting a facsimile copy of printed matter using a telephone line.

GATEWAY

A gateway connects multiple network segments with different protocols at all layers (layers 1-7) of the Open Systems Interconnection (OSI) model.

MODEM

A modem (from modulator-demodulator) is a device that modulates an analog carrier signal to encode digital information, and also demodulates such a carrier signal to decode the transmitted information.

NETWORKAPPLIANCE

A network appliance performs a dedicated function such as firewall protection, content filtering, load balancing, or equipment management.

NETWORKBRIDGE

A network bridge connects multiple network segments at the data link layer (layer 2) of the OSI model, and the term layer 2 switch is very often used interchangeably with bridge.

NETWORKHUB

A network hub connects multiple network segments at the physical layer (layer 1) of the OSI model.

PRINTER

A machine that has the primary function of printing text and/or graphics onto paper or other media.

REPEATER

A repeater is an electronic device that receives a signal and retransmits it at a higher level and/or higher power, or onto the other side of an obstruction, so that the signal can cover longer distances without degradation.

ROUTER

A router is a networking device whose software and hardware are usually tailored to the tasks of routing and forwarding information. For example, on the Internet, information is directed to various paths by routers.

SCANNER

A machine that has the primary function of scanning the content of printed matter and converting it to digital format that can be stored in a computer.

AUTOMATON

A self-acting artificial device, the behaviour of which is governed either in a stepwise manner by given decision rules or continuously in time by defined relationships, while the output variables of which are created from its input and state variables. Note: definition from IEC 60050-351-42-32.

INTELLIGENTPERIPHERAL

An intelligent peripheral is a device that offers a variety of specialized resources according to the corresponding service logical program under the control of SCP. These resources contain the receiver of DTMF (Dual-Tone Multi-Frequency, signal generator, record notice, etc.). An intelligent peripheral provides dedicated resource functions in the intelligent network, allocates, controls and manages various dedicated resources, communicates with other entities in the network, and completes SRF resource functions as well as the maintenance, management and statistics functions of resources.

IPNETWORKEQUIPMENT

An IP network equipment is a device that provides IP data transmission channel for telecom subsystems or other subsystems e.g., routers, network switches or firewalls.

OPTICALNETWORKUNIT

An optical network unit is a kind of optical transmission network connection equipment which is installed at user side.

TELECOMMAND

A system sending command to control and monitor the switches and circuit breakers or systems directly or not connected (e.g. via wires) within the traction power system remotely.

TELEPHONYEXCHANGE

A telephony exchange is a device that ensures the routing of telephone calls and communications.

TRANSITIONCOMPONENT

A transition component is a minor active device that converts electric signals to optical signals at the sender, and converts optical signals to electric signals at the receiver.

TRANSPONDER

A transponder is a communication, monitoring, or control device that, upon receiving a signal, emits a different signal in response. Transponders can be either passive or active (e.g., electronic beacon, balise).

TRANSPORTEQUIPMENT

A transport equipment is a network element responsible for providing functionality of transport, multiplexing, switching, management and supervision of transmission channels between different hosts. The data transport service uses three specific metrics: the bandwidth, the jitter, and the packet loss rate.

OPTICALLINETERMINAL

An optical line terminal is a service provider endpoint of a passive or active optical network. It is the terminal equipment for connecting fiber optic trunks.

LINESIDEELECTRONICUNIT

The lineside electronic unit (LEU) is the interface between the balise and interlocking in railway. The LEU acquires the information from the interlocking, and sends the appropriate information to the balises in concordance with the lineside signalling (if available).

RADIOBLOCKCENTER

A radio block center is a specialised computing device in railway with specification for generating Movement Authorities (MA) and transmitting it to trains. It gets information from signalling control and from the trains in its section.

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Formal representations
XML Specification
 <xs:simpleType name="IfcCommunicationsApplianceTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="antenna"/>
   <xs:enumeration value="computer"/>
   <xs:enumeration value="fax"/>
   <xs:enumeration value="gateway"/>
   <xs:enumeration value="modem"/>
   <xs:enumeration value="networkappliance"/>
   <xs:enumeration value="networkbridge"/>
   <xs:enumeration value="networkhub"/>
   <xs:enumeration value="printer"/>
   <xs:enumeration value="repeater"/>
   <xs:enumeration value="router"/>
   <xs:enumeration value="scanner"/>
   <xs:enumeration value="automaton"/>
   <xs:enumeration value="intelligentperipheral"/>
   <xs:enumeration value="ipnetworkequipment"/>
   <xs:enumeration value="opticalnetworkunit"/>
   <xs:enumeration value="telecommand"/>
   <xs:enumeration value="telephonyexchange"/>
   <xs:enumeration value="transitioncomponent"/>
   <xs:enumeration value="transponder"/>
   <xs:enumeration value="transportequipment"/>
   <xs:enumeration value="opticallineterminal"/>
   <xs:enumeration value="linesideelectronicunit"/>
   <xs:enumeration value="radioblockcenter"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcCommunicationsApplianceTypeEnum = ENUMERATION OF (
 ANTENNA,
 COMPUTER,
 FAX,
 GATEWAY,
 MODEM,
 NETWORKAPPLIANCE,
 NETWORKBRIDGE,
 NETWORKHUB,
 PRINTER,
 REPEATER,
 ROUTER,
 SCANNER,
 AUTOMATON,
 INTELLIGENTPERIPHERAL,
 IPNETWORKEQUIPMENT,
 OPTICALNETWORKUNIT,
 TELECOMMAND,
 TELEPHONYEXCHANGE,
 TRANSITIONCOMPONENT,
 TRANSPONDER,
 TRANSPORTEQUIPMENT,
 OPTICALLINETERMINAL,
 LINESIDEELECTRONICUNIT,
 RADIOBLOCKCENTER,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcCommunicationsAppliance IfcCommunicationsApplianceType

Link to this page  Link to this page