<xs:complexType name="IfcOwnerHistory">
<xs:complexContent>
<xs:extension base="ex:Entity">
<xs:sequence>
<xs:element name="OwningUser">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcPersonAndOrganization" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="OwningApplication">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcApplication" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="State" type="ifc:IfcStateEnum" nillable="true" minOccurs="0" />
<xs:element name="ChangeAction" type="ifc:IfcChangeActionEnum" />
<xs:element name="LastModifiedDate" type="ifc:IfcTimeStamp" nillable="true" minOccurs="0" />
<xs:element name="LastModifyingUser" nillable="true" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcPersonAndOrganization" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="LastModifyingApplication" nillable="true" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcApplication" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="CreationDate" type="ifc:IfcTimeStamp" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|