<?xml version="1.0" standalone="yes"?>
<Table name="Fluids">
    <Row>
        <Id>1</Id>
        <FluidDescription>***not assigned***</FluidDescription>
        <H2s></H2s>
        <Na></Na>
        <Hc></Hc>
        <H2sSafeThreshold>0.00</H2sSafeThreshold>
        <NaSafeThreshold>0.00</NaSafeThreshold>
        <HcSafeThreshold>2.50</HcSafeThreshold>
        <Code>NHAZ</Code>
    </Row>
    <Row>
        <Id>2</Id>
        <FluidDescription>Toxic</FluidDescription>
        <H2s>0.05</H2s>
        <Na>0.00</Na>
        <Hc>99.00</Hc>
        <H2sSafeThreshold>0.00</H2sSafeThreshold>
        <NaSafeThreshold>0.00</NaSafeThreshold>
        <HcSafeThreshold>2.50</HcSafeThreshold>
        <Code>TOX</Code>
    </Row>
    <Row>
        <Id>3</Id>
        <FluidDescription>Lethal</FluidDescription>
        <H2s>3.30</H2s>
        <Na>0.00</Na>
        <Hc>82.00</Hc>
        <H2sSafeThreshold>0.00</H2sSafeThreshold>
        <NaSafeThreshold>0.00</NaSafeThreshold>
        <HcSafeThreshold>2.50</HcSafeThreshold>
        <Code>TOX</Code>
    </Row>
    <Row>
        <Id>4</Id>
        <FluidDescription>Flammable</FluidDescription>
        <H2s>0.00</H2s>
        <Na>0.00</Na>
        <Hc>100.00</Hc>
        <H2sSafeThreshold>0.00</H2sSafeThreshold>
        <NaSafeThreshold>0.00</NaSafeThreshold>
        <HcSafeThreshold>2.50</HcSafeThreshold>
        <Code>TOX</Code>
    </Row>
</Table>