IfcAlignmentParameterSegment

Natural language names
Change log
ItemSPFXMLChangeDescription
IFC4x3_RC1 to IFC4x3_RC2
    IfcAlignmentParameterSegmentADDED
Semantic definitions at the entity
Entity definition

An abstract entity defining common information about horizontal, vertical and cant alignment segments.

NOTE  The start and end tag are defined as annotations, not as referents along the alignment. Only absolute distance expressions are in scope, not distances ahead or behind a referent, such as a station. However such information can be exchanged as tags.

Attribute definitions
#AttributeTypeCardinalityDescription G
1StartTagIfcLabel? Tag to annotate the start point of the alignment segment. X
2EndTagIfcLabel? Tag to annotate the end point of the alignment segment. X
Inherited definitions from supertypes
Entity inheritance IfcAlignmentCantSegment IfcAlignmentHorizontalSegment IfcAlignmentVerticalSegment
Attribute inheritance
#AttributeTypeCardinalityDescriptionG
IfcAlignmentParameterSegment
1StartTagIfcLabel? Tag to annotate the start point of the alignment segment. X
2EndTagIfcLabel? Tag to annotate the end point of the alignment segment. X
Formal representations
XML Specification
 <xs:element name="IfcAlignmentParameterSegment" type="ifc:IfcAlignmentParameterSegment" abstract="true" substitutionGroup="ifc:Entity" nillable="true"/>
 <xs:complexType name="IfcAlignmentParameterSegment" abstract="true">
  <xs:complexContent>
   <xs:extension base="ifc:Entity">
    <xs:attribute name="StartTag" type="ifc:IfcLabel" use="optional"/>
    <xs:attribute name="EndTag" type="ifc:IfcLabel" use="optional"/>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcAlignmentParameterSegment
 ABSTRACT SUPERTYPE OF(ONEOF(IfcAlignmentCantSegment, IfcAlignmentHorizontalSegment, IfcAlignmentVerticalSegment));
  StartTag : OPTIONAL IfcLabel;
  EndTag : OPTIONAL IfcLabel;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcAlignmentSegment

Link to this page  Link to this page