<xs:complexType name="IfcSectionProperties">
<xs:complexContent>
<xs:extension base="ex:Entity">
<xs:sequence>
<xs:element name="SectionType" type="ifc:IfcSectionTypeEnum" />
<xs:element name="StartProfile">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcProfileDef" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="EndProfile" nillable="true" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcProfileDef" />
</xs:choice>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|