| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| DataOrigin | ifc:IfcDataOriginEnum | optional | ||||
| DurationType | ifc:IfcTaskDurationEnum | optional | ||||
| Name | ifc:IfcLabel | 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 |
| Elements | ifc:IfcLagTime, ifc:IfcRelSequence/ifc:TimeLag |
<xs:complexType name="IfcLagTime"> <xs:complexContent> <xs:extension base="ifc:IfcSchedulingTime"> <xs:sequence> <xs:element name="LagValue"> <xs:complexType> <xs:group ref="ifc:IfcTimeOrRatioSelect"/> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="DurationType" type="ifc:IfcTaskDurationEnum" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |