IfcAlignmentTypeEnum

Natural language names
Alignment Type Enum
Change log
ItemSPFXMLChangeDescription
IFC4x1 Final 4.1.0.0
    IfcAlignmentTypeEnumADDED
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