<xs:simpleType name="IfcEngineTypeEnum"> <xs:restriction base="xs:string"> <xs:enumeration value="externalcombustion"/> <xs:enumeration value="internalcombustion"/> <xs:enumeration value="userdefined"/> <xs:enumeration value="notdefined"/> </xs:restriction> </xs:simpleType> |