8.1.3.4 IfcPersonAndOrganization

Personne agissant au nom d'une organisation
Person und Organisation

This entity represents a person acting on behalf of an organization.

NOTE  Entity adapted from person_and_organization defined in ISO 10303-41.
HISTORY  New entity in IFC1.5.1.

XSD Specification:

 <xs:element name="IfcPersonAndOrganization" type="ifc:IfcPersonAndOrganization" substitutionGroup="ifc:Entity" nillable="true"/>
 <xs:complexType name="IfcPersonAndOrganization">
  <xs:complexContent>
   <xs:extension base="ifc:Entity">
    <xs:sequence>
     <xs:element name="ThePerson" type="ifc:IfcPerson" nillable="true"/>
     <xs:element name="TheOrganization" type="ifc:IfcOrganization" nillable="true"/>
    </xs:sequence>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>

EXPRESS Specification:

ENTITY IfcPersonAndOrganization;
ThePerson : IfcPerson;
TheOrganization : IfcOrganization;
Roles : OPTIONAL LIST [1:?] OF IfcStrippedOptional;
END_ENTITY;

Attribute Definitions:

ThePerson : The person who is related to the organization.
TheOrganization : The organization to which the person is related.

Inheritance Graph:

ENTITY IfcPersonAndOrganization
ENTITY IfcPersonAndOrganization
ThePerson : IfcPerson;
TheOrganization : IfcOrganization;
Roles : OPTIONAL LIST [1:?] OF IfcStrippedOptional;
END_ENTITY;

Link to this page  Link to this page