<xs:complexType name="IfcServiceLifeFactor">
<xs:complexContent>
<xs:extension base="ifc:IfcPropertySetDefinition">
<xs:sequence>
<xs:element name="PredefinedType" type="ifc:IfcServiceLifeFactorTypeEnum" />
<xs:element name="UpperValue" nillable="true" minOccurs="0">
<xs:complexType>
<xs:group ref="ifc:IfcMeasureValue" />
</xs:complexType>
</xs:element>
<xs:element name="MostUsedValue">
<xs:complexType>
<xs:group ref="ifc:IfcMeasureValue" />
</xs:complexType>
</xs:element>
<xs:element name="LowerValue" nillable="true" minOccurs="0">
<xs:complexType>
<xs:group ref="ifc:IfcMeasureValue" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|