| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| CompositionType | ifc:IfcElementCompositionEnum | optional | ||||
| Description | ifc:IfcText | optional | ||||
| ElevationWithFlooring | ifc:IfcLengthMeasure | optional | ||||
| GlobalId | ifc:IfcGloballyUniqueId | optional | ||||
| LongName | ifc:IfcLabel | optional | ||||
| Name | ifc:IfcLabel | optional | ||||
| ObjectType | ifc:IfcLabel | optional | ||||
| PredefinedType | ifc:IfcSpaceTypeEnum | 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 |
<xs:complexType name="IfcSpace"> <xs:complexContent> <xs:extension base="ifc:IfcSpatialStructureElement"> <xs:attribute name="PredefinedType" type="ifc:IfcSpaceTypeEnum" use="optional"/> <xs:attribute name="ElevationWithFlooring" type="ifc:IfcLengthMeasure" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |