QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
Label | ifc:IfcLabel | optional | ||||
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:IfcDerivedProfileDef |
Complex Type | ifc:IfcMirroredProfileDef-temp |
<xs:complexType name="IfcDerivedProfileDef"> <xs:complexContent> <xs:extension base="ifc:IfcProfileDef"> <xs:sequence> <xs:element name="ParentProfile" type="ifc:IfcProfileDef" nillable="true"/> <xs:element name="Operator" type="ifc:IfcCartesianTransformationOperator2D" nillable="true" minOccurs="0"/> </xs:sequence> <xs:attribute name="Label" type="ifc:IfcLabel" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |