IfcPresentationStyleAssignment

Natural language names
Präsentationsstil - Zuweisung
Presentation Style Assignment
Assignation d'un type de présentation
Semantic definitions at the entity
Entity definition

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 definitions
#AttributeTypeCardinalityDescription G
1StylesIfcPresentationStyleSelectS[1:?] A set of presentation styles that are assigned to styled items.X
Inherited definitions from supertypes
Entity inheritance
Attribute inheritance
#AttributeTypeCardinalityDescriptionG
IfcPresentationStyleAssignment
1StylesIfcPresentationStyleSelectS[1:?] A set of presentation styles that are assigned to styled items.X
Formal representations
XML Specification
 <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>
EXPRESS Specification
ENTITY IfcPresentationStyleAssignment;
  Styles : SET [1:?] OF IfcPresentationStyleSelect;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcStyleAssignmentSelect

Link to this page  Link to this page