<xs:complexType name="IfcHygroscopicMaterialProperties">
<xs:complexContent>
<xs:extension base="ifc:IfcMaterialProperties">
<xs:sequence>
<xs:element name="UpperVaporResistanceFactor" type="ifc:IfcPositiveRatioMeasure" nillable="true" minOccurs="0" />
<xs:element name="LowerVaporResistanceFactor" type="ifc:IfcPositiveRatioMeasure" nillable="true" minOccurs="0" />
<xs:element name="IsothermalMoistureCapacity" type="ifc:IfcIsothermalMoistureCapacityMeasure" nillable="true" minOccurs="0" />
<xs:element name="VaporPermeability" type="ifc:IfcVaporPermeabilityMeasure" nillable="true" minOccurs="0" />
<xs:element name="MoistureDiffusivity" type="ifc:IfcMoistureDiffusivityMeasure" nillable="true" minOccurs="0" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|