QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
Description | ifc:IfcText | optional | ||||
GlobalId | ifc:IfcGloballyUniqueId | optional | ||||
Name | 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:IfcObjectDefinition, ifc:IfcPropertyDefinition, ifc:IfcRelationship |
Element | ifc:IfcRoot |
<xs:complexType name="IfcRoot" abstract="true"> <xs:complexContent> <xs:extension base="ifc:Entity"> <xs:sequence> <xs:element name="OwnerHistory" type="ifc:IfcOwnerHistory" nillable="true" minOccurs="0"/> </xs:sequence> <xs:attribute name="GlobalId" type="ifc:IfcGloballyUniqueId" use="optional"/> <xs:attribute name="Name" type="ifc:IfcLabel" use="optional"/> <xs:attribute name="Description" type="ifc:IfcText" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |