<xs:complexType name="IfcPermeableCoveringProperties">
<xs:complexContent>
<xs:extension base="ifc:IfcPreDefinedPropertySet">
<xs:sequence>
<xs:element name="ShapeAspectStyle" type="ifc:IfcShapeAspect" nillable="true" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="OperationType" type="ifc:IfcPermeableCoveringOperationEnum" use="optional"/>
<xs:attribute name="PanelPosition" type="ifc:IfcWindowPanelPositionEnum" use="optional"/>
<xs:attribute name="FrameDepth" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
<xs:attribute name="FrameThickness" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |