IfcAudioVisualApplianceTypeEnum

Natural language names
Audio Visual Appliance Type Enum
Énumération des types d'appareil audiovisuel
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4 4.0.0.0
    IfcAudioVisualApplianceTypeEnumADDED
IFC4x2 to IFC4x3_RC1
    IfcAudioVisualApplianceTypeEnum
      RAILWAY_COMMUNICATION_TERMINALADDED
IFC4x3_RC3 to IFC4x3_RC4
    IfcAudioVisualApplianceTypeEnum
      COMMUNICATIONTERMINALMODIFIEDName changed from RAILWAY_COMMUNICATION_TERMINAL to COMMUNICATIONTERMINAL.
      RECORDINGEQUIPMENTADDED
IFC4X3_ADD2 to IFC4X4_draft
    IfcAudioVisualApplianceTypeEnum
      SIRENADDED
      BEACONADDED
Semantic definitions at the type
Type definition

Defines the range of different types of audio-video devices that can be specified.

HISTORY  New enumeration in IFC4.

Enumeration definition
ConstantDescription
AMPLIFIER

A device that receives an audio signal and amplifies it to play through speakers.

CAMERA

A device that records images, either as a still photograph or as moving images known as videos or movies. Note that a camera may operate with light from the visible spectrum or from other parts of the electromagnetic spectrum such as infrared or ultraviolet.

DISPLAY

An electronic device that represents information in visual form such as a flat-panel display or television.

MICROPHONE

An acoustic-to-electric transducer or sensor that converts sound into an electrical signal. Microphones types in use include electromagnetic induction (dynamic microphones), capacitance change (condenser microphones) or piezoelectric generation to produce the signal from mechanical vibration.

PLAYER

A device that plays audio and/or video content directly or to another device, having fixed or removable storage media.

PROJECTOR

An apparatus for projecting a picture on a screen. Whether the device is an overhead, slide projector, or a film projector, it is usually referred to as simply a projector.

RECEIVER

A device that receives audio and/or video signals, switches sources, and amplifies signals to play through speakers.

SPEAKER

A loudspeaker, speaker, or speaker system is an electroacoustical transducer that converts an electrical signal to sound.

SWITCHER

A device that receives audio and/or video signals, switches sources, and transmits signals to downstream devices.

TELEPHONE

A telecommunications device that is used to transmit and receive sound, and optionally video.

TUNER

An electronic receiver that detects, demodulates, and amplifies transmitted signals.

COMMUNICATIONTERMINAL

A communication terminal is an audio communication device that is usually installed along transportation infrastructure (railways, roads, tunnels etc.) in order to be used by the general public or operation agents for communication. It may specifically be used to make calls to emergency services in tunnels.

RECORDINGEQUIPMENT

A recording equipment is a device that records telephone calls or other types of audio data. It also provides the function of archiving and immediate replay.

SIREN

A device that makes a loud prolonged signal or warning sound.

BEACON

A light or other visible object serving as a signal, warning, or guide.

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Formal representations
XML Specification
 <xs:simpleType name="IfcAudioVisualApplianceTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="amplifier"/>
   <xs:enumeration value="camera"/>
   <xs:enumeration value="display"/>
   <xs:enumeration value="microphone"/>
   <xs:enumeration value="player"/>
   <xs:enumeration value="projector"/>
   <xs:enumeration value="receiver"/>
   <xs:enumeration value="speaker"/>
   <xs:enumeration value="switcher"/>
   <xs:enumeration value="telephone"/>
   <xs:enumeration value="tuner"/>
   <xs:enumeration value="communicationterminal"/>
   <xs:enumeration value="recordingequipment"/>
   <xs:enumeration value="siren"/>
   <xs:enumeration value="beacon"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcAudioVisualApplianceTypeEnum = ENUMERATION OF (
 AMPLIFIER,
 CAMERA,
 DISPLAY,
 MICROPHONE,
 PLAYER,
 PROJECTOR,
 RECEIVER,
 SPEAKER,
 SWITCHER,
 TELEPHONE,
 TUNER,
 COMMUNICATIONTERMINAL,
 RECORDINGEQUIPMENT,
 SIREN,
 BEACON,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcAudioVisualAppliance IfcAudioVisualApplianceType

Link to this page  Link to this page