ifc:IfcObjective

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
ConstraintGrade ifc:IfcConstraintEnum optional
ConstraintSource ifc:IfcLabel optional
CreationTime ifc:IfcDateTime optional
Description ifc:IfcText optional
LogicalAggregator ifc:IfcLogicalOperatorEnum optional
Name ifc:IfcLabel optional
ObjectiveQualifier ifc:IfcObjectiveEnum optional
UserDefinedGrade ifc:IfcLabel optional
UserDefinedQualifier 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

Source

<xs:complexType name="IfcObjective">
  <xs:complexContent>
    <xs:extension base="ifc:IfcConstraint">
      <xs:sequence>
        <xs:element name="BenchmarkValues" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:sequence>
              <xs:element ref="ifc:IfcConstraint" maxOccurs="unbounded"/>
            </xs:sequence>
            <xs:attribute ref="ifc:itemType" fixed="ifc:IfcConstraint"/>
            <xs:attribute ref="ifc:cType" fixed="list"/>
            <xs:attribute ref="ifc:arraySize" use="optional"/>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="LogicalAggregator" type="ifc:IfcLogicalOperatorEnum" use="optional"/>
      <xs:attribute name="ObjectiveQualifier" type="ifc:IfcObjectiveEnum" use="optional"/>
      <xs:attribute name="UserDefinedQualifier" type="ifc:IfcLabel" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>