IfcStyleAssignmentSelect

Natural language names
enStyle Assignment Select
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcStyleAssignmentSelectADDED
Semantic definitions at the type
Type definition

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.
Enumeration definition
ConstantDescription
IfcPresentationStyleAssignment
IfcPresentationStyle
Formal representations
XSD Specification
 <xs:group name="IfcStyleAssignmentSelect">
  <xs:choice>
   <xs:element ref="ifc:IfcPresentationStyle"/>
   <xs:element ref="ifc:IfcPresentationStyleAssignment"/>
  </xs:choice>
 </xs:group>
EXPRESS Specification
TYPE IfcStyleAssignmentSelect = SELECT (
 IfcPresentationStyleAssignment,
 IfcPresentationStyle);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page