<xs:complexType name="IfcWaterProperties">
<xs:complexContent>
<xs:extension base="ifc:IfcMaterialProperties">
<xs:sequence>
<xs:element name="IsPotable" type="xs:boolean" nillable="true" minOccurs="0" />
<xs:element name="Hardness" type="ifc:IfcIonConcentrationMeasure" nillable="true" minOccurs="0" />
<xs:element name="AlkalinityConcentration" type="ifc:IfcIonConcentrationMeasure" nillable="true" minOccurs="0" />
<xs:element name="AcidityConcentration" type="ifc:IfcIonConcentrationMeasure" nillable="true" minOccurs="0" />
<xs:element name="ImpuritiesContent" type="ifc:IfcNormalisedRatioMeasure" nillable="true" minOccurs="0" />
<xs:element name="PHLevel" type="ifc:IfcPHMeasure" nillable="true" minOccurs="0" />
<xs:element name="DissolvedSolidsContent" type="ifc:IfcNormalisedRatioMeasure" nillable="true" minOccurs="0" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|