ifc:IfcEvent

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Description ifc:IfcText optional
EventTriggerType ifc:IfcEventTriggerTypeEnum optional
GlobalId ifc:IfcGloballyUniqueId optional
Identification ifc:IfcIdentifier optional
LongDescription ifc:IfcText optional
Name ifc:IfcLabel optional
ObjectType ifc:IfcLabel optional
PredefinedType ifc:IfcEventTypeEnum optional
UserDefinedEventTriggerType ifc:IfcLabel optional
href xs:anyURI optional
id xs:ID optional
path xs:NMTOKENS optional
pos restriction of list of xs:integer optional
ref xs:IDREF optional

Used By

Element ifc:IfcEvent

Source

<xs:complexType name="IfcEvent">
  <xs:complexContent>
    <xs:extension base="ifc:IfcProcess">
      <xs:sequence>
        <xs:element name="EventOccurenceTime" type="ifc:IfcEventTime" nillable="true" minOccurs="0"/>
      </xs:sequence>
      <xs:attribute name="PredefinedType" type="ifc:IfcEventTypeEnum" use="optional"/>
      <xs:attribute name="EventTriggerType" type="ifc:IfcEventTriggerTypeEnum" use="optional"/>
      <xs:attribute name="UserDefinedEventTriggerType" type="ifc:IfcLabel" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>