ifc:IfcCostItem

Complex Type Information

Model

Attributes

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

Source

<xs:complexType name="IfcCostItem">
  <xs:complexContent>
    <xs:extension base="ifc:IfcControl">
      <xs:sequence>
        <xs:element name="CostValues" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:sequence>
              <xs:element ref="ifc:IfcCostValue" maxOccurs="unbounded"/>
            </xs:sequence>
            <xs:attribute ref="ifc:itemType" fixed="ifc:IfcCostValue"/>
            <xs:attribute ref="ifc:cType" fixed="list"/>
            <xs:attribute ref="ifc:arraySize" use="optional"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="CostQuantities" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:sequence>
              <xs:element ref="ifc:IfcPhysicalQuantity" maxOccurs="unbounded"/>
            </xs:sequence>
            <xs:attribute ref="ifc:itemType" fixed="ifc:IfcPhysicalQuantity"/>
            <xs:attribute ref="ifc:cType" fixed="list"/>
            <xs:attribute ref="ifc:arraySize" use="optional"/>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="PredefinedType" type="ifc:IfcCostItemTypeEnum" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>