ifc:IfcWindowTypePartitioningEnum

Simple Type Information

Used By

Source

<xs:simpleType name="IfcWindowTypePartitioningEnum">
  <xs:restriction base="xs:string">
    <xs:enumeration value="single_panel"/>
    <xs:enumeration value="double_panel_vertical"/>
    <xs:enumeration value="double_panel_horizontal"/>
    <xs:enumeration value="triple_panel_vertical"/>
    <xs:enumeration value="triple_panel_bottom"/>
    <xs:enumeration value="triple_panel_top"/>
    <xs:enumeration value="triple_panel_left"/>
    <xs:enumeration value="triple_panel_right"/>
    <xs:enumeration value="triple_panel_horizontal"/>
    <xs:enumeration value="userdefined"/>
    <xs:enumeration value="notdefined"/>
  </xs:restriction>
</xs:simpleType>