IfcFacilityUsageEnum

Natural language names
Change log
ItemSPFXMLChangeDescription
IFC4x2 to IFC4x3_RC1
    IfcFacilityUsageEnumADDED
Semantic definitions at the type
Type definition
Enumeration definition
ConstantDescription
LATERAL
REGION
VERTICAL
LONGITUDINAL
USERDEFINEDUser-defined type
NOTDEFINEDUndefined type.
Formal representations
XML Specification
 <xs:simpleType name="IfcFacilityUsageEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="lateral"/>
   <xs:enumeration value="region"/>
   <xs:enumeration value="vertical"/>
   <xs:enumeration value="longitudinal"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcFacilityUsageEnum = ENUMERATION OF (
 LATERAL,
 REGION,
 VERTICAL,
 LONGITUDINAL,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcFacilityPart

Link to this page  Link to this page