| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| Description | ifc:IfcText | optional | ||||
| Formula | ifc:IfcLabel | optional | ||||
| Name | ifc:IfcLabel | optional | ||||
| TimeValue | ifc:IfcTimeMeasure | 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:IfcQuantityTime |
<xs:complexType name="IfcQuantityTime"> <xs:complexContent> <xs:extension base="ifc:IfcPhysicalSimpleQuantity"> <xs:attribute name="TimeValue" type="ifc:IfcTimeMeasure" use="optional"/> <xs:attribute name="Formula" type="ifc:IfcLabel" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |