<xs:simpleType name="IfcDuctSilencerTypeEnum"> <xs:restriction base="xs:string"> <xs:enumeration value="flatoval"/> <xs:enumeration value="rectangular"/> <xs:enumeration value="round"/> <xs:enumeration value="userdefined"/> <xs:enumeration value="notdefined"/> </xs:restriction> </xs:simpleType> |