| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| InnerFilletRadius | ifc:IfcNonNegativeLengthMeasure | optional | ||||
| OuterFilletRadius | ifc:IfcNonNegativeLengthMeasure | optional | ||||
| ProfileName | ifc:IfcLabel | optional | ||||
| ProfileType | ifc:IfcProfileTypeEnum | optional | ||||
| WallThickness | ifc:IfcPositiveLengthMeasure | optional | ||||
| XDim | ifc:IfcPositiveLengthMeasure | optional | ||||
| YDim | ifc:IfcPositiveLengthMeasure | 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:IfcRectangleHollowProfileDef |
<xs:complexType name="IfcRectangleHollowProfileDef"> <xs:complexContent> <xs:extension base="ifc:IfcRectangleProfileDef"> <xs:attribute name="WallThickness" type="ifc:IfcPositiveLengthMeasure" use="optional"/> <xs:attribute name="InnerFilletRadius" type="ifc:IfcNonNegativeLengthMeasure" use="optional"/> <xs:attribute name="OuterFilletRadius" type="ifc:IfcNonNegativeLengthMeasure" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |