![]()  | Präsentationsstil - Zuweisung | 
![]()  | Presentation Style Assignment | 
![]()  | Assignation d'un type de présentation | 
| Item | SPF | XML | Change | Description | IFC4 Addendum 2 Technical Corrigendum 1 4.0.2.1 | 
|---|---|---|---|---|
| IfcPresentationStyleAssignment | MODIFIED | Status changed to Deprecated.  | IFC4x1 Final 4.1.0.0 | |
| IfcPresentationStyleAssignment | MODIFIED | Status changed from Deprecated.  | IFC4 Addendum 2 Technical Corrigendum 1 4.0.2.1 | |
| IfcPresentationStyleAssignment | MODIFIED | Status changed to Deprecated.  | IFC4x1 Final 4.1.0.0 | |
| IfcPresentationStyleAssignment | MODIFIED | Status changed from Deprecated.  | 
Assignment of style information to a styled item.
NOTE Definition according to ISO/CD 10303-42:1992
The presentation style assignment is a set of styles which are assigned to styled items for the purpose of presenting these styled items.
NOTE Entity adapted from presentation_style_assignment defined in 0ISO10303-46.
HISTORY New entity in IFC2x2.
Deprecation Entity deprecated, it shall not be used anymore. Use direct assignment of IfcPresentationStyle to IfcStyledItem.
| # | Attribute | Type | Cardinality | Description | G | 
|---|---|---|---|---|---|
| 1 | Styles | IfcPresentationStyleSelect | S[1:?] | A set of presentation styles that are assigned to styled items. | X | 
| # | Attribute | Type | Cardinality | Description | G | 
|---|---|---|---|---|---|
| IfcPresentationStyleAssignment | |||||
| 1 | Styles | IfcPresentationStyleSelect | S[1:?] | A set of presentation styles that are assigned to styled items. | X | 
 <xs:element name="IfcPresentationStyleAssignment" type="ifc:IfcPresentationStyleAssignment" substitutionGroup="ifc:Entity" nillable="true"/>
 <xs:complexType name="IfcPresentationStyleAssignment">
  <xs:complexContent>
   <xs:extension base="ifc:Entity">
    <xs:sequence>
     <xs:element name="Styles">
      <xs:complexType>
       <xs:group ref="ifc:IfcPresentationStyleSelect" maxOccurs="unbounded"/>
       <xs:attribute ref="ifc:itemType" fixed="ifc:IfcPresentationStyleSelect"/>
       <xs:attribute ref="ifc:cType" fixed="set"/>
       <xs:attribute ref="ifc:arraySize" use="optional"/>
      </xs:complexType>
     </xs:element>
    </xs:sequence>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
ENTITY IfcPresentationStyleAssignment;
  Styles : SET [1:?] OF IfcPresentationStyleSelect;
END_ENTITY;
  References: IfcStyleAssignmentSelect