| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| DataOrigin | ifc:IfcDataOriginEnum | optional | ||||
| Finish | ifc:IfcDate | optional | ||||
| Name | ifc:IfcLabel | optional | ||||
| Start | ifc:IfcDate | 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 |
| Element | ifc:IfcWorkTime |
<xs:complexType name="IfcWorkTime"> <xs:complexContent> <xs:extension base="ifc:IfcSchedulingTime"> <xs:sequence> <xs:element name="RecurrencePattern" type="ifc:IfcRecurrencePattern" nillable="true" minOccurs="0"/> </xs:sequence> <xs:attribute name="Start" type="ifc:IfcDate" use="optional"/> <xs:attribute name="Finish" type="ifc:IfcDate" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |