...
The following example shows a valid XML file containing one Summary and one Daily result. The portions highlighted in red would have been Red wouldbe inserted by the reporter to indicate the DMR values to insert into the DMR daily and summary forms. The values highlighted in yellow indicate the values used by the System to identify the permit, reporting period, monitoring location, and parameter to which the values relate.
<eDMR xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="C:\Users\bgeake\Desktop\MiWaters-working\limits_and_DMRs\dmr_miwaters_v1.xsd"> <MetaData/>
<Receiver/>
<Sender>
<SenderName/>
</Sender>
<Submission submissionFileCreatedDate="2015-10-26" submissionID="-3984139229078496857">
<Facility>
<FacilityIdentification stateFacilityIdentifier="8513184271826325334" stateFacilitySystemAcronymName="MiWaters">
<FacilitySite>
<FacilitySiteName>Dundee WWTP</FacilitySiteName>
</FacilitySite>
<LocationAddress>
<LocationAddressText>596 Main Street</LocationAddressText>
<LocalityName>Dundee</LocalityName>
<CountyName>Monroe</CountyName>
<StateName>MI</StateName>
<CountryName>United States</CountryName>
<LocationZIPCode>48131</LocationZIPCode>
</LocationAddress>
</FacilityIdentification>
<Report>
<ReportIdentification>
<PermitNumber>MI0020401</PermitNumber>
<PermitteeName>Village of Dundee</PermitteeName>
<ReportStartDate>2015-09-01</ReportStartDate>
<ReportEndDate>2015-09-30</ReportEndDate>
</ReportIdentification>
<MonitoringLocationGroup monitoringLocationName="001A">
<LocationGroupIdentification monitoringLocationName="001A">
<StateMonitoringGroupID>001A</StateMonitoringGroupID>
<NoDischargeIndicator/>
</LocationGroupIdentification>
<MonitoringData>
<ParameterIdentification>
<StateMonitoringSiteID>001A</StateMonitoringSiteID>
<MonitoringSiteDescription>001A</MonitoringSiteDescription>
<PCSLocationCode>1</PCSLocationCode>
<ParameterCode>50050</ParameterCode>
<ParameterName>Flow</ParameterName>
<SupplementalParameterName2/>
<SupplementalParameterName3/>
<SupplementalParameterName4/>
<DisplaySequencyNo>10</DisplaySequencyNo>
<PermitSampleFrequency>Daily</PermitSampleFrequency>
<PermitSampleType>Report Total Daily Flow</PermitSampleType>
</ParameterIdentification>
<SummaryofMonitoringResult>
<PermitRequirementforSummary>
<StatisticalBaseCode>Maximum Daily</StatisticalBaseCode>
<PCAmountIdentifier>1</PCAmountIdentifier>
<LimitValue>(report)</LimitValue>
<LimitUnit>MGD</LimitUnit>
</PermitRequirementforSummary>
<SummaryResult>
<StatisticalBaseCode/>
<MonitoringStartDate>2015-09-01</MonitoringStartDate>
<MonitoringEndDate>2015-09-30</MonitoringEndDate>
<MeasurementQualifier/>
<MeasurementValue>100</MeasurementValue>
<MeasurementUnit>MGD</MeasurementUnit>
<ExcursionIndicator/>
<ActualSampleFrequency/>
<ActualSampleType/>
<PCAmountIdentifier>1</PCAmountIdentifier>
<ResultComment>
<Comments>My Summary Value Comment</Comments>
</ResultComment>
</SummaryResult>
</SummaryofMonitoringResult>
<IndividualMonitoringResult>
<PermitRequirementforIndividual>
<StatisticalBaseCode>Maximum Daily</StatisticalBaseCode>
<PCAmountIdentifier>1</PCAmountIdentifier>
<LimitValue>(report)</LimitValue>
<LimitUnit>MGD</LimitUnit>
</PermitRequirementforIndividual>
<IndividualResult>
<MonitoringStartDate>2015-09-01</MonitoringStartDate>
<MonitoringEndDate>2015-09-01</MonitoringEndDate>
<MeasurementQualifier><</MeasurementQualifier>
<MeasurementValue>3</MeasurementValue>
<MeasurementUnit>MGD</MeasurementUnit>
<ResultComment>
<Comments>My Individual Result Comment</Comments>
</ResultComment>
</IndividualResult>
</IndividualMonitoringResult>
</MonitoringData>
</MonitoringLocationGroup>
</Report>
</Facility>
<Certification>
<CertificationStatement>As the true and sole authorized user of this Personal Identification Number (PIN), I certify under penalty of law that I have personally examined and am familiar with the information submitted herein; and based on my inquiry of those individuals immediately responsible for obtaining the information, I believe the submitted information is true, accurate and complete. I am aware that there are significant penalties for submitting false information including the possibility of fine and imprisonment.</CertificationStatement>
<Certifier/>
<CertifierTitle/>
</Certification>
</Submission>
</eDMR>