<xs:complexType name="IfcWindowLiningProperties">
<xs:complexContent>
<xs:extension base="ifc:IfcPropertySetDefinition">
<xs:sequence>
<xs:element name="LiningDepth" type="ifc:IfcPositiveLengthMeasure" nillable="true" minOccurs="0" />
<xs:element name="LiningThickness" type="ifc:IfcPositiveLengthMeasure" nillable="true" minOccurs="0" />
<xs:element name="TransomThickness" type="ifc:IfcPositiveLengthMeasure" nillable="true" minOccurs="0" />
<xs:element name="MullionThickness" type="ifc:IfcPositiveLengthMeasure" nillable="true" minOccurs="0" />
<xs:element name="FirstTransomOffset" type="ifc:IfcNormalisedRatioMeasure" nillable="true" minOccurs="0" />
<xs:element name="SecondTransomOffset" type="ifc:IfcNormalisedRatioMeasure" nillable="true" minOccurs="0" />
<xs:element name="FirstMullionOffset" type="ifc:IfcNormalisedRatioMeasure" nillable="true" minOccurs="0" />
<xs:element name="SecondMullionOffset" type="ifc:IfcNormalisedRatioMeasure" 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>
|