Definition Type: ComplexType
Name: IfcPerson
Namespace: http://niem.gov/niem/external/iai-ifc/RC2/ifc/dhs-gmo/1.0.0
Type: ex:Entity
Containing Schema: IFC2X2_FINAL.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Addresses in schema ifc2x2_final_xsd Drilldown into Roles in schema ifc2x2_final_xsd Drilldown into SuffixTitles in schema ifc2x2_final_xsd Drilldown into PrefixTitles in schema ifc2x2_final_xsd Drilldown into MiddleNames in schema ifc2x2_final_xsd Drilldown into GivenName in schema ifc2x2_final_xsd Drilldown into FamilyName in schema ifc2x2_final_xsd Drilldown into Id in schema ifc2x2_final_xsd Drilldown into pos in schema ex_xsd Drilldown into path in schema ex_xsd Drilldown into id in schema ex_xsd Drilldown into instanceAttributes in schema ex_xsd Drilldown into edo in schema ex_xsd Drilldown into proxy in schema ex_xsd Drilldown into ref in schema ex_xsd Drilldown into href in schema ex_xsd Drilldown into Entity in schema ex_xsdXSD Diagram of IfcPerson in schema ifc2x2_final_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:complexType name="IfcPerson">
    <xs:complexContent>
        <xs:extension base="ex:Entity">
            <xs:sequence>
                <xs:element name="Id" type="ifc:IfcIdentifier" nillable="true" minOccurs="0" />
                <xs:element name="FamilyName" type="ifc:IfcLabel" nillable="true" minOccurs="0" />
                <xs:element name="GivenName" type="ifc:IfcLabel" nillable="true" minOccurs="0" />
                <xs:element name="MiddleNames" nillable="true" minOccurs="0">
                    <xs:complexType>
                        <xs:sequence>
                            <xs:element ref="ifc:IfcLabel" maxOccurs="unbounded" />
                        </xs:sequence>
                        <xs:attribute ref="ex:itemType" fixed="ifc:IfcLabel" />
                        <xs:attribute ref="ex:cType" fixed="list" />
                        <xs:attribute ref="ex:arraySize" use="optional" />
                    </xs:complexType>
                </xs:element>
                <xs:element name="PrefixTitles" nillable="true" minOccurs="0">
                    <xs:complexType>
                        <xs:sequence>
                            <xs:element ref="ifc:IfcLabel" maxOccurs="unbounded" />
                        </xs:sequence>
                        <xs:attribute ref="ex:itemType" fixed="ifc:IfcLabel" />
                        <xs:attribute ref="ex:cType" fixed="list" />
                        <xs:attribute ref="ex:arraySize" use="optional" />
                    </xs:complexType>
                </xs:element>
                <xs:element name="SuffixTitles" nillable="true" minOccurs="0">
                    <xs:complexType>
                        <xs:sequence>
                            <xs:element ref="ifc:IfcLabel" maxOccurs="unbounded" />
                        </xs:sequence>
                        <xs:attribute ref="ex:itemType" fixed="ifc:IfcLabel" />
                        <xs:attribute ref="ex:cType" fixed="list" />
                        <xs:attribute ref="ex:arraySize" use="optional" />
                    </xs:complexType>
                </xs:element>
                <xs:element name="Roles" nillable="true" minOccurs="0">
                    <xs:complexType>
                        <xs:sequence>
                            <xs:element ref="ifc:IfcActorRole" maxOccurs="unbounded" />
                        </xs:sequence>
                        <xs:attribute ref="ex:itemType" fixed="ifc:IfcActorRole" />
                        <xs:attribute ref="ex:cType" fixed="list" />
                        <xs:attribute ref="ex:arraySize" use="optional" />
                    </xs:complexType>
                </xs:element>
                <xs:element name="Addresses" nillable="true" minOccurs="0">
                    <xs:complexType>
                        <xs:sequence>
                            <xs:element ref="ifc:IfcAddress" maxOccurs="unbounded" />
                        </xs:sequence>
                        <xs:attribute ref="ex:itemType" fixed="ifc:IfcAddress" />
                        <xs:attribute ref="ex:cType" fixed="list" />
                        <xs:attribute ref="ex:arraySize" use="optional" />
                    </xs:complexType>
                </xs:element>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id ifc:Id 0 (1)
FamilyName ifc:FamilyName 0 (1)
GivenName ifc:GivenName 0 (1)
MiddleNames ifc:MiddleNames 0 (1)
PrefixTitles ifc:PrefixTitles 0 (1)
SuffixTitles ifc:SuffixTitles 0 (1)
Roles ifc:Roles 0 (1)
Addresses ifc:Addresses 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
href ex:href Optional
ref ex:ref Optional
proxy ex:proxy Optional
edo ex:edo Optional
id ex:id Optional
path ex:path Optional
pos ex:pos Optional
Collapse Derivation Tree:
Collapse References:
ifc:IfcPerson