ifc:IfcAsset

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Description ifc:IfcText optional
GlobalId ifc:IfcGloballyUniqueId optional
Identification ifc:IfcIdentifier optional
IncorporationDate ifc:IfcDate optional
Name ifc:IfcLabel optional
ObjectType 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

Element ifc:IfcAsset

Source

<xs:complexType name="IfcAsset">
  <xs:complexContent>
    <xs:extension base="ifc:IfcGroup">
      <xs:sequence>
        <xs:element name="OriginalValue" type="ifc:IfcCostValue" nillable="true" minOccurs="0"/>
        <xs:element name="CurrentValue" type="ifc:IfcCostValue" nillable="true" minOccurs="0"/>
        <xs:element name="TotalReplacementCost" type="ifc:IfcCostValue" nillable="true" minOccurs="0"/>
        <xs:element name="Owner" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:group ref="ifc:IfcActorSelect"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="User" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:group ref="ifc:IfcActorSelect"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="ResponsiblePerson" type="ifc:IfcPerson" nillable="true" minOccurs="0"/>
        <xs:element name="DepreciatedValue" type="ifc:IfcCostValue" nillable="true" minOccurs="0"/>
      </xs:sequence>
      <xs:attribute name="Identification" type="ifc:IfcIdentifier" use="optional"/>
      <xs:attribute name="IncorporationDate" type="ifc:IfcDate" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>