| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| ProfileName | ifc:IfcLabel | optional | ||||
| ProfileType | ifc:IfcProfileTypeEnum | 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:IfcArbitraryOpenProfileDef |
| Complex Type | ifc:IfcCenterLineProfileDef |
<xs:complexType name="IfcArbitraryOpenProfileDef"> <xs:complexContent> <xs:extension base="ifc:IfcProfileDef"> <xs:sequence> <xs:element name="Curve" type="ifc:IfcBoundedCurve" nillable="true"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |