| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| Description | ifc:IfcText | optional | ||||
| GlobalId | ifc:IfcGloballyUniqueId | optional | ||||
| Name | ifc:IfcLabel | optional | ||||
| ObjectType | 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:IfcActor, ifc:IfcControl, ifc:IfcGroup, ifc:IfcProcess, ifc:IfcProduct, ifc:IfcResource |
| Elements | ifc:IfcObject, ifc:IfcRelDefinesByObject/ifc:RelatingObject |
<xs:complexType name="IfcObject" abstract="true"> <xs:complexContent> <xs:extension base="ifc:IfcObjectDefinition"> <xs:attribute name="ObjectType" type="ifc:IfcLabel" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |