ifc:IfcEventTypeEnum

Simple Type Information

Used By

Source

<xs:simpleType name="IfcEventTypeEnum">
  <xs:restriction base="xs:string">
    <xs:enumeration value="startevent"/>
    <xs:enumeration value="endevent"/>
    <xs:enumeration value="intermediateevent"/>
    <xs:enumeration value="userdefined"/>
    <xs:enumeration value="notdefined"/>
  </xs:restriction>
</xs:simpleType>