<xs:complexType name="IfcDoorPanelProperties">
<xs:complexContent>
<xs:extension base="ifc:IfcPropertySetDefinition">
<xs:sequence>
<xs:element name="PanelDepth" type="ifc:IfcPositiveLengthMeasure" nillable="true" minOccurs="0" />
<xs:element name="PanelOperation" type="ifc:IfcDoorPanelOperationEnum" />
<xs:element name="PanelWidth" type="ifc:IfcNormalisedRatioMeasure" nillable="true" minOccurs="0" />
<xs:element name="PanelPosition" type="ifc:IfcDoorPanelPositionEnum" />
<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>
|