IfcOrganization

Natural language names
deOrganisation
enOrganization
frOrganisation
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcOrganization
      IdentificationXMODIFIEDName changed from Id to Identification.
Semantic definitions at the entity
Entity definition

A named and structured grouping with a corporate identity.

NOTE  The relationships between IfcOrganization's, like between department within a company, can be expressed using the objectified relationship IfcOrganizationRelationship.
NOTE  Entity adapted from organization defined in ISO 10303-41.
HISTORY  New entity in IFC1.5.1.
IFC4 CHANGE  Attribute 'Id' renamed to Identification.
Attribute definitions
#AttributeTypeCardinalityDescription B
1IdentificationIfcIdentifier[0:1] Identification of the organization.X
2NameIfcLabel[1:1] The word, or group of words, by which the organization is referred to.X
3Description- This attribute is out of scope for this model view definition and shall not be set.
4Roles- This attribute is out of scope for this model view definition and shall not be set.
5Addresses- This attribute is out of scope for this model view definition and shall not be set.
EngagesIfcPersonAndOrganization
@TheOrganization
S[0:?]Inverse relationship to IfcPersonAndOrganization relationships in which IfcOrganization is engaged.
Inherited definitions from supertypes
Entity inheritance
Attribute inheritance
#AttributeTypeCardinalityDescriptionB
IfcOrganization
1IdentificationIfcIdentifier[0:1] Identification of the organization.X
2NameIfcLabel[1:1] The word, or group of words, by which the organization is referred to.X
3Description- This attribute is out of scope for this model view definition and shall not be set.
4Roles- This attribute is out of scope for this model view definition and shall not be set.
5Addresses- This attribute is out of scope for this model view definition and shall not be set.
EngagesIfcPersonAndOrganization
@TheOrganization
S[0:?]Inverse relationship to IfcPersonAndOrganization relationships in which IfcOrganization is engaged.
Formal representations
XSD Specification
 <xs:element name="IfcOrganization" type="ifc:IfcOrganization" substitutionGroup="ifc:Entity" nillable="true"/>
 <xs:complexType name="IfcOrganization">
  <xs:complexContent>
   <xs:extension base="ifc:Entity">
    <xs:attribute name="Identification" type="ifc:IfcIdentifier" use="optional"/>
    <xs:attribute name="Name" type="ifc:IfcLabel" use="optional"/>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcOrganization;
  Identification : OPTIONAL IfcIdentifier;
  Name : IfcLabel;
  Description : OPTIONAL IfcStrippedOptional;
  Roles : OPTIONAL LIST [1:?] OF IfcStrippedOptional;
  Addresses : OPTIONAL LIST [1:?] OF IfcStrippedOptional;
 INVERSE
  Engages : SET OF IfcPersonAndOrganization FOR TheOrganization;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page