<xs:simpleType name="IfcLightDistributionCurveEnum"> <xs:restriction base="xs:string"> <xs:enumeration value="type_a"/> <xs:enumeration value="type_b"/> <xs:enumeration value="type_c"/> <xs:enumeration value="notdefined"/> </xs:restriction> </xs:simpleType> |