QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
CompositionType | ifc:IfcElementCompositionEnum | optional | ||||
Description | ifc:IfcText | optional | ||||
ElevationOfRefHeight | ifc:IfcLengthMeasure | optional | ||||
ElevationOfTerrain | ifc:IfcLengthMeasure | optional | ||||
GlobalId | ifc:IfcGloballyUniqueId | optional | ||||
LongName | ifc:IfcLabel | 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 |
Element | ifc:IfcBuilding |
<xs:complexType name="IfcBuilding"> <xs:complexContent> <xs:extension base="ifc:IfcSpatialStructureElement"> <xs:sequence> <xs:element name="BuildingAddress" type="ifc:IfcPostalAddress" nillable="true" minOccurs="0"/> </xs:sequence> <xs:attribute name="ElevationOfRefHeight" type="ifc:IfcLengthMeasure" use="optional"/> <xs:attribute name="ElevationOfTerrain" type="ifc:IfcLengthMeasure" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |