Style Assignment Select |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcStyleAssignmentSelect | ADDED |
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