<?xml version="1.0" encoding="ISO-8859-1"?>
<Metadata>
    <Deployment role="instrument">
        <Device id="999"/>
        <output>
            <DataStream>
                <RecordDescription bufferParseType="ASCII" recordType="1" bufferStyle="ASCII" bufferLengthType="fixed" bufferItemSeparator="," recordTerminator="\n" parseable="true">
                    <RecordVariable parseRegExp="AA(\d+)" format="integer" longName="Alpha RecordDescription, Field 1" columnIndex="1" name="Alpha Alpha Field">
                        <description>First Field of Alpha RecordDescription</description>
                    </RecordVariable>
                    <RecordVariable parseRegExp="AB(\d+\.\d+)" format="double" longName="Alpha RecordDescription, Field 2" columnIndex="2" name="Alpha Beta Field">
                        <description>Second Field of Alpha RecordDescription</description>
                    </RecordVariable>
                    <RecordVariable parseRegExp="AC(\d+\.\d+)" format="double" longName="Alpha RecordDescription, Field 3" columnIndex="3" name="Alpha Gamma Field">
                        <description>Third Field of Alpha RecordDescription</description>
                    </RecordVariable>
                </RecordDescription>
            </DataStream>
            <DataStream>
                <RecordDescription bufferParseType="ASCII" recordType="2" bufferStyle="ASCII" bufferLengthType="variable" bufferItemSeparator="," recordTerminator="\n" parseable="true">
                    <RecordVariable parseRegExp="BA(\d+)" format="integer" longName="Beta RecordDescription, Field 1" columnIndex="1" name="Beta Alpha Field">
                        <description>First Field of Beta RecordDescription</description>
                    </RecordVariable>
                    <RecordVariable parseRegExp="BB(\d+\.\d+)" format="double" longName="Beta RecordDescription, Field 2" columnIndex="2" name="Beta Beta Field">
                        <description>Second Field of Beta RecordDescription</description>
                    </RecordVariable>
                </RecordDescription>
            </DataStream>
        </output>
    </Deployment>
</Metadata>
