Style Assignment Select |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 4.0.0.0 |
---|---|---|---|---|
IfcStyleAssignmentSelect | ADDED | IFC4 Addendum 2 Technical Corrigendum 1 4.0.2.1 | ||
IfcStyleAssignmentSelect | MODIFIED | Status changed to Deprecated. | IFC4x1 Final 4.1.0.0 | |
IfcStyleAssignmentSelect | MODIFIED | Status changed from Deprecated. | IFC2x3 to IFC4 4.0.0.0 | |
IfcStyleAssignmentSelect | ADDED | IFC4 Addendum 2 Technical Corrigendum 1 4.0.2.1 | ||
IfcStyleAssignmentSelect | MODIFIED | Status changed to Deprecated. | IFC4x1 Final 4.1.0.0 | |
IfcStyleAssignmentSelect | MODIFIED | Status changed from Deprecated. |
The style assignment select is a selection of two wasy of assigning presentation styles to an IfcStyledItem.
HISTORY New select type in IFC4.
IFC4 CHANGE The select type has been introduced to provide an upward compatible improvement for assigning styles to a styled items.
DEPRECATION Using IfcPresentationStyleAssignment is deprecated, use the direct assignment of a subtype of IfcPresentationStyle instead.
Type | Description |
---|---|
IfcPresentationStyleAssignment | |
IfcPresentationStyle |
<xs:group name="IfcStyleAssignmentSelect">
<xs:choice>
<xs:element ref="ifc:IfcPresentationStyle"/>
<xs:element ref="ifc:IfcPresentationStyleAssignment"/>
</xs:choice>
</xs:group>
TYPE IfcStyleAssignmentSelect = SELECT (
IfcPresentationStyleAssignment,
IfcPresentationStyle);
END_TYPE;
References: IfcStyledItem