<xs:simpleType name="IfcMedicalDeviceTypeEnum"> <xs:restriction base="xs:string"> <xs:enumeration value="airstation"/> <xs:enumeration value="feedairunit"/> <xs:enumeration value="oxygengenerator"/> <xs:enumeration value="oxygenplant"/> <xs:enumeration value="vacuumstation"/> <xs:enumeration value="userdefined"/> <xs:enumeration value="notdefined"/> </xs:restriction> </xs:simpleType> |