ifc:IfcOwnerHistory

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
ChangeAction ifc:IfcChangeActionEnum optional
CreationDate ifc:IfcTimeStamp optional
LastModifiedDate ifc:IfcTimeStamp optional
State ifc:IfcStateEnum 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="IfcOwnerHistory">
  <xs:complexContent>
    <xs:extension base="ifc:Entity">
      <xs:sequence>
        <xs:element name="OwningUser" type="ifc:IfcPersonAndOrganization" nillable="true"/>
        <xs:element name="OwningApplication" type="ifc:IfcApplication" nillable="true"/>
        <xs:element name="LastModifyingUser" type="ifc:IfcPersonAndOrganization" nillable="true" minOccurs="0"/>
        <xs:element name="LastModifyingApplication" type="ifc:IfcApplication" nillable="true" minOccurs="0"/>
      </xs:sequence>
      <xs:attribute name="State" type="ifc:IfcStateEnum" use="optional"/>
      <xs:attribute name="ChangeAction" type="ifc:IfcChangeActionEnum" use="optional"/>
      <xs:attribute name="LastModifiedDate" type="ifc:IfcTimeStamp" use="optional"/>
      <xs:attribute name="CreationDate" type="ifc:IfcTimeStamp" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>