ifc:IfcWindowTypeEnum

Simple Type Information

Used By

Source

<xs:simpleType name="IfcWindowTypeEnum">
  <xs:restriction base="xs:string">
    <xs:enumeration value="window"/>
    <xs:enumeration value="skylight"/>
    <xs:enumeration value="lightdome"/>
    <xs:enumeration value="userdefined"/>
    <xs:enumeration value="notdefined"/>
  </xs:restriction>
</xs:simpleType>