<?xml version="1.0" encoding="utf-16"?>
<xsd:group name="CSRecipe">
    <xsd:sequence>
        <xsd:element name="TimeStamp" type="xsd:dateTime" />
        <xsd:element name="MixtureName" type="IR:IRtext" />
        <xsd:element name="Water" type="xsd:float" />
        <xsd:element name="WaterCementRatio" type="xsd:float" />
        <xsd:element name="Cement">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="CementType" type="IR:IRtext" />
                    <xsd:element name="CementVolume" type="xsd:float" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="Fibres">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="FibresType" type="IR:IRtext" />
                    <xsd:element name="FibresQuantity" type="xsd:float" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="AirAdds">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="AirAddsType" type="IR:IRtext" />
                    <xsd:element name="AirAddsQuantity" type="xsd:float" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="Silica">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="SilicaType" type="IR:IRtext" />
                    <xsd:element name="SilicaQuantity" type="xsd:float" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="Retarder">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="RetarderType" type="xsd:float" />
                    <xsd:element name="RetarderQuantity" type="IR:IRtext" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="Additives" minOccurs="0" maxOccurs="10">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="AdditiveName" type="IR:IRtext" />
                    <xsd:element name="AdditiveQuantity" type="xsd:float" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
  |