<xs:complexType name="IfcWindowPanelProperties">
<xs:complexContent>
<xs:extension base="ifc:IfcPropertySetDefinition">
<xs:sequence>
<xs:element name="OperationType" type="ifc:IfcWindowPanelOperationEnum" />
<xs:element name="PanelPosition" type="ifc:IfcWindowPanelPositionEnum" />
<xs:element name="FrameDepth" type="ifc:IfcPositiveLengthMeasure" nillable="true" minOccurs="0" />
<xs:element name="FrameThickness" type="ifc:IfcPositiveLengthMeasure" nillable="true" minOccurs="0" />
<xs:element name="ShapeAspectStyle" nillable="true" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcShapeAspect" />
</xs:choice>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|