<?xml version="1.0" encoding="UTF-8"?>
<ReferenceList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="C:/XML/ReferenceList.xsd">
  <ListName>Stream Base Flow</ListName>
  <ListDescription>Standard discharge measurement base flow code. A code to describe whether stream flow is base flow or not.</ListDescription>
  <ListAuthority>United States Geological Survey, Surface Water User Group</ListAuthority>
  <List>
    <ListItem>
      <Code>UNSP</Code>
      <SortOrderNumber>1</SortOrderNumber>
      <ValidIndicator>true</ValidIndicator>
      <Name>unspecified</Name>
      <Description>Base flow is not specified for the measurement.</Description>
    </ListItem>
    <ListItem>
      <Code>BASE</Code>
      <SortOrderNumber>2</SortOrderNumber>
      <ValidIndicator>true</ValidIndicator>
      <Name>base flow</Name>
      <Description>Streamflow was measured at base flow.</Description>
    </ListItem>
    <ListItem>
      <Code>NBAS</Code>
      <SortOrderNumber>3</SortOrderNumber>
      <ValidIndicator>true</ValidIndicator>
      <Name>non-base flow</Name>
      <Description>Streamflow was measured above base flow.</Description>
    </ListItem>
    <ListItem>
      <Code>UNKN</Code>
      <SortOrderNumber>4</SortOrderNumber>
      <ValidIndicator>true</ValidIndicator>
      <Name>unknown</Name>
      <Description>It is not known if the measured flow is at base flow.</Description>
    </ListItem>
  </List>
</ReferenceList>
