<xs:complexType name="IfcAsset">
<xs:complexContent>
<xs:extension base="ifc:IfcGroup">
<xs:sequence>
<xs:element name="AssetID" type="ifc:IfcIdentifier" />
<xs:element name="OriginalValue">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcCostValue" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="CurrentValue">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcCostValue" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="TotalReplacementCost">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcCostValue" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="Owner">
<xs:complexType>
<xs:group ref="ifc:IfcActorSelect" />
</xs:complexType>
</xs:element>
<xs:element name="User">
<xs:complexType>
<xs:group ref="ifc:IfcActorSelect" />
</xs:complexType>
</xs:element>
<xs:element name="ResponsiblePerson">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcPerson" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="IncorporationDate">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcCalendarDate" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="DepreciatedValue">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcCostValue" />
</xs:choice>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|