ifc:IfcCurveInterpolationEnum

Simple Type Information

Used By

Source

<xs:simpleType name="IfcCurveInterpolationEnum">
  <xs:restriction base="xs:string">
    <xs:enumeration value="linear"/>
    <xs:enumeration value="log_linear"/>
    <xs:enumeration value="log_log"/>
    <xs:enumeration value="notdefined"/>
  </xs:restriction>
</xs:simpleType>