IfcAlignmentTypeEnum

Natural language names
Alignment Type Enum
Change log
ItemSPFXMLChangeDescription
IFC4x1 Release Candidate 1
    IfcAlignmentTypeEnumADDED
IFC4x1 Release Candidate 2
    IfcAlignmentTypeEnum
      USERDEFINEDADDED
      NOTDEFINEDADDED
Semantic definitions at the type
Type definition

This enumeration defines the different types of alignments.

Enumeration definition
ConstantDescription
USERDEFINED
NOTDEFINED
Formal representations
XML Specification
 <xs:simpleType name="IfcAlignmentTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcAlignmentTypeEnum = ENUMERATION OF (
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcAlignment

Link to this page  Link to this page