ifc:IfcRampTypeEnum

Simple Type Information

Used By

Source

<xs:simpleType name="IfcRampTypeEnum">
  <xs:restriction base="xs:string">
    <xs:enumeration value="straight_run_ramp"/>
    <xs:enumeration value="two_straight_run_ramp"/>
    <xs:enumeration value="quarter_turn_ramp"/>
    <xs:enumeration value="two_quarter_turn_ramp"/>
    <xs:enumeration value="half_turn_ramp"/>
    <xs:enumeration value="spiral_ramp"/>
    <xs:enumeration value="userdefined"/>
    <xs:enumeration value="notdefined"/>
  </xs:restriction>
</xs:simpleType>