QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
ActualDate | ifc:IfcDateTime | optional | ||||
DataOrigin | ifc:IfcDataOriginEnum | optional | ||||
EarlyDate | ifc:IfcDateTime | optional | ||||
LateDate | ifc:IfcDateTime | optional | ||||
Name | ifc:IfcLabel | optional | ||||
ScheduleDate | ifc:IfcDateTime | optional | ||||
UserDefinedDataOrigin | 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 |
<xs:complexType name="IfcEventTime"> <xs:complexContent> <xs:extension base="ifc:IfcSchedulingTime"> <xs:attribute name="ActualDate" type="ifc:IfcDateTime" use="optional"/> <xs:attribute name="EarlyDate" type="ifc:IfcDateTime" use="optional"/> <xs:attribute name="LateDate" type="ifc:IfcDateTime" use="optional"/> <xs:attribute name="ScheduleDate" type="ifc:IfcDateTime" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |