ifc:IfcPersonAndOrganization
Element information
Namespace: http://niem.gov/niem/external/iai-ifc/RC2/ifc/dhs-gmo/1.0.0
Schema document: external/iai-ifc/rc2/dhs-gmo/1.0.0/IFC2X2_FINAL.xsd
Type: ifc:IfcPersonAndOrganization
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- ifc:ThePerson [1..1]
- ifc:TheOrganization [1..1]
- ifc:Roles [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
href | [0..1] | xsd:anyURI | from type ex:Entity | |
ref | [0..1] | xsd:IDREF | from type ex:Entity | |
proxy | [0..1] | xsd:IDREF | from type ex:Entity | |
edo | [0..1] | xsd:anyURI | from type ex:Entity | |
id | [0..1] | xsd:ID | from group ex:instanceAttributes | |
path | [0..1] | xsd:NMTOKENS | from group ex:instanceAttributes | |
pos | [0..1] | Anonymous | from group ex:instanceAttributes |
Used in
- Anonymous type of element ifc:LastModifyingUser
- Anonymous type of element ifc:OwningUser
- Group ifc:IfcActorSelect
- Group ifc:IfcObjectReferenceSelect
- Anonymous type of element ifc:Actor via reference to ifc:IfcActorSelect
- Anonymous type of element ifc:CreatingActor via reference to ifc:IfcActorSelect
- Anonymous type of element ifc:DocumentOwner via reference to ifc:IfcActorSelect
- Anonymous type of element ifc:Editors via reference to ifc:IfcActorSelect
- Anonymous type of element ifc:Jurisdiction via reference to ifc:IfcActorSelect
- Anonymous type of element ifc:Owner via reference to ifc:IfcActorSelect
- Anonymous type of element ifc:PreparedBy via reference to ifc:IfcActorSelect
- Anonymous type of element ifc:PropertyReference via reference to ifc:IfcObjectReferenceSelect
- Anonymous type of element ifc:SubContractor via reference to ifc:IfcActorSelect
- Anonymous type of element ifc:SubmittedBy via reference to ifc:IfcActorSelect
- Anonymous type of element ifc:Suppliers via reference to ifc:IfcActorSelect
- Anonymous type of element ifc:TargetUsers via reference to ifc:IfcActorSelect
- Anonymous type of element ifc:TheActor via reference to ifc:IfcActorSelect
- Anonymous type of element ifc:User via reference to ifc:IfcActorSelect
- Type ifc:IfcActorSelect via reference to ifc:IfcActorSelect
- Type ifc:IfcObjectReferenceSelect via reference to ifc:IfcObjectReferenceSelect
- Type ifc:uos (Element ifc:uos)
Substitution hierarchy
- ex:Entity
- can be substituted with ifc:IfcPersonAndOrganization
Sample instance
<ifc:IfcPersonAndOrganization id="ID"> <ifc:ThePerson> <ifc:IfcPerson id="ID"> <ifc:Id>normalizedString</ifc:Id> <ifc:FamilyName>normalizedString</ifc:FamilyName> <ifc:GivenName>normalizedString</ifc:GivenName> <ifc:MiddleNames>... </ifc:MiddleNames> <ifc:PrefixTitles>... </ifc:PrefixTitles> <ifc:SuffixTitles>... </ifc:SuffixTitles> <ifc:Roles>... </ifc:Roles> <ifc:Addresses>... </ifc:Addresses> </ifc:IfcPerson> </ifc:ThePerson> <ifc:TheOrganization> <ifc:IfcOrganization id="ID"> <ifc:Id>normalizedString</ifc:Id> <ifc:Name>normalizedString</ifc:Name> <ifc:Description>normalizedString</ifc:Description> <ifc:Roles>... </ifc:Roles> <ifc:Addresses>... </ifc:Addresses> </ifc:IfcOrganization> </ifc:TheOrganization> <ifc:Roles> <ifc:IfcActorRole id="ID"> <ifc:Role>supplier</ifc:Role> <ifc:UserDefinedRole>normalizedString</ifc:UserDefinedRole> <ifc:Description>normalizedString</ifc:Description> </ifc:IfcActorRole> </ifc:Roles> </ifc:IfcPersonAndOrganization>