| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| DataOrigin | ifc:IfcDataOriginEnum | 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 |
| Complex Types | ifc:IfcEventTime, ifc:IfcLagTime, ifc:IfcResourceTime, ifc:IfcTaskTime, ifc:IfcWorkTime |
| Element | ifc:IfcSchedulingTime |
<xs:complexType name="IfcSchedulingTime" abstract="true"> <xs:complexContent> <xs:extension base="ifc:Entity"> <xs:attribute name="Name" type="ifc:IfcLabel" use="optional"/> <xs:attribute name="DataOrigin" type="ifc:IfcDataOriginEnum" use="optional"/> <xs:attribute name="UserDefinedDataOrigin" type="ifc:IfcLabel" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |