<xs:complexType name="IfcDoorPanelProperties">
<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="PanelDepth" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
<xs:attribute name="PanelOperation" type="ifc:IfcDoorPanelOperationEnum" use="optional"/>
<xs:attribute name="PanelWidth" type="ifc:IfcNormalisedRatioMeasure" use="optional"/>
<xs:attribute name="PanelPosition" type="ifc:IfcDoorPanelPositionEnum" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |