<xs:simpleType name="IfcServiceLifeFactorTypeEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="a_qualityofcomponents" />
<xs:enumeration value="b_designlevel" />
<xs:enumeration value="c_workexecutionlevel" />
<xs:enumeration value="d_indoorenvironment" />
<xs:enumeration value="e_outdoorenvironment" />
<xs:enumeration value="f_inuseconditions" />
<xs:enumeration value="g_maintenancelevel" />
<xs:enumeration value="userdefined" />
<xs:enumeration value="notdefined" />
</xs:restriction>
</xs:simpleType>
|