<xs:simpleType name="IfcElectricMotorTypeEnum"> <xs:restriction base="xs:string"> <xs:enumeration value="dc"/> <xs:enumeration value="induction"/> <xs:enumeration value="polyphase"/> <xs:enumeration value="reluctancesynchronous"/> <xs:enumeration value="synchronous"/> <xs:enumeration value="userdefined"/> <xs:enumeration value="notdefined"/> </xs:restriction> </xs:simpleType> |