ifc:IfcAppliedValue

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
ApplicableDate ifc:IfcDate optional
ArithmeticOperator ifc:IfcArithmeticOperatorEnum optional
Category ifc:IfcLabel optional
Condition ifc:IfcLabel optional
Description ifc:IfcText optional
FixedUntilDate ifc:IfcDate optional
Name 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:IfcAppliedValue
Complex Type ifc:IfcCostValue

Source

<xs:complexType name="IfcAppliedValue">
  <xs:complexContent>
    <xs:extension base="ifc:Entity">
      <xs:sequence>
        <xs:element name="AppliedValue" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:group ref="ifc:IfcAppliedValueSelect"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="UnitBasis" type="ifc:IfcMeasureWithUnit" nillable="true" minOccurs="0"/>
        <xs:element name="Components" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:sequence>
              <xs:element ref="ifc:IfcAppliedValue" maxOccurs="unbounded"/>
            </xs:sequence>
            <xs:attribute ref="ifc:itemType" fixed="ifc:IfcAppliedValue"/>
            <xs:attribute ref="ifc:cType" fixed="list"/>
            <xs:attribute ref="ifc:arraySize" use="optional"/>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="Name" type="ifc:IfcLabel" use="optional"/>
      <xs:attribute name="Description" type="ifc:IfcText" use="optional"/>
      <xs:attribute name="ApplicableDate" type="ifc:IfcDate" use="optional"/>
      <xs:attribute name="FixedUntilDate" type="ifc:IfcDate" use="optional"/>
      <xs:attribute name="Category" type="ifc:IfcLabel" use="optional"/>
      <xs:attribute name="Condition" type="ifc:IfcLabel" use="optional"/>
      <xs:attribute name="ArithmeticOperator" type="ifc:IfcArithmeticOperatorEnum" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>