IfcRailingTypeEnum

Natural language names
Semantic definitions at the type
Type Definition

Enumeration defining the valid types of railings that can be predefined using the enumeration values.

HISTORY: New Enumeration in IFC Release 2.0

Enumeration

Formal representations
XSD Specification
 <xs:simpleType name="IfcRailingTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="handrail"/>
   <xs:enumeration value="guardrail"/>
   <xs:enumeration value="balustrade"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
*)
TYPE IfcRailingTypeEnum = ENUMERATION OF (
 HANDRAIL,
 GUARDRAIL,
 BALUSTRADE,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;
(*

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page