IfcAlignmentPlacementEnum

Natural language names
Semantic definitions at the type
Type definition

Indicates how an element may be placed relative to an alignment.

Enumeration definition
ConstantDescription
NOTDEFINED
HORIZONTALElement is placed relative to the horizontal component of the alignment curve.
VERTICALElement is placed relative to the vertical and horizontal components of the alignment curve.
Formal representations
XSD Specification
 <xs:simpleType name="IfcAlignmentPlacementEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="notdefined"/>
   <xs:enumeration value="horizontal"/>
   <xs:enumeration value="vertical"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcAlignmentPlacementEnum = ENUMERATION OF (
 NOTDEFINED,
 HORIZONTAL,
 VERTICAL);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page