ifc:Creators
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: Anonymous
Properties: Local, Qualified, Nillable
Content
- ifc:IfcPerson [1..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
ex:itemType | [0..1] | xsd:QName | Fixed value is "ifc:IfcPerson". | |
ex:cType | [0..1] | Anonymous | Fixed value is "set". | |
ex:arraySize | [0..1] | Anonymous |
Used in
- Type ifc:IfcWorkControl (Element ifc:IfcWorkControl)
- Type ifc:IfcWorkPlan via extension of ifc:IfcWorkControl (Element ifc:IfcWorkPlan)
- Type ifc:IfcWorkSchedule via extension of ifc:IfcWorkControl (Element ifc:IfcWorkSchedule)
Sample instance
<ifc:Creators> <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:IfcActorRole> </ifc:Roles> <ifc:Addresses> <ifc:IfcPostalAddress id="ID">... </ifc:IfcPostalAddress> </ifc:Addresses> </ifc:IfcPerson> </ifc:Creators>