<xs:complexType name="IfcDoorLiningProperties">
<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="ThresholdDepth" type="ifc:IfcPositiveLengthMeasure" nillable="true" minOccurs="0" />
<xs:element name="ThresholdThickness" type="ifc:IfcPositiveLengthMeasure" nillable="true" minOccurs="0" />
<xs:element name="TransomThickness" type="ifc:IfcPositiveLengthMeasure" nillable="true" minOccurs="0" />
<xs:element name="TransomOffset" type="ifc:IfcLengthMeasure" nillable="true" minOccurs="0" />
<xs:element name="LiningOffset" type="ifc:IfcLengthMeasure" nillable="true" minOccurs="0" />
<xs:element name="ThresholdOffset" type="ifc:IfcLengthMeasure" nillable="true" minOccurs="0" />
<xs:element name="CasingThickness" type="ifc:IfcPositiveLengthMeasure" nillable="true" minOccurs="0" />
<xs:element name="CasingDepth" 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>
|