ifc:IfcDoorStyleConstructionEnum

Simple Type Information

Used By

Source

<xs:simpleType name="IfcDoorStyleConstructionEnum">
  <xs:restriction base="xs:string">
    <xs:enumeration value="aluminium"/>
    <xs:enumeration value="high_grade_steel"/>
    <xs:enumeration value="steel"/>
    <xs:enumeration value="wood"/>
    <xs:enumeration value="aluminium_wood"/>
    <xs:enumeration value="aluminium_plastic"/>
    <xs:enumeration value="plastic"/>
    <xs:enumeration value="userdefined"/>
    <xs:enumeration value="notdefined"/>
  </xs:restriction>
</xs:simpleType>