ifc:IfcPerson

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
FamilyName ifc:IfcLabel optional
GivenName ifc:IfcLabel optional
Identification ifc:IfcIdentifier optional
MiddleNames list of ifc:IfcLabel optional
PrefixTitles list of ifc:IfcLabel optional
SuffixTitles list of ifc:IfcLabel optional
href xs:anyURI optional
id xs:ID optional
path xs:NMTOKENS optional
pos restriction of list of xs:integer optional
ref xs:IDREF optional

Used By

Source

<xs:complexType name="IfcPerson">
  <xs:complexContent>
    <xs:extension base="ifc:Entity">
      <xs:sequence>
        <xs:element name="Roles" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:sequence>
              <xs:element ref="ifc:IfcActorRole" maxOccurs="unbounded"/>
            </xs:sequence>
            <xs:attribute ref="ifc:itemType" fixed="ifc:IfcActorRole"/>
            <xs:attribute ref="ifc:cType" fixed="list"/>
            <xs:attribute ref="ifc: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="ifc:itemType" fixed="ifc:IfcAddress"/>
            <xs:attribute ref="ifc:cType" fixed="list"/>
            <xs:attribute ref="ifc:arraySize" use="optional"/>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="Identification" type="ifc:IfcIdentifier" use="optional"/>
      <xs:attribute name="FamilyName" type="ifc:IfcLabel" use="optional"/>
      <xs:attribute name="GivenName" type="ifc:IfcLabel" use="optional"/>
      <xs:attribute name="MiddleNames" use="optional">
        <xs:simpleType>
          <xs:restriction>
            <xs:simpleType>
              <xs:list itemType="ifc:IfcLabel"/>
            </xs:simpleType>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
      <xs:attribute name="PrefixTitles" use="optional">
        <xs:simpleType>
          <xs:restriction>
            <xs:simpleType>
              <xs:list itemType="ifc:IfcLabel"/>
            </xs:simpleType>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
      <xs:attribute name="SuffixTitles" use="optional">
        <xs:simpleType>
          <xs:restriction>
            <xs:simpleType>
              <xs:list itemType="ifc:IfcLabel"/>
            </xs:simpleType>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>