Item | SPF | XML | Change | Description | IFC4x3_RC1 to IFC4x3_RC2 |
---|---|---|---|---|
IfcAlignmentParameterSegment | ADDED |
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 | Type | Cardinality | Description | G |
---|---|---|---|---|---|
IfcAlignmentParameterSegment | |||||
1 | StartTag | IfcLabel | ? | Tag to annotate the start point of the alignment segment. | X |
2 | EndTag | IfcLabel | ? | Tag to annotate the end point of the alignment segment. | X |
<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>
ENTITY IfcAlignmentParameterSegment
ABSTRACT SUPERTYPE OF(ONEOF(IfcAlignmentCantSegment, IfcAlignmentHorizontalSegment, IfcAlignmentVerticalSegment));
StartTag : OPTIONAL IfcLabel;
EndTag : OPTIONAL IfcLabel;
END_ENTITY;
References: IfcAlignmentSegment