ifc:IfcDoorTypeEnum

Simple Type Information

Used By

Source

<xs:simpleType name="IfcDoorTypeEnum">
  <xs:restriction base="xs:string">
    <xs:enumeration value="door"/>
    <xs:enumeration value="gate"/>
    <xs:enumeration value="trapdoor"/>
    <xs:enumeration value="userdefined"/>
    <xs:enumeration value="notdefined"/>
  </xs:restriction>
</xs:simpleType>