QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
ProfileName | ifc:IfcLabel | optional | ||||
ProfileType | ifc:IfcProfileTypeEnum | 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 |
Complex Types | ifc:IfcRectangleHollowProfileDef, ifc:IfcRoundedRectangleProfileDef |
Element | ifc:IfcRectangleProfileDef |
<xs:complexType name="IfcRectangleProfileDef"> <xs:complexContent> <xs:extension base="ifc:IfcParameterizedProfileDef"> <xs:attribute name="XDim" type="ifc:IfcPositiveLengthMeasure" use="optional"/> <xs:attribute name="YDim" type="ifc:IfcPositiveLengthMeasure" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |