<xs:complexType name="IfcObjective">
<xs:complexContent>
<xs:extension base="ifc:IfcConstraint">
<xs:sequence>
<xs:element name="BenchmarkValues" nillable="true" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcMetric" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="ResultValues" nillable="true" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcMetric" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="ObjectiveQualifier" type="ifc:IfcObjectiveEnum" />
<xs:element name="UserDefinedQualifier" type="ifc:IfcLabel" nillable="true" minOccurs="0" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|