ifc:IfcPerson
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:IfcPerson
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- ifc:Id [0..1]
- ifc:FamilyName [0..1]
- ifc:GivenName [0..1]
- ifc:MiddleNames [0..1]
- ifc:PrefixTitles [0..1]
- ifc:SuffixTitles [0..1]
- ifc:Roles [0..1]
- ifc:Addresses [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:Creators
- Anonymous type of element ifc:ResponsiblePerson
- Anonymous type of element ifc:ResponsiblePersons
- Anonymous type of element ifc:ThePerson
- 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:IfcPerson
Sample instance
<ifc:IfcPerson id="ID"> <ifc:Id>normalizedString</ifc:Id> <ifc:FamilyName>normalizedString</ifc:FamilyName> <ifc:GivenName>normalizedString</ifc:GivenName> <ifc:MiddleNames> <ifc:IfcLabel id="ID">normalizedString</ifc:IfcLabel> </ifc:MiddleNames> <ifc:PrefixTitles> <ifc:IfcLabel id="ID">normalizedString</ifc:IfcLabel> </ifc:PrefixTitles> <ifc:SuffixTitles> <ifc:IfcLabel id="ID">normalizedString</ifc:IfcLabel> </ifc:SuffixTitles> <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:Addresses> <ifc:IfcPostalAddress id="ID"> <ifc:Purpose>office</ifc:Purpose> <ifc:Description>normalizedString</ifc:Description> <ifc:UserDefinedPurpose>normalizedString</ifc:UserDefinedPurpose> <ifc:InternalLocation>normalizedString</ifc:InternalLocation> <ifc:AddressLines>... </ifc:AddressLines> <ifc:PostalBox>normalizedString</ifc:PostalBox> <ifc:Town>normalizedString</ifc:Town> <ifc:Region>normalizedString</ifc:Region> <ifc:PostalCode>normalizedString</ifc:PostalCode> <ifc:Country>normalizedString</ifc:Country> </ifc:IfcPostalAddress> </ifc:Addresses> </ifc:IfcPerson>