<xs:simpleType name="IfcInterceptorTypeEnum"> <xs:restriction base="xs:string"> <xs:enumeration value="cyclonic"/> <xs:enumeration value="grease"/> <xs:enumeration value="oil"/> <xs:enumeration value="petrol"/> <xs:enumeration value="userdefined"/> <xs:enumeration value="notdefined"/> </xs:restriction> </xs:simpleType> |