Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleCreate Greenhouse
linenumberstrue
<Query><<Query>
  <DeleteAll format="version,current">
    <Greenhouse>
      <GreenhouseID ne=""/>
    </Greenhouse>
  </DeleteAll>
  <Create>
    <Greenhouse>
      <LaneCount><GreenhouseID>
        3livegreenhouse
      </GreenhouseID>
      <GreenhouseName>
        Intel-GreenHouse
      </GreenhouseName>
      <BoundingBox>
        <Vertex1>
          0
        </Vertex1>
        <Vertex2>
          0
        </Vertex2>
        <Vertex3>
          110
        </Vertex3>
        <Vertex4>
          40
        </Vertex4>
      </BoundingBox>
      <LaneCount>
        3
      </LaneCount>
      <LaneWidth>
        110
      </LaneWidth>
      <ZoneLength>
        10
      </ZoneLength>
      <ZoneInLane>
        5
      </ZoneInLane>
      <ZoneCount>
        15
      </ZoneCount>
      <GHLength>
        110
      </GHLength>
      <GHWidth>
        40
      </GHWidth>
      <ExternalEnv>
        <Temperature>
          26
        </Temperature>
        <Humidity>
          53
        </Humidity>
        <Light>
          1
        </Light>
        <SoilMoisture>
          20
        </SoilMoisture>
        <Wind>
          19.5
        </Wind>
      </ExternalEnv>
      <InternalEnv>
        <Temperature>
          20
        </Temperature>
        <LaneWidth><Humidity>
        110  53
    </LaneWidth>    </Humidity>
  <ZoneLength>      <Light>
  10       </ZoneLength> 1
     <ZoneInLane>   </Light>
     10   <SoilMoisture>
   </ZoneInLane>       <ZoneCount>1
        90</SoilMoisture>
      </ZoneCount>InternalEnv>
      <ExtEnvInfo><GHLanes>
      </GHLanes>
 <Temperature>     <SunnyDay>
     0   True
      </Temperature>SunnyDay>
      <Location>
 <Humidity>       <latitude>
   0       37.3718999
 </Humidity>       </latitude>
 <Light>       <longitude>
   0       -122.0022377
 </Light>       </ExtEnvInfo>longitude>
      <GHLanes><</GHLanes>Location>
    </Greenhouse>
  </Create>
</Query>

...