All pastes #2109460 Raw Edit

Miscellany

public xml v1 · immutable
#2109460 ·published 2012-02-03 18:14 UTC
rendered paste body
<?xml version="1.0" encoding="utf-8" ?><producingWell>   <properties>      <downtimeCode>         <range low="" high="" message="Well cannot have downtime code without downtime hours"></range>         <overrideIf>            <properties>               <downtimeHours low="1" high="24"></downtimeHours>            </properties>            <overrides>               <required message="Downtime code is required if downtime hours are specified"></required>               <range low="0" high="9999999"></range>            </overrides>         </overrideIf>      </downtimeCode>      <downtimeHours>         <range low="0" high="24" message="Downtime Hours must be between 0 and 24"/>         <required message="Downtime Hours are required"></required>         <overrideIf>            <properties condition="and">               <measuredOil low="0" high="0"></measuredOil>               <measuredGas low="0" high="0"></measuredGas>               <measuredWater low="0" high="0"></measuredWater>            </properties>            <overrides>               <range low="1" high="24" message="Downtime Hours must be 1 or greater if 0 production" />            </overrides>         </overrideIf>      </downtimeHours>      <measuredOil>         <range low="0" high="10000" message="Measured Oil must be between 0 and 10000"/>         <required message="Measured Oil is a required value"/>      </measuredOil>   </properties></producingWell>