IfcActionRequestTypeEnum

Natural language names
Action Request Type Enum
Énumération des types de requête d'action
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcActionRequestTypeEnumADDED
Semantic definitions at the type
Type definition

IfcActionRequestTypeEnum defines the types of sources through which a request can be made.

HISTORY  New enumeration in IFC4.
Enumeration definition
ConstantDescription
EMAILRequest was made through email.
FAXRequest was made through facsimile.
PHONERequest was made verbally over a telephone.
POSTRequest was made through postal mail.
VERBALRequest was made verbally in person.
USERDEFINEDUser-defined type.
NOTDEFINEDUndefined type.
Formal representations
XML Specification
 <xs:simpleType name="IfcActionRequestTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="email"/>
   <xs:enumeration value="fax"/>
   <xs:enumeration value="phone"/>
   <xs:enumeration value="post"/>
   <xs:enumeration value="verbal"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcActionRequestTypeEnum = ENUMERATION OF (
 EMAIL,
 FAX,
 PHONE,
 POST,
 VERBAL,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcActionRequest

Link to this page  Link to this page