ifc:IfcWindowPanelPositionEnum

Simple Type Information

Used By

Source

<xs:simpleType name="IfcWindowPanelPositionEnum">
  <xs:restriction base="xs:string">
    <xs:enumeration value="left"/>
    <xs:enumeration value="middle"/>
    <xs:enumeration value="right"/>
    <xs:enumeration value="bottom"/>
    <xs:enumeration value="top"/>
    <xs:enumeration value="notdefined"/>
  </xs:restriction>
</xs:simpleType>