| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| Description | ifc:IfcText | optional | ||||
| GlobalId | ifc:IfcGloballyUniqueId | optional | ||||
| Name | ifc:IfcLabel | optional | ||||
| ObjectType | ifc:IfcLabel | optional | ||||
| OverallHeight | ifc:IfcPositiveLengthMeasure | optional | ||||
| OverallWidth | ifc:IfcPositiveLengthMeasure | optional | ||||
| PartitioningType | ifc:IfcWindowTypePartitioningEnum | optional | ||||
| PredefinedType | ifc:IfcWindowTypeEnum | optional | ||||
| Tag | ifc:IfcIdentifier | optional | ||||
| UserDefinedPartitioningType | 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:IfcWindow |
| Complex Type | ifc:IfcWindowStandardCase |
<xs:complexType name="IfcWindow"> <xs:complexContent> <xs:extension base="ifc:IfcBuildingElement"> <xs:attribute name="OverallHeight" type="ifc:IfcPositiveLengthMeasure" use="optional"/> <xs:attribute name="OverallWidth" type="ifc:IfcPositiveLengthMeasure" use="optional"/> <xs:attribute name="PredefinedType" type="ifc:IfcWindowTypeEnum" use="optional"/> <xs:attribute name="PartitioningType" type="ifc:IfcWindowTypePartitioningEnum" use="optional"/> <xs:attribute name="UserDefinedPartitioningType" type="ifc:IfcLabel" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |